[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGdk3' (#lcl)

TGdkMonitor

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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 height_mm: gint; [r]

  

  property manufacturer: Pgchar; [r]

  

  property model: Pgchar; [r]

  

  property refresh_rate: gint; [r]

  

  property scale_factor: gint; [r]

  

  property subpixel_layout: TGdkSubpixelLayout; [r]

  

  property width_mm: gint; [r]

  

end;

Inheritance

TGdkMonitor

  

TGObject