|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.gtk.CellRendererAttribute
org.gnu.gtk.CellRenderer.Attribute
org.gnu.gtk.CellRendererText.Attribute
public static class CellRendererText.Attribute
Attributes which may be used to connect to data in a TreeModel
via methods in the TreeViewColumn
object.
Note that these should usually be set to PANGO constants.
Field Summary | |
---|---|
static CellRendererText.Attribute |
ATTRIBUTES
(pango.AttrList) A list of style attributes to apply to the text of the renderer |
static CellRendererText.Attribute |
BACKGROUND
(String) Background color |
static CellRendererText.Attribute |
BACKGROUND_GDK
(gdk.Color) Background color |
static CellRendererText.Attribute |
EDITABLE
(boolean) Whether the text can be modified by the user |
static CellRendererText.Attribute |
FONT
(String) Font description as a string |
static CellRendererText.Attribute |
FONT_FAMILY
(String) Name of the font family, e.g. |
static CellRendererText.Attribute |
FOREGROUND
(String) Foreground color |
static CellRendererText.Attribute |
FOREGROUND_GDK
(gdk.Color) Foreground color |
static CellRendererText.Attribute |
MARKUP
(String) Marked up text to render |
static CellRendererText.Attribute |
RISE
(int) Offset of text above the baseline (below the baseline if rise is negative) |
static CellRendererText.Attribute |
SCALE
(double) Font scaling factor |
static CellRendererText.Attribute |
SIZE
(int) Font Size |
static CellRendererText.Attribute |
STRIKETHROUGH
(boolean) Whether to strike through the text |
static CellRendererText.Attribute |
TEXT
(String) Text to render |
static CellRendererText.Attribute |
UNDERLINE
(pango.Underline) Style of underline for this text |
static CellRendererText.Attribute |
WEIGHT
(Int) Font Weight (see pango.Weight) |
Fields inherited from class org.gnu.gtk.CellRenderer.Attribute |
---|
CELL_BACKGROUND, CELL_BACKGROUND_GDK, CELL_BACKGROUND_SET, HEIGHT, IS_EXPANDED, IS_EXPANDER, MODE, SENSITIVE, VISIBLE, WIDTH, XALIGN, XPAD, YALIGN, YPAD |
Method Summary |
---|
Methods inherited from class org.gnu.gtk.CellRendererAttribute |
---|
toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final CellRendererText.Attribute TEXT
public static final CellRendererText.Attribute MARKUP
public static final CellRendererText.Attribute ATTRIBUTES
public static final CellRendererText.Attribute BACKGROUND
public static final CellRendererText.Attribute BACKGROUND_GDK
public static final CellRendererText.Attribute FOREGROUND
public static final CellRendererText.Attribute FOREGROUND_GDK
public static final CellRendererText.Attribute EDITABLE
public static final CellRendererText.Attribute FONT
public static final CellRendererText.Attribute FONT_FAMILY
public static final CellRendererText.Attribute WEIGHT
public static final CellRendererText.Attribute SIZE
public static final CellRendererText.Attribute SCALE
public static final CellRendererText.Attribute RISE
public static final CellRendererText.Attribute STRIKETHROUGH
public static final CellRendererText.Attribute UNDERLINE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |