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.

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.