![]() |
![]() |
This is intended for use where a directional arrow (in one of the four cardinal directions) is desired. As such, it has very limited functionality and basically only draws itself in a particular direction and with a particular shadow type.
Gtk::Arrow will fill any space alloted to it, but since it is inherited from Gtk::Misc, it can be padded and/or aligned, to fill exactly the space the programmer desires.
Public Member Functions | |
virtual | ~Arrow () |
GtkArrow* | gobj () |
Provides access to the underlying C GtkObject. | |
const GtkArrow* | gobj () const |
Provides access to the underlying C GtkObject. | |
Arrow (ArrowType arrow_type, ShadowType shadow_type) | |
Creates an arrow. | |
void | set (ArrowType arrow_type, ShadowType shadow_type) |
Sets the direction and shadow of this Arrow. | |
Glib::PropertyProxy<ArrowType> | property_arrow_type () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy<ShadowType> | property_shadow_type () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::Arrow* | wrap (GtkArrow* object, bool take_copy=false) |
|
|
|
Creates an arrow.
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Misc. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Misc. |
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
Sets the direction and shadow of this Arrow.
|
|
|