]> git.saurik.com Git - wxWidgets.git/commit
Extract wxSTOCK_WITHOUT_ELLIPSIS from wxSTOCK_FOR_BUTTON.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Feb 2010 01:33:32 +0000 (01:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Feb 2010 01:33:32 +0000 (01:33 +0000)
commit95ad763a77ad999bc302a7fead376d091baae2c2
treef23aa0ac8ffba1e8ddac54605ce16119c8534359
parent9439bc695589837900ebeb7db5fd029851cd1096
Extract wxSTOCK_WITHOUT_ELLIPSIS from wxSTOCK_FOR_BUTTON.

Make it possible to use this flag on its own, without wxSTOCK_WITH_MNEMONIC
which is also part of wxSTOCK_FOR_BUTTON. This can be useful for e.g. toolbar
buttons.

Closes #11681, #11682.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/stockitem.h
interface/wx/stockitem.h
src/common/stockitem.cpp