Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2584 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui.h


Ignore:
Timestamp:
Oct 16, 2004, 1:30:26 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: walkThrough-function implemented, that walks down through all the widgets, and executes static functions (so far: listOptions, setOptions) on them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/gui/orxonox_gui.h

    r2581 r2584  
    4040  void connectSignal (char* event, void* extObj, gint (*signal)(GtkWidget*, GdkEvent*, void *));
    4141  void show ();
    42   void listOptions ();
    43   void setOptions ();
     42
     43  void walkThrough (void (*function)(Widget*));
     44  static void listOptions (Widget* widget);
     45  static void setOptions (Widget* widget);
    4446
    4547};
Note: See TracChangeset for help on using the changeset viewer.