/* DRW Help Interface fns. */

#ifndef drwHelpfnh_H
 #define drwHelpfnh_H

#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif

#if defined NAMESPACE_OSLIB
  using namespace OSLib;
#endif

typedef struct   drw_helpfn_str        drw_helpfn_str;

typedef int (*drw_wint_do_help_fn)(wimp_w whan,
                                   wimp_i icon,
                                   wimp_mouse_state nuttontype,
                                   int mousex,
                                   int mousey,
                                   wimp_selection *wsel,
                                   char *helpreply,
                                   int forstrhelp);

struct drw_helpfn_str {

drw_wint_do_help_fn            dohelp;

};

#if defined NAMESPACE_DRWIMPC
  }
#endif

#endif
