]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_treectrl.i
Wrap some deprecation wrappers around newly deprecated items
[wxWidgets.git] / wxPython / src / _treectrl.i
index d3f855b0d14a4a57db8a6641759e62539f9a3036..bb17aca72d2c4192d8a2d247eed0454608814faf 100644 (file)
@@ -46,10 +46,13 @@ enum {
     wxTR_DEFAULT_STYLE,
 
     wxTR_TWIST_BUTTONS,
-    wxTR_MAC_BUTTONS,
-    wxTR_AQUA_BUTTONS,
 };
 
+%pythoncode {
+    %# obsolete
+    TR_MAC_BUTTONS = 0
+    wxTR_AQUA_BUTTONS = 0
+}
 
 enum wxTreeItemIcon
 {