Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 4, 2005, 11:50:34 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/guiMerge: heavy clean-up of the gui

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/guiMerge/src/lib/gui/gui/orxonox_gui_element.h

    r4024 r4046  
    1010#include "orxonox_gui_gtk.h"
    1111
    12 // FORWARD DEFINITION
    13 
    14 
    15 
    16 //! A class for ...
     12//! A SuperClass for all the Different GuiElements
    1713class OrxonoxGuiElement {
    1814
     
    2117  virtual ~OrxonoxGuiElement();
    2218 
     19  /** \returns the main Widget of this GuiElement. */
    2320  Widget* getWidget(void) {return this->mainWidget;}
    2421 protected:
Note: See TracChangeset for help on using the changeset viewer.