Changeset 97 for trunk/src/IMainView.h
- Timestamp:
- 04/20/06 10:08:49 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/IMainView.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/IMainView.h
r67 r97 49 49 /// the toolkit's specific open dialog. 50 50 /// 51 /// @param folder The last folder used to open a file. This is 52 /// used to show this folder when the open dialog 53 /// appears. 54 /// 51 55 /// @return A copy of the file name that the user will try to open 52 56 /// or NULL if the user cancelled the operation. 53 57 /// This string will be freed by the presenter. 54 58 /// 55 virtual gchar *openFileDialog ( void) = 0;59 virtual gchar *openFileDialog (const gchar *lastFolder) = 0; 56 60 57 61 ///
