mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-28 04:17:43 +00:00
6bba977f42
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@807 a592a061-630c-0410-9148-cb99ea01b6c8
22 lines
476 B
C
22 lines
476 B
C
/** Header file generated with fdesign on Mon Jun 12 06:32:31 2000.**/
|
|
|
|
#ifndef FD_form_credits_h_
|
|
#define FD_form_credits_h_
|
|
|
|
/** Callbacks, globals and object handlers **/
|
|
extern "C" void CreditsOKCB(FL_OBJECT *, long);
|
|
|
|
|
|
/**** Forms and Objects ****/
|
|
typedef struct {
|
|
FL_FORM *form_credits;
|
|
void *vdata;
|
|
char *cdata;
|
|
long ldata;
|
|
FL_OBJECT *browser_credits;
|
|
} FD_form_credits;
|
|
|
|
extern FD_form_credits * create_form_form_credits(void);
|
|
|
|
#endif /* FD_form_credits_h_ */
|