lyx_mirror/src/frontends/xforms/form_filedialog.h
Jürgen Vigna 765db1102d Applied John's FileDialog patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1702 a592a061-630c-0410-9148-cb99ea01b6c8
2001-03-07 14:25:31 +00:00

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_ */