]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_index.h
Swap two printer related help messages.
[lyx.git] / src / frontends / xforms / form_index.h
index 7cec02b7f5cefa88dce1e5fb3b10e11d3f7b9477..ef097e092fc08ba504e8f7291ddce00e86226341 100644 (file)
@@ -1,20 +1,27 @@
-/** Header file generated with fdesign on Thu Aug  3 11:33:50 2000.**/
+// File modified by fdfix.sh for use by lyx (with xforms >= 0.88) and gettext
+/** Header file generated with fdesign **/
 
 #ifndef FD_form_index_h_
 #define FD_form_index_h_
 
 /** Callbacks, globals and object handlers **/
-extern  "C" void C_FormCommandCancelCB(FL_OBJECT *, long);
-extern  "C" void C_FormCommandOKCB(FL_OBJECT *, long);
+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);
 
 
 /**** Forms and Objects ****/
 struct FD_form_index {
+       ~FD_form_index();
 
-       FL_FORM *form_index;
-       FL_OBJECT *key;
-       FL_OBJECT *cancel;
-       FL_OBJECT *ok;
+       FL_FORM *form;
+       FL_OBJECT *input_key;
+       FL_OBJECT *button_restore;
+       FL_OBJECT *button_ok;
+       FL_OBJECT *button_apply;
+       FL_OBJECT *button_cancel;
 };
 
 #endif /* FD_form_index_h_ */