[elementary] How to get evas object out of elementary.Window

Denis Johnson denis.johnson at gmail.com
Wed Sep 9 05:02:47 CEST 2009


On Mon, Aug 24, 2009 at 1:00 AM, Laszlo
KREKACS<laszlo.krekacs.list at gmail.com> wrote:
> And please paste the result here.

My results via ssh session:

python
Python 2.6.2 (r262:71600, Sep  7 2009, 00:26:26)
[GCC 4.1.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import elementary
>>> elementary.init()
>>> win = elementary.Window("", elementary.ELM_WIN_BASIC)
>>> win_evas = win.evas_get()
>>> type(win_evas)
<type 'NoneType'>
>>> type(win.evas)
<type 'NoneType'>
>>>

cheers Denis



More information about the community mailing list