expedite/src/bin/cxx/widgets_list_2_grouped_capi.h

33 lines
449 B
C
Raw Normal View History

2014-09-20 00:43:28 -07:00
#ifdef __cplusplus
extern "C" {
#endif
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME widgets_list_2_grouped_cxx_start
2014-09-23 08:35:56 -07:00
#define NAME "(C++) Widgets List 2 Grouped"
2014-09-20 00:43:28 -07:00
#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
2014-09-23 17:23:18 -07:00
#undef ICON_SIZE
2014-09-20 00:43:28 -07:00
#endif
#ifdef __cplusplus
}
#endif