diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-12 18:14:37 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-12 18:14:37 -0500 |
| commit | a9ff38894408e0a34da4742fc2b1aea0bb5ef60b (patch) | |
| tree | 2c4e58eb079cdd59537216943fc97fdd4fbd7a2d /windows_windows.go | |
| parent | 0a9f40812950ad00239e93141a37183666d5f3eb (diff) | |
Added Window.SetTitle(). Also oops, forgot to mark the window as created.
Diffstat (limited to 'windows_windows.go')
| -rw-r--r-- | windows_windows.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows_windows.go b/windows_windows.go index a8eb169..16f451d 100644 --- a/windows_windows.go +++ b/windows_windows.go @@ -170,6 +170,7 @@ var ( _getClientRect = user32.NewProc("GetClientRect") _enumChildWindows = user32.NewProc("EnumChildWindows") _setWindowPos = user32.NewProc("SetWindowPos") + _setWindowText = user32.NewProc("SetWindowTextW") _showWindow = user32.NewProc("ShowWindow") ) |
