Using Layouts and Containers for GUI Controls: The CBox Class
by
, 07-17-2015 at 10:00 PM (1142 Views)
This article presents an alternative method of GUI creation based on layouts and containers, using one layout manager — the CBox class. The CBox class is an auxiliary control that acts as a container for essential controls in a GUI panel. It can make designing graphical panels easier, and in some cases, reduce coding time.
More...