]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_textctrl.i
Subindent support added
[wxWidgets.git] / wxPython / src / _textctrl.i
index 7110d61466075ecba79e5f2df2a1cd152d9b4f80..4f8e3b616f8ac6bfeb6eb03c50392d0e5915c893 100644 (file)
@@ -122,7 +122,7 @@ public:
     void SetFont(const wxFont& font, long flags = wxTEXT_ATTR_FONT);
     void SetAlignment(wxTextAttrAlignment alignment);
     void SetTabs(const wxArrayInt& tabs);
-    void SetLeftIndent(int indent);
+    void SetLeftIndent(int indent, int subIndent=0);
     void SetRightIndent(int indent);
     void SetFlags(long flags);
 
@@ -142,6 +142,7 @@ public:
     wxTextAttrAlignment GetAlignment() const;
     const wxArrayInt& GetTabs() const;
     long GetLeftIndent() const;
+    long GetLeftSubIndent() const;
     long GetRightIndent() const;
     long GetFlags() const;