X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/856bf319b572699cc31ceef8cf78d1b9770cacf9..69223c701760ac3b63b948f3ffac247d9f962d05:/wxPython/src/_button.i diff --git a/wxPython/src/_button.i b/wxPython/src/_button.i index 3c24b73ae8..320f480990 100644 --- a/wxPython/src/_button.i +++ b/wxPython/src/_button.i @@ -104,7 +104,7 @@ the application needs more control, additional bitmaps for the selected state, unpressed focused state, and greyed-out state may be supplied. "); -RefDoc(wxButton, " +RefDoc(wxBitmapButton, " Styles wx.BU_AUTODRAW: If this is specified, the button will be drawn automatically using the label bitmap only, providing a @@ -129,6 +129,8 @@ public: %pythonAppend wxBitmapButton() "" DocStr(wxBitmapButton, "Create and show a button with a bitmap for the label.") + RefDoc(wxBitmapButton, ""); // turn it off for the ctors + wxBitmapButton(wxWindow* parent, wxWindowID id, const wxBitmap& bitmap, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize,