Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 27, 2004, 4:14:47 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: implemented a new SignalHandler, signals for starting and quiting the Gui are now located in OrxonoxGuiExec.
Now thinking about a way to pass options to Orxonox (so the GUI really makes sense)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/gui/orxonox_gui.cc

    r3298 r3300  
    6363
    6464  orxonoxGUI = new Window( "Grafical OrxOnoX loader, "PACKAGE_VERSION);
    65 #ifdef HAVE_GTK2
    66   orxonoxGUI->connectSignal ("destroy", orxonoxGUI->orxonox_gui_quit);
    67   orxonoxGUI->connectSignal ("delete_event", orxonoxGUI->orxonox_gui_quit);
    68 #endif /* HAVE_GTK2 */
    6965 
    7066  Box* windowBox = new Box ('h');
     
    108104    orxonoxGUI->walkThrough(Widget::flagCheck, argv[optCount], 0);
    109105
     106
    110107  orxonoxGUI->showall ();
    111108
Note: See TracChangeset for help on using the changeset viewer.