[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Modal Windows
- From: Marzullo Laurent <Laurent Marzullo sema be>
- To: gtk-app-devel-list redhat com
- Subject: Re: Modal Windows
- Date: Fri, 27 Aug 1999 09:25:59 +0200
"Bumpurs, C. Shane" wrote:
>
> I found this... What does this do?
>
> void gtk_window_set_modal (GtkWindow *window, gboolean modal);
>
As far as I remember ...
gtk_set_transient_for ( window2 , window1 ) doesn't allow
to raise window1 (i.e window2 always stay behind window1)
gtk_set_modal ... perhaps set the window modal. But, What
I was used to call modal is done by gtk_set_transient_for.
I don't really understand what is gtk_set_modal.
What is really a modal window ?
Could Someone explain precisly what are doing this functions ?
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]