]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_citation.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / form_citation.h
index 931fa26dc5b278a37553236ca5e5ad7961d5eb6c..828287e8d68116b6e2a538cc3864958269f69625 100644 (file)
@@ -28,9 +28,13 @@ struct FD_form_citation {
        FL_OBJECT *frame_search;
        FL_OBJECT *input_search;
        FL_OBJECT *button_search_type;
+       FL_OBJECT *button_search_case;
        FL_OBJECT *button_previous;
        FL_OBJECT *button_next;
+       FL_OBJECT *frame_style;
        FL_OBJECT *choice_style;
+       FL_OBJECT *button_full_author_list;
+       FL_OBJECT *button_force_uppercase;
        FL_OBJECT *input_before;
        FL_OBJECT *input_after;
        FL_OBJECT *button_restore;