]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/infobar.h
Minor corrections to wxFont size-changing methods.
[wxWidgets.git] / interface / wx / infobar.h
index 76694ae057e02769b836ce5f228ebc9212d19c28..e1c18a0ca7b1b9e1bea83c24937500e017257e49 100644 (file)
@@ -64,7 +64,7 @@
     native implementation requires a recent -- as of this writing -- GTK+ 2.18
     version.
 
-    @library{wxadv}
+    @library{wxcore}
     @category{miscwnd}
 
     @see wxStatusBar, wxMessageDialog
@@ -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.