SetWindowTitle()

Syntax

SetWindowTitle(#Window, Titel$)
Beschreibung
Ändert den Text, der momentan in der Titelleiste des angegebenen Fensters '#Window' dargestellt wird.
  If OpenWindow(2, 100, 100, 200, 100, #PB_Window_SystemMenu, "My cool title")
    SetWindowTitle(2, "Even cooler title !")
    
    Repeat
    Until WaitWindowEvent() = #PB_Event_CloseWindow
  EndIf

Unterstützte OS

Windows, Linux, MacOS X

<- SetWindowCallback() - Window Inhaltsverzeichnis - UseWindow() ->