name |
application-specific view name It is the connection between user interface and program functions e.g. "Player:play", "Player:stop",... |
title | view title, visible to the user |
size |
upper-left position relative to parent view and width & height If no size is specified, some controls (e.g. buttons) use their default size specified in scheme section, otherwise the view is resized to its content. |
attach |
Autosizing flags, can be "all" or a combination of "left", "top", "right", "bottom" separated with pipes e.g. "left|top", "left|top|right|bottom" (= "all"),... |
tip | tooltip |
cursor |
specific or standard cursor![]() ![]() |