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

Re: Modal Windows





"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]