Changeset 205 for trunk/tests/DumbMainView.h
- Timestamp:
- 06/10/06 05:34:50 (2 years ago)
- Files:
-
- 1 modified
-
trunk/tests/DumbMainView.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/DumbMainView.h
r173 r205 36 36 IFindView *getFindView (void); 37 37 IPageView *getPageView (void); 38 IPreferencesView *getPreferencesView (void); 39 const gchar *getZoomText (void); 38 40 gchar *openFileDialog (const gchar *lastFolder); 39 41 gchar *promptPasswordDialog (void); 42 char *saveFileDialog (const gchar *lastFolder); 40 43 void sensitiveFind (gboolean sensitive); 41 44 void sensitiveGoToFirstPage (gboolean sensitive); … … 48 51 void sensitiveRotateLeft (gboolean sensitive); 49 52 void sensitiveRotateRight (gboolean sensitive); 53 void sensitiveSave (gboolean sensitive); 54 void sensitiveZoom (gboolean sensitive); 50 55 void sensitiveZoomIn (gboolean sensitive); 51 56 void sensitiveZoomOut (gboolean sensitive); … … 55 60 void setCursor (ViewCursor cursorType); 56 61 void setTotalPages (gint pages); 57 void setGoToPageText (const char *text); 62 void setGoToPageText (const char *text); 58 63 void setTitle (const gchar *title); 59 64 void setOutline (DocumentOutline *outline); 60 65 void setStatusBarText (const gchar *text); 66 void setZoomText (const gchar *text); 61 67 void show (void); 62 68 void showErrorMessage (const gchar *title, const gchar *body);
