[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgdk3.pas line 4296
type TGdkDrawingContext = object(TGObject) |
||
function get_cairo_context; |
|
|
function get_clip; |
|
|
function get_window; |
|
|
function is_valid; |
|
|
property clip: Pcairo_region_t; [r] |
|
|
property window: PGdkWindow; [r] |
|
|
end; |
|
||
|