Changeset 97 for trunk/tests/DumbMainView.h
- Timestamp:
- 04/20/06 10:08:49 (3 years ago)
- Files:
-
- 1 modified
-
trunk/tests/DumbMainView.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/DumbMainView.h
r66 r97 28 28 ~DumbMainView (); 29 29 30 gchar *openFileDialog ( void);30 gchar *openFileDialog (const gchar *lastFolder); 31 31 gchar *promptPasswordDialog (void); 32 32 void sensitiveGoToFirstPage (gboolean sensitive); … … 56 56 gint countTimesShownPasswordPrompt (void); 57 57 gint getCurrentPage (void); 58 const gchar *getLastOpenFileFolder (void); 58 59 DocumentOutline *getOutline (void); 59 60 const gchar *getTitle (void); … … 82 83 DocumentPage *m_DocumentPage; 83 84 gchar *m_GoToPageText; 85 gchar *m_LastOpenFileFolder; 84 86 gchar *m_OpenFileName; 85 87 DocumentOutline *m_Outline;
