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