Background » History » Version 5
Per Amundsen, 12/13/2019 06:06 PM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | */background [-abcdefghlmnprstuxyz] [window] [filename]* |
||
4 | |||
5 | Changes or adds a background image for a window or control. |
||
6 | |||
7 | *Switches* |
||
8 | |||
9 | -a - Active window. |
||
10 | 5 | Per Amundsen | -d - *TODO* |
11 | -g - *TODO* |
||
12 | 1 | Per Amundsen | -m - Main AdiIRC window. |
13 | -s - Server window. |
||
14 | |||
15 | 4 | Per Amundsen | -b - Treebar. |
16 | -h - Switchbar. |
||
17 | 5 | Per Amundsen | -o - Switchbar buttons. *(AdiIRC only)* |
18 | 1 | Per Amundsen | -l - Toolbar. |
19 | -u - Toolbar buttons. |
||
20 | 5 | Per Amundsen | -y - Statusbar. *(AdiIRC only)* |
21 | -z - Menubar. *(AdiIRC only)* |
||
22 | 1 | Per Amundsen | |
23 | 3 | Per Amundsen | -e - Set as default. |
24 | 1 | Per Amundsen | -x - no background image |
25 | |||
26 | -c - Center image layout. |
||
27 | -f - Fill image layout. |
||
28 | -n - Normal image layout. |
||
29 | -p - TODO |
||
30 | -r - Stretch image layout. |
||
31 | -t - Tile image layout. |
||
32 | |||
33 | *Parameters* |
||
34 | |||
35 | 2 | Per Amundsen | [window] - Window name to target if no window switches were specified. |
36 | 1 | Per Amundsen | [filename] - Path/filename of the picture to be used. (Must be enclosed in quotes if it contains spaces) |
37 | |||
38 | *Example* |
||
39 | |||
40 | <pre> |
||
41 | ;Adds a sample background to current window. |
||
42 | /background -a "C:\Users\Public\Pictures\Sample Pictures\Desert Landscape.jpg" |
||
43 | |||
44 | :Remove the sample background from current window. |
||
45 | /background -ax |
||
46 | </pre> |