Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3165 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui_exec.cc


Ignore:
Timestamp:
Dec 13, 2004, 2:17:30 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: compiling as not-GTK possibe, but it is not usable yet

File:
1 edited

Legend:

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

    r3162 r3165  
    4141 
    4242  start = new Button ("Start");
     43#ifdef HAVE_GTK2
    4344  start->connectSignal ("clicked", startOrxonox);
     45#endif /* HAVE_GTK2 */
    4446  execBox->fill (start);
    4547  saveSettings = new CheckButton ("Save Settings");
     
    5658  execBox->fill (alwaysShow);
    5759  quit = new Button ("Quit");
     60#ifdef HAVE_GTK2
    5861  quit->connectSignal ("clicked", orxonoxGUI->orxonox_gui_quit);
     62#endif /* HAVE_GTK2 */
    5963  execBox->fill (quit);
    6064
     
    278282}
    279283
     284#ifdef HAVE_GTK2
    280285/**
    281286   \brief Starts ORXONOX. (not really implemented yet, but the function is there.\n
     
    288293  cout << "Starting Orxonox" <<endl;
    289294}
     295#endif /* HAVE_GTK2 */
Note: See TracChangeset for help on using the changeset viewer.