Fix method name in wxInfoBar interface.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -107,7 +107,7 @@ public:
|
|||||||
The id of the info bar window, usually unused as currently no
|
The id of the info bar window, usually unused as currently no
|
||||||
events are generated by this class.
|
events are generated by this class.
|
||||||
*/
|
*/
|
||||||
wxInfoBar(wxWindow *parent, wxWindowID winid = wxID_ANY);
|
bool Create(wxWindow *parent, wxWindowID winid = wxID_ANY);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Add a button to be shown in the info bar.
|
Add a button to be shown in the info bar.
|
||||||
|
Reference in New Issue
Block a user