| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgdk3.pas line 4236
type TGdkMonitor = object(TGObject)  | 
||
function get_display;  | 
  | 
|
procedure get_geometry();  | 
  | 
|
function get_height_mm;  | 
  | 
|
function get_manufacturer;  | 
  | 
|
function get_model;  | 
  | 
|
function get_refresh_rate;  | 
  | 
|
function get_scale_factor;  | 
  | 
|
function get_subpixel_layout;  | 
  | 
|
function get_width_mm;  | 
  | 
|
procedure get_workarea();  | 
  | 
|
function is_primary;  | 
  | 
|
property display: PGdkDisplay; [r]  | 
  | 
|
  | 
||
property manufacturer: Pgchar; [r]  | 
  | 
|
  | 
||
property refresh_rate: gint; [r]  | 
  | 
|
property scale_factor: gint; [r]  | 
  | 
|
property subpixel_layout: TGdkSubpixelLayout; [r]  | 
  | 
|
  | 
||
end;  | 
  | 
||
  |