diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-15 22:29:45 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-15 22:29:45 -0400 |
| commit | 09ed47213866c2293e6fee0f078b1c40553b1824 (patch) | |
| tree | 2cc76c1bbb49f834f12cec80abdfb2b9d4940162 /redo/funcnames_windows.go | |
| parent | 5ebd89984ac63c30a68a325a430038979badc3a0 (diff) | |
Added the beginninig of the Windows Control code.
Diffstat (limited to 'redo/funcnames_windows.go')
| -rw-r--r-- | redo/funcnames_windows.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/funcnames_windows.go b/redo/funcnames_windows.go index 1309881..0054277 100644 --- a/redo/funcnames_windows.go +++ b/redo/funcnames_windows.go @@ -28,3 +28,4 @@ package ui // wfunc user32 DestroyWindow uintptr uintptr // wfunc user32 PostQuitMessage uintptr void // wfunc user32 GetClientRect uintptr *s_RECT uintptr +// wfunc user32 SetParent uintptr uintptr uintptr |
