org.eclipse.swt.internal.gtk
Class GdkGCValues

java.lang.Object
  extended by org.eclipse.swt.internal.gtk.GdkGCValues

public class GdkGCValues
extends java.lang.Object


Field Summary
 short background_blue
           
 short background_green
           
 int background_pixel
           
 short background_red
           
 int cap_style
           
 long clip_mask
           
 int clip_x_origin
           
 int clip_y_origin
           
 int fill
           
 long font
           
 short foreground_blue
           
 short foreground_green
           
 int foreground_pixel
           
 short foreground_red
           
 long function
           
 int graphics_exposures
           
 int join_style
           
 int line_style
           
 int line_width
           
static int sizeof
           
 long stipple
           
 int subwindow_mode
           
 long tile
           
 int ts_x_origin
           
 int ts_y_origin
           
 
Constructor Summary
GdkGCValues()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

foreground_pixel

public int foreground_pixel

foreground_red

public short foreground_red

foreground_green

public short foreground_green

foreground_blue

public short foreground_blue

background_pixel

public int background_pixel

background_red

public short background_red

background_green

public short background_green

background_blue

public short background_blue

font

public long font

function

public long function

fill

public int fill

tile

public long tile

stipple

public long stipple

clip_mask

public long clip_mask

subwindow_mode

public int subwindow_mode

ts_x_origin

public int ts_x_origin

ts_y_origin

public int ts_y_origin

clip_x_origin

public int clip_x_origin

clip_y_origin

public int clip_y_origin

graphics_exposures

public int graphics_exposures

line_width

public int line_width

line_style

public int line_style

cap_style

public int cap_style

join_style

public int join_style

sizeof

public static final int sizeof
Constructor Detail

GdkGCValues

public GdkGCValues()