Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2004, 8:06:06 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: parsing argv's works now. But no events can be handled, like gui-quit, autoupdate and so on.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/gui/orxonox_gui_gtk.h

    r3292 r3295  
    5555  void walkThrough (void (*function)(Widget*), unsigned int depth);
    5656  void walkThrough (void (*function)(Widget*, void*), void* data, unsigned int depth);
    57   static void listOptions (Widget* widget);
    58   static void setOptions (Widget* widget);
     57  static void listOptions(Widget* widget);
     58  static void setOptions(Widget* widget);
     59  static void flagCheck(Widget* widget, void* flagName);
    5960 
    6061#ifdef HAVE_GTK2
Note: See TracChangeset for help on using the changeset viewer.