Setting "inconsistent" on bonobo checkmenuitem
- From: Loban A Rahman <loban ugcs caltech edu>
- To: gtk-app-devel-list gnome org, gnome-devel gnome org
- Subject: Setting "inconsistent" on bonobo checkmenuitem
- Date: 28 May 2003 13:56:52 -0700
How do I set the "inconsistent" state on a CheckMenuItem
BonoboUIComponent? I know how to set it active or not, using the
following code snippet:
-------
PanelApplet *applet;
BonoboUIComponent *popup;
gooblean visible;
...
popup = panel_applet_get_popup_component(applet);
bonobo_ui_component_set_prop(popup, "/commands/show", "state",
visible ? "1" : "0", NULL);
-------
But I dunno how to set it to an inconsistent state.
Cheers,
Loban
/-------------------------------------------------------------------\
| Loban Amaan Rahman <-- anagram of --> Aha! An Abnormal Man! |
| loban earthling net, loban caltech edu, http://loban.caltech.edu |
\-------------------------------------------------------------------/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]