[Gtk-sharp-list] GConf and checkmenuitem

George Farris george@gmsys.com
26 Apr 2003 11:17:03 -0700


How does one add a check_menu_item with the gconf editor shell?

With a simple checkbutton it is as easy as:

EditorShell shell = new EditorShell (gxml);
shell.Add(SettingKeys.LogEnabled, "FaxLogCheckButton");

but 

shell.Add(SettingKeys.LogEnabled, FaxLogCheckMenuItem");

where FaxLogCheckMenuItem is a Gtk.CheckMenuItem, doesn't work.

-- 
George Farris <george@gmsys.com>