mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 02:49:46 +00:00
cdc02d297e
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2151 a592a061-630c-0410-9148-cb99ea01b6c8
28 lines
555 B
C
28 lines
555 B
C
/** Header file generated with fdesign **/
|
|
|
|
#ifndef FD_form_spell_check_h_
|
|
#define FD_form_spell_check_h_
|
|
|
|
typedef struct {
|
|
FL_FORM *form_spell_check;
|
|
void *vdata;
|
|
char *cdata;
|
|
long ldata;
|
|
FL_OBJECT *text;
|
|
FL_OBJECT *input;
|
|
FL_OBJECT *browser;
|
|
FL_OBJECT *options;
|
|
FL_OBJECT *start;
|
|
FL_OBJECT *insert;
|
|
FL_OBJECT *ignore;
|
|
FL_OBJECT *accept;
|
|
FL_OBJECT *stop;
|
|
FL_OBJECT *done;
|
|
FL_OBJECT *replace;
|
|
FL_OBJECT *slider;
|
|
} FD_form_spell_check;
|
|
|
|
extern FD_form_spell_check * create_form_form_spell_check(void);
|
|
|
|
#endif /* FD_form_spell_check_h_ */
|