| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
documentation indicates the main error is memory exhausted, which means we should panic anyway (unless the Go runtime already has). Any other error will be flagged as unexpected; since we're using SetWindowText() we can't differentiate between out of memory and other errors in the way WM_SETTEXT documents anyway.
|
|
|
|
|
|
|
|
locked the Window's mutex lock in both functions.
|
|
|
|
Windows's differing rules for first-time window show; this will also allow me to remove the error returns from sysData.show() and sysData.hide() (later).
|
|
|
|
going to be returned anymore.
|
|
platforms don't return explicit errors either.
|
|
|
|
because screw Windows being different.
|
|
gListboxSelectedMulti is; Windows still uses selectedIndex() for Listbox because of differences in how multi-selection listboxes are handled there and Mac OS X never had this function written to begin with).
|
|
|
|
keeps Listbox.Delete() unchecked for now...
|
|
|
|
necessary before I make it panic myself.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
improved Space()'s documentation.
|
|
|
|
|
|
one call.
|
|
|
|
later than it did the other callbacks). Fixed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unexported Orientation and its values accordingly.
|
|
X port.
|
|
|
|
|
|
|
|
returns now that that behavior is fully implemented.
|
|
|
|
|
|
|