[wxGTK 2.8.0] accelerators not working
Robert Roebling
robert at roebling.de
Fri Feb 23 13:58:02 PST 2007
notnot wrote:
> I'm having troubles getting accelerators to work, via SetAcceleratorTable().
> See this minimal program that won't function properly on wxGTK, but works
> fine with wxMac and wxMSW. (Note that on wxMSW, the accelerator keys are
> case sensitive, on wxMac they are not).
Could you test of the code in src/gtk/window.cpp, lines 1040
in CVS HEAD are reached at all? If you have any old version,
just look for "#if wxUSE_ACCEL" and see of the code gets
executed at all (and maybe see what's wrong),
Robert
More information about the wx-users
mailing list