Re: [E-devel] swallow question

2008-11-02 Thread MALBROUKOU Karel
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

Re: [E-devel] learn efl

2008-10-12 Thread MALBROUKOU Karel
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

[E-devel] - Python-etk patch

2008-09-24 Thread MALBROUKOU Karel
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

[E-devel] - Python-etk

2008-09-14 Thread MALBROUKOU Karel
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