no edit summary
m (sp) |
No edit summary |
||
| Line 1: | Line 1: | ||
UIDropDownMenu can be used to display a basic drop down menu or a series of complex menus such as those that occur when you right click a chat tab. This tutorial explains both. | [[UI Object UIDropDownMenu|UIDropDownMenu]] can be used to display a basic drop down menu or a series of complex menus such as those that occur when you right click a chat tab. This tutorial explains both. | ||
== Step 1 : The Button == | == Step 1 : The Button == | ||
| Line 142: | Line 142: | ||
ToggleDropDownMenu(1, nil, dropdown, self, -20, 0); | ToggleDropDownMenu(1, nil, dropdown, self, -20, 0); | ||
== See Also == | |||
*[[UI Object UIDropDownMenu]] | |||
*[[API EasyMenu]] | |||