Project

General

Profile

Titlebar » History » Version 1

Per Amundsen, 02/14/2014 09:03 PM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*/titlebar [@window] <text>*
4
5
Sets the main application titlebar. If you specify a custom @window name, then the titlebar for that custom window is changed.
6
7
*Parameters*
8
9
[@window] - Window to change the title.
10
<text> - Title text to set.
11
12
*Example*
13
14
<pre>
15
;Changes AdiIRC's titlebar to Hello world!
16
/titlebar Hello world!
17
18
;Open a window
19
/window -e @test
20
21
;Changes @test titlebar to Hello world!
22
/titlebar @test Hello world!
23
</pre>