Added two more functions used by UI Object UIDropDownMenu under the General API category.
(Added two more functions used by UI Object UIDropDownMenu under the General API category.) |
|||
| 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 === | ||