2000-08-14 05:24:35 +00:00
|
|
|
// File modified by fdfix.sh for use by lyx (with xforms >= 0.88) and gettext
|
|
|
|
/** Header file generated with fdesign **/
|
2000-08-03 12:56:25 +00:00
|
|
|
|
|
|
|
#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 {
|
2000-08-14 05:24:35 +00:00
|
|
|
~FD_form_index();
|
2000-08-03 12:56:25 +00:00
|
|
|
|
2000-08-14 05:24:35 +00:00
|
|
|
FL_FORM *form;
|
2000-08-03 12:56:25 +00:00
|
|
|
FL_OBJECT *key;
|
|
|
|
FL_OBJECT *cancel;
|
|
|
|
FL_OBJECT *ok;
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif /* FD_form_index_h_ */
|