Uses of Class
gnu.x11.GC.Values

Packages that use GC.Values
gnu.app.displayhack Provide display hacks. 
gnu.x11 Provide X protocols. 
 

Uses of GC.Values in gnu.app.displayhack
 

Fields in gnu.app.displayhack declared as GC.Values
 GC.Values DisplayHack.gc_values
           
 

Uses of GC.Values in gnu.x11
 

Fields in gnu.x11 declared as GC.Values
static GC.Values GC.Values.EMPTY
           
 

Methods in gnu.x11 with parameters of type GC.Values
 void GC.change(GC.Values values)
          This request will be aggregated.
 void GC.create(Drawable drawable, GC.Values values)
           
 void GC.create(GC.Values values)
           
 

Constructors in gnu.x11 with parameters of type GC.Values
GC(Display display, GC.Values values)
           
GC(Drawable drawable, GC.Values values)