index
gtk-- homepage



Description:
Gtk_Arrow

#include <gtk--/arrow.h>
Base classes: Gtk_Misc

Arrow widget
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. The arrow widget will expand to fill all the space it is allocated.



Properties:

NameTypeGetSetDescription
arrow_type gint16   set() Specifies which direction the arrow will point.

Possible Values: GTK_ARROW_UP, GTK_ARROW_DOWN, GTK_ARROW_LEFT, GTK_ARROW_RIGHT

shadow_type gint16   set() Specifies which direction the arrow will point.

Possible Values: GTK_SHADOW_IN, GTK_SHADOW_OUT



Public member index:


Gtk_Arrow(GtkArrowType arrow_type,GtkShadowType shadow_type);
Creates an arrow.

Gtk_Arrow(GtkArrow *castitem);
void set(GtkArrowType arrow_type,GtkShadowType shadow_type);
Changes the direction and shadow of an arrow.

GtkArrow *gtkobj();
const GtkArrow *gtkobj()const;
static bool isGtkArrow(Gtk_Object *checkcast);
Protected member index:


virtual void *get_parent_class();
Private member index:


GtkType get_type();

Public member details:


Gtk_Arrow
Gtk_Arrow::Gtk_Arrow(GtkArrowType arrow_type,GtkShadowType shadow_type);

Creates an arrow.
Must specify the direction with arrow_type and the shadow with shadow_type.


Protected member details:



Private member details:



Examples:





(pages generated by PERCEPS -script.)