[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_x11.pas line 255
type TfpgX11Application = class(TfpgApplicationBase) |
public |
constructor Create(); override; |
destructor Destroy; override; |
procedure DoFlush; |
function GetScreenWidth; override; |
function GetScreenHeight; override; |
function GetScreenPixelColor(); override; |
function Screen_dpi_x; override; |
function Screen_dpi_y; override; |
function Screen_dpi; override; |
property Display: PXDisplay; [r] |
property RootWindow: TfpgWinHandle; [r] |
property EventFilter: TX11EventFilter; [rw] |
end; |
| | ||
|
Base class for the fpgApplication variable |
|
| | ||
|
A descendant of the FPC TComponent class |
|
| | ||
TComponent |
||
? | ||
TObject |