RE: setting a dialog to popup instead of toplevel

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

 




>
> 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
gtk-list@xxxxxxxxx
https://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux