Updated Dropdown (markdown)
@@ -39,7 +39,7 @@ aDropDown:removeItem(2)
|
||||
**returns:** the object<br>
|
||||
|
||||
## setActiveItemBackground
|
||||
Sets the background of the item if its currently selected
|
||||
Sets the background of the item which is currently selected
|
||||
|
||||
````lua
|
||||
local mainFrame = NyoUI.createFrame("myFirstFrame"):show()
|
||||
@@ -53,7 +53,7 @@ aDropDown:setActiveItemBackground(colors.green)
|
||||
**returns:** the object<br>
|
||||
|
||||
## setActiveItemForeground
|
||||
Sets the foreground of the item if its currently selected
|
||||
Sets the foreground of the item which is currently selected
|
||||
|
||||
````lua
|
||||
local mainFrame = NyoUI.createFrame("myFirstFrame"):show()
|
||||
|
||||
Reference in New Issue
Block a user