1. [GTK] Graying out controls

Does anyone know if it's possible to disable a control (i.e., gray it
out) using GTK?  I'm probably just blind, but I can't seem to locate
this.

Mike Sabal

new topic     » topic index » view message » categorize

2. Re: [GTK] Graying out controls

Mike Sabal wrote:
> 
> Does anyone know if it's possible to disable a control (i.e., gray it
> out) using GTK?  I'm probably just blind, but I can't seem to locate
> this.
> 
> Mike Sabal

This is what worked in my syllogism program: 

  gtkSet(cmdNew,"Sensitive",TRUE)
  gtkSet(cmdCheck,"Sensitive",FALSE)

new topic     » goto parent     » topic index » view message » categorize

3. Re: [GTK] Graying out controls

>>> guest at RapidEuphoria.com 02/08/2005 2:29:07 PM >>>

  gtkSet(cmdNew,"Sensitive",TRUE)
  gtkSet(cmdCheck,"Sensitive",FALSE)
--------------

Thanks, I'll give that a try!

Mike

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu