Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkArrowType |
Enum : | ArrowType |
Properties | |
---|---|
guint32 Gtk.ArrowType.DOWN : 1
|
|
guint32 Gtk.ArrowType.LEFT : 2
|
|
guint32 Gtk.ArrowType.NONE : 4
|
|
guint32 Gtk.ArrowType.RIGHT : 3
|
|
guint32 Gtk.ArrowType.UP : 0
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk
Method |
Gtk.paint_arrow
(Style style, Context cr, StateType state_type, ShadowType shadow_type, Widget widget, String detail, ArrowType arrow_type, gboolean fill, gint32 x, gint32 y, gint32 width, gint32 height)
:
none
Draws an arrow in the given rectangle on cr using the given
parameters. |
Gtk.Arrow
Property |
arrow_type : Gtk.ArrowType
|
Gtk.Arrow
Method |
Create a new Gtk.Arrow
|
Gtk.Arrow
Method |
set
(ArrowType arrow_type, ShadowType shadow_type)
:
none
Sets the direction and style of the GtkArrow, arrow.
|