2001-07-29 10:42:11 +00:00
|
|
|
// File modified by fdfix.sh for use by lyx (with xforms >= 0.88) and gettext
|
|
|
|
/** Header file generated with fdesign **/
|
|
|
|
|
2002-01-13 01:46:33 +00:00
|
|
|
#ifndef FD_form_thesaurus_h_
|
|
|
|
#define FD_form_thesaurus_h_
|
2001-07-29 10:42:11 +00:00
|
|
|
|
|
|
|
/** Callbacks, globals and object handlers **/
|
|
|
|
extern "C" void C_FormBaseInputCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void C_FormBaseOKCB(FL_OBJECT *, long);
|
|
|
|
|
|
|
|
|
|
|
|
/**** Forms and Objects ****/
|
2002-01-13 01:46:33 +00:00
|
|
|
struct FD_form_thesaurus {
|
|
|
|
~FD_form_thesaurus();
|
2001-07-29 10:42:11 +00:00
|
|
|
|
|
|
|
FL_FORM *form;
|
|
|
|
FL_OBJECT *button_replace;
|
|
|
|
FL_OBJECT *button_close;
|
|
|
|
FL_OBJECT *input_entry;
|
|
|
|
FL_OBJECT *input_replace;
|
2002-01-13 01:46:33 +00:00
|
|
|
FL_OBJECT *browser_meanings;
|
2001-07-29 10:42:11 +00:00
|
|
|
};
|
|
|
|
|
2002-01-13 01:46:33 +00:00
|
|
|
#endif /* FD_form_thesaurus_h_ */
|