diff options
Diffstat (limited to 'include')
-rwxr-xr-x | include/Platform.h | 4 | ||||
-rwxr-xr-x | include/Scintilla.h | 2 | ||||
-rwxr-xr-x | include/Scintilla.iface | 12 |
3 files changed, 9 insertions, 9 deletions
diff --git a/include/Platform.h b/include/Platform.h index 33245b9..3cc849b 100755 --- a/include/Platform.h +++ b/include/Platform.h @@ -354,7 +354,7 @@ public: virtual void SetClip(PRectangle rc)=0; virtual void FlushCachedState()=0; - virtual void SetUnicodeMode(bool unicodeMode_)=0; + virtual void SetUnicodeMode(bool tqunicodeMode_)=0; virtual void SetDBCSMode(int codePage)=0; #if defined(PLAT_QT) @@ -412,7 +412,7 @@ public: static ListBox *Allocate(); virtual void SetFont(Font &font)=0; - virtual void Create(Window &parent, int ctrlID, Point location, int lineHeight_, bool unicodeMode_)=0; + virtual void Create(Window &parent, int ctrlID, Point location, int lineHeight_, bool tqunicodeMode_)=0; virtual void SetAverageCharWidth(int width)=0; virtual void SetVisibleRows(int rows)=0; virtual int GetVisibleRows() const=0; diff --git a/include/Scintilla.h b/include/Scintilla.h index ffb1ffa..326831d 100755 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -696,7 +696,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCN_AUTOCSELECTION 2022 //--Autogenerated -- end of section automatically generated from Scintilla.iface -// These structures are defined to be exactly the same shape as the Win32 +// These structures are defined to be exactly the same tqshape as the Win32 // CHARRANGE, TEXTRANGE, FINDTEXTEX, FORMATRANGE, and NMHDR structs. // So older code that treats Scintilla as a RichEdit will work. diff --git a/include/Scintilla.iface b/include/Scintilla.iface index c3e5b56..6154ca5 100755 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -977,7 +977,7 @@ fun void HideLines=2227(int lineStart, int lineEnd) # Is a line visible? get bool GetLineVisible=2228(int line,) -# Show the children of a header line. +# Show the tqchildren of a header line. set void SetFoldExpanded=2229(int line, bool expanded) # Is a header line expanded? @@ -1075,10 +1075,10 @@ val SC_CACHE_CARET=1 val SC_CACHE_PAGE=2 val SC_CACHE_DOCUMENT=3 -# Sets the degree of caching of layout information. +# Sets the degree of caching of tqlayout information. set void SetLayoutCache=2272(int mode,) -# Retrieve the degree of caching of layout information. +# Retrieve the degree of caching of tqlayout information. get int GetLayoutCache=2273(,) # Sets the document width assumed for scrolling. @@ -1407,16 +1407,16 @@ set void SetFocus=2380(bool focus,) get bool GetFocus=2381(,) # Change error status - 0 = OK. -set void SetStatus=2382(int statusCode,) +set void SettqStatus=2382(int statusCode,) # Get error status. -get int GetStatus=2383(,) +get int GettqStatus=2383(,) # Set whether the mouse is captured when its button is pressed. set void SetMouseDownCaptures=2384(bool captures,) # Get whether mouse gets captured. get bool GetMouseDownCaptures=2385(,) -enu CursorShape=SC_CURSOR +enu tqCursorShape=SC_CURSOR val SC_CURSORNORMAL=-1 val SC_CURSORWAIT=4 # Sets the cursor to one of the SC_CURSOR* values. |