Compilation Units
Tagged Types
Full_Area : constant Gdk_Rectangle;
The constant above can be used in Gtk.Widget.Draw when you want to redraw the whole widget
subtype Gdk_Rectangle is Cairo_Rectangle_Int;
type Gdk_Rectangle_Access is access all Gdk_Rectangle;
type Gdk_Rectangle_Array is array (Natural range <>) of Gdk_Rectangle;
This type is used by Gdk.Region.
procedure Intersect
(Src1 : Gdk_Rectangle;
Src2 : Gdk_Rectangle;
Dest : out Gdk_Rectangle;
Intersect : out Boolean)
procedure Union
(Src1 : Gdk_Rectangle;
Src2 : Gdk_Rectangle;
Dest : out Gdk_Rectangle)