Wiki page sandbox_gadgets.md changed with summary [] by Stephen M Houston

This commit is contained in:
Stephen M Houston 2018-02-08 15:11:46 -08:00 committed by apache
parent c4382aad0d
commit eef629a44a
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@ Gadget applications can call the following smart callbacks on their main window
You can call actions you set up via the ``evas_object_smart_callback_call(application_window, action, action_data)`` function.
For more advanced purposes beyond the scope of this gadget introduction, it is worth noting that you can set an ecore event handler for ``ECORE_EVENT_SIGNAL_USER`` and the handler will be called when the user requests the gadget be removed. Inside of the handler, the user number will be equal to 2 if the user requested the gadget be removed.
For the purpose of the Hello World gadget, a label detailing the anchor position and orientation of the gadget can be displayed using the following code:
```c