From TrillWiki
[edit] Entities
[edit] ini...IconPlacement
- Values
- <rect> code
- Descriptions
- Specifies the position of the icon to be placed inside its element.
- Notes
- The rectangle refered by the <rect> code is the area that the element occupies, not the area of the whole window. Used for elements that always require an icon inside to show user what the controls contained inside that element is about, i.e. Window, Panel, Tab Button and Taskbar elements.
[edit] ini...TitlePlacement1/2/3/4
- Values
- <rect> code
- Descriptions
- Specifies the position of the title to be placed inside its element. TitlePlacement1 will be used to position the title when one control button is used inside the element. It can be on the left or right depending on your setting for the MMCPlacement. TitlePlacement2 will be used to position the title when two control buttons are used, and so on for the rest.
- Notes
- The rectangle refered by the <rect> code is the area that the element occupies, not the area of the whole window. Used for elements that always require a title inside to show user what the controls contained inside that element is about, i.e. Window, Panel, Tab Button and Taskbar elements.
[edit] ini...1/2/3/4MMCPlacement
- Values
- <rect> code
- Descriptions
- Specifies the position of the MMC (Min Max Close) control buttons to be placed inside its element. 1MMCPlacement specifies where the first control button, usually the Close button, will be placed. 2MMCPlacement specifies where the second control button will be placed, and so on. Control buttons required for different elements vary, so it is necessary to specify the placement for all of them.
- Notes
- The rectangle refered by the <rect> code is the area that the element occupies, not the area of the whole window. Used for elements that always require a title inside to show user what the controls contained inside that element is about, i.e. Window, Panel and Tab Button elements.