org.gnu.gtk

Class RcStyle


public class RcStyle
extends GObject

A class that provides runtime routines for handling resource files.

Field Summary

Fields inherited from class org.gnu.glib.GObject

eventsInitialized

Constructor Summary

RcStyle()
Construct a new RcStyle.
RcStyle(Handle handle)
Construct a new RcStyle from a given handle to a native resource.

Method Summary

protected static Handle
getFontDesc(Handle cptr)
FontDescription
getFontDescription()
String
getName()
protected static String
getName(Handle cptr)
static Type
getType()
Retrieve the runtime type used by the GLib library.
protected static int
getXthickness(Handle cptr)
protected static int
getYthickness(Handle cptr)
protected static Handle
gtk_rc_style_copy(Handle orig)
protected static int
gtk_rc_style_get_type()
protected static Handle
gtk_rc_style_new()
protected static void
gtk_rc_style_ref(Handle rc_style)
protected static void
gtk_rc_style_unref(Handle rc_style)

Methods inherited from class org.gnu.glib.GObject

addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addListener, equals, freezeNotify, getBooleanProperty, getData, getData, getDoubleProperty, getEventListenerClass, getEventType, getFloatProperty, getGObjectFromHandle, getHandle, getIntFromHandle, getIntProperty, getJavaObjectProperty, getLongProperty, getNullHandle, getPixbufProperty, getProperty, getStringFromHandle, getStringProperty, hasProperty, hashCode, instantiateJGObjectFromGType, notify, removeEventHandler, removeListener, retrieveGObject, setBooleanProperty, setData, setData, setDoubleProperty, setFloatProperty, setHandle, setIntProperty, setJavaObjectProperty, setLongProperty, setPixbufProperty, setProperty, setStringProperty, thawNotify

Constructor Details

RcStyle

public RcStyle()
Construct a new RcStyle.


RcStyle

public RcStyle(Handle handle)
Construct a new RcStyle from a given handle to a native resource.

Method Details

getFontDesc

protected static final Handle getFontDesc(Handle cptr)


getFontDescription

public FontDescription getFontDescription()


getName

public String getName()


getName

protected static final String getName(Handle cptr)


getType

public static Type getType()
Retrieve the runtime type used by the GLib library.


getXthickness

protected static final int getXthickness(Handle cptr)


getYthickness

protected static final int getYthickness(Handle cptr)


gtk_rc_style_copy

protected static final Handle gtk_rc_style_copy(Handle orig)


gtk_rc_style_get_type

protected static final int gtk_rc_style_get_type()


gtk_rc_style_new

protected static final Handle gtk_rc_style_new()


gtk_rc_style_ref

protected static final void gtk_rc_style_ref(Handle rc_style)


gtk_rc_style_unref

protected static final void gtk_rc_style_unref(Handle rc_style)