in reply to Perl Gtk2: Key Accelerators for Buttons
But is it possible to add a Accelerator Key-Combo (mnemonic) to a button which doesn't contain a Label INSIDE the button..?
Yup, all that accelerator stuff does is add a key listener, and connects a signal to a specific key combo
You can do that without a label, label just saves you typing
Cheapest/Easiest way is to create a menu, and associate hotkeys with the same action/callback/signal as the buttons
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl Gtk2: Key Accelerators for Buttons
by mmartin (Monk) on Aug 08, 2013 at 14:31 UTC |