mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-03-12 11:21:59 +00:00
Initial proof of concept commit
This commit is contained in:
13
Data/Scripts/905_New controls/008_list.rb
Normal file
13
Data/Scripts/905_New controls/008_list.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
#===============================================================================
|
||||
# TODO
|
||||
# TODO: Click an option to select it. It remains selected indefinitely. Once an
|
||||
# option is selected, there's probably no way to unselect everything; the
|
||||
# selection can only be moved to a different option.
|
||||
# TODO: Scrollable.
|
||||
# TODO: Find some way to not redraw the entire thing if the hovered option
|
||||
# changes. Maybe have another bitmap to write the text on (refreshed only
|
||||
# when the list is scrolled), and self's bitmap draws the hover colour
|
||||
# only.
|
||||
#===============================================================================
|
||||
class UIControls::List < UIControls::BaseControl
|
||||
end
|
||||
Reference in New Issue
Block a user