> 
> Maybe something like this ?
> 
> gtk_window_set_decorated(GTK_WINDOW(dialog),FALSE);
> gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
> gtk_window_set_deletable(GTK_WINDOW(dialog), FALSE);
> 
> 
> Regards,
> Salsaman.
> 

I have found that a dialog set with parent of my main window
and set_decorate(False) doesn't screw with the fullscreen.

Unfortunately I can not set the parent window in the our  filechooser
dialog in this case. ( the information is not available )

But thanks for the idea - I thought we had it :)

Chris M
                                          
_______________________________________________
gtk-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to