made wxAcceleratorTable work with buttons in wxGTK too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-03-18 16:21:15 +00:00
parent 8cd6a9ad50
commit b1bb04c5a6
2 changed files with 13 additions and 4 deletions

View File

@@ -96,8 +96,7 @@ public:
@wxheader{accel.h}
An accelerator table allows the application to specify a table of keyboard
shortcuts for menus or other commands. On Windows and Mac OS X, menu or button
commands are supported; on GTK, only menu commands are supported.
shortcuts for menu or button commands.
The object ::wxNullAcceleratorTable is defined to be a table with no data, and
is the initial accelerator table for a window.