Changeset 3452 in orxonox.OLD for orxonox/trunk/src/gui/orxonox_gui_flags.h
- Timestamp:
- Mar 2, 2005, 6:49:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/gui/orxonox_gui_flags.h
r3423 r3452 25 25 static void flagsText(Widget* widget, void* flagInfo); 26 26 27 //! Struct that handles flag information. 27 28 struct FlagInfo 28 29 { 29 CheckButton* shortFlags; 30 Label* flagsLabel; 30 CheckButton* shortFlags; //!< Button for the flag. 31 Label* flagsLabel; //!< Label for the flag. 31 32 }; 32 33 Widget* getWidget(void);
Note: See TracChangeset
for help on using the changeset viewer.