Skip to content
Alec Musasa edited this page Jan 11, 2022 · 8 revisions

What is lecui?

A C++ graphical user interface library designed for the rapid development of modern, efficient and easy to maintain Windows applications. It is part of the liblec libraries.

Use the navigation pane to open a topic of interest. If you are new perhaps you may want to begin by following the installation instructions and then going through the getting started page so you can hit the ground running.

TO-DO

Kindly note that this wiki is under construction and is still in its early stages. Content will be added as time permits. Do not hesitate to suggest content that needs to be given priority so we can add it sooner. The following content, amongst other things, is on its way:

  • the on_resize property of widgets and containers and how it can be used to make the user interface dynamic and responsive to changes in dimensions
  • creating widgets dynamically after the form has been created
  • closing widgets and containers explicitly
  • timers
  • the multi-page framework and how it can be used to make dynamic applications without the need for numerous dialog boxes