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 | Defined By | |
---|---|---|
x : Number
|
Gdk.Point | |
y : Number
|
Gdk.Point |
Method / Constructor | Defined By | |
---|---|---|
new Gdk.Point
()
Create a new Gdk.Point
Create a new Gdk.Point
|
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gdk
Method |
Draws a series of lines connecting the given points.
|
Gdk
Method |
Draws a number of points, using the foreground color and other attributes of the GdkGC.
|
Gdk
Method |
Draws an outlined or filled polygon.
|
Gdk
Method |
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.
|