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

    r172 r277  
    3333        /// Drag cursor. 
    3434        PAGE_VIEW_CURSOR_DRAG, 
     35        /// Text selection cursor. 
     36        PAGE_VIEW_CURSOR_SELECT_TEXT, 
    3537        /// Link cursor. 
    3638        PAGE_VIEW_CURSOR_LINK