mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 14:44:58 +00:00
Initial proof of concept commit
This commit is contained in:
9
Data/Scripts/905_New controls/009 dropdown list.rb
Normal file
9
Data/Scripts/905_New controls/009 dropdown list.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
#===============================================================================
|
||||
# TODO
|
||||
#===============================================================================
|
||||
class UIControls::DropdownList < UIControls::BaseControl
|
||||
def initialize(width, height, viewport, options, value)
|
||||
# NOTE: options is a hash: keys are symbols, values are display names.
|
||||
super(width, height, viewport)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user