Changeset 96 for trunk/src/Config.h
- Timestamp:
- 04/20/06 09:41:29 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/Config.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Config.h
r94 r96 39 39 ~Config (void); 40 40 41 gchar *getOpenFileFolder (void); 41 42 gint getWindowHeight (void); 42 43 gint getWindowWidth (void); … … 44 45 gint getWindowY (void); 45 46 void save(void); 47 void setOpenFileFolder (const gchar *folder); 46 48 void setWindowSize (gint width, gint height); 47 49 void setWindowPos (gint x, gint y); … … 58 60 gint getInteger (const gchar *group, const char *key, 59 61 gint defaultValue); 62 gchar *getString (const gchar *group, const char *key, 63 const gchar *defaultValue); 60 64 }; 61 65 }
