Extract "Close" button creation from wxInfoBarGeneric into new function.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 13 Sep 2012 17:14:14 +0000 (17:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 13 Sep 2012 17:14:14 +0000 (17:14 +0000)
commitbe7a086c0c0faef78005ad66791da31a76a31fcd
treeec5c073c1983ff12ffece854ec194ba7a18689a4
parentbe682205c1c9d43fbc12a778d97b063e4e1e4188
Extract "Close" button creation from wxInfoBarGeneric into new function.

Such buttons may be needed in other places and it's not obvious to create
them, so add a new public wxBitmapButton::NewCloseButton() method to allow
creating them easily.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/bmpbuttn.h
interface/wx/bmpbuttn.h
src/common/bmpbtncmn.cpp
src/generic/infobar.cpp