mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 21:49:51 +00:00
21 lines
449 B
C
21 lines
449 B
C
|
/** Header file generated with fdesign on Thu Aug 3 11:33:50 2000.**/
|
||
|
|
||
|
#ifndef FD_form_index_h_
|
||
|
#define FD_form_index_h_
|
||
|
|
||
|
/** Callbacks, globals and object handlers **/
|
||
|
extern "C" void C_FormCommandCancelCB(FL_OBJECT *, long);
|
||
|
extern "C" void C_FormCommandOKCB(FL_OBJECT *, long);
|
||
|
|
||
|
|
||
|
/**** Forms and Objects ****/
|
||
|
struct FD_form_index {
|
||
|
|
||
|
FL_FORM *form_index;
|
||
|
FL_OBJECT *key;
|
||
|
FL_OBJECT *cancel;
|
||
|
FL_OBJECT *ok;
|
||
|
};
|
||
|
|
||
|
#endif /* FD_form_index_h_ */
|