Re: [gtk-list] using 2 screens, displaying "full-screen"




On Wed, 1 Sep 1999, DROUIN Antoine STNA 7SB K232 p5766 wrote:
> 
> -Is it possible to have one programm connected with 2 xservers, or am i forced to have two 
> mainloops.
>

Gdk connects to only one server at a time, so basically you have to have
two programs. You could have one backend program with two slave GUI
processes, perhaps.
 
> -How can i make the decorations of the main-window disapear in order
> to display full-screen
> 

Just don't run a window manager, and 
 gtk_widget_set_usize(window, gdk_screen_width(), gdk_screen_height);
 gtk_widget_set_uposition(window, 0, 0);

or if you want a windowmanager, create your toplevel window as
GTK_WINDOW_POPUP.

Havoc





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