[gtkada] Getting rid of Windows' application icons
Emmanuel Briot
briot at adacore.com
Mon Jul 17 09:36:46 CEST 2006
> Is there a way to disable a top-level window such that you don't get any
> of the "Windows" or "Linux" application icons. I want basically a plain
> window such that the use can't select minimize, maximize, or delete from
> the upper right of the window.
Yes, this is the second parameter to the call to Gtk.Window.Gtk_New.
This allows you to chose the type of window. For instance, menus do not have
decoration at all...
Emmanuel
More information about the gtkada
mailing list