]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_toc.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / form_toc.h
index f61f232fbb0922d081729547e6f3c57dc748a3f8..38556cf0b207bec0b4b186973fac434d32972750 100644 (file)
@@ -1,19 +1,23 @@
-/** 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_toc_h_
 #define FD_form_toc_h_
 
 /** Callbacks, globals and object handlers **/
-extern  "C" void C_FormCommandApplyCB(FL_OBJECT *, long);
-extern  "C" void C_FormCommandCancelCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
 
 
 /**** Forms and Objects ****/
 struct FD_form_toc {
+       ~FD_form_toc();
 
-       FL_FORM *form_toc;
-       FL_OBJECT *browser;
-       FL_OBJECT *type;
+       FL_FORM *form;
+       FL_OBJECT *browser_toc;
+       FL_OBJECT *button_update;
+       FL_OBJECT *choice_toc_type;
+       FL_OBJECT *button_cancel;
 };
 
 #endif /* FD_form_toc_h_ */