]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_filedialog.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / form_filedialog.h
1 // File modified by fdfix.sh for use by lyx (with xforms >= 0.88) and gettext
2 /** Header file generated with fdesign **/
3
4 #ifndef FD_form_filedialog_h_
5 #define FD_form_filedialog_h_
6
7 /** Callbacks, globals and object handlers **/
8
9
10 /**** Forms and Objects ****/
11 struct FD_form_filedialog {
12         ~FD_form_filedialog();
13
14         FL_FORM *form;
15         FL_OBJECT *FileInfo;
16         FL_OBJECT *DirBox;
17         FL_OBJECT *PatBox;
18         FL_OBJECT *List;
19         FL_OBJECT *Filename;
20         FL_OBJECT *Rescan;
21         FL_OBJECT *Home;
22         FL_OBJECT *User1;
23         FL_OBJECT *User2;
24         FL_OBJECT *Ready;
25         FL_OBJECT *Cancel;
26         FL_OBJECT *timer;
27 };
28
29 #endif /* FD_form_filedialog_h_ */