Changeset 3452 in orxonox.OLD for orxonox/trunk/src/gui/orxonox_gui_video.cc
- Timestamp:
- Mar 2, 2005, 6:49:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/gui/orxonox_gui_video.cc
r3423 r3452 39 39 this->fullscreen->setFlagName("windowed", "q", 1); 40 40 this->fullscreen->saveability(); 41 this->videoBox->fill(fullscreen); 41 this->videoBox->fill(this->fullscreen); 42 this->resolution = new Menu("Resolution", "640x480", "800x600", "1024x768", "1280x1024", "1400x1050", "1600x1200", "1920x1200", "lastItem"); 43 this->resolution->saveability(); 44 this->videoBox->fill(this->resolution); 42 45 this->wireframe = new CheckButton("WireFrame-mode"); 43 46 this->wireframe->setFlagName("wireframe", "w", 0); 44 47 this->wireframe->saveability(); 45 this->videoBox->fill( wireframe);48 this->videoBox->fill(this->wireframe); 46 49 47 50 this->advancedWindowCreate();
Note: See TracChangeset
for help on using the changeset viewer.