org.gnu.gtk

Class Arrow

public class Arrow extends Misc

This is a simple arrowhead widget that points up, down, left, or right.
Constructor Summary
Arrow(ArrowType type, ShadowType shadowType)
Construct a new Arrow.
Arrow(Handle handle)
Construct an Arrow from a handle to a native resource.
Method Summary
static ArrowgetArrow(Handle handle)
Internal static factory method to be used by Java-Gnome only.
static TypegetType()
Retrieve the runtime type used by the GLib library.
voidsetValues(ArrowType type, ShadowType shadowType)
Set the values for this Arrow object.

Constructor Detail

Arrow

public Arrow(ArrowType type, ShadowType shadowType)
Construct a new Arrow.

Arrow

public Arrow(Handle handle)
Construct an Arrow from a handle to a native resource.

Method Detail

getArrow

public static Arrow getArrow(Handle handle)
Internal static factory method to be used by Java-Gnome only.

getType

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

setValues

public void setValues(ArrowType type, ShadowType shadowType)
Set the values for this Arrow object.