/* drwWitext */


#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif


#if defined NAMESPACE_OSLIB
  using namespace OSLib;
#endif


#ifdef __cplusplus 
extern "C" {
#endif

extern char *drw_wimp_geticontext(wimp_w whan, wimp_i icon);
extern void drw_wimp_puticontext(wimp_w whan, wimp_i icon, char *text);
extern void drw_wimp_puticonfont(wimp_w whan, wimp_i icon, font_f fonthandle);
extern void drw_wimp_colouricon(wimp_w whan, wimp_i icon, int c, int bg);
extern void drw_wimp_set_iconfont(wimp_w whan, wimp_i icon, font_f fonth);

#ifdef __cplusplus
}
#endif

#if defined NAMESPACE_DRWIMPC
  }
#endif

