| Age | Commit message (Collapse) | Author |
|
outside the actual size of the widget. (I did notice this before.)
|
|
|
|
versioning macros can be included in all Go files, not just area_unix.go.
|
|
controls within.
|
|
events are no longer generated; instead all events are given to fixed, compile-time, cgo-exported callback functions that take the sysData as user data. This saves memory (we no longer need to generate closures and we no longer have to save them elsewhere to keep them from being garbage collected) and makes the top of sysdata_unix.go slightly cleaner, but it moves the code for handling UI events into callbacks_unix.go. This is needed for Area, in which we need to feed the sysData to an event connected to a subwidget instead of the main widget returned.
|
|
|
|
CPU hog.
|
|
|
|
|
|
later than it did the other callbacks). Fixed.
|
|
|
|
|
|
program.
|
|
|
|
build. Once I iron out a bug with Windows event handling, I'll add a README.
|
|
the callback closures!
|
|
|
|
file with functions to reduce the amount of code noise in gtkcalls_unix.go.
|
|
GtkTreePaths, not GtkTreeRowReferences. Fixed the index getting.
|
|
allow easier debugging.
|
|
|
|
attribute. Now I need scrollbars...
|
|
displaying item text...
|
|
|
|
|
|
|
|
|
|
for adding the GTK+ implementation of Combobox.
|
|
|
|
the way.
|
|
though...
|
|
|
|
|
|
callback system, though...
|
|
|