Project

General

Profile

Background » History » Revision 7

Revision 6 (Per Amundsen, 03/26/2021 06:52 PM) → Revision 7/9 (Per Amundsen, 03/27/2021 05:50 PM)

_Added in 1.9.0_ 

 */background [-abcdefghlmnprstuxyz] [window] [filename]* 

 Changes or adds a background image for a window or control. 

 *Switches* 

 -a - Active window. 
 -d - *TODO* 
 -g - *TODO* 
 -m - Main AdiIRC window. 
 -s - Server window. 

 -b - [[Treebar_Control|Treebar]]. Treebar. 
 -h - [[Switchbar_Control|Switchbar]]. Switchbar. 
 -o - [[Switchbar_Control|Switchbar]] Switchbar buttons. *(AdiIRC only)* 
 -l - [[Toolbar_Control|Toolbar]]. Toolbar. 
 -u - [[Toolbar_Control|Toolbar]] Toolbar buttons. 
 -y - [[Statusbar_Control|Statusbar]]. Statusbar. *(AdiIRC only)* 
 -z - [[Menubar_Control|Menubar]]. *(AdiIRC only)* 

 -e - Set as default. 
 -x - no background image 

 -c - Center image layout. 
 -f - Fill image layout. 
 -n - Normal image layout. 
 -p - TODO 
 -r - Stretch image layout. 
 -t - Tile image layout. 

 *Parameters* 

 [window] - Window name to target if no window switches were specified. 
 [filename] - Path/filename of the picture to be used. (Must be enclosed in quotes if it contains spaces) 

 *Example* 

 <pre> 
 ;Adds a sample background to current window. 
 /background -a "C:\Users\Public\Pictures\Sample Pictures\Desert Landscape.jpg" 

 :Remove the sample background from current window. 
 /background -ax 
 </pre>