Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2004, 11:24:41 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: now works for non-gtk-mode too.

File:
1 edited

Legend:

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

    r3296 r3297  
    298298   \param data additional data
    299299*/
    300 gint OrxonoxGuiExec::startOrxonox (GtkWidget *widget, Widget* data)
     300int OrxonoxGuiExec::startOrxonox (GtkWidget* widget, Widget* data)
    301301{
    302302  cout << "Starting Orxonox" <<endl;
    303303}
     304#else /* HAVE_GTK2 */
     305/**
     306   \brief Starts ORXONOX. (not really implemented yet, but the function is there.\n
     307   This is a Signal and can be executed through Widget::signal_connect
     308   \param widget the widget that executed the start command
     309   \param data additional data
     310*/
     311int OrxonoxGuiExec::startOrxonox (void* widget, Widget* data)
     312{
     313  cout << "Starting Orxonox" <<endl;
     314}
     315
    304316#endif /* HAVE_GTK2 */
Note: See TracChangeset for help on using the changeset viewer.