Show
Ignore:
Timestamp:
06/11/07 09:12:09 (18 months ago)
Author:
jordi
Message:

Added a patch by Igor Vagulin which adds text selection and copy to clipboard features. This fixes bug #14.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gtk/MainView.h

    r263 r277  
    3636            void activeZoomFit (gboolean active); 
    3737            void activeZoomWidth (gboolean active); 
     38            void activePageModeScroll (gboolean active); 
     39            void activePageModeText (gboolean active); 
    3840            gchar *openFileDialog (const gchar *lastFolder); 
    3941            gchar *promptPasswordDialog (void); 
     
    6971            void setZoomText (const gchar *text); 
    7072            const gchar *getGoToPageText (void); 
     73            void copyTextToClibboard(const gchar* text); 
    7174            IFindView *getFindView (void); 
    7275            IPageView *getPageView (void);