Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2004, 5:56:18 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: walkThrough is better now.

File:
1 edited

Legend:

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

    r3290 r3292  
    5353  virtual void setTitle(char* title) = 0;  //!< An abstract Function, that sets the title of Widgets.
    5454
    55   void walkThrough (void (*function)(Widget*));
     55  void walkThrough (void (*function)(Widget*), unsigned int depth);
     56  void walkThrough (void (*function)(Widget*, void*), void* data, unsigned int depth);
    5657  static void listOptions (Widget* widget);
    5758  static void setOptions (Widget* widget);
Note: See TracChangeset for help on using the changeset viewer.