]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/stc/stc.h
mac paths updated
[wxWidgets.git] / interface / stc / stc.h
index 0c361463658ea6b42ed10d414b31e50e3e6c3989..53f286e8f499fb122c5d9f0074e9fae36630ad6d 100644 (file)
@@ -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();
 };
+