]> git.saurik.com Git - wxWidgets.git/commit - interface/wx/infobar.h
Only show the default close button in wxInfoBar if there are no others.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:55:40 +0000 (22:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:55:40 +0000 (22:55 +0000)
commit6a3f8b4f1f1c802df93ce7bc05588536cb7a4dad
tree403e2ac8e709ad0fe8940ffe8fc09709e31f0c66
parentc0945eb2343660c0510a0c7262d8429afc0dcb31
Only show the default close button in wxInfoBar if there are no others.

Assume that user-added buttons can be already used to close the message so
don't show the default close button if any were added.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/infobar.h
include/wx/infobar.h
interface/wx/infobar.h
src/generic/infobar.cpp
src/gtk/infobar.cpp