I want to write a virtual keyboard in python, I found these code In illume-softkey:
> /* set this window to not show in taskbar or pager */ states[0] = ECORE_X_WINDOW_STATE_SKIP_TASKBAR; states[1] = ECORE_X_WINDOW_STATE_SKIP_PAGER; ecore_x_netwm_window_state_set(swin->win->evas_win, states, 2); e_border_zone_set(swin->win->border, zone); > > /* set this window to be a dock window. This needs to be done after > show * as E will sometimes reset the window type */ ecore_x_netwm_window_type_set(swin->win->evas_win, > ECORE_X_WINDOW_TYPE_DOCK); > But, How can I do it in python??? I can't find it. ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel