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_exec.h

    r3292 r3296  
    3939 
    4040  void setFilename (char* filename);
    41   int shouldsave ();
     41  char* getConfigFile(void);
     42  int shouldsave();
    4243  void writeToFile (Widget* widget);
    4344  void writeFileText (Widget* widget, int depth);
     
    4647  Widget* locateGroup(Widget* widget, char* groupName, int depth);
    4748
     49#ifdef HAVE_GTK2
     50  static gint startOrxonox (GtkWidget *widget, Widget* data);
     51#endif /* HAVE_GTK2 */
    4852};
    49 #ifdef HAVE_GTK2
    50   gint startOrxonox (GtkWidget *widget, Widget* data);
    51 #endif /* HAVE_GTK2 */
    5253#endif /* _ORXONOX_GUI_EXEC_H */
Note: See TracChangeset for help on using the changeset viewer.