Adjusted future plans.
This commit is contained in:
parent
44e37f9018
commit
5f3cba3b90
|
@ -5,11 +5,9 @@ Control
|
||||||
Enable()
|
Enable()
|
||||||
Disable()
|
Disable()
|
||||||
Table
|
Table
|
||||||
more column types: "// As such, a Table renders a []struct{...} where each field of the struct can be a string, a number, an image, or a checkbox."
|
|
||||||
table_darwin.m: constructor
|
|
||||||
table_unix.c: goTableModel_get_column_type(), goTableModel_get_value()
|
|
||||||
multiple selection
|
multiple selection
|
||||||
figure out if we can safely refresh view during Unlock() regardless of calling goroutine
|
figure out if we can safely refresh view during Unlock() regardless of calling goroutine
|
||||||
|
refresh only selected columns of view to avoid flicker (especially on Windows)
|
||||||
document header behavior in general comment
|
document header behavior in general comment
|
||||||
add functions for header manipulation
|
add functions for header manipulation
|
||||||
Tab
|
Tab
|
||||||
|
|
Loading…
Reference in New Issue