Go to file
Pietro Gagliardi 8e2f3b136e Adjusted sysData.make() to make the new window class and fixed main(). Now to fix compiler errors... 2014-02-12 21:28:58 -05:00
unmigrated Added buttons. 2014-02-12 11:29:20 -05:00
button.go Whoops, forgot to turn Button.sysData.clicked into Button.sysData.event. 2014-02-12 21:26:18 -05:00
common_windows.go Moved some more data structures to common_windows.go and made more things private. 2014-02-11 18:36:13 -05:00
control.go Adjusted Control and Window for the new system. 2014-02-12 21:23:53 -05:00
controls_windows.go Added buttons. 2014-02-12 11:29:20 -05:00
init.go Added the init and testing main functions and started fixing errors. Let's fix the rest and hope it works... 2014-02-11 18:57:03 -05:00
init_windows.go Restructuring the codebase to make things neater. First off: each window now has its own class; the sysData knows about children. This updates the window class to become a generator and rewrites the WndProc as well. 2014-02-12 20:51:07 -05:00
main.go Adjusted sysData.make() to make the new window class and fixed main(). Now to fix compiler errors... 2014-02-12 21:28:58 -05:00
main_windows.go More error corrections; not done yet... 2014-02-11 19:09:10 -05:00
menus_windows.go All build errors resolved. Now to test... 2014-02-11 19:18:03 -05:00
plan.md Added the initial planning document for the portable API. 2014-02-11 12:33:32 -05:00
restrictions.md Windows sysData has been adjusted to deal with child controls. Rather than storing the parent window, it is passed as an argument to sysData.make(), which does the child ID allocation. Child IDs are now window-local, getting rid of that restriction. 2014-02-12 21:08:10 -05:00
stdwndclass_windows.go Whoops, class registration now has to go through the UI task. 2014-02-12 21:11:21 -05:00
sysdata.go Formatting change for cSysData itself. 2014-02-12 20:57:30 -05:00
sysdata_windows.go Adjusted sysData.make() to make the new window class and fixed main(). Now to fix compiler errors... 2014-02-12 21:28:58 -05:00
todo.md Added Window.SetTitle(). Also oops, forgot to mark the window as created. 2014-02-12 18:14:37 -05:00
uitask_windows.go Fixed the PeekMessage() call as per http://blogs.msdn.com/b/oldnewthing/archive/2006/02/10/529525.aspx 2014-02-11 22:38:46 -05:00
window.go Adjusted Control and Window for the new system. 2014-02-12 21:23:53 -05:00
windows_windows.go Added Window.SetTitle(). Also oops, forgot to mark the window as created. 2014-02-12 18:14:37 -05:00