[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'os_linux' (#Simba)

TIOManager

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

Linux/X11 implementation of the TIOManager

Declaration

Source position: os_linux.pas line 92

type TIOManager = class(TIOManager_Abstract)

public

  procedure Create();

  function SetTarget(); overload;

  

Set the stored TWindow to the passed TNativeWindow.

  procedure SetDesktop; override;

  

Set the desktop as stored TWindow.

public

  display: PDisplay;

  

X Display Connection

  screennum: Integer;

  desktop: x.TWindow;

  

Desktop TWindow

end;

Inheritance

TIOManager

  

Linux/X11 implementation of the TIOManager

|

TIOManager_Abstract

?

TObject