#include "DRW/drwwh.h"
#include "DRW/drwWxdata.h"
#ifndef drw_u_trdf_H
 #include "drwUTrdf.h"
#endif
#include "drwUTregfn.h"

#define drw_data_defns_H

#include "DRW/drwLMWfns.h"

#ifndef IconPlot_IconPlot_H
 #include "IconPlot/IconPlot_.h"
#endif

#if defined NAMESPACE_DRWIMPC
 using namespace DrWimpC;
#endif

drw_gen_menu_str *gms;


extern void drw_u_templates_register(void)

{

void *userdata;

gms = NULL;
userdata = NULL;


gms = drw_get_gen_menu_str("IconPlot", pwd->uwd);

IconPlotwindowdata.tempdata = NULL;
IconPlotmenudata.tempdata = NULL;

drw_establish_win_links(gms);

IconPlotmenudata.Ibarmenu = NULL;
IconPlotmenudata.Ibarmenu_h = NULL;
drw_load_menu("Ibarmenu",
              "Icon Plot",
              0,
              gms,
              &IconPlotmenudata.Ibarmenu);


drw_cr_smenu_wlinks(gms);

IconPlotwindowdata.CustomTmpl_Main = (wimp_w) -1;
IconPlotwindowdata.CustomTmpl_Main_spr = (osspriteop_area *) 1;
IconPlotwindowdata.CustomTmpl_Main_d = NULL;
IconPlotwindowdata.CustomTmpl_Main_h = NULL;
drw_wint_load_app_window("IconPlot",
                         "IconPlotRes:CustomTmpl",
                         "Main",
                         "Main",
                         TRUE,
                         &IconPlotwindowdata.CustomTmpl_Main_spr,
                         &IconPlotwindowdata.CustomTmpl_Main,
                         &userdata);
IconPlotwindowdata.CustomTmpl_Main_d = userdata;

IconPlotwindowdata.IconPlottmpl_main = (wimp_w) -1;
IconPlotwindowdata.IconPlottmpl_main_spr = (osspriteop_area *) 1;
IconPlotwindowdata.IconPlottmpl_main_d = NULL;
IconPlotwindowdata.IconPlottmpl_main_h = NULL;
drw_wint_load_app_window("IconPlot",
                         "IconPlotRes:IconPlottmpl",
                         "main",
                         "main",
                         TRUE,
                         &IconPlotwindowdata.IconPlottmpl_main_spr,
                         &IconPlotwindowdata.IconPlottmpl_main,
                         &userdata);
IconPlotwindowdata.IconPlottmpl_main_d = userdata;

IconPlotwindowdata.IconPlottmpl_DRWDCS = (wimp_w) -1;
IconPlotwindowdata.IconPlottmpl_DRWDCS_spr = (osspriteop_area *) 1;
IconPlotwindowdata.IconPlottmpl_DRWDCS_d = NULL;
IconPlotwindowdata.IconPlottmpl_DRWDCS_h = NULL;
drw_wint_load_app_window("IconPlot",
                         "IconPlotRes:IconPlottmpl",
                         "DRWDCS",
                         "DRWDCS",
                         TRUE,
                         &IconPlotwindowdata.IconPlottmpl_DRWDCS_spr,
                         &IconPlotwindowdata.IconPlottmpl_DRWDCS,
                         &userdata);
IconPlotwindowdata.IconPlottmpl_DRWDCS_d = userdata;

IconPlotwindowdata.IconPlottmpl_stdsave = (wimp_w) -1;
IconPlotwindowdata.IconPlottmpl_stdsave_spr = (osspriteop_area *) 1;
IconPlotwindowdata.IconPlottmpl_stdsave_d = NULL;
IconPlotwindowdata.IconPlottmpl_stdsave_h = NULL;
drw_wint_load_app_window("IconPlot",
                         "IconPlotRes:IconPlottmpl",
                         "stdsave",
                         "stdsave",
                         TRUE,
                         &IconPlotwindowdata.IconPlottmpl_stdsave_spr,
                         &IconPlotwindowdata.IconPlottmpl_stdsave,
                         &userdata);
IconPlotwindowdata.IconPlottmpl_stdsave_d = userdata;

IconPlotwindowdata.IconPlottmpl_stdinfo = (wimp_w) -1;
IconPlotwindowdata.IconPlottmpl_stdinfo_spr = (osspriteop_area *) 1;
IconPlotwindowdata.IconPlottmpl_stdinfo_d = NULL;
IconPlotwindowdata.IconPlottmpl_stdinfo_h = NULL;
drw_wint_load_app_window("IconPlot",
                         "IconPlotRes:IconPlottmpl",
                         "stdinfo",
                         "stdinfo",
                         TRUE,
                         &IconPlotwindowdata.IconPlottmpl_stdinfo_spr,
                         &IconPlotwindowdata.IconPlottmpl_stdinfo,
                         &userdata);
IconPlotwindowdata.IconPlottmpl_stdinfo_d = userdata;
return;

}

