mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 21:49:51 +00:00
765db1102d
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1702 a592a061-630c-0410-9148-cb99ea01b6c8
30 lines
606 B
C
30 lines
606 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_filedialog_h_
|
|
#define FD_form_filedialog_h_
|
|
|
|
/** Callbacks, globals and object handlers **/
|
|
|
|
|
|
/**** Forms and Objects ****/
|
|
struct FD_form_filedialog {
|
|
~FD_form_filedialog();
|
|
|
|
FL_FORM *form;
|
|
FL_OBJECT *FileInfo;
|
|
FL_OBJECT *DirBox;
|
|
FL_OBJECT *PatBox;
|
|
FL_OBJECT *List;
|
|
FL_OBJECT *Filename;
|
|
FL_OBJECT *Rescan;
|
|
FL_OBJECT *Home;
|
|
FL_OBJECT *User1;
|
|
FL_OBJECT *User2;
|
|
FL_OBJECT *Ready;
|
|
FL_OBJECT *Cancel;
|
|
FL_OBJECT *timer;
|
|
};
|
|
|
|
#endif /* FD_form_filedialog_h_ */
|