X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cc4bfafe5a31cb96f35b3ec9b19fa2b0b3a4eef..c559feea2ccebd8d831210eac9afbec5372aaead:/interface/stc/stc.h?ds=sidebyside diff --git a/interface/stc/stc.h b/interface/stc/stc.h index 0c36146365..53f286e8f4 100644 --- a/interface/stc/stc.h +++ b/interface/stc/stc.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: stc/stc.h -// Purpose: documentation for wxStyledTextEvent class +// Purpose: interface of wxStyledTextEvent // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -31,17 +31,17 @@ public: /** */ - wxEvent* Clone(); + wxEvent* Clone() const; /** */ - bool GetAlt(); + bool GetAlt() const; /** */ - bool GetControl(); + bool GetControl() const; /** @@ -61,92 +61,92 @@ public: /** */ - int GetFoldLevelNow(); + int GetFoldLevelNow() const; /** */ - int GetFoldLevelPrev(); + int GetFoldLevelPrev() const; /** */ - int GetKey(); + int GetKey() const; /** */ - int GetLParam(); + int GetLParam() const; /** */ - int GetLength(); + int GetLength() const; /** */ - int GetLine(); + int GetLine() const; /** */ - int GetLinesAdded(); + int GetLinesAdded() const; /** */ - int GetListType(); + int GetListType() const; /** */ - int GetMargin(); + int GetMargin() const; /** */ - int GetMessage(); + int GetMessage() const; /** */ - int GetModificationType(); + int GetModificationType() const; /** */ - int GetModifiers(); + int GetModifiers() const; /** */ - int GetPosition(); + int GetPosition() const; /** */ - bool GetShift(); + bool GetShift() const; /** */ - wxString GetText(); + wxString GetText() const; /** */ - int GetWParam(); + int GetWParam() const; /** */ - int GetX(); + int GetX() const; /** */ - int GetY(); + int GetY() const; /** @@ -250,6 +250,7 @@ public: }; + /** @class wxStyledTextCtrl @headerfile stc.h wx/stc/stc.h @@ -274,8 +275,7 @@ public: @library{wxbase} @category{stc} - @seealso - wxStyledTextEvent + @see wxStyledTextEvent */ class wxStyledTextCtrl : public wxControl { @@ -2743,3 +2743,4 @@ public: */ void ZoomOut(); }; +