Re: Creating Splash screen



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.




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