]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_cmndlgs.i
Script updates
[wxWidgets.git] / wxPython / src / _cmndlgs.i
index 37ad2414aa32466d4cb56165767ac2a7c20aa69f..13cd13edd6c9a952d2e25911e19bb37ca8ab2305 100644 (file)
@@ -503,12 +503,10 @@ DocStr(wxFontDialog,
 class wxFontDialog : public wxDialog {
 public:
     %pythonAppend wxFontDialog   "self._setOORInfo(self)"
-    %nokwargs wxFontDialog;
 
     DocStr(wxFontDialog,
-           "Constructor. Pass a parent window, and optionally the font data object to be\n"
+           "Constructor. Pass a parent window and the FontData object to be\n"
            "used to initialize the dialog controls.");
-    wxFontDialog(wxWindow* parent);
     wxFontDialog(wxWindow* parent, const wxFontData& data);