]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_copyright.h
The forms resize patch, and small updates
[lyx.git] / src / frontends / xforms / form_copyright.h
index 87f70a9bc44bd69ff2af4a98f8cbc10222cb3d9c..984b0c3461273a7734722f2238175db15779dbdc 100644 (file)
@@ -1,16 +1,18 @@
-/** Header file generated with fdesign on Fri Jul 28 11:50:10 2000.**/
+// File modified by fdfix.sh for use by lyx (with xforms >= 0.88) and gettext
+/** Header file generated with fdesign **/
 
 #ifndef FD_form_copyright_h_
 #define FD_form_copyright_h_
 
 /** Callbacks, globals and object handlers **/
-extern  "C" void C_FormCopyrightOKCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
 
 
 /**** Forms and Objects ****/
 struct FD_form_copyright {
+       ~FD_form_copyright();
 
-       FL_FORM *form_copyright;
+       FL_FORM *form;
        FL_OBJECT *button_ok;
 };