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
FontDescriptiongetFontDescription()
StringgetName()
static RcStylegetRcStyle(Handle handle)
Construct a new RcStyle from a given handle to a native resource.
static TypegetType()
Retrieve the runtime type used by the GLib library.

Constructor Detail

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 Detail

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.