lyx_mirror/src/frontends/xforms/form_aboutlyx.h
Angus Leeming baf92c89a1 Replace "find src -path" call with unix-standard equivalent. (From Lars).
Resized About LyX dialog to get the Copyright & Version stuff in.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2376 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-28 13:03:22 +00:00

45 lines
878 B
C

// File modified by fdfix.sh for use by lyx (with xforms >= 0.88) and gettext
/** Header file generated with fdesign **/
#ifndef FD_form_aboutlyx_h_
#define FD_form_aboutlyx_h_
/** Callbacks, globals and object handlers **/
extern "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
extern "C" void C_FormBaseInputCB(FL_OBJECT *, long);
/**** Forms and Objects ****/
struct FD_form_aboutlyx {
~FD_form_aboutlyx();
FL_FORM *form;
FL_OBJECT *close;
FL_OBJECT *tabbed_folder;
};
struct FD_form_tab_version {
~FD_form_tab_version();
FL_FORM *form;
FL_OBJECT *text_copyright;
FL_OBJECT *text_version;
};
struct FD_form_tab_credits {
~FD_form_tab_credits();
FL_FORM *form;
FL_OBJECT *browser_credits;
};
struct FD_form_tab_license {
~FD_form_tab_license();
FL_FORM *form;
FL_OBJECT *text_license;
FL_OBJECT *text_warranty;
};
#endif /* FD_form_aboutlyx_h_ */