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

    r200 r277  
    151151            virtual void notifySaveError (const GError *error) { } 
    152152 
     153            /// 
     154            /// @brief Someone select text in document. 
     155            /// 
     156            /// This function called when someone select some text 
     157            /// in document. 
     158            /// 
     159            /// @param text Selected text. 
     160            /// 
     161            virtual void notifyTextSelected (const gchar* text) { } 
     162 
    153163        protected: 
    154164            ///