expedite/src/bin/cxx/widgets_list_4_capi.h

32 lines
410 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_4_cxx_start
#define NAME "Widgets List 4"
#define ICON "widgets.png"
#define ICON_SIZE 32
#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
#endif
#ifdef __cplusplus
}
#endif