]> git.lyx.org Git - lyx.git/blob - src/insets/form_graphics.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / form_graphics.h
1 /** Header file generated with fdesign on Fri Apr 30 16:14:04 1999.**/
2
3 #ifndef FORM_GRAPHICS_H
4 #define FORM_GRAPHICS_H
5
6 #include FORMS_H_LOCATION
7
8 /** Callbacks, globals and object handlers **/
9
10 extern "C" void GraphicsCB(FL_OBJECT *, long);
11
12 struct FD_Graphics {
13         FL_FORM * Graphics;
14         void * vdata;
15         char * cdata;
16         long  ldata;
17         FL_OBJECT * graphicsFile;
18         FL_OBJECT * Browse;
19         FL_OBJECT * Width;
20         FL_OBJECT * Height;
21         FL_OBJECT * ApplyBtn;
22         FL_OBJECT * OkBtn;
23         FL_OBJECT * CancelBtn;
24         FL_OBJECT * Angle;
25         FL_OBJECT * HeightLabel;
26         FL_OBJECT * WidthLabel;
27 };
28
29 extern FD_Graphics * create_form_Graphics();
30
31
32 #endif