Searched defs:popup_menu_data (Results 1 – 1 of 1) sorted by relevance
22 struct popup_menu_data { struct23 BPopUpMenu* object;24 BWindow* window;25 BMenuItem* selected;27 BPoint where;28 BRect rect;30 bool async;31 bool autoInvoke;32 bool startOpened;33 bool useRect;[all …]