Project

General

Profile

Background » History » Version 2

Per Amundsen, 02/08/2014 01:16 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
-d - TODO
11
-g - TODO
12
-m - Main AdiIRC window.
13
-s - Server window.
14
15
-b - Sidebar.
16
-h - Channelbar.
17
-l - Toolbar.
18
-u - Toolbar buttons.
19
-y - Statusbar.
20
-z - Menubar.
21
22
-e - TODO
23
-x - no background image
24
25
-c - Center image layout.
26
-f - Fill image layout.
27
-n - Normal image layout.
28
-p - TODO
29
-r - Stretch image layout.
30
-t - Tile image layout.
31
32
*Parameters*
33
34 2 Per Amundsen
[window] - Window name to target if no window switches were specified.
35 1 Per Amundsen
[filename] - Path/filename of the picture to be used. (Must be enclosed in quotes if it contains spaces)
36
37
*Example*
38
39
<pre>
40
;Adds a sample background to current window.
41
/background -a "C:\Users\Public\Pictures\Sample Pictures\Desert Landscape.jpg"
42
43
:Remove the sample background from current window.
44
/background -ax
45
</pre>