Classes
core/vgui/impl/gtk2/vgui_gtk2_window.h File Reference

The GTK implementation of vgui_window. More...

#include <vgui/vgui_window.h>
#include <vgui/vgui_menu.h>
#include <gtk/gtk.h>

Go to the source code of this file.

Classes

class  vgui_gtk2_window
 The GTK implementation of vgui_window. More...

Detailed Description

The GTK implementation of vgui_window.

Author:
Robotics Research Group, University of Oxford
Date:
18 Dec 99 Contains classes: vgui_gtk2_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.