Make small corrections in wxTimePickerCtrl docs

This commit is contained in:
PB
2018-09-12 17:05:06 +02:00
parent e6a2aa5ae3
commit 12c44f1c79

View File

@@ -67,7 +67,7 @@ public:
const wxSize& size = wxDefaultSize,
long style = wxTP_DEFAULT,
const wxValidator& validator = wxDefaultValidator,
const wxString& name = "timectrl");
const wxString& name = wxTimePickerCtrlNameStr);
/**
Create the control window.
@@ -103,9 +103,9 @@ public:
const wxDateTime& dt = wxDefaultDateTime,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxDP_DEFAULT | wxDP_SHOWCENTURY,
long style = wxTP_DEFAULT,
const wxValidator& validator = wxDefaultValidator,
const wxString& name = "timectrl");
const wxString& name = wxTimePickerCtrlNameStr);
/**
Returns the currently entered time as hours, minutes and seconds.