setWindowText method

bool setWindowText(
  1. String text
)

Sets this Window text.

Implementation

bool setWindowText(String text) =>
    SetWindowText(hwnd, text.toNativeUtf16()) != 0;