Hi,

> How can I create a borderless window, i.e., a Splash 
> screen for a gnome app. 

        You just have to create a window of type GTK_WINDOW_POPUP instead
of standard GTK_WINDOW_TOPLEVEL. Also u can add widgets like pixmaps like
you do to a standard window.

> Also how to make this window 
> always stand in front of the main window without setting 
> it to be modal?

        I am not very sure about this one but, I did this simply, without
any special functions in GTK by using pthreads to create a seperate line
of control which will be creating the splash screen.

                                                        bhanu.

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to