lyx_mirror/src/frontends/xforms/form_index.h

21 lines
449 B
C
Raw Normal View History

/** 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_ */