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/window_windows.go | |
| parent | 5ebd89984ac63c30a68a325a430038979badc3a0 (diff) | |
Added the beginninig of the Windows Control code.
Diffstat (limited to 'redo/window_windows.go')
| -rw-r--r-- | redo/window_windows.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/redo/window_windows.go b/redo/window_windows.go index f09ba3b..4fb971f 100644 --- a/redo/window_windows.go +++ b/redo/window_windows.go @@ -185,6 +185,3 @@ func windowWndProc(hwnd uintptr, msg t_UINT, wParam t_WPARAM, lParam t_LPARAM) t } panic(fmt.Errorf("Window message %d does not return a value (bug in windowWndProc())", msg)) } - -// TODO -func newButton(string)*Request{return nil}
\ No newline at end of file |
