Titlebar » History » Version 2
Per Amundsen, 08/10/2015 08:16 AM
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 | 2 | Per Amundsen | ; Changes AdiIRC's titlebar to Hello world! |
16 | 1 | Per Amundsen | /titlebar Hello world! |
17 | |||
18 | 2 | Per Amundsen | ; Open a custom window. |
19 | /window -e @Example |
||
20 | 1 | Per Amundsen | |
21 | 2 | Per Amundsen | ; Changes @Example Titlebar to Hello world! |
22 | /titlebar @Example Hello world! |
||
23 | 1 | Per Amundsen | </pre> |