File: README.md

package info (click to toggle)
kf6-kwindowsystem 6.23.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 22,300 kB
  • sloc: cpp: 18,532; ansic: 35; makefile: 11; sh: 1
file content (16 lines) | stat: -rw-r--r-- 609 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# KWindowSystem

Access to the windowing system

## Introduction

Convenience access to certain properties and features of the windowing system.

KWindowSystem provides information about the windowing system and allows interaction with
the windowing system. It provides an high level API which is windowing system independent and
has platform specific implementations. This API is inspired by X11 and thus not all functionality
is available on all windowing systems.

In addition to the high level API, this framework also provides several more low level classes
for interaction with the X Windowing System.