]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_gauge.i
Add wrappers for wxNativePixelData and wxAlphaPixelData
[wxWidgets.git] / wxPython / src / _gauge.i
index 97759d64b0d454c425bff710d0096aeb23a5d3cc..942a1bc04e0d60632d33ac578aa10a75460a2207 100644 (file)
@@ -23,8 +23,8 @@ enum {
     wxGA_HORIZONTAL,
     wxGA_VERTICAL,
     wxGA_SMOOTH,
-    wxGA_PROGRESSBAR   // obsolete
 };
+%pythoncode { GA_PROGRESSBAR = 0 %# obsolete }
 
 //---------------------------------------------------------------------------