]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/gizmos/_treelist.i
Another package name fix
[wxWidgets.git] / wxPython / contrib / gizmos / _treelist.i
index 105f25b90daac4e4443a93a20249acdcc35f6df1..808349977526b34691ac6e775ef13ba52abe3342 100644 (file)
@@ -118,6 +118,13 @@ public:
     void SetEditable (bool edit);
     void SetShown(bool shown);
 
+    %property(Alignment, GetAlignment, SetAlignment, doc="See `GetAlignment` and `SetAlignment`");
+    %property(Image, GetImage, SetImage, doc="See `GetImage` and `SetImage`");
+    %property(SelectedImage, GetSelectedImage, SetSelectedImage, doc="See `GetSelectedImage` and `SetSelectedImage`");
+    %property(Text, GetText, SetText, doc="See `GetText` and `SetText`");
+    %property(Width, GetWidth, SetWidth, doc="See `GetWidth` and `SetWidth`");
+    %property(Editable, IsEditable, SetEditable);
+    %property(Shown, IsShown, SetShown);
 };
 
 
@@ -192,7 +199,7 @@ MustHaveApp(wxPyTreeListCtrl);
 class wxPyTreeListCtrl : public wxControl
 {
 public:
-    %pythonAppend wxPyTreeListCtrl         "self._setOORInfo(self);self._setCallbackInfo(self, TreeListCtrl)"
+    %pythonAppend wxPyTreeListCtrl         "self._setOORInfo(self);" setCallbackInfo(TreeListCtrl)
     %pythonAppend wxPyTreeListCtrl()       ""
 
     wxPyTreeListCtrl(wxWindow *parent, wxWindowID id = -1,
@@ -678,6 +685,20 @@ public:
     wxWindow* GetHeaderWindow() const;
     wxScrolledWindow* GetMainWindow() const;
 
+    %property(ButtonsImageList, GetButtonsImageList, SetButtonsImageList, doc="See `GetButtonsImageList` and `SetButtonsImageList`");
+    %property(ColumnCount, GetColumnCount, doc="See `GetColumnCount`");
+    %property(Count, GetCount, doc="See `GetCount`");
+    %property(HeaderWindow, GetHeaderWindow, doc="See `GetHeaderWindow`");
+    %property(ImageList, GetImageList, SetImageList, doc="See `GetImageList` and `SetImageList`");
+    %property(Indent, GetIndent, SetIndent, doc="See `GetIndent` and `SetIndent`");
+    %property(LineSpacing, GetLineSpacing, SetLineSpacing, doc="See `GetLineSpacing` and `SetLineSpacing`");
+    %property(MainColumn, GetMainColumn, SetMainColumn, doc="See `GetMainColumn` and `SetMainColumn`");
+    %property(MainWindow, GetMainWindow, doc="See `GetMainWindow`");
+    %property(Next, GetNext, doc="See `GetNext`");
+    %property(RootItem, GetRootItem, doc="See `GetRootItem`");
+    %property(Selection, GetSelection, doc="See `GetSelection`");
+    %property(Selections, GetSelections, doc="See `GetSelections`");
+    %property(StateImageList, GetStateImageList, SetStateImageList, doc="See `GetStateImageList` and `SetStateImageList`");
 };
 
 //----------------------------------------------------------------------