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

RE: Modal Windows



I found this... What does this do?

void gtk_window_set_modal (GtkWindow *window, gboolean modal);


> ----------
> From: 	Marzullo Laurent[SMTP:Laurent.Marzullo@sema.be]
> Reply To: 	gtk-app-devel-list@redhat.com
> Sent: 	August 26, 1999 10:33 AM
> To: 	gtk-app-devel-list@redhat.com
> Cc: 	@redhat.com
> Subject: 	Re: Modal Windows
> 
> 
> 
> "Bumpurs, C. Shane" wrote:
> > 
> > > I can't seem to find any solid documentation on how to modalize a
> window.
> > >
> > > For instance.
> > > I've got a main window for data manipulation (1st window)
> > > I click file open then I get a file open window (2nd window)
> > > Progress window pops up (3rd window) and can take a while.
> > >
> > > The problem is.. I don't want them to hit the 2nd window and hit ok
> again
> > > (while its progressing) as that would double the input.
> > >
> > > I've seen some comments about gtk_grab_add but can't find what it
> really
> > > does.
> 
> 	gtk_set_transient_for( 3rd window , 2nd window ) (I'm not sure about
> the args)
> 
> > >
> > > Please respond directly as I'm not subscribed.
> > >
> > > Thanks
> > >
> > > Shane
> > >
> > 
> > --
> >          To unsubscribe: mail gtk-app-devel-list-request@redhat.com with
> >                        "unsubscribe" as the Subject.
> > 
> >         Mailing list concerns should be mailed to
> <listmaster@redhat.com>
> 
> -- 
> +----------------------------------+
> | Marzullo Laurent                 |
> | Analyste-programmeur             |
> | SEMA-GROUP Belgium S.A.          |
> | Til: (32) 2 333 52 43            |
> | e-mail: Laurent.Marzullo@sema.be |
> +----------------------------------+
> 
> 
> -- 
>          To unsubscribe: mail gtk-app-devel-list-request@redhat.com with 
>                        "unsubscribe" as the Subject.
> 
> 	Mailing list concerns should be mailed to <listmaster@redhat.com>
> 



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