Class Index | Cross Index | Namespace Index |
Produces an arrow pointing in one of the four cardinal directions.
Contained in: Gtk
Derived from:
Gtk::Misc
Derived by:
none
#include <gtk--/arrow.h>
public function member index: |
||
Arrow | (GtkArrowType arrow_type, GtkShadowType shadow_type); | |
GtkArrow* | gtkobj | (); |
const GtkArrow* | gtkobj | () const; |
static bool | isA | (Object* object); |
void | set | (GtkArrowType arrow_type, GtkShadowType shadow_type); |
virtual | ~Arrow | (); |
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.
arrow_type: The direction the arrow points. This is one of: GTK_ARROW_UP, GTK_ARROW_DOWN, GTK_ARROW_LEFT, or GTK_ARROW_RIGHT. shadow_type: The style of the arrow. Can be one of: GTK_SHADOW_NONE, GTK_SHADOW_IN, GTK_SHADOW_OUT, GTK_SHADOW_ETCHED_IN, or GTK_SHADOW_ETCHED_OUT.