WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=eef629a44a3fe5123a6c09794d68ca944f49fbbe

commit eef629a44a3fe5123a6c09794d68ca944f49fbbe
Author: Stephen M Houston <smhousto...@gmail.com>
Date:   Thu Feb 8 15:11:46 2018 -0800

    Wiki page sandbox_gadgets.md changed with summary [] by Stephen M Houston
---
 pages/develop/e/sandbox_gadgets.md.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pages/develop/e/sandbox_gadgets.md.txt 
b/pages/develop/e/sandbox_gadgets.md.txt
index 717282cf0..06dc6def3 100644
--- a/pages/develop/e/sandbox_gadgets.md.txt
+++ b/pages/develop/e/sandbox_gadgets.md.txt
@@ -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

-- 


Reply via email to