Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 29, 2004, 12:05:29 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: Now in non-gtk-mode, the Gui will ask questions for what Option to change… it is kind of sexy, but you can not change the Option yet. but this will follow.
I am now going into holydays till 1.1.2005: I hope you all have a good 'rutsch' into the new year.
cheers bensch

PS: I do not believe that anyone reads this, but anyways it was fun writing it :)

File:
1 edited

Legend:

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

    r3304 r3305  
    3333#endif /* HAVE_GTK2 */
    3434
    35 #ifdef HAVE_GTK2
    36 bool initGTK(int argc, char* argv[]);
    37 bool mainloopGTK(void);
    38 #endif /* HAVE_GTK2 */
     35bool initGUI(int argc, char* argv[]);
     36bool mainloopGUI(void);
    3937
    4038//! This is the topmost object that can be displayed all others are derived from it.
     
    5654  void walkThrough (void (*function)(Widget*), unsigned int depth);
    5755  void walkThrough (void (*function)(Widget*, void*), void* data, unsigned int depth);
     56  static void listOptionsAndGroups(Widget* widget);
    5857  static void listOptions(Widget* widget);
     58  static void listOptions(Widget* widget, void* data);
     59  Widget* findOptionByNumber(int* number, unsigned int depth);
     60  static void listGroups(Widget* widget);
     61  static void listGroups(Widget* widget, void* data);
     62  Widget* findGroupByNumber(int* number, unsigned int depth);
    5963  static void setOptions(Widget* widget);
    6064  static void flagCheck(Widget* widget, void* flagName);
Note: See TracChangeset for help on using the changeset viewer.