Background » History » Version 7
Per Amundsen, 03/27/2021 05:50 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 | 7 | Per Amundsen | -b - [[Treebar_Control|Treebar]]. |
16 | -h - [[Switchbar_Control|Switchbar]]. |
||
17 | -o - [[Switchbar_Control|Switchbar]] buttons. *(AdiIRC only)* |
||
18 | -l - [[Toolbar_Control|Toolbar]]. |
||
19 | -u - [[Toolbar_Control|Toolbar]] buttons. |
||
20 | -y - [[Statusbar_Control|Statusbar]]. *(AdiIRC only)* |
||
21 | 6 | Per Amundsen | -z - [[Menubar_Control|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> |