Uses of Class
org.gnu.gtk.CellRendererText.Attribute

Packages that use CellRendererText.Attribute
org.gnu.gtk   
 

Uses of CellRendererText.Attribute in org.gnu.gtk
 

Fields in org.gnu.gtk declared as CellRendererText.Attribute
static CellRendererText.Attribute CellRendererText.Attribute.TEXT
          (String) Text to render
static CellRendererText.Attribute CellRendererText.Attribute.MARKUP
          (String) Marked up text to render
static CellRendererText.Attribute CellRendererText.Attribute.ATTRIBUTES
          (pango.AttrList) A list of style attributes to apply to the text of the renderer
static CellRendererText.Attribute CellRendererText.Attribute.BACKGROUND
          (String) Background color
static CellRendererText.Attribute CellRendererText.Attribute.BACKGROUND_GDK
          (gdk.Color) Background color
static CellRendererText.Attribute CellRendererText.Attribute.FOREGROUND
          (String) Foreground color
static CellRendererText.Attribute CellRendererText.Attribute.FOREGROUND_GDK
          (gdk.Color) Foreground color
static CellRendererText.Attribute CellRendererText.Attribute.EDITABLE
          (boolean) Whether the text can be modified by the user
static CellRendererText.Attribute CellRendererText.Attribute.FONT
          (String) Font description as a string
static CellRendererText.Attribute CellRendererText.Attribute.FONT_FAMILY
          (String) Name of the font family, e.g.
static CellRendererText.Attribute CellRendererText.Attribute.WEIGHT
          (Int) Font Weight (see pango.Weight)
static CellRendererText.Attribute CellRendererText.Attribute.SIZE
          (int) Font Size
static CellRendererText.Attribute CellRendererText.Attribute.SCALE
          (double) Font scaling factor
static CellRendererText.Attribute CellRendererText.Attribute.RISE
          (int) Offset of text above the baseline (below the baseline if rise is negative)
static CellRendererText.Attribute CellRendererText.Attribute.STRIKETHROUGH
          (boolean) Whether to strike through the text
static CellRendererText.Attribute CellRendererText.Attribute.UNDERLINE
          (pango.Underline) Style of underline for this text
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net