On Mon, 2007-05-14 at 16:14 +0000, [EMAIL PROTECTED] wrote:
> can anybody point me to widget that behaves like the Windows MessageBox() 
> function. Puts a modal dialog up with the header and body set to the suppiled 
> text nd an "Ok" button.

you want the GtkMessageDialog widget:

  http://developer.gnome.org/doc/API/2.0/gtk/GtkMessageDialog.html

just create one and use gtk_dialog_run() with it (it will automatically
set modality).

ciao,
 Emmanuele.

-- 
Emmanuele Bassi,  E: [EMAIL PROTECTED]
W: http://www.emmanuelebassi.net
B: http://log.emmanuelebassi.net

_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to