Ignore:
Timestamp:
Nov 30, 2008, 1:57:41 AM (17 years ago)
Author:
pr
Message:

Allow copy to clipboard from textview control. Bug 1116.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/include/helpers/textview.h

    r206 r375  
    88 */
    99
    10 /*      Copyright (C) 2000 Ulrich M”ller.
     10/*      Copyright (C) 2000-2008 Ulrich M”ller.
    1111 *      This file is part of the "XWorkplace helpers" source package.
    1212 *      This is free software; you can redistribute it and/or modify
     
    351351        typedef struct _XFORMATDATA
    352352        {
     353            XSTRING     strOrigText;    // original text from WinSetWindowText
     354
    353355            // input to txvFormatText
    354             XSTRING     strViewText;    // original view text
    355                                         // from WinSetWindowText
     356            XSTRING     strViewText;    // view text after conversion
    356357
    357358            XFMTPARAGRAPH
     
    406407     */
    407408
    408     #define TXM_QUERYCHARFORMAT             (WM_USER + 1022)
    409     #define TXM_SETCHARFORMAT               (WM_USER + 1023)
     409//  #define TXM_QUERYCHARFORMAT             (WM_USER + 1022)
     410//  #define TXM_SETCHARFORMAT               (WM_USER + 1023)
    410411    #define TXM_QUERYPARFORMAT              (WM_USER + 1022)
    411412    #define TXM_SETPARFORMAT                (WM_USER + 1023)
     
    415416    #define TXM_JUMPTOANCHORNAME            (WM_USER + 1027)
    416417    #define TXM_QUERYTEXTEXTENT             (WM_USER + 1028)
     418    #define TXM_QUERYSTYLE                  (WM_USER + 1029)
     419    #define TXM_SETSTYLE                    (WM_USER + 1030)
     420    #define TXM_COPY                        (WM_USER + 1031)
    417421
    418422    #define WC_XTEXTVIEW     "XTextViewClass"
Note: See TracChangeset for help on using the changeset viewer.