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/PDFDocument.h

    r222 r277  
    5555            DocumentPage *renderPage (gint pageNum); 
    5656            gboolean saveFile (const gchar *fileName, GError **error); 
     57            GdkRegion* getTextRegion (DocumentRectangle* rect); 
     58            void setTextSelection (DocumentRectangle *rect); 
    5759 
    5860        protected: