PiXWid is a rich set of widgets toolkit. It includes a wide variety of objects. The labels, text, separators, progress-bar and canvas are visual widgets. The buttons, lists, combo-box, scroll-bar, sliders and menus are control's widgets. All the widgets can be inserted in various containers to be dynamically laid out. The stack, grid, pane,tab-container and pinboard are layout's containers.
PiXWid is written in Ansi C. and is implementing OO mechanisms to be flexible. Developers can easily add their own widgets or derive an existing one.
All widgets can be "skinned" on the fly by using a XML file description. As PiXWid relies on PiXScale, all vector-based features can be used to build a rich user interface (gradient, blending, transformations) that is resolution independant.
PiXWid has been tested on ARM7, ARM9, Cortex-M and Cortex-A.