Re: [gtk-list] menu item enabled state



Chris Saari wrote:
> What is the proper way to set the enabled or disabled state of a menu item? Just
> mucking with its style doesn't sound right...

Try:
    gtk_widget_set_sensitive(GTK_WIDGET(item), [TRUE/FALSE]);

-- 
Shaw Terwilliger



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]