mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-24 02:35:20 +00:00
f4d7b803f3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@966 a592a061-630c-0410-9148-cb99ea01b6c8
22 lines
448 B
C
22 lines
448 B
C
/** Header file generated with fdesign **/
|
|
|
|
#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_ */
|