Warning, /frameworks/kwindowsystem/README.md is written in an unsupported language. File is not indexed.
0001 # KWindowSystem 0002 0003 Access to the windowing system 0004 0005 ## Introduction 0006 0007 Convenience access to certain properties and features of the windowing system. 0008 0009 KWindowSystem provides information about the windowing system and allows interaction with 0010 the windowing system. It provides an high level API which is windowing system independent and 0011 has platform specific implementations. This API is inspired by X11 and thus not all functionality 0012 is available on all windowing systems. 0013 0014 In addition to the high level API, this framework also provides several more low level classes 0015 for interaction with the X Windowing System. 0016