Hi,
When you unswallow an object, the object will stay displayed on his
container.
You need to hide() the unswallowed object, if you dont want it to be
displayed anymore.
Regarding the new swallowed object, you must specify that you want do
display it. By default the object will be hidden. Use th
Hi Yassine ;)
Look at the Enlightenment Wiki:
http://wiki.enlightenment.org/index.php/Category:Enlightenment_Foundation_Libraries
You should find anything you need to begin on the Wiki.
You can also connect on #e (Irc Channel) on Freenode.net.
Welcome to E!
On Sun, Oct 12, 2008 at 9:13 PM, Yass
Hi everyone,
I have added some widgets support to the python-etk module:
- Dialog
- StockEnums under etk.c_etk
- Example on how to use FilechooserWidget and Dialog
Please find the patch in attachment!
--
Karel Malbroukou
Sr. Linux Admin
PowerE2E
# Add the Dialog widget
# Add class StockEnum
Hi everyone,
I have added some widgets support to the python-etk module:
- FilechooserWidget
- Spinner
- CheckButton.
Please find the patch in attachment!
# This patch adds the following widgets to python-etk
# CheckButton, Spinner and FilechooserWidget
Index: etk/core.py