|
/xtreebar -f |
| This command allows you to change the mIRC Treebar font. |
| Syntax: |
/xtreebar -f [+FONTFLAGS] [CHARSET] [SIZE] [FONTNAME] |
| Example: |
/xtreebar -f +i default 20 Verdana |
| Parameters: |
| +FONTFLAGS |
Font style flags. |
| a |
Font is anti-aliased. |
| b |
Font is bold. |
| d |
Default font. |
| i |
Font is italic. |
| s |
Font is strikedout. |
| u |
Font is underlined. |
| CHARSET |
Can be any of the following: ansi, baltic, chinesebig, default, easteurope, gb2312, greek, hangul, mac, oem, russian, shiftjis, symbol, turkish, vietnamese. |
| SIZE |
Font size in points. |
| FONTNAME |
Font name. Ex: Tahoma, Courier New, Arial, ... |
|
/xtreebar -s |
| This command allows you to change the mIRC Treebar styles. |
| Syntax: |
/xtreebar -s [STYLES] |
| Example: |
/xtreebar -s tooltips scroll singleexpand |
| Parameters: |
| trackselect |
Enables hot-tracking. |
| notrackselect |
Disables hot-tracking. |
| tooltips |
Enables tooltips on items |
| notooltips |
Disables tooltip on items. |
| balloon |
Enables balloon styled tooltips. See note for further information. |
| noballoon |
Disables balloon styled tooltips. |
| infotip |
Enables modification of the tooltip text within the $xtreebar_callback. See note for further information. |
| noinfotip |
Disables modification of the tooltip text. |
| hasbuttons |
Enables ± buttons on the side of items containing child items for expand/collapse operations. |
| nohasbuttons |
Disables ± buttons on the side of items containing child items for expand/collapse operations. |
| rootlines |
Enables lines to be connected to the root item. |
| norootlines |
Disables lines to be connected to the root item. |
| singleexpand |
Causes the item being selected to expand and the item being unselected to collapse upon selection in the tree view. |
| nosingleexpand |
Disables singleexpand. |
| scroll |
Enables horizontal and vertical scrolling in the mIRC Treebar. |
| noscroll |
Disables horizontal and vertical scrolling in the mIRC Treebar. |
| showsel |
Selections will be shown when mIRC Treebar loses focus. |
| noshowsel |
Selections will not be shown when mIRC Treebar loses focus. |
| autohscroll |
Remove the horizontal scrollbar and auto-scroll depending on mouse position. (Vista) |
| noautohscroll |
Enables the horizontal scrollbar and auto-scroll depending on mouse position. (Vista) |
| doublebuffer |
Specifies how the background is erased or filled. (Vista) |
| nodoublebuffer |
Specifies how the background is erased or filled. (Vista) |
| fadebuttons |
Fade expand buttons in or out when the mouse moves away or into a state of hovering over the control. (Vista) |
| nofadebuttons |
Does not fade expand buttons in or out when the mouse moves away or into a state of hovering over the control. (Vista) |
| indent |
Indents the tree view for the expand buttons. (Vista) |
| noindent |
Does not indent the tree view for the expand buttons. (Vista) |
| richtooltip |
Allow rich tooltips in the tree view (custom drawn with icon and text). (Vista) |
| norichtooltip |
Disables rich tooltips in the tree view (custom drawn with icon and text). (Vista) |
| |
| Note. |
|
/xtreebar -w |
| This command allows you to change the mIRC Treebar images. |
| Syntax: |
/xtreebar -w [POS] [+FLAGS] [INDEX] [FILE] |
| Example: |
/xtreebar -w 0 + 1 icons.icl /xtreebar -w clear /xtreebar -w default
|
| Parameters: |
| clear |
Clears the icon list. |
| default |
Reverts the icon list to the default icons. |
| POS |
The position to add the new icon. Use 0 to add to the end. |
| +FLAGS |
Icon flags |
| a |
Uses the icon associated with the given file (as shown in Windows Explorer). Note: File must exist. |
| f |
Uses the icon associated with the given filetype. Note: Filename is the extension (eg. BMP, PNG, AVI, etc). |
| g |
Convert to grayscale icon. |
| P |
If GDI+ is enabled, this will use GDI+ to extract the icon. |
| |
| Note. This requires /xtreebar -T to be activated. |