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.

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.



Properties:


Public member index:


static GtkType get_type();
GtkArrow *gtkobj();
const GtkArrow *gtkobj()const;
static bool isA(Gtk_Object *checkcast);
virtual ~Gtk_Arrow();
Gtk_Arrow(GtkArrowType arrow_type,GtkShadowType shadow_type);
Creates an arrow.

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

Protected member index:


void initialize_class();
void *get_parent_class();
static void init_parent_class();
explicit Gtk_Arrow(GtkArrow *castitem);
Private member index:


Gtk_Arrow(const Gtk_Arrow &);
Gtk_Arrow &operator =(const Gtk_Arrow &);

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.)