/* IconPlotUM.h application menu data. */

#ifndef IconPlot_u_umdata_H
 #define IconPlot_u_umdata_H

#ifndef IconPlot_IconPlot_H
 #include "IconPlot/IconPlot_.h"
#endif
#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif

#if defined NAMESPACE_OSLIB
 using namespace OSLib;
#endif

typedef struct IconPlot_menu_data            IconPlot_menu_data;

struct IconPlot_menu_data {

void *tempdata;
wimp_menu *Ibarmenu;
void *Ibarmenu_h;

};

typedef struct IconPlot_window_data          IconPlot_window_data;

struct IconPlot_window_data {

void *tempdata;

wimp_w CustomTmpl_Main;
osspriteop_area *CustomTmpl_Main_spr;
void *CustomTmpl_Main_d;
void *CustomTmpl_Main_h;

wimp_w IconPlottmpl_main;
osspriteop_area *IconPlottmpl_main_spr;
void *IconPlottmpl_main_d;
void *IconPlottmpl_main_h;

wimp_w IconPlottmpl_DRWDCS;
osspriteop_area *IconPlottmpl_DRWDCS_spr;
void *IconPlottmpl_DRWDCS_d;
void *IconPlottmpl_DRWDCS_h;

wimp_w IconPlottmpl_stdsave;
osspriteop_area *IconPlottmpl_stdsave_spr;
void *IconPlottmpl_stdsave_d;
void *IconPlottmpl_stdsave_h;

wimp_w IconPlottmpl_stdinfo;
osspriteop_area *IconPlottmpl_stdinfo_spr;
void *IconPlottmpl_stdinfo_d;
void *IconPlottmpl_stdinfo_h;

};

#include "IconPlot/IconPlotUMx.h"


#ifdef __cplusplus
extern "C" {
#endif

extern void drw_wint_load_app_window(char *appname,
                                     char *template_leaf_name,
                                     char *window_name,
                                     char *sprfileleafname,
                                     int sharedw,
                                     osspriteop_area **sprarea,
                                     wimp_w *whandle,
                                     void **userdata);


#ifdef __cplusplus
}
#endif

#if defined NAMESPACE_DRWIMPC
  }
#endif


#endif

/* End of IconPlotUM.h*/
