Re: APIs for setting GtkAction properties?



Hi,

Federico Mena Quintero <federico ximian com> writes:

> GtkAction has a bunch of properties, including interesting ones like
> "sensitive".  However, there are no corresponding functions to set
> them.  So, it is hard to figure out what you can do to a property.
> 
> Should we add functions like gtk_action_set_sensitive(), etc.?  I can
> cook a quick patch to do this.

IMO it is a lot more convenient to call

  g_object_set (action,
                "sensitive", FALSE,
                NULL);
 
directly. I think there's absolutely no need to add such wrappers.


Sven



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