Project

General

Profile

Titlebar » History » Version 5

Per Amundsen, 02/16/2023 03:32 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 5 Per Amundsen
table(ktable).
12
|*Parameter*|*Description*|
13
| [@window] | Window to change the title. |
14
| <text> | Title text to set. |
15 1 Per Amundsen
16
*Example*
17
18
<pre>
19 2 Per Amundsen
; Changes AdiIRC's titlebar to Hello world!
20 1 Per Amundsen
/titlebar Hello world!
21
22 2 Per Amundsen
; Open a custom window.
23
/window -e @Example
24 1 Per Amundsen
25 2 Per Amundsen
; Changes @Example Titlebar to Hello world!
26
/titlebar @Example Hello world!
27 1 Per Amundsen
</pre>