Package: gdk

Function gdk-window-set-title

Lambda List

gdk-window-set-title (window title)

Arguments

window -- a toplevel gdk-window object
title -- a string with the title of window

Details

Sets the title of a toplevel window, to be displayed in the titlebar. If you have not explicitly set the icon name for the window, using the function gdk-window-set-icon-name, the icon name will be set to title as well. title must be in UTF-8 encoding, as with all user-readable strings in GDK/GTK. title may not be nil.
 

See also

2020-9-24