home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lyx-0.13.2.tar.gz / lyx-0.13.2.tar / lyx-0.13.2 / forms / bullet_forms.h.patch < prev    next >
Text File  |  1998-04-23  |  1KB  |  43 lines

  1. --- bullet_forms.h    Thu Dec  4 12:33:14 1997
  2. +++ ../src/bullet_forms.h    Thu Dec  4 12:34:48 1997
  3. @@ -1,3 +1,16 @@
  4. +// -*- C++ -*-
  5. +/* This is the bullet form definition file.
  6. + *
  7. + * This file is part of
  8. + *======================================================
  9. + *
  10. + *           LyX, the High Level Word Processor
  11. + *
  12. + *           Copyright (C) 1997 Allan Rae
  13. + *           and the LyX Team
  14. + *
  15. + *======================================================*/
  16. +
  17.  #ifndef FD_form_bullet_h_
  18.  #define FD_form_bullet_h_
  19.  /* Header file generated with fdesign. */
  20. @@ -11,7 +24,13 @@
  21.  extern void InputBulletLaTeXCB(FL_OBJECT *, long);
  22.  extern void BulletDepthCB(FL_OBJECT *, long);
  23.  extern void BulletPanelCB(FL_OBJECT *, long);
  24. +extern void BulletBMTableCB(FL_OBJECT *, long);
  25. +
  26. +
  27. +/**** Additional routines ****/
  28.  
  29. +extern void bulletForm();
  30. +extern bool updateBulletForm(); 
  31.  
  32.  /**** Forms and Objects ****/
  33.  
  34. @@ -20,7 +39,7 @@
  35.      void *vdata;
  36.      char *cdata;
  37.      long  ldata;
  38. -    FL_OBJECT *replace_this_with_a_BMTable;
  39. +    FL_OBJECT *bmtable_bullet_panel;
  40.      FL_OBJECT *choice_bullet_size;
  41.      FL_OBJECT *button_ok;
  42.      FL_OBJECT *button_apply;
  43.