org.gnu.gtk

Class TextAppearance


public class TextAppearance
extends Boxed

Read only text appearance properties, as returned by methods relating to the text view widgets.

Field Summary

Fields inherited from class org.gnu.glib.Boxed

handle

Constructor Summary

TextAppearance(Handle handle)

Method Summary

Color
getBgColor()
protected static Handle
getBgColor(Handle cptr)
Bitmap
getBgStipple()
protected static Handle
getBgStipple(Handle cptr)
boolean
getDrawBg()
protected static boolean
getDrawBg(Handle cptr)
Color
getFgColor()
protected static Handle
getFgColor(Handle cptr)
Bitmap
getFgStipple()
protected static Handle
getFgStipple(Handle cptr)
protected static boolean
getInsideSelection(Handle cptr)
protected static boolean
getIsText(Handle cptr)
int
getRise()
returns super/subscript rise, can be negative
protected static int
getRise(Handle cptr)
boolean
getStrikethrough()
protected static boolean
getStrikethrough(Handle cptr)
Underline
getUnderline()
protected static int
getUnderline(Handle cptr)

Methods inherited from class org.gnu.glib.Boxed

equals, getHandle, hashCode, setHandle

Constructor Details

TextAppearance

protected TextAppearance(Handle handle)

Method Details

getBgColor

public Color getBgColor()


getBgColor

protected static final Handle getBgColor(Handle cptr)


getBgStipple

public Bitmap getBgStipple()


getBgStipple

protected static final Handle getBgStipple(Handle cptr)


getDrawBg

public boolean getDrawBg()


getDrawBg

protected static final boolean getDrawBg(Handle cptr)


getFgColor

public Color getFgColor()


getFgColor

protected static final Handle getFgColor(Handle cptr)


getFgStipple

public Bitmap getFgStipple()


getFgStipple

protected static final Handle getFgStipple(Handle cptr)


getInsideSelection

protected static final boolean getInsideSelection(Handle cptr)


getIsText

protected static final boolean getIsText(Handle cptr)


getRise

public int getRise()
returns super/subscript rise, can be negative


getRise

protected static final int getRise(Handle cptr)


getStrikethrough

public boolean getStrikethrough()


getStrikethrough

protected static final boolean getStrikethrough(Handle cptr)


getUnderline

public Underline getUnderline()


getUnderline

protected static final int getUnderline(Handle cptr)