Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.ArrowType

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkArrowType
Enum : ArrowType
Used to indicate the direction in which a GtkArrow should point.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
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
new Gtk.Arrow.c_new (ArrowType arrow_type, ShadowType shadow_type) : Gtk.Widget
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:15:40 GMT+0800 (HKT)