File: bullet_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 (42 lines) | stat: -rw-r--r-- 1,127 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
--- bullet_forms.h	Thu Dec  4 12:33:14 1997
+++ ../src/bullet_forms.h	Thu Dec  4 12:34:48 1997
@@ -1,3 +1,16 @@
+// -*- C++ -*-
+/* This is the bullet form definition file.
+ *
+ * This file is part of
+ *======================================================
+ *
+ *           LyX, the High Level Word Processor
+ *
+ *           Copyright (C) 1997 Allan Rae
+ *           and the LyX Team
+ *
+ *======================================================*/
+
 #ifndef FD_form_bullet_h_
 #define FD_form_bullet_h_
 /* Header file generated with fdesign. */
@@ -11,7 +24,13 @@
 extern void InputBulletLaTeXCB(FL_OBJECT *, long);
 extern void BulletDepthCB(FL_OBJECT *, long);
 extern void BulletPanelCB(FL_OBJECT *, long);
+extern void BulletBMTableCB(FL_OBJECT *, long);
+
+
+/**** Additional routines ****/
 
+extern void bulletForm();
+extern bool updateBulletForm(); 
 
 /**** Forms and Objects ****/
 
@@ -20,7 +39,7 @@
 	void *vdata;
 	char *cdata;
 	long  ldata;
-	FL_OBJECT *replace_this_with_a_BMTable;
+	FL_OBJECT *bmtable_bullet_panel;
 	FL_OBJECT *choice_bullet_size;
 	FL_OBJECT *button_ok;
 	FL_OBJECT *button_apply;