Components

A component is a kind of assembly of already existing widgets. As an example, the NyC9ImageButton is composed of 9 buttons : one unstretched for each corner one vertically or horizontally stretched for each edge and one vertically and horizontally stretched in the center.

As a component is a widget it can be drawn in any container, and even if its behaviour is very complicated its the drawing keeps simple.

Common behaviour

Components must inherit from NyComponent and must be container in a NyContainer.

Widgets dependencies

In grey the “abstract” nodes.
In red the components.

NyCTab

Add picture from clipboard (Maximum size: 32 MB)