| CanDrawFlags | Returns whether or not the given drawing flags are supported by
the menu style. |
| DrawItem | Draws an item on a panel. If the item takes up a slot, the position
is returned. |
| DrawText | Draws a raw line of text on a panel, without any markup other than a
newline. |
| Panel | Constructor for a new Panel. |
| Send | Sends a panel to a client. Unlike full menus, the handler
function will only receive the following actions, both of
which will have null for a menu, and the client as param1.
MenuAction_Select (param2 will be the key pressed)
MenuAction_Cancel (param2 will be the reason)
Also, if the menu fails to display, no callbacks will be called. |
| SetKeys | Sets the selectable key map of a panel. This is not supported by
all styles (only by Radio, as of this writing). |
| SetTitle | Sets the panel's title. |