Create own entry for default constructors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -46,7 +46,11 @@
|
||||
class wxSplitterWindow : public wxWindow
|
||||
{
|
||||
public:
|
||||
//@{
|
||||
/**
|
||||
Default constructor
|
||||
*/
|
||||
wxSplitterWindow();
|
||||
|
||||
/**
|
||||
Constructor for creating the window.
|
||||
|
||||
@@ -73,13 +77,11 @@ public:
|
||||
@see Initialize(), SplitVertically(),
|
||||
SplitHorizontally(), Create()
|
||||
*/
|
||||
wxSplitterWindow();
|
||||
wxSplitterWindow(wxWindow* parent, wxWindowID id,
|
||||
const wxPoint& point = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
long style = wxSP_3D,
|
||||
const wxString& name = "splitterWindow");
|
||||
//@}
|
||||
|
||||
/**
|
||||
Destroys the wxSplitterWindow and its children.
|
||||
|
Reference in New Issue
Block a user