You can create a window using either ewl_window_new or any widget that inherits from the window, like ewl_dialog. So you could create a dialog, pack your message intothe window, and then use ewl_window_modal_for like you mentioned below.
On 6/13/06, Rafael Ugalde Bariain <[EMAIL PROTECTED]> wrote: > Hello, how i can use this call: > > ewl_window_modal_for > > to display one message box that is modal for his parent window? > > > ewl_window_modal_for(EWL_WINDOW(message),EWL_WINDOW(parent)); > > ?? > > thanks. > > > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
