aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOlivier Abad <oabad@noos.fr>2002-09-01 09:46:54 +0000
committerOlivier Abad <oabad@noos.fr>2002-09-01 09:46:54 +0000
commit38ff21ecac1e90a68ab0f05e537bae22d680f93b (patch)
treea29989341c1f31aa98b06aad070c24cfdfb291b2 /doc
parent9e310b26b3a0a90cdbda3f017321e38f5bb63904 (diff)
Fix accelarators/mnemonics in dialogs containing radio or check buttons.
The GTK+ v2 documentation says accelarators should only be used with menus. For text entries or buttons, we must use mnemonics. Replace dlg_check_button_new_with_label_with_mnemonic() and dlg_radio_button_new_with_label_with_mnemonic() with gtk_check_button_new_with_mnemonic() and gtk_radio_button_new_with_mnemonic() For radio buttons, gtk_radio_button_group is deprecated. Use gtk_radio_button_new_with_mnemonic_from_widget() to create a new button in an existing group. svn path=/trunk/; revision=6165
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions