Strange behaviour of GtkCheckMenuItem with submenus

2012-10-10 Thread Bruce Karsh
I need a UI for letting the user limit a view of their data based on tags. The user needs to be able to choose to a) show all items, b) show items with certain tags, c) show items without certain tags. So I made a menu with 3 GtkRadioMenuItems and put submenus with GtkCheckMenuItems in them for

Re: Strange behaviour of GtkCheckMenuItem with submenus

2012-10-10 Thread Tristan Van Berkom
From what I understand you have a strange expectation of menu items. Items are either parents of groups, or are controls for some actions in the program, but not simultaneously. Menu items can be insensitive but usually those are because the context of the program doesnt allow them to be valid