class wxSplitterWindow: public wxWindow
{
public:
- %pythonPrepend wxSplitterWindow "if kwargs.has_key('point'): kwargs['pos'] = kwargs['point']"
+ %pythonPrepend wxSplitterWindow "if kwargs.has_key('point'): kwargs['pos'] = kwargs['point'];del kwargs['point']"
%pythonPrepend wxSplitterWindow() ""
%pythonAppend wxSplitterWindow "self._setOORInfo(self)"
%pythonAppend wxSplitterWindow() ""
+ RefDoc(wxSplitterWindow, ""); // turn it off for the ctors
+
DocCtorStr(
- wxSplitterWindow(wxWindow* parent, wxWindowID id,
+ wxSplitterWindow(wxWindow* parent, wxWindowID id=-1,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style=wxSP_3D,
DocDeclStr(
- bool , Create(wxWindow* parent, wxWindowID id,
+ bool , Create(wxWindow* parent, wxWindowID id=-1,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style=wxSP_3D,
EVT_SPLITTER_SASH_POS_CHANGED events.");
- // UNSPLIT event methods
DocDeclStr(
wxWindow *, GetWindowBeingRemoved() const,
"Returns a pointer to the window being removed when a
splitter window is unsplit.");
- // DCLICK event methods
DocDeclStr(
int , GetX() const,
"Returns the x coordinate of the double-click point in a