Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3161 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui_gtk.h


Ignore:
Timestamp:
Dec 13, 2004, 2:10:38 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: OptionLabel now has a member cValue for saving its state beside its name

File:
1 edited

Legend:

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

    r3158 r3161  
    3232  GtkWidget* widget; //!< widget is the gtk_widget that the specific Object Contains.
    3333  void init(void);
    34   int isOption; //!< with this Paramenter one can set the option-type: -2:Container, -1: Box, 0: not an Option, 1: Bool-option, 2: int-option, 3:float option, 4:char option, 5: char* option
     34  int isOption; //!< with this Paramenter one can set the option-type: -2:Container, -1: Box, 0: not an Option, 1: Bool-option, 2: int-option, 3: float option, 4:char option, 5: char* option
    3535  /**
    3636     \briefdefines isOption states
     
    262262{
    263263 public:
    264   OptionLabel(char* text);
    265   void init(void);
    266 
     264  OptionLabel(char* label, char* value);
     265  void init(void);
     266 
     267  char* cValue;
     268 
     269  void setValue(char* newValue);
    267270  void setTitle(char* title);
    268271  void redraw();
Note: See TracChangeset for help on using the changeset viewer.