gtk-sharp
0.0.0.0
Arrow is not a thread safe object
Produces an Arrow pointing in one of four cardinal directions.
Arrow should be used to draw simple arrows that need to point in one of the four cardinal directions (Up, Down, Left, or Right). The style of the arrow can be one of the following: None, In, Out, EtchedIn and EtchedOut. Note that these directions and style types may be ammended in versions of Gtk to come.
Arrow will fill any space alloted to it, but since it is inherited from , it can be padded
and/or aligned, fill exactly the space the programmer desires.
The direction or style of an arrow can be changed after creation by using .
Gtk.Misc
Atk.Implementor
GLib.IWrapper
GLib.IWrapper
System.IDisposable
Method
System.UInt32
To be added
To be added: an object of type 'uint'
Method
System.Void
Sets the direction and style of the Arrow.
A valid ArrowType.
A valid ShadowType.
The cardinal directions are: Up, Down, Left and Right.
The shadow types are: None, In, Out, EtchedIn and EtchedOut.
Method
System.Void
Disposes of this widget
Constructor
Internal constructor
A new Arrow
Constructor
Internal construction
A pointer to a GtkArrow, as returned by the Gtk+ C API.
A C# Gtk.Arrow that wraps the parameter
If you don't already know that you need this constructor, it should not be used.
Constructor
Constructor
A valid ArrowType.
A valid ShadowType.
A new Arrow
Constructor
Constructor
A new Arrow
Property
System.UInt32
Get the type of this object, as registered with the GLib object system.
A number that uniquely identifies this type in the GLib object system
Mostly for internal use.
Property
Gtk.ShadowType
Used to change the appearance of an outline typically provided by a Frame.
A valid Shadow type.
Returns a new ShadowType.
Changes the appearance of an outline typically provided by a .
The shadow types are: None, In, Out, EtchedIn and EtchedOut.
Property
Gtk.ArrowType
Used to change the direction of an Arrow.
A valid ArrowType.
A new Arrow.
Changes the direction of an Arrow.
The cardinal directions are: Up, Down, Left and Right.