Changeset 277 for trunk/src/MainPter.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/MainPter.h

    r253 r277  
    4040            MainPter (IDocument *document); 
    4141            ~MainPter (void); 
     42 
     43            void pageModeTextActivated(gboolean active); 
     44            void pageModeScrollActivated(gboolean active); 
    4245 
    4346            void setInitialState (void); 
     
    8588            void notifySave (void); 
    8689            void notifySaveError (const GError *error); 
     90            void notifyTextSelected (const gchar* text); 
    8791 
    8892#if defined (DEBUG)