[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgdk3.pas line 3157
type TGdkScreen = object(TGObject) |
||
function get_default; |
|
|
function get_display; |
|
|
function get_font_options; |
|
|
function get_height; |
|
|
function get_height_mm; |
|
|
function get_monitor_at_point(); |
|
|
function get_monitor_at_window(); |
|
|
function get_resolution; |
|
|
function get_rgba_visual; |
|
|
function get_root_window; |
|
|
function get_setting(); |
|
|
function get_system_visual; |
|
|
function get_toplevel_windows; |
|
|
function get_width; |
|
|
function get_width_mm; |
|
|
function get_window_stack; |
|
|
function is_composited; |
|
|
function list_visuals; |
|
|
procedure set_font_options(); |
|
|
procedure set_resolution(); |
|
|
property font_options: Pcairo_font_options_t; [rw] |
|
|
property resolution: gdouble; [rw] |
|
|
end; |
|
||
|