IControl
From TrillWiki
This is the page for the <icontrol> code. For the list of IControls, see Category:Skinning IControl
[edit] IControl code
IControls are Controls that can be placed Inside windows.
The basic code for an IControl consists of the following
- <icontrol source="Control name" name="<name>" visible="1">
- <!-- rect code -->
- </icontrol>
| Attribute | Priority | Description, Possible Values |
| source | Required | Name of the <control> defined in prefs |
|---|---|---|
| name | Required | defines the type of icontrol. See the icontrol list for possible values. |
| visible | Optional | sets whether this icontrol will show up or not 1 (yes; default) |
Use a rect tag to define how this IControl will be placed.
[edit] IControl Lists by Window Type
- Contact List
- a.k.a. the buddy list
- Channels
- Group chats / conferences
- Consoles
- Connection windows
- Containers
- Um yeah... they contain things
- Messages
- Private message windows
- Templates
- Transfer initiation, Webcams in Trillian 1.0/2.0, etc
- Transfers
- File transfer progress
- Alerts
- Systray alerts. (Trillian 1.0+)
- Context menu
- Right click menus - not technically windows, but components with IControls (Trillian 1.0+)
