void epopupmenu_setfont(t_epopup *popup, t_efont *font)
Sets the font of a t_epopup.
Definition: epopup.c:27
void epopupmenu_addseperator(t_epopup *popup)
Adds a new seprator in the popup list.
Definition: epopup.c:43
void epopupmenu_popup(t_epopup *popup, t_pt pos)
Shows the popup on the screen.
Definition: epopup.c:48
The t_symbol struture.
Definition: enative.h:46
The popup structure.
Definition: edefine.h:403
The default object.
Definition: edefine.h:535
t_epopup * epopupmenu_create(t_eobj *x, t_symbol *name)
The t_epopup creation function.
Definition: epopup.c:13
void epopupmenu_additem(t_epopup *popup, int itemid, const char *text, char checked, char disabled)
Adds a new item in the popup list.
Definition: epopup.c:32
The font structure.
Definition: edefine.h:322
A point structure.
Definition: edefine.h:216