More future plans.
This commit is contained in:
parent
b9ea3714a6
commit
fecf53827a
|
@ -23,6 +23,7 @@ Area
|
||||||
keyboard scrolling
|
keyboard scrolling
|
||||||
OpenTextAreaAt() to allow editing of text blocks from within Areas (only after I add TextArea; it will use TextAreas themselves, rather than providing its own)
|
OpenTextAreaAt() to allow editing of text blocks from within Areas (only after I add TextArea; it will use TextAreas themselves, rather than providing its own)
|
||||||
OpenTextFieldAt(): more platform-specific finished editing options; escape key for cancelling too?
|
OpenTextFieldAt(): more platform-specific finished editing options; escape key for cancelling too?
|
||||||
|
bounds checking in Select()
|
||||||
|
|
||||||
Tree
|
Tree
|
||||||
Mac OS X: make sure newScrollView() has the correct parameters for Table and Tree (and that Area has the appropriate ones from both)
|
Mac OS X: make sure newScrollView() has the correct parameters for Table and Tree (and that Area has the appropriate ones from both)
|
||||||
|
|
|
@ -44,7 +44,6 @@ type Table interface {
|
||||||
// Selected and Select get and set the currently selected item in the Table.
|
// Selected and Select get and set the currently selected item in the Table.
|
||||||
// Selected returns -1 if no item is selected.
|
// Selected returns -1 if no item is selected.
|
||||||
// Pass -1 to Select to deselect all items.
|
// Pass -1 to Select to deselect all items.
|
||||||
// TODO bounds checking
|
|
||||||
Selected() int
|
Selected() int
|
||||||
Select(index int)
|
Select(index int)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue