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:
@@ -28,7 +28,11 @@
|
||||
class wxStaticLine : public wxControl
|
||||
{
|
||||
public:
|
||||
//@{
|
||||
/**
|
||||
Default constructor
|
||||
*/
|
||||
wxStaticLine();
|
||||
|
||||
/**
|
||||
Constructor, creating and showing a static line.
|
||||
|
||||
@@ -49,13 +53,11 @@ public:
|
||||
|
||||
@see Create()
|
||||
*/
|
||||
wxStaticLine();
|
||||
wxStaticLine(wxWindow* parent, wxWindowID id = wxID_ANY,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
long style = wxLI_HORIZONTAL,
|
||||
const wxString& name = "staticLine");
|
||||
//@}
|
||||
|
||||
/**
|
||||
Creates the static line for two-step construction. See wxStaticLine()
|
||||
|
Reference in New Issue
Block a user