org.gnu.gtk

Class Style


public class Style
extends GObject

Constructor Summary

Style()
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Style(Handle handle)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.

Method Summary

void
applyDefaultBackground(Window window, boolean setBG, StateType stateType, Rectangle rect, int x, int y, int width, int height)
Style
attach(Window window)
void
detach(Style style)
static Type
getType()
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
IconSet
lookupIconSet(String stockID)
void
setBackground(Window window, StateType stateType)

Constructor Details

Style

public Style()

Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.

Construct a new Style object.

Style

public Style(Handle handle)

Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.

Construct a new Style object from a handle to a native resource.

Method Details

applyDefaultBackground

public void applyDefaultBackground(Window window,
                                   boolean setBG,
                                   StateType stateType,
                                   Rectangle rect,
                                   int x,
                                   int y,
                                   int width,
                                   int height)

attach

public Style attach(Window window)

detach

public void detach(Style style)

getType

public static Type getType()

Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.

Retrieve the runtime type used by the GLib library.

lookupIconSet

public IconSet lookupIconSet(String stockID)

setBackground

public void setBackground(Window window,
                          StateType stateType)