packages feed

vty-ui-1.3: doc/ch4/main.tex

\chapter{Guided Tour of Built-In \vtyui\ Widgets}
\label{chap:guided_tour}

\vtyui\ provides a broad set of widgets for controlling layout,
presenting text, and interacting with the user.  In this chapter we'll
cover these built-in widgets and their APIs at a high level.  With
this knowledge you should be able to bring them together to build rich
interfaces.  As always, consult the API documentation for some of the
finer details.

Naturally, we may not be able to provide meaningful examples expressed
purely in terms of a single widget type and may need to mention other
widgets; in those cases, see the relevant sections.

\input{ch4/Borders}
\input{ch4/Box}
\input{ch4/Button}
\input{ch4/Centering}
\input{ch4/CheckBox}
\input{ch4/Collection}
\input{ch4/Dialog}
\input{ch4/DirBrowser}
\input{ch4/Edit}
\input{ch4/Fills}
\input{ch4/Fixed}
\input{ch4/Groups}
\input{ch4/Limits}
\input{ch4/List}
\input{ch4/Padded}
\input{ch4/ProgressBar}
\input{ch4/Table}
\input{ch4/FormattedText}