widgets ======= Drawable widgets. Containers ---------- Hold other widgets. .. toctree:: :maxdepth: 2 widgets/flexbox widgets/tabbox widgets/list Components ---------- Present the user information, and allow the user to interact with the application. .. toctree:: :maxdepth: 2 widgets/button widgets/textbox widgets/textlog Base Classes ------------ Base classes. Only useful if you plan to write your own widgets. .. toctree:: :maxdepth: 2 widgets/widget widgets/box widgets/container widgets/scrollable