mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 20:32:49 +00:00
27de1486ca
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@140 a592a061-630c-0410-9148-cb99ea01b6c8
24 lines
635 B
Diff
24 lines
635 B
Diff
--- bullet_forms.h Thu Dec 4 12:33:14 1997
|
|
+++ ../src/bullet_forms.h Thu Dec 4 12:34:48 1997
|
|
@@ -11,5 +11,11 @@
|
|
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();
|
|
|
|
@@ -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;
|