[maemo-developers] GtkAction vs. AppMenu
From: Alberto Garcia agarcia at igalia.comDate: Thu May 21 18:28:35 EEST 2009
- Previous message: GtkAction vs. AppMenu
- Next message: GtkAction vs. AppMenu
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, May 19, 2009 at 05:24:47PM +0200, Cornelius Hald wrote: First of all, sorry for the delay :) > 1) The accelerators of my actions don't show up on the menu > buttons and they don't work. What do I have to do to get them > back? If I create an old school GtkMenuItem out of my GtkAction the > accelerators are working fine. They are not supposed to show up, but they should work. I've just tested it here and it works fine. If you can send your test case I can take a look at it. > 2) How do I get my GtkRadioActions to work with the HildonAppMenu? I > created the the buttons with gtk_radio_button_new() and then used > gtk_action_connect_proxy() like with the normal GtkActions above. > The problem is that now all of the radio buttons are selected active > at the same time. Try using gtk_radio_button_new_from_widget () to create all buttons after the first one. Berto
- Previous message: GtkAction vs. AppMenu
- Next message: GtkAction vs. AppMenu
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]