Hi, all!
I want to desensitize an icon (or icons) of
GtkIconFactory.
As you know, GtkIconSet is not a widget, so I can't code it
like
' gtk_widget_set_sensitive (GTK_WIDGET (icon_set), FALSE); ',
can I?
Then, how can I make an icon of GtkIconFactory insensitive? Thanks in advance,
Dongho.
|