]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_citation.h
More pref work from Angus
[lyx.git] / src / frontends / xforms / form_citation.h
index 8a7f091203cd92d3998d6de5658ce176508f403b..376a252203392dbdb060a5e1e5ad3b6863a37d7c 100644 (file)
@@ -7,7 +7,9 @@
 /** Callbacks, globals and object handlers **/
 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);
+extern  "C" void C_FormBaseRestoreCB(FL_OBJECT *, long);
 
 
 /**** Forms and Objects ****/
@@ -27,7 +29,9 @@ struct FD_form_citation {
        FL_OBJECT *textBefore;
        FL_OBJECT *textAftr;
        FL_OBJECT *button_ok;
+       FL_OBJECT *button_apply;
        FL_OBJECT *button_cancel;
+       FL_OBJECT *button_restore;
 };
 
 #endif /* FD_form_citation_h_ */