ifacecheck manual fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -38,6 +38,7 @@ public:
|
||||
Default constructor.
|
||||
*/
|
||||
wxGenericDirCtrl();
|
||||
|
||||
/**
|
||||
Main constructor.
|
||||
|
||||
@@ -63,7 +64,7 @@ public:
|
||||
@param name
|
||||
The window name.
|
||||
*/
|
||||
wxGenericDirCtrl(wxWindow* parent, const wxWindowID id = -1,
|
||||
wxGenericDirCtrl(wxWindow* parent, const wxWindowID id = wxID_ANY,
|
||||
const wxString& dir = wxDirDialogDefaultFolderStr,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
|
Reference in New Issue
Block a user