automated ifacecheck fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -111,13 +111,11 @@ public:
|
||||
@param name
|
||||
Window name.
|
||||
*/
|
||||
bool Create(wxWindow* parent, wxWindowID id,
|
||||
const wxString& label,
|
||||
const wxString& url,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
bool Create(wxWindow* parent, wxWindowID id, const wxString& label,
|
||||
const wxString& url, const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
long style = wxHL_DEFAULT_STYLE,
|
||||
const wxString& name = "hyperlink");
|
||||
const wxString& name = wxHyperlinkCtrlNameStr);
|
||||
|
||||
/**
|
||||
Returns the colour used to print the label of the hyperlink when the mouse is
|
||||
|
Reference in New Issue
Block a user