Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3452 in orxonox.OLD for orxonox/trunk/src/gui/orxonox_gui_flags.h


Ignore:
Timestamp:
Mar 2, 2005, 6:49:46 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: gui: added resolution-selection-menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/gui/orxonox_gui_flags.h

    r3423 r3452  
    2525  static void flagsText(Widget* widget, void* flagInfo);
    2626 
     27  //! Struct that handles flag information.
    2728  struct FlagInfo
    2829  {
    29     CheckButton* shortFlags;
    30     Label* flagsLabel;
     30    CheckButton* shortFlags;     //!< Button for the flag.
     31    Label* flagsLabel;           //!< Label for the flag.
    3132  };
    3233  Widget* getWidget(void);
Note: See TracChangeset for help on using the changeset viewer.