]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_bibtex.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / form_bibtex.h
index 3ea6ce3357fdb21c4bd4375ada18c5b193afb758..4ec2b787832d126bd8a6c9fa01bba3a10cde0fc7 100644 (file)
@@ -5,9 +5,9 @@
 #define FD_form_bibtex_h_
 
 /** Callbacks, globals and object handlers **/
-extern  "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
-extern  "C" void C_FormBaseDeprecatedOKCB(FL_OBJECT *, long);
-extern  "C" void C_FormBaseDeprecatedCancelCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseOKCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
 
 
 /**** Forms and Objects ****/
@@ -19,6 +19,9 @@ struct FD_form_bibtex {
        FL_OBJECT *button_ok;
        FL_OBJECT *button_cancel;
        FL_OBJECT *style;
+       FL_OBJECT *database_browse;
+       FL_OBJECT *style_browse;
+       FL_OBJECT *radio_bibtotoc;
 };
 
 #endif /* FD_form_bibtex_h_ */