On Wed, May 02, 2007 at 08:40:42AM +0200, Marco Randazzo wrote:
> My question in about the differences of behaviour between the modal windows
Please don't use modal dialog boxes. They tend to upset the users...
Very often the user configure the window manager so that modal boxes/windows
need a cu
My question in about the differences of behaviour between the modal windows
created by gtk_message_dialog_new() and gtk_dialog_new_with_buttons(). I was
looking to gtk-demo, the "Dialog and message boxes" example. In the example,
a "message dialog" and an "interactive dialog" are generated by cl