Turn off the RefDoc for constructors of the classes that have a

RefDoc.  This prevents the doc from being duplicated in the metadata.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-03-26 22:15:23 +00:00
parent 3be10a9b0a
commit e029dde795
9 changed files with 27 additions and 1 deletions

View File

@@ -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,