mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 06:20:28 +00:00
c35b288b74
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@210 a592a061-630c-0410-9148-cb99ea01b6c8
32 lines
675 B
C
32 lines
675 B
C
/** Header file generated with fdesign on Mon Apr 12 19:09:41 1999.**/
|
|
|
|
#ifndef FD_form_credits_h_
|
|
#define FD_form_credits_h_
|
|
|
|
/** Callbacks, globals and object handlers **/
|
|
extern "C" void CreditsOKCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void CopyrightOKCB(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);
|
|
typedef struct {
|
|
FL_FORM *copyright;
|
|
void *vdata;
|
|
char *cdata;
|
|
long ldata;
|
|
} FD_copyright;
|
|
|
|
extern FD_copyright * create_form_copyright(void);
|
|
|
|
#endif /* FD_form_credits_h_ */
|