]> 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 bbaa9c7d57b57d0010ed3b1eea3edd86874abf1e..38556cf0b207bec0b4b186973fac434d32972750 100644 (file)
@@ -5,8 +5,8 @@
 #define FD_form_toc_h_
 
 /** Callbacks, globals and object handlers **/
-extern  "C" void C_FormBaseApplyCB(FL_OBJECT *, long);
-extern  "C" void C_FormBaseHideCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
 
 
 /**** Forms and Objects ****/
@@ -14,8 +14,10 @@ struct FD_form_toc {
        ~FD_form_toc();
 
        FL_FORM *form;
-       FL_OBJECT *browser;
-       FL_OBJECT *type;
+       FL_OBJECT *browser_toc;
+       FL_OBJECT *button_update;
+       FL_OBJECT *choice_toc_type;
+       FL_OBJECT *button_cancel;
 };
 
 #endif /* FD_form_toc_h_ */