Re: Modal Dialogs



On Thu, Dec 05, 2002 at 07:21:53AM +0100, Guenther Sohler wrote:
> I also read how to make them modal and they behave different now.
> The Modal behavior as I experienced is that just the latest modal window can
> get the focus.
> But this is NOT sufficient for my purposes.
> I want the program flow NOT to continue until I press OK in my dialog.
> How can I achieve this ?

gtk_dialog_run(). "modal" means the dialog blocks input to other
windows while it's active, doesn't mean anything about how the code is
written.

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]