> if I append a menu item with label and action the menu item is disabled.

I think that indicates the action you tried to set on the menuitem was not
found, so it gets desensitised (normally it'd be sensitised according to
whether the action is enabled, but obviously...)

I don't know what "act_group" is, but when I see this problem, it's usually
because of not prepending app. or win. to the action name. In some
contexts, like this, you need to use the detailed action name, i.e. the
prefix of the map (app or win) followed by a period and then the simple
action name.
_______________________________________________
gtkmm-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to