Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

orxonox/branches/updater: now the GUI just opens the first time, and the seccond time only if requested by —gui.

File:
1 edited

Legend:

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

    r3295 r3296  
    5353  virtual void setTitle(char* title) = 0;  //!< An abstract Function, that sets the title of Widgets.
    5454
     55  Widget* findWidgetByName(char* name, unsigned int depth);
    5556  void walkThrough (void (*function)(Widget*), unsigned int depth);
    5657  void walkThrough (void (*function)(Widget*, void*), void* data, unsigned int depth);
Note: See TracChangeset for help on using the changeset viewer.