Changeset 277 for trunk/src/gtk/MainView.h
- Timestamp:
- 06/11/07 09:12:09 (18 months ago)
- Files:
-
- 1 modified
-
trunk/src/gtk/MainView.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gtk/MainView.h
r263 r277 36 36 void activeZoomFit (gboolean active); 37 37 void activeZoomWidth (gboolean active); 38 void activePageModeScroll (gboolean active); 39 void activePageModeText (gboolean active); 38 40 gchar *openFileDialog (const gchar *lastFolder); 39 41 gchar *promptPasswordDialog (void); … … 69 71 void setZoomText (const gchar *text); 70 72 const gchar *getGoToPageText (void); 73 void copyTextToClibboard(const gchar* text); 71 74 IFindView *getFindView (void); 72 75 IPageView *getPageView (void);
