_gtkWindowTitle

Set or get the title of a window.

Définit ou récupère le titre d'une fenêtre.

Type :

fun [ObjGtk S] S

_window_ : ObjGtk : any window already created.

_title_ : S : the new title. If _title_ is nil, return the current title.

Return : S : the new or the current title.

Back