Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.ArrowType

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkArrowType
Enum : ArrowType
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk
Method
Gtk.draw_arrow (Style style, Window window, StateType state_type, ShadowType shadow_type, ArrowType arrow_type, Boolean fill, Number x, Number y, Number width, Number height) : none
Draws an arrow in the given rectangle on window using the given parameters.
Gtk
Method
Gtk.paint_arrow (Style style, Window window, StateType state_type, ShadowType shadow_type, Rectangle area, Widget widget, String detail, ArrowType arrow_type, Boolean fill, Number x, Number y, Number width, Number height) : none
Draws an arrow in the given rectangle on window 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.Arrow
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 Tue Jun 22 2010 16:34:41 GMT+0800 (HKT)