Re: [gtk-list] Disabling a widget?



Curtiss Howard wrote:
> 
> Exactly how is a widget disabled?  I would have figured there would be a
> gtk_widget_disable(); function but there is none... so how do I do this?
> 
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
> 
> --
> To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null
try:
gtk_widget_set_sensitive (widget, flag);
setting flag to 1 will enable widget and viceversa.
bye
--
Mario Motta
===========
AI Research Group - Rimini
mmotta@guest.net
http://www.guest.net/homepages/mmotta/index.htm



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