org.gnu.gtk

Class RcStyle


public class RcStyle
extends GObject

A class that provides runtime routines for handling resource files.

Constructor Summary

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

Method Summary

FontDescription
getFontDescription()
String
getName()
static RcStyle
getRcStyle(Handle handle)
Construct a new RcStyle from a given handle to a native resource.
static Type
getType()
Retrieve the runtime type used by the GLib library.

Methods inherited from class org.gnu.glib.GObject

addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addListener, collect, freezeNotify, getBooleanProperty, getData, getDoubleProperty, getEventListenerClass, getEventType, getFloatProperty, getGObjectFromHandle, getIntProperty, getJavaObjectProperty, getLongProperty, getPixbufProperty, getProperty, getStringProperty, hasProperty, notify, removeEventHandler, removeListener, setBooleanProperty, setData, setDoubleProperty, setFloatProperty, 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

getFontDescription

public FontDescription getFontDescription()

getName

public String getName()

getRcStyle

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

getType

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