Changeset 2053 in orxonox.OLD for orxonox/trunk/gui
- Timestamp:
- Jul 2, 2004, 12:46:48 AM (20 years ago)
- Location:
- orxonox/trunk/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/gui/orxonox_gui_exec.cc
r2018 r2053 11 11 12 12 start = new Button ("Start"); 13 start->connectSignal ("clicked", startOrxonox); 13 14 execBox->fill (start); 14 15 saveSettings = new CheckButton ("Save Settings"); … … 142 143 if (widget->next != NULL) 143 144 readFileText (widget->next, variableName, variableValue); 145 } 144 146 145 147 148 gint startOrxonox (GtkWidget *widget, Widget* data) 149 { 150 /** 151 * Starts Orxonox. 152 */ 153 cout << "Starting Orxonox" <<endl; 146 154 } -
orxonox/trunk/gui/orxonox_gui_exec.h
r2018 r2053 32 32 33 33 }; 34 gint startOrxonox (GtkWidget *widget, Widget* data); 35 34 36 #endif /* _ORXONOX_GUI_EXEC_H */
Note: See TracChangeset
for help on using the changeset viewer.