Changeset 277 for trunk/src/IMainView.h

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

    r263 r277  
    577577            virtual void setOutline (DocumentOutline *outline) = 0; 
    578578 
     579            virtual void copyTextToClibboard(const gchar* text) = 0; 
     580            virtual void activePageModeScroll (gboolean active) = 0; 
     581            virtual void activePageModeText (gboolean active) = 0; 
     582 
    579583        protected: 
    580584            ///