wakeup icon indicating copy to clipboard operation
wakeup copied to clipboard

Simple alarm clock program; also a demonstration of andlabs/ui.

Results 6 wakeup issues
Sort by recently updated
recently updated
newest added

- Linux 5.3.0-53-generic #47~18.04.1-Ubuntu SMP Thu May 7 13:10:50 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux - go version go1.14.2 linux/amd64 I've installed libgtk-3-dev, andlabs/ui. ``` $ go get github.com/andlabs/wakeup #...

It seems that the grid struct is missing from the current andlabs/ui package.

I use win7_x64 and install mingw and go 1.3.2 the hello example is ok. but this error: .\mygo.go:45: undefined: ui.LineEdit .\mygo.go:46: undefined: ui.LineEdit

Labels and outer breaks are not very elegant, so I'm proposing using a simple `return` instead of the `break` and deferring the `stop()` using a language feature. This makes clear...

The default values result in a overlapping controls in Windows. By adding 20 extra pixels to the starting height the controls start at a more correct position.

``` !bash % go get github.com/andlabs/ui # github.com/andlabs/ui Undefined symbols for architecture x86_64: "_addControl", referenced from: __cgo_4736bf25ed3f_Cfunc_addControl in sysdata_darwin.cgo2.o (maybe you meant: __cgo_4736bf25ed3f_Cfunc_addControl) "_applyStandardControlFont", referenced from: __cgo_4736bf25ed3f_Cfunc_applyStandardControlFont in sysdata_darwin.cgo2.o (maybe...