ui/winui/appmenu.cpp

branch
newapi
changeset 391
fc0df448dfbc
parent 238
56621137b8e1
equal deleted inserted replaced
390:b130f80ec7f9 391:fc0df448dfbc
283 index++; 283 index++;
284 } 284 }
285 285
286 return flyout; 286 return flyout;
287 } 287 }
288
289 UIMENU ui_contextmenu_create(UiMenuBuilder *builder, UiObject *obj, UIWIDGET widget) {
290 return NULL;
291 }
292
293 void ui_contextmenu_popup(UIMENU menu, UIWIDGET widget, int x, int y) {
294
295 }

mercurial