]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/infobar.h
Only show the default close button in wxInfoBar if there are no others.
[wxWidgets.git] / include / wx / infobar.h
index ec02fb33e84231a4b47fac56581bd76bd2dec792..7d661283e0492bc034d74042e4b48b47720adb52 100644 (file)
@@ -36,7 +36,8 @@ public:
     virtual void ShowMessage(const wxString& msg,
                              int flags = wxICON_INFORMATION) = 0;
 
-    // add an extra button to the bar, near the message
+    // add an extra button to the bar, near the message (replacing the default
+    // close button which is only shown if no extra buttons are used)
     virtual void AddButton(wxWindowID btnid,
                            const wxString& label = wxString()) = 0;