support mnemonics for wxStatic/RadioBox and made it easier to add support for more...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Mar 2006 14:21:19 +0000 (14:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Mar 2006 14:21:19 +0000 (14:21 +0000)
commit2e1f50128a73bd61db8ee0077b631ada9486158a
treeb60f58a8033854f322df9c7f2a1faa0670131c59
parent186344760df70193277af236c5faaba33c79d9f9
support mnemonics for wxStatic/RadioBox and made it easier to add support for more controls by virtualizing the mnemonics support logic (patch 1448178)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/gtk/control.h
include/wx/gtk/radiobox.h
include/wx/gtk/statbox.h
include/wx/gtk/stattext.h
include/wx/gtk/window.h
src/gtk/control.cpp
src/gtk/radiobox.cpp
src/gtk/statbox.cpp
src/gtk/stattext.cpp
src/gtk/window.cpp