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:
parent
b326934c03
commit
3d50d1632b
@ -107,7 +107,7 @@ public:
|
||||
The id of the info bar window, usually unused as currently no
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user