Widget Tutorial - EdgarReynaldo/EagleGUI GitHub Wiki

Widget Tutorial

Here we learn first how to use widgets Using Widgets and next how to Create Widgets.

Using Widgets

First we should look at the public methods in the WidgetBase class. These are the mainstay of functions available for WidgetBase derived objects, of which all widgets are derived from. There is a lot of functionality and a diverse set of functions for all your widget needs.

Create Widgets