summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
8ec09aa)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39018
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
bool shown = true,
wxTreeListColumnAlign alignment = wxTL_ALIGN_LEFT);
bool shown = true,
wxTreeListColumnAlign alignment = wxTL_ALIGN_LEFT);
+ ~wxTreeListColumnInfo();
+
bool GetShown() const;
wxTreeListColumnAlign GetAlignment() const;
wxString GetText() const;
bool GetShown() const;
wxTreeListColumnAlign GetAlignment() const;
wxString GetText() const;
+ %disownarg( wxPyTreeItemData* data );
void SetItemData(const wxTreeItemId& item, wxPyTreeItemData* data) {
data->SetId(item); // set the id
self->SetItemData(item, data);
}
void SetItemData(const wxTreeItemId& item, wxPyTreeItemData* data) {
data->SetId(item); // set the id
self->SetItemData(item, data);
}
+ %cleardisown(wxPyTreeItemData* data );
// [Get|Set]ItemPyData are short-cuts. Also made somewhat crash-proof by
// automatically creating data classes.
// [Get|Set]ItemPyData are short-cuts. Also made somewhat crash-proof by
// automatically creating data classes.
wxTreeItemId GetNext(const wxTreeItemId& item) const;
wxTreeItemId GetNext(const wxTreeItemId& item) const;
+ %disownarg( wxPyTreeItemData* data );
+
// add the root node to the tree
wxTreeItemId AddRoot(const wxString& text,
int image = -1, int selectedImage = -1,
// add the root node to the tree
wxTreeItemId AddRoot(const wxString& text,
int image = -1, int selectedImage = -1,
int image = -1, int selectedImage = -1,
wxPyTreeItemData *data = NULL);
int image = -1, int selectedImage = -1,
wxPyTreeItemData *data = NULL);
+ %cleardisown(wxPyTreeItemData* data );
+
// delete this item and associated data if any
void Delete(const wxTreeItemId& item);
// delete this item and associated data if any
void Delete(const wxTreeItemId& item);