]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_citation.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / xforms / form_citation.h
index 8a7f091203cd92d3998d6de5658ce176508f403b..f2b94e7f632a9b511f5295df44564d0f9d4fa9f2 100644 (file)
@@ -6,7 +6,9 @@
 
 /** Callbacks, globals and object handlers **/
 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseRestoreCB(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);
 
 
@@ -16,17 +18,19 @@ struct FD_form_citation {
 
        FL_FORM *form;
        FL_OBJECT *box;
-       FL_OBJECT *citeBrsr;
-       FL_OBJECT *bibBrsr;
-       FL_OBJECT *addBtn;
-       FL_OBJECT *delBtn;
-       FL_OBJECT *upBtn;
-       FL_OBJECT *downBtn;
-       FL_OBJECT *infoBrsr;
-       FL_OBJECT *style;
-       FL_OBJECT *textBefore;
-       FL_OBJECT *textAftr;
+       FL_OBJECT *browser_cite;
+       FL_OBJECT *browser_bib;
+       FL_OBJECT *button_add;
+       FL_OBJECT *button_del;
+       FL_OBJECT *button_up;
+       FL_OBJECT *button_down;
+       FL_OBJECT *browser_info;
+       FL_OBJECT *choice_style;
+       FL_OBJECT *input_before;
+       FL_OBJECT *input_after;
+       FL_OBJECT *button_restore;
        FL_OBJECT *button_ok;
+       FL_OBJECT *button_apply;
        FL_OBJECT *button_cancel;
 };