Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2614 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui.h


Ignore:
Timestamp:
Oct 22, 2004, 12:52:33 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: added simple config-file stuffing. (only save needs it now, load still has to do it)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/gui/orxonox_gui.h

    r2605 r2614  
    6868 public:
    6969  Widget* down; //!< this points to the Widget below this.
    70 
    71   void init(void);
     70  char* groupName; //!< For each Packer you can specify a Groupname under which the lowerWidgets will be saved.
     71
     72  void init(void);
     73  void setGroupName (char* name);
     74  char* getGroupName (void);
    7275};
    7376
Note: See TracChangeset for help on using the changeset viewer.