SetWindowTitle method

void SetWindowTitle(
  1. Pointer<Char> title
)

Implementation

void SetWindowTitle(Pointer<Char> title) {
  return _SetWindowTitle(title);
}