File: layout_forms.h.patch

package info (click to toggle)
lyx 0.12.0.final-0.1
  • links: PTS
  • area: contrib
  • in suites: hamm, slink
  • size: 9,136 kB
  • ctags: 7,588
  • sloc: cpp: 59,182; ansic: 3,977; perl: 2,994; makefile: 1,155; sh: 996; yacc: 755; tcl: 163; sed: 93
file content (26 lines) | stat: -rw-r--r-- 800 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- layout_forms.h	Tue Dec  2 02:50:13 1997
+++ layout_forms.h.patched	Tue Dec  2 03:05:24 1997
@@ -43,6 +43,23 @@
 extern void ParagraphExtraApplyCB(FL_OBJECT *, long);
 extern void ParagraphExtraCancelCB(FL_OBJECT *, long);
 
+/* Additional Functions/Methods */
+
+extern bool UpdateLayoutDocument();
+extern bool UpdateLayoutPreamble();
+extern bool UpdateLayoutPaper();
+extern bool UpdateLayoutQuotes();
+extern bool UpdateLayoutParagraph();
+extern bool UpdateParagraphExtra();
+extern bool UpdateLayoutTable(int);
+
+extern void MenuLayoutCharacter();
+extern void MenuLayoutDocument();
+extern void MenuLayoutPreamble();
+extern void MenuLayoutPaper();
+extern void MenuLayoutQuotes();
+extern void MenuLayoutParagraph();
+extern void MenuLayoutTable(int);
 
 /**** Forms and Objects ****/