Class Index | Cross Index | Namespace Index |
Arrow widget
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.
Must specify the direction with arrow_type and the shadow with shadow_type.