Changeset 8538 in orxonox.OLD for branches/gui/src/lib/gui/gl/glgui_defs.h
- Timestamp:
- Jun 16, 2006, 4:36:12 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/gui/gl/glgui_defs.h
r8448 r8538 22 22 } Orientation; 23 23 24 //! Names of Orientations 24 25 const std::string OrientationString[] = { 25 26 "Horizontal", … … 30 31 typedef enum { 31 32 Normal, //!< Normal state of the GUI's Widgets. 32 Active, //!< If the widget is Active.33 Focused, //!< If the widget is Active. 33 34 Selected, //!< If the Widget is Selected. 34 35 Insensitive //!< If the Widget is insensitive. … … 38 39 #define GLGUI_DEFAULT_STYLE OrxGui::Normal 39 40 41 //! names of the States. 40 42 const std::string StateString[] = 41 43 { 42 44 "Normal", 43 " Active",45 "Focused", 44 46 "Selected", 45 47 "Insensitive" … … 54 56 } FeaturePosition; 55 57 58 //! Names of Feature-Positions 56 59 const std::string FeaturePositionString[] = 57 60 {
Note: See TracChangeset
for help on using the changeset viewer.