[maemo-developers] Non modal dialog
From: Frédéric Charrier fcharrie at yahoo.frDate: Wed Feb 6 19:09:51 EET 2008
- Previous message: custom dialog
- Next message: Non modal dialog
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I'm developping a post-it application for Nokia N810. I have a main window, in fullscreen mode, and I need to display 1 or more post-its. The user should move these post its, so I decided to use a child window to display them (customized with a drawing area for instance). My problem is that if I use a POPUP window, the title bar is not displayed, and if I use a dialog window, the dialog is a modal one. I can't get it non modal. This is my code to display the dialog : childWindow = gtk_dialog_new_with_buttons ("Message",mainWindow, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_OK, GTK_RESPONSE_NONE, NULL); gtk_window_set_title(childWindow,"Postit"); gtk_window_set_default_size(childWindow,348,247); gtk_window_set_modal(childWindow,FALSE); I tried on a standard x86 Linux (Ubuntu), and the same code makes a non modal child window... Is there a way to create a non modal dialog on a Nokia N810 device ? Is there another way to do what I'm trying ? Thank you in advance, Frédéric _____________________________________________________________________________ Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail http://mail.yahoo.fr
- Previous message: custom dialog
- Next message: Non modal dialog
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]