]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_graphics.h
More pref work from Angus
[lyx.git] / src / frontends / xforms / form_graphics.h
index 203f37d1981dab3cc3c92547d8c17695f1a9c5a9..107be0440c3d2f2f8d7158afc361a985061c2a22 100644 (file)
@@ -1,20 +1,21 @@
-/** Header file generated with fdesign on Wed Aug  2 13:56:57 2000.**/
+// File modified by fdfix.sh for use by lyx (with xforms >= 0.88) and gettext
+/** Header file generated with fdesign **/
 
 #ifndef FD_form_graphics_h_
 #define FD_form_graphics_h_
 
 /** Callbacks, globals and object handlers **/
-extern  "C" void C_FormGraphicsInputCB(FL_OBJECT *, long);
-extern  "C" void C_FormGraphicsBrowseCB(FL_OBJECT *, long);
-extern  "C" void C_FormGraphicsOKCB(FL_OBJECT *, long);
-extern  "C" void C_FormGraphicsApplyCB(FL_OBJECT *, long);
-extern  "C" void C_FormGraphicsCancelCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseOKCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseApplyCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
 
 
 /**** Forms and Objects ****/
 struct FD_form_graphics {
+       ~FD_form_graphics();
 
-       FL_FORM *form_graphics;
+       FL_FORM *form;
        FL_OBJECT *input_filename;
        FL_OBJECT *button_browse;
        FL_OBJECT *input_width;