Changeset 4164 in orxonox.OLD for orxonox/trunk
- Timestamp:
- May 11, 2005, 12:59:25 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/gui/gui/gui.cc
r4132 r4164 81 81 Box* optionBoxR = new Box('v'); 82 82 { 83 exec = new GuiExec();84 optionBoxR->fill(exec->getWidget());85 86 83 flags = new GuiFlags(); 87 88 84 optionBoxR->fill(flags->getWidget()); 89 85 90 86 update = new GuiUpdate(); 91 87 optionBoxR->fill(update->getWidget()); 88 89 exec = new GuiExec(); 90 optionBoxR->fill(exec->getWidget()); 92 91 } 93 92 windowBox->fill(optionBoxR);
Note: See TracChangeset
for help on using the changeset viewer.