org.gnu.gtk

Class TextAttributes


public class TextAttributes
extends Boxed

A read only store of text attributes as returned by TextIter.getAttributes(TextAttributes).

Field Summary

Fields inherited from class org.gnu.glib.Boxed

handle

Constructor Summary

TextAttributes(Handle handle)

Method Summary

TextAppearance
getAppearance()
protected static Handle
getAppearance(Handle cptr)
boolean
getBgFullHeight()
protected static boolean
getBgFullHeight(Handle cptr)
TextDirection
getDirection()
protected static int
getDirection(Handle cptr)
boolean
getEditable()
protected static boolean
getEditable(Handle cptr)
protected static Handle
getFont(Handle cptr)
FontDescription
getFontDescription()
double
getFontScale()
protected static double
getFontScale(Handle cptr)
int
getIndent()
protected static int
getIndent(Handle cptr)
boolean
getInvisible()
protected static boolean
getInvisible(Handle cptr)
Justification
getJustification()
protected static int
getJustification(Handle cptr)
Language
getLanguage()
protected static Handle
getLanguage(Handle cptr)
int
getLeftMargin()
protected static int
getLeftMargin(Handle cptr)
protected static boolean
getPad1(Handle cptr)
protected static boolean
getPad2(Handle cptr)
protected static boolean
getPad3(Handle cptr)
protected static boolean
getPad4(Handle cptr)
int
getPixelsAboveLines()
protected static int
getPixelsAboveLines(Handle cptr)
int
getPixelsBelowLines()
protected static int
getPixelsBelowLines(Handle cptr)
int
getPixelsInsideWrap()
protected static int
getPixelsInsideWrap(Handle cptr)
boolean
getRealized()
protected static boolean
getRealized(Handle cptr)
int
getRightMargin()
protected static int
getRightMargin(Handle cptr)
TabArray
getTabArray()
protected static Handle
getTabs(Handle cptr)
WrapMode
getWrapMode()
protected static int
getWrapMode(Handle cptr)
protected static Handle
gtk_text_attributes_copy(Handle src)
protected static void
gtk_text_attributes_copy_values(Handle src, int dest)
protected static Handle
gtk_text_attributes_new()
protected static void
gtk_text_attributes_ref(Handle values)
protected static void
gtk_text_attributes_unref(Handle values)

Methods inherited from class org.gnu.glib.Boxed

equals, getHandle, hashCode, setHandle

Constructor Details

TextAttributes

protected TextAttributes(Handle handle)

Method Details

getAppearance

public TextAppearance getAppearance()


getAppearance

protected static final Handle getAppearance(Handle cptr)


getBgFullHeight

public boolean getBgFullHeight()


getBgFullHeight

protected static final boolean getBgFullHeight(Handle cptr)


getDirection

public TextDirection getDirection()


getDirection

protected static final int getDirection(Handle cptr)


getEditable

public boolean getEditable()


getEditable

protected static final boolean getEditable(Handle cptr)


getFont

protected static final Handle getFont(Handle cptr)


getFontDescription

public FontDescription getFontDescription()


getFontScale

public double getFontScale()


getFontScale

protected static final double getFontScale(Handle cptr)


getIndent

public int getIndent()


getIndent

protected static final int getIndent(Handle cptr)


getInvisible

public boolean getInvisible()


getInvisible

protected static final boolean getInvisible(Handle cptr)


getJustification

public Justification getJustification()


getJustification

protected static final int getJustification(Handle cptr)


getLanguage

public Language getLanguage()


getLanguage

protected static final Handle getLanguage(Handle cptr)


getLeftMargin

public int getLeftMargin()


getLeftMargin

protected static final int getLeftMargin(Handle cptr)


getPad1

protected static final boolean getPad1(Handle cptr)


getPad2

protected static final boolean getPad2(Handle cptr)


getPad3

protected static final boolean getPad3(Handle cptr)


getPad4

protected static final boolean getPad4(Handle cptr)


getPixelsAboveLines

public int getPixelsAboveLines()


getPixelsAboveLines

protected static final int getPixelsAboveLines(Handle cptr)


getPixelsBelowLines

public int getPixelsBelowLines()


getPixelsBelowLines

protected static final int getPixelsBelowLines(Handle cptr)


getPixelsInsideWrap

public int getPixelsInsideWrap()


getPixelsInsideWrap

protected static final int getPixelsInsideWrap(Handle cptr)


getRealized

public boolean getRealized()


getRealized

protected static final boolean getRealized(Handle cptr)


getRightMargin

public int getRightMargin()


getRightMargin

protected static final int getRightMargin(Handle cptr)


getTabArray

public TabArray getTabArray()


getTabs

protected static final Handle getTabs(Handle cptr)


getWrapMode

public WrapMode getWrapMode()


getWrapMode

protected static final int getWrapMode(Handle cptr)


gtk_text_attributes_copy

protected static final Handle gtk_text_attributes_copy(Handle src)


gtk_text_attributes_copy_values

protected static final void gtk_text_attributes_copy_values(Handle src,
                                                            int dest)


gtk_text_attributes_new

protected static final Handle gtk_text_attributes_new()


gtk_text_attributes_ref

protected static final void gtk_text_attributes_ref(Handle values)


gtk_text_attributes_unref

protected static final void gtk_text_attributes_unref(Handle values)