KX11Extras QML Type
A collection of functions to obtain information from and manipulate X11 windows. More...
Import Statement: | import org.kde.kwindowsystem |
Since: | 5.101 |
In C++: | KX11Extras |
Properties
- compositingActive : bool
Methods
- void forceActiveWindow(Window *window, long time)
(since 6.0)
Detailed Description
These are generally not applicable to other window systems.
Property Documentation
compositingActive : bool |
Whether desktop compositing is active.
Method Documentation
|
Sets window to be the active window, with the optional X server timestamp time of the user activity that caused this request.
Note that this should be called only in special cases, applications shouldn't force themselves or other windows to be the active window. Generally, this call should used only by pagers and similar tools. See the explanation in the description of KX11Extras::activateWindow().
This method was introduced in 6.0.