expedite/src/bin/cxx/widgets_list_2_grouped_capi.h

33 lines
449 B
C

#ifdef __cplusplus
extern "C" {
#endif
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME widgets_list_2_grouped_cxx_start
#define NAME "(C++) Widgets List 2 Grouped"
#define ICON "widgets.png"
#define ICON_SIZE 64
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef EXPEDITE_CXX_TEST_IMPL
#undef FNAME
#undef NAME
#undef ICON
#undef ICON_SIZE
#endif
#ifdef __cplusplus
}
#endif