Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.38 KB

README.md

File metadata and controls

45 lines (36 loc) · 1.38 KB

~/src/lib/gui/README.md

Copyright (C) 2022 Frank Eskesen.

This file is free content, distributed under the MIT license. (See the accompanying file LICENSE.MIT or the original contained within https://opensource.org/licenses/MIT)


This README describes the GUI (Graphic User Interface) library. It is a work in progress, as is this documentation.

The library was developed to support ~/src/cpp/Edit/Xcb/, a subdirectory containing source code for the editxcb full-screen editor.


The GUI library uses XCB functions internally to implement functions defined in the ~/src/cpp/inc/gui/ subdirectory. See ~/src/cpp/inc/gui/.README for a description of the class structure and some usage information that list and help clarify usage of programs that use the GUI library.