]> git.saurik.com Git - wxWidgets.git/commit
Simplify the status bar sample by removing wxBitmapButton.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Sep 2009 13:00:16 +0000 (13:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Sep 2009 13:00:16 +0000 (13:00 +0000)
commit5eb65a3b70722f53959350f35a11af6a97bc3b8b
treed3f8feb1190d9c0ece81292ecabe002702eeedc8
parentee38a8cf7f2b8ad296f4968252bd5552d70e1bbf
Simplify the status bar sample by removing wxBitmapButton.

The sample code was complicated by having USE_STATIC_BITMAP and using
wxStaticBitmap or wxBitmapButton depending on it. Neither important for
a wxStatusBar sample so just use wxStaticBitmap always and make the code
simpler and more readable.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/statbar/statbar.cpp