Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2053 in orxonox.OLD for orxonox/trunk/gui


Ignore:
Timestamp:
Jul 2, 2004, 12:46:48 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: Now there is a possibility to start orxonox out of the gui.

Location:
orxonox/trunk/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/gui/orxonox_gui_exec.cc

    r2018 r2053  
    1111 
    1212  start = new Button ("Start");
     13  start->connectSignal ("clicked", startOrxonox);
    1314  execBox->fill (start);
    1415  saveSettings = new CheckButton ("Save Settings");
     
    142143  if (widget->next != NULL)
    143144    readFileText (widget->next, variableName, variableValue);
     145}
    144146
    145147
     148gint startOrxonox (GtkWidget *widget, Widget* data)
     149{
     150  /**
     151   * Starts Orxonox.
     152   */
     153  cout << "Starting Orxonox" <<endl;
    146154}
  • orxonox/trunk/gui/orxonox_gui_exec.h

    r2018 r2053  
    3232
    3333};
     34  gint startOrxonox (GtkWidget *widget, Widget* data);
     35
    3436#endif /* _ORXONOX_GUI_EXEC_H */
Note: See TracChangeset for help on using the changeset viewer.