Widget

From SmartWin Wiki

A Widget is a visible user interface element in an application. Every element which is visible in an application is a Widget. SmartWin++ has most of the Widgets you'll ever need to create your application. See the list below. You can create your own Widgets. Look at some of the sample applications distributed with SmartWin++ and adapt an existing Widget.

Normally a Widget consists of some properties which can be manipulated and queried, some Aspects and, either directly or through its Aspects, a couple of Event Handlers.

SmartWin++ Widgets List

To see what you can create utilizing these Widgets, please look at this Pocket PC Screenshot page or some of the examples distributed with the library.