Boundary

From TrillWiki

Jump to: navigation, search

[edit] Boundary Control

Boundary on a template window
Boundary on a template window

The boundary control is very simple.

<control name="<name>" type="boundary"></control>

That's it! Now we will look at the icontrol to see what it actually does.

[edit] Boundary icontrol

Boundary IControls are found in templates and containers.

<icontrol source="<name>" name="boundary">
<!-- basic rect code -->
</icontrol>

In the template here, you can see what the boundary does. The boundary establishes the area where Trillian can display its arbitrary controls. In the image, you see that we don't want Trillian displaying controls in our titlebar or too close to the edge so our boundary outlines the appropriate area. In containers, the boundary icontrol tells trillian where it is allowed to display contained windows.

Personal tools