SFS moved to core
[AROS-Contrib.git] / ScalosV2 / PopupMenuClass.h
blob409ae35a00c30589ae80b6d1e889ac7d21bd39f2
1 // :ts=4 (Tabsize)
3 // we need to export our struct instance data because maintask needs its size
5 struct PopupMenuInst
7 APTR popupmenu; // from popup menu library
8 Object *windowobj;
9 struct MinList itemlist;
12 struct MenuItemNode
14 struct MinNode node;
15 Object *itemobj;
16 APTR item; // popup menu library item