| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
backend.
|
|
(container_windows.go) as a method on container.
|
|
|
|
|
|
is the first half of the two-part migration of the Windows backend to use container.
|
|
used for both top-level windows and tab pages (next commit). This makes things slightly messy in the short term, but this will all be cleaned up soon, and has the advantage of taking care of the sizer mess~
|
|
|
|
this is needed for re-adding Stack and Grid. This argument type is defined by each platform.
|
|
container.resize() also take the origin coordinates as arguments.
|
|
question tells me I'm wrong, we can deal with it then. But yay simple sizing code again :D
|
|
test program to test spacing.
|
|
backend; also moved a line in window_windows.go around for consistency.
|
|
proper resizing on both GTK+ and Mac OS X.
|
|
requiring all Windows to have a Control at construct time; implemented such on Windows.
|
|
|
|
|
|
time to make a ui.Do(func(){ ... })
|
|
errors...
|
|
|
|
is that we need to use functions from comctl32.dll, so it's time to bring that blob of code back.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
doesn't work...
|