#ifndef FD_graph_form_h_
#define FD_graph_form_h_
/* Header file generated with fdesign. */

/**** Callback routines ****/

extern void hide_button_CB(FL_OBJECT *, long);

extern void graph_browser_CB(FL_OBJECT *, long);
extern void done_button_CB(FL_OBJECT *, long);


/**** Forms and Objects ****/

typedef struct {
	FL_FORM *graph_form;
	void *vdata;
	long ldata;
	FL_OBJECT *graph_plot;
	FL_OBJECT *hide_button;
} FD_graph_form;

extern FD_graph_form * create_form_graph_form(void);
typedef struct {
	FL_FORM *choose_graph_form;
	void *vdata;
	long ldata;
	FL_OBJECT *graph_browser;
	FL_OBJECT *choose_text;
	FL_OBJECT *done_button;
} FD_choose_graph_form;

extern FD_choose_graph_form * create_form_choose_graph_form(void);

#endif /* FD_graph_form_h_ */
