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