Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 3, 2004, 12:29:03 AM (21 years ago)
Author:
bensch
Message:

orxonox/branches/buerli: merged back from trunk, with new configure makefile and so forth.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/buerli/gui/orxonox_gui_exec.h

    r2595 r2707  
    3333  int shouldsave ();
    3434  void writeToFile (Widget* widget);
    35   void writeFileText (Widget* widget);
     35  void writeFileText (Widget* widget, int depth);
    3636  void readFromFile (Widget* widget);
    37   void readFileText (Widget* widget, char* variableName, int variableValue);
     37  void readFileText (Widget* widget, char* variableName, int variableValue, int depth);
     38  Widget* locateGroup(Widget* widget, char* groupName, int depth);
    3839
    3940};
Note: See TracChangeset for help on using the changeset viewer.