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 / layout_forms.h.patch < prev    next >
Text File  |  1998-04-23  |  856b  |  29 lines

  1. --- layout_forms.h    Tue Dec  2 02:50:13 1997
  2. +++ layout_forms.h.patched    Tue Dec  2 03:05:24 1997
  3. @@ -43,6 +43,25 @@
  4.  extern void ParagraphExtraApplyCB(FL_OBJECT *, long);
  5.  extern void ParagraphExtraCancelCB(FL_OBJECT *, long);
  6.  
  7. +/* Additional Functions/Methods */
  8. +
  9. +#include "bufferparams.h"
  10. +
  11. +extern bool UpdateLayoutDocument(BufferParams *params = NULL);
  12. +extern bool UpdateLayoutPreamble();
  13. +extern bool UpdateLayoutPaper();
  14. +extern bool UpdateLayoutQuotes();
  15. +extern bool UpdateLayoutParagraph();
  16. +extern bool UpdateParagraphExtra();
  17. +extern bool UpdateLayoutTable(int);
  18. +
  19. +extern void MenuLayoutCharacter();
  20. +extern void MenuLayoutDocument();
  21. +extern void MenuLayoutPreamble();
  22. +extern void MenuLayoutPaper();
  23. +extern void MenuLayoutQuotes();
  24. +extern void MenuLayoutParagraph();
  25. +extern void MenuLayoutTable(int);
  26.  
  27.  /**** Forms and Objects ****/
  28.  
  29.