DisplayPanel
Object Hierarchy:
Description:
[
CCode ( type_id =
"gm_display_panel_get_type ()" ) ]
[
Version ( since =
"0.0.1" ) ]
public class DisplayPanel :
Object
Physical properties of a display panel like size, cutouts and rounded corners.
Content:
Properties:
- public int border_radius { get; set; }
The corner radius of the panel edges in device pixels.
- public Array<void*> corner_radii { owned get; set; }
The radii of the panels corner starting top-left and going clockwise.
- public ListStore cutouts { owned get; set; }
The display cutouts as `GListModel` of [class@Cutout].
- public int height { get; set; }
The display height in millimeters
- public string name { owned get; set; }
The name of the display
- public int width { get; set; }
The display width in millimeters
- public int x_res { get; set; }
The panel resolution in pixels in the x direction
- public int y_res { get; set; }
The panel resolution in pixels in the y direction
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object