The GTK implementation of vgui_window. More...
Go to the source code of this file.
Classes | |
| class | vgui_gtk2_window |
| The GTK implementation of vgui_window. More... | |
The GTK implementation of vgui_window.
Modifications
13-Jul-2000 Marko Bacic, Oxford RRG - Added support for menu shortcuts
21-Sep-2000 capes@robots- Changed destructor to actually destroy the widgets
Facilitates the post_destroy() adaptor method.
13-Sep-2002 K.Y.McGaul - Changed to Doxygen style comments.
07-Jan-2011 Lianqing Yu - Move member function init() from show() to the
constructors so that client may call show()
multiple times without triggering GTK+ warning
that a child widget (indeed its member box) is
inserted into a GtkBin widget (actually its
member window) that already has a child.
Definition in file vgui_gtk2_window.h.
1.7.5.1