gtk-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Gtk.MiscProduces 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 ( , , , or ).
The style of the arrow can
be one of the following: ,
, , and . 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 .
Constructor
Pointer to the C object.
Internal constructorThis is an internal constructor, and should not be used by user code.Constructor
A valid ArrowType.
A valid ShadowType.
ConstructorPropertyGLib.Property("arrow-type")Gtk.ArrowTypeUsed to change the direction of an Arrow.A new Arrow.
Changes the direction of an Arrow.
The cardinal directions are: , , and .
PropertyGLib.GTypeGType Property.a Returns the native value for .PropertyGLib.Property("shadow-type")Gtk.ShadowTypeUsed to change the appearance of an outline typically provided by a Frame.Returns a new ShadowType.
Changes the appearance of an outline typically provided by a .
The shadow types are: ,
,
, and .