Changeset 3317 in orxonox.OLD for orxonox/branches/updater/src
- Timestamp:
- Jan 3, 2005, 12:19:03 PM (20 years ago)
- Location:
- orxonox/branches/updater/src/gui
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/updater/src/gui/orxonox_gui.cc
r3315 r3317 127 127 128 128 /** 129 \br eif Destructor.129 \brief Destructor. 130 130 */ 131 131 OrxonoxGui::~OrxonoxGui(void) -
orxonox/branches/updater/src/gui/orxonox_gui_exec.cc
r3316 r3317 32 32 /** 33 33 \brief Creates the Exec-Frame 34 \param orxonoxGUI ExecFrame needs to know where to get the Options from35 34 */ 36 35 OrxonoxGuiExec::OrxonoxGuiExec(void) -
orxonox/branches/updater/src/gui/orxonox_gui_flags.cc
r3315 r3317 28 28 /** 29 29 \brief Creates the Flags-Frame 30 \param widget The Widget from which the data will be parsed31 30 */ 32 31 OrxonoxGuiFlags::OrxonoxGuiFlags(void) -
orxonox/branches/updater/src/gui/orxonox_gui_gtk.h
r3315 r3317 282 282 { 283 283 private: 284 int start; 285 int end; 284 int start; //!< The beginning of the Slider-range. 285 int end; //!< The end of the Slider-range. 286 286 public: 287 287 Slider(char* slidername, int start, int end);
Note: See TracChangeset
for help on using the changeset viewer.