Basic concepts - ahatornn/clforms GitHub Wiki

This section describes the basic concepts of the clforms library, as well as describes the base classes that make up the core of the interaction with the render system of the components included in the library.

Measure and Arrange contains a description of the system for calculating the size and layout of window elements. In this section, you will learn the basic concept of component dimension based on content.

Render contains a description of the visualization subsystem of window elements. Describes the step-by-step actions of the kernel to form the final display in the console window.

Common elements contains definitions of the base classes that make up the core of the graphic subsystem of the clforms library. It is a reference book describing the properties of the classes included in the clforms library that you can use to create your own components.