Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

Struct Gdk.Point

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-2.0.gir
C documentation: GdkPoint
Struct : Point
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gdk.Point ()
Create a new Gdk.Point
Create a new Gdk.Point
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gdk
Method
Gdk.draw_lines (Drawable drawable, GC gc, Point points, Number n_points) : none
Draws a series of lines connecting the given points.
Gdk
Method
Gdk.draw_points (Drawable drawable, GC gc, Point points, Number n_points) : none
Draws a number of points, using the foreground color and other attributes of the GdkGC.
Gdk
Method
Gdk.draw_polygon (Drawable drawable, GC gc, Boolean filled, Point points, Number n_points) : none
Draws an outlined or filled polygon.
Gdk
Method
Gdk.region_polygon (Point points, Number n_points, FillRule fill_rule) : Gdk.Region
Creates a new GdkRegion using the polygon defined by a number of points.
Gtk
Method
Gtk.draw_polygon (Style style, Window window, StateType state_type, ShadowType shadow_type, Point points, Number npoints, Boolean fill) : none
Draws a polygon on window with the given parameters.
Gtk
Method
Gtk.paint_polygon (Style style, Window window, StateType state_type, ShadowType shadow_type, Rectangle area, Widget widget, String detail, Point points, Number n_points, Boolean fill) : none
Draws a polygon on window with the given parameters.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:25 GMT+0800 (HKT)