m
Move page script moved page UI Object UIDropDownMenu to WoW:UI Object UIDropDownMenu without leaving a redirect
m (Move page script moved page UI Object UIDropDownMenu to WoW:UI Object UIDropDownMenu without leaving a redirect) |
|||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 27: | Line 27: | ||
:; menuList : Internal - EasyMenu wrapper argument, passed as the third argument to the initialization function. | :; menuList : Internal - EasyMenu wrapper argument, passed as the third argument to the initialization function. | ||
:; button : Internal - Dropdown menu "open" button. | :; button : Internal - Dropdown menu "open" button. | ||
; UIDropDownMenu_EnableDropDown(dropDownFrame) : Enables a dropdown menu that has been disabled. | |||
:; dropDownFrame : Both - dropdown menu frame reference (menu handle). | |||
; UIDropDownMenu_DisableDropDown(dropDownFrame) : Disables a dropdown menu that is currently enabled. | |||
:; dropDownFrame : Both - dropdown menu frame reference (menu handle). | |||
=== Initialization functions === | === Initialization functions === | ||
| Line 43: | Line 47: | ||
|- | |- | ||
| '''text''' || String || Button text for this option. | | '''text''' || String || Button text for this option. | ||
|- | |||
| icon || String || A texture path. The icon is scaled down and displayed to the right of the text. | |||
|- | |- | ||
| value || Any || A value tag for this option. | | value || Any || A value tag for this option. | ||