]> git.lyx.org Git - lyx.git/commitdiff
Added // -*- C++ -*- to the top of all files in controllers/ and xforms/
authorAngus Leeming <leeming@lyx.org>
Wed, 13 Jun 2001 14:33:31 +0000 (14:33 +0000)
committerAngus Leeming <leeming@lyx.org>
Wed, 13 Jun 2001 14:33:31 +0000 (14:33 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2118 a592a061-630c-0410-9148-cb99ea01b6c8

120 files changed:
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlBibitem.C
src/frontends/controllers/ControlBibitem.h
src/frontends/controllers/ControlButtons.h
src/frontends/controllers/ControlCitation.C
src/frontends/controllers/ControlCitation.h
src/frontends/controllers/ControlCommand.C
src/frontends/controllers/ControlCommand.h
src/frontends/controllers/ControlConnections.h
src/frontends/controllers/ControlCopyright.C
src/frontends/controllers/ControlCopyright.h
src/frontends/controllers/ControlCredits.C
src/frontends/controllers/ControlCredits.h
src/frontends/controllers/ControlError.C
src/frontends/controllers/ControlError.h
src/frontends/controllers/ControlExternal.C
src/frontends/controllers/ControlExternal.h
src/frontends/controllers/ControlGraphics.C
src/frontends/controllers/ControlGraphics.h
src/frontends/controllers/ControlInclude.C
src/frontends/controllers/ControlInclude.h
src/frontends/controllers/ControlIndex.C
src/frontends/controllers/ControlIndex.h
src/frontends/controllers/ControlInset.h
src/frontends/controllers/ControlLog.C
src/frontends/controllers/ControlMinipage.C
src/frontends/controllers/ControlMinipage.h
src/frontends/controllers/ControlPreamble.C
src/frontends/controllers/ControlPreamble.h
src/frontends/controllers/ControlPrint.C
src/frontends/controllers/ControlPrint.h
src/frontends/controllers/ControlRef.C
src/frontends/controllers/ControlRef.h
src/frontends/controllers/ControlSearch.C
src/frontends/controllers/ControlSearch.h
src/frontends/controllers/ControlSplash.C
src/frontends/controllers/ControlSplash.h
src/frontends/controllers/ControlTabularCreate.C
src/frontends/controllers/ControlTabularCreate.h
src/frontends/controllers/ControlToc.C
src/frontends/controllers/ControlUrl.C
src/frontends/controllers/ControlUrl.h
src/frontends/controllers/ControlVCLog.C
src/frontends/controllers/GUI.h
src/frontends/controllers/biblio.C
src/frontends/controllers/biblio.h
src/frontends/controllers/character.C
src/frontends/controllers/character.h
src/frontends/controllers/helper_funcs.C
src/frontends/xforms/ChangeLog
src/frontends/xforms/Dialogs.C
src/frontends/xforms/FileDialog.C
src/frontends/xforms/FormBibitem.C
src/frontends/xforms/FormBibitem.h
src/frontends/xforms/FormBibtex.C
src/frontends/xforms/FormBrowser.C
src/frontends/xforms/FormCitation.C
src/frontends/xforms/FormCitation.h
src/frontends/xforms/FormCopyright.C
src/frontends/xforms/FormCopyright.h
src/frontends/xforms/FormCredits.C
src/frontends/xforms/FormCredits.h
src/frontends/xforms/FormDocument.C
src/frontends/xforms/FormError.C
src/frontends/xforms/FormError.h
src/frontends/xforms/FormExternal.C
src/frontends/xforms/FormExternal.h
src/frontends/xforms/FormFiledialog.C
src/frontends/xforms/FormGraphics.C
src/frontends/xforms/FormGraphics.h
src/frontends/xforms/FormInclude.C
src/frontends/xforms/FormIndex.C
src/frontends/xforms/FormIndex.h
src/frontends/xforms/FormLog.C
src/frontends/xforms/FormMathsBitmap.C
src/frontends/xforms/FormMathsBitmap.h
src/frontends/xforms/FormMathsDeco.C
src/frontends/xforms/FormMathsDeco.h
src/frontends/xforms/FormMathsDelim.C
src/frontends/xforms/FormMathsDelim.h
src/frontends/xforms/FormMathsMatrix.C
src/frontends/xforms/FormMathsMatrix.h
src/frontends/xforms/FormMathsPanel.C
src/frontends/xforms/FormMathsPanel.h
src/frontends/xforms/FormMathsSpace.C
src/frontends/xforms/FormMathsSpace.h
src/frontends/xforms/FormMinipage.C
src/frontends/xforms/FormMinipage.h
src/frontends/xforms/FormParagraph.C
src/frontends/xforms/FormPreamble.C
src/frontends/xforms/FormPreamble.h
src/frontends/xforms/FormPrint.C
src/frontends/xforms/FormPrint.h
src/frontends/xforms/FormRef.C
src/frontends/xforms/FormRef.h
src/frontends/xforms/FormSearch.C
src/frontends/xforms/FormSearch.h
src/frontends/xforms/FormSplash.C
src/frontends/xforms/FormSplash.h
src/frontends/xforms/FormTabularCreate.C
src/frontends/xforms/FormTabularCreate.h
src/frontends/xforms/FormToc.C
src/frontends/xforms/FormUrl.C
src/frontends/xforms/FormUrl.h
src/frontends/xforms/FormVCLog.C
src/frontends/xforms/GUIRunTime.C
src/frontends/xforms/MathsSymbols.C
src/frontends/xforms/MathsSymbols.h
src/frontends/xforms/Menubar_pimpl.C
src/frontends/xforms/Timeout_pimpl.C
src/frontends/xforms/Timeout_pimpl.h
src/frontends/xforms/Toolbar_pimpl.C
src/frontends/xforms/bmtable.h
src/frontends/xforms/forms/form_paragraph.fd
src/frontends/xforms/input_validators.C
src/frontends/xforms/input_validators.h
src/frontends/xforms/xformsBC.C
src/frontends/xforms/xformsBC.h
src/frontends/xforms/xforms_helpers.C
src/frontends/xforms/xforms_helpers.h

index 9a6f3fdb5f9a3afeee262160e8220d5e36018b5a..f5d45f1df41f52ce3d9fbc86ae011a8a1d4bf23a 100644 (file)
@@ -1,6 +1,6 @@
 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
 
-       * ControlDialogs.h added // -*- C++ -*-
+       * *.[Ch]: added // -*- C++ -*-
 
        * ControlCharacter.[Ch]: added // -*- C++ -*-
        (setParams): Check contents of font_ to activate Apply button.
index c1023622deef1a0ec50000507682465f77951b26..13c88d0a9708874a241f1b173db39d47358b6ffd 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 2d64b7da2e07f27245b8a6bd12affb6b67a6a55d..0b0d94b6c13b1ba79e8d3cfd71d689b2ecdc1c54 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 2918724acb5598668170df3dab14662320722c11..c252bcd7e9682fe1b17d8ad7caaab54fd573af1b 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index c601db9afb56d7868ab547a82ac506a24a4a8dc3..bbfe6e7d31dfcbf7a66dca0c08a3f0a402d89750 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index a42cb6b05763c1036988232eadbac422586a4ba4..04be484e6fa139cb787c340bf5b2733c559090bf 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 6689bbf644a325bdb701faac898cb055bacca4fc..a3de4b74061a67eb8cff45b2ace8c0c3a665fa96 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index cd7ea20783e7af20912f7e344f18a23aea5d9043..709c73fbb18879a485ea7baa18282e8af4fcd3a3 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index ad0ebb08c70eee03c45e598d67efb3a4f5110341..ca27eeed33dd9527889b412feaca86724c38cd4a 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index ac51fdf3a78a682b810118f4d3e241e4b281d2b2..a04105d9764cf849a02c9b11afc1afcc0a1ab477 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /*
  * \file ControlCopyright.C
  * Copyright 2000-2001 The LyX Team.
index 77ae67abaaabc9343d1fb5ef04d4364cf7ef8662..886e37773ccd120a1f1604b8c98e2218005f21d2 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /*
  * \file ControlCopyright.C
  * Copyright 2000-2001 The LyX Team.
index 2d7c3849fb2e2495d50c712b14d26acdb8a1c2fe..1848e13f1536ec8c2a7ef7dead1004dde7b6d330 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file ControlCredits.C
  * Copyright 2001 The LyX Team.
index cdb08d2f6873a5cd1b5b07955d72268e7d1417e4..5cbeda72b9a2ef0d4b7c8357e39479b62cad2634 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file ControlCredits.h
  * Copyright 2001 The LyX Team.
index 8333253d394d9f36ea936972c61224b112086f1d..c93213327b4ee7214c4e207fe961a5eb93bf56db 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index dae63426c165631379a8b0ba6fc415a3e9a38cde..c4505a1f9bc74502466eeae7d6f87a005c76a374 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /*
  * \file ControlError.h
  * This file is part of
index 0edb6f83a2c754495b43e075f26ba199f5e229c6..5387a012797e8823794b84d2e1d83c46df2d91db 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index cb486061e62e6e0c2fe068e628955a39fa129277..d40228960c7fa5fb5b6c9a8f45036baebb9d4527 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 167d2ad14083f4bc8cb840908c0efcbe4a5becd9..1da149a2426229c42f3e21076ef1651ac4b5972f 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index a81aeedfbf6825db9a5e75ac519ccbc7ad24c8be..ba40f44bb1c5eba2f1a648d914a9ca2e66e60ad1 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index dd3beaadbf474642da388a820b92b591f0bbe614..ec8759eb73cb31d916bea1dfcb5af9ede7b8bdaa 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file ControlInclude.C
  * Copyright 2001 the LyX Team
index beb257650b8185ab9868da66d6bf9999a78121f2..317644b7a1a60669626d16fdd72c620fe117e962 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file ControlInclude.h
  * Copyright 2001 the LyX Team
index 36c96bd3792f88ee618687e307f70b55287d872c..f15529c4086edb30873837b4162551b1a7171345 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 54845364a8ae47eb1b5e8230738eff56be60b5e1..6ee17cdaae703fb1afc732545852c5fe27f477f7 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index bab53f8d9b26e7718de83bae0400a6de9a1073ca..ec1cad30101ad45e3c9fafa74efbb929267169fe 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index c85f91bcbe640276b86496ea16daa5539fb751ea..b285d2f38716413e728ae749ba605f410ff36c3f 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index dab432c839a7fc4bc1ab2844a0427572fa5b6254..3ac3f38b8df5b3296c18c41c31ff884ce026fc93 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 344f5fd53bd62516eb843ea6920ac59639a49129..37a68a0b300b8e00597d2b9cebf0628f94647e36 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ======================================================
  * 
index 2d4c7b93a62437b331cb97952169931c5181d0e3..f1546d50a47d54c5e20a0b29a5f03041b1b47617 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FormPreamble.C
  * Copyright 2001 The LyX Team.
index 71907fcc2b66b13c5f8f453bbe25d54414715517..4b1f711ac0ed2870932e0b21cd27645bad94e594 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file ControlPreamble.h
  * Copyright 2001 The LyX Team.
index 7ee3ac2938f48f46e1bd5a0274879a09809f2d5d..e133816db7f3d98e4d7d5a79a2c7aed926609906 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ======================================================
  * 
index a29536e11515e38834d7dd7b69e54bf907f1b47d..29a7dab21501562f5b3a5b3ad3aa4d9bd4ace5e8 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ======================================================
  * 
index b909d5bb88d4560f4692c1bd13c3ba76e6dde7fc..7b3fb01855f356ab8720861addb5d7cd6f380120 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 23e5cb1899c3d234897ba7a8e71c8eca4dc1928a..b1afc7349f172b87f8a3afec54d5c738f8133a42 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 2928857c8521fd81107c4dc4ce446abdeb91916b..d20e8c8333a93f774d4763adf53fccd3136ee9e8 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 3b625187a0e73e0e201032f7adf33e7f5c548573..1774b94e6067edecea06fb5a6879b877de9be3d8 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index fd18e80073b2f1e2253b74db840abcb22ea3bfdb..1a981af29539cfd4ab8b112709983e1faab3f8b6 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file ControlSplash.C
  * Copyright 2001 the LyX Team
index d3385c94c9be52f50b6a75508cf6355d58373bbe..c9fe1104557059ddf4bf394b6545a63284c8730b 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file ControlSplash.h
  * Copyright 2001 the LyX Team
index cad18eccde77d209f15a5e60e28ba7ac0bf5f6ea..c4f3a77e0cd6a81ea9e1cf24fa32403a689b6ab4 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 90a63eda46591b72cb865d6cf101fe25c141a24f..4382b54af981d69e57279de8c02b37e0c866538b 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ======================================================
  * 
index 235d043c9d1e4d52cc705c930bd2f63d3ec01ce8..c363eff0cd79c0c18d11a0b831b32efacf6a5df7 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index b8896bfa25c4539916a8b61a2169819c4febf51d..2d99198ff6eaf7f31232cbe3a3d9ba68c4f3fa79 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index d730e7e9da72227631d3b023da5efad406f81b4c..c32e0abbe45ec06d40ff68f701bc4c4214e9a5a9 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 087cd5fa7710d8eb55cadd5ee341a421af48b20c..e2bd3fe1428b6d0cd8667320fb8a64dc9fcb4de8 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ======================================================
  *
index 6ff8a8f6d0836ac724dea7e0bf7257a3e9be7f6f..c37220ddf1050baa817e5ce3c7656c3e8d97ee58 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file GUI.h
  * Copyright 2001 The LyX Team.
index f363c8107fe0aeb95891cb94627eb911b1fd926b..c768434cf178e5683f6d1b4af650658a6806e75e 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 4b163ee8eed01f209202ad735af2c785a32ec2e2..8ce0b9f35984927e7a8199aea199d328be298e73 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 4fe1b9a9f748584a027433dd99b0cf12082c7082..a232267fb54545562c0dbee9dda23ae8cfc4e232 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 8ba5e7d2f8753d942618e65af8f1faee7b6400d1..b59aa7f6262e4fc1f1b688ccff2d5969c57b102d 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 147fef18ea211497f3fd532fe87861ff7cfbe9d5..a5257c811a3d1a29fd80b0741a8a61d13a3cd402 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 2b2ac1010c0318de3b376502756e8556385d624d..f6ee958f5ab83b8eba3e729bccaed97f283f6b5a 100644 (file)
@@ -1,6 +1,7 @@
 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
 
-       * FormCharacter.[Ch]: added // -*- C++ -*-
+       * *.[Ch]: added // -*- C++ -*-
+
        * FormCharacter.C (update): now uses contents of font_, stored
        permanently by the controller to update() the dialog.
 
index 4046c1771e05bf948f66fc27124a4f36de6a3479..13976ff2e749ea8eab0c03b5870eefe2452b77ff 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ======================================================
  *
index d64f0e9a6109949ed9a2f4a598588ac1a10c4b89..d92e80e10387f3d71248ea359edeca61f8fefc64 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FileDialog.C
  * Copyright 2001 the LyX Team
index 0b85396a77120cb9b43a1cef3f9f83830a7579bf..28bd8e188701a6990e2832d73d9f85d8aff4cc89 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FormBibitem.C
  * Copyright 2001 the LyX Team
index eeae7230f1031d5cbf2fee73773c14bf3bf072de..9599fbc85a6d454a820995a8fd3315f3ab9ce27a 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FormBibitem.h
  * Copyright 2001 the LyX Team
index 923b147684262f894c02e7daa7ba3a62ce808498..80611e187b53aa29b3f0b3f284f4d26d1804f4d1 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FormBibtex.C
  * Copyright 2001 the LyX Team
index 54a1f355f0a5b394807bb9be4dc62b1a145f1d6b..48741b450fe826a887fd7ed590ab310797deba24 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* FormBrowser.C
  * (C) 2001 LyX Team
  * John Levon, moz@compsoc.man.ac.uk
index c31010064b179796e3c2d9b6f1f4eeb29714b226..bbf32c5bd087f03a134dc24c75d29c4aa25af1a1 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index b40c33c57e9467eb9994eb35580f4f380165eb38..1429269c89d746885b4d84d75a36eed7d7b96b79 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 5103aa535a8a73395d88ad448c25a1e3c3731068..f0648695e1387a76d3d496ce448673d66bc60ba1 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /*
  * \file FormCopyright.C
  * Copyright 2000-2001 The LyX Team.
index 43c2c25da8a34b89b19f36cf48c4bf0e822ee79f..1ab43b72d2401b7b37db4f0891f0ee8ed4c7ca0e 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FormCopyright.h
  * This file is part of
index 89c320e55aa844041288d50c3473fe13da68977a..da93ac58d7a094568605e4284c2331c246220b62 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FormCredits.C
  * Copyright 2001 The LyX Team.
index 712c81502346a05a21e09c8380ddb1affc70b055..aff26344bb7fc4526a7b102560ab5864a3aaf1a3 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FormCredits.h
  * Copyright 2001 The LyX Team.
index 99e626cd2f571c6452c6da24e13b137e0defda88..a181d5879c8791c7e26ec552e677df65f6ef8556 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ======================================================
  * 
index 9c6cedd1895dd302d17cc4e62991f97c1aeabfc5..f5c59fc001a7f52da6c18fdbfbb8eb7eb48681e8 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /*
  * \file FormError.C
  * This file is part of
index 08342a8963abb95fb64ec1adbb1d9212582f694d..d927e02d4558204118bdb94a1aaae333e1dcc8da 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /*
  * \file FormError.h
  * This file is part of
index edf65d0c4d6609a8868ea56b10b6b2ae31cabb8d..2b24c5c8d01d3880555d883e79d19e3ff3d23097 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 34de5021fb04b161cf09c2f3a6a571de55bff858..35c39958960f655cb5a1a02d62480b589b38c16e 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 260f6b7fb24d17ea68f4fdd7a7a6ee58e0a7e482..7fee49139a651150de288dbc32095d84f884f554 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FormFiledialog.C
  * Copyright 2001 the LyX Team
index a4ef19ad23bcf1e44f69cab5c5119952e1c344b6..d618b136594ff85f2f4a629de6da87bc44badbb0 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index a43e48996d208e8331836a7d05a347b34821466f..4563f3193b38fa633583979852307a02eb61ab17 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 42015d2d3e15da46964ef74baefe8278fc38e35b..20902844031f05bc041b8e2617bae0c70a882106 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FormInclude.C
  * Copyright 2001 the LyX Team
index c2057a5a990c4937471c61071fb8d1d7c4716997..5b6f0dea1aa820eda2b5607226f723ba993f7941 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 0720e28ac62cf68a0ffae11380559cd81d64b904..1a3fc3f53495f22a5ceacb9854c26f806c6f922f 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 194fc2a96edefe2416603febf5dd79329e13bd55..f80a9cd8a3c299e27f4d874efdd66514d15871e8 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* FormLog.C
  * (C) 2001 LyX Team
  * John Levon, moz@compsoc.man.ac.uk
index c08da574b288c7fc25b355ef7bcceaee39f4003b..3e289ec4cb783aed5ad13ca49ee98018f5230be8 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FormMathsBitmap.C
  * Copyright 2001 the LyX Team
index 0e820dfeb3d63e8f5c109cb82ce6f1a62f3cb526..4a3c6d07beba5b0976108092183f7ac183ea18a3 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FormMathsBitmap.h
  * Copyright 2001 the LyX Team
index 22664de1894116da39121fadbdbffb527dc517a9..2f0aadc50af20a7ab16a982c0c0677d0bbc86dd0 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FormMathsDeco.C
  * Copyright 2001 The LyX Team.
index ff1a485d78b5107781e6e3e6f4e05b47f26bc341..4d953d3614b954ae63522fb10863d3577752c744 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /** 
  * \file FormMathsDeco.h
  * Copyright 2001 The LyX Team.
index 01d243649ee51a19e9eceac1ea6a8328a46c5b79..0ac0034a489c280090cb99febe94bc13afcbbe72 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FormMathsDelim.C
  * Copyright 2001 The LyX Team.
index efacd5c6b68d890f443abcf79b8748ac0397e92b..a0b22a6f1c032c48ab2cc28229cc699cec5c2eaa 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /** 
  * \file FormMathsDelim.h
  * Copyright 2001 The LyX Team.
index 8f68e8393ee68fc0e6465083ff7221e7f9a93879..4655a1f4de1a9a0d0f1e8f08411b549aa6fe9b22 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FormMathsMatrix.C
  * Copyright 2001 The LyX Team.
index e071bd128d43d07c93da847c02c78e63ae89f35c..a6631a5786a1233c8c4588af68dd4aa43598ca69 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /** 
  * \file FormMathsMatrix.h
  * Copyright 2001 The LyX Team.
index fffe677b2dfb5a85c24ded3304587bb3d68d7217..027bbc115b3eedb5e13ceb8b3a9b8864788c0158 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FormMathsPanel.C
  * Copyright 2001 The LyX Team.
index bb88a4c4ddea58eeba7ffabc0c2656df16a19110..8d9ac6f51c5e4d53841379acae1f1a164700ed0c 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /** 
  * \file FormMathsPanel.h
  * Copyright 2001 The LyX Team.
index 6946a6e919b9b0193df70282edeae1d85d39ecd7..3f202b50ce6566002b0d3ab020a5e459e3e0c3f3 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FormMathsSpace.C
  * Copyright 2001 The LyX Team.
index 675cd3fb5d3d5c67b0b4229cdc248ec879fa57de..8fd3031fb61509f524b93ffe265959e2808912a7 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /** 
  * \file FormMathsSpace.h
  * Copyright 2001 The LyX Team.
index 73d9a17645e21636121471d37e4b533e2f445cbf..ef045d573bce17b3c9d37fc7d4eeb621aba0a804 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 7ee939c9355486778d563ddd3697bcd8fe680f25..94a648dacd18ba405618cf97711bf7e52d3216bf 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ======================================================
  * 
index ef51c02e2761b00cf17314aac01ddcb1f89ad0c8..a6e73a4e1c1a20cc64e87ca52a51017065099785 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ======================================================
  * 
index 6e9a13b679ef39456381d1e5e617d18b76cc3f0f..544b5e6b480b961f33a09f6cd47b14a4fb2d8e6d 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FormPreamble.C
  * Copyright 2001 The LyX Team.
index 0b124177cfd4b803fe6ba739a28396aa55e2480a..2efaf2118a3b10465734e6f37aac3ca2fc284b21 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FormPreamble.h
  * Copyright 2001 The LyX Team.
index 5e2c3b9ad08d19c294e41bdee4752695be7fbe7e..d3c6f6665a43b251719d61817c958959f1ccd8ea 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /*
  * \file FormPrint.C
  * Copyright 2000-2001 The LyX Team.
index abf17c09ea6c039b6d794f553bbb4d45e515a9a1..8f68ba2727fb113392178314bb9a1af516076191 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ======================================================
  * 
index 6c4fa3d442497860f96de4415ad81fd73b94bc4d..f06e8d5951a5b90839c17d32b00c069a8e5930e9 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 0b71e28ef4641edbcfbd9f6b8ea41ef39d4dfe72..9a6901324d41f5829f4a6b9e89ede6bfac7f15ca 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 34077d94f4e939c2bc8a3268a2ee2841f537d6fc..78ffcf5ab93a27c03f4db33855af39b1304518a0 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FormSearch.C
  * Copyright 2001 The LyX Team.
index 1999ed6dad7b3ec66226636cd552be0b09ab6368..24a473ad8cc3fdd004b3a2399876c233fff5ad40 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FormSearch.h
  * Copyright 2001 The LyX Team.
index 7fac1a161ebeff8a8b75c36f90dbd79f528fae57..aee59aa241043999dd0b7bf05fcac2e4ae22aae9 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FormSplash.C
  * Copyright 2001 the LyX Team
index e648ef0b690aa151e6728c5f48f4f05bf17480d4..695cddf79962013e178d61ddc108f7fb491dfe44 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FormSplash.h
  * Copyright 2001 the LyX Team
index 2ec372345c2f6a924f83a3a9e16833f32861ac1b..6ba1f0ff82511e0357d2f584a7c01e96efab46f3 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index f966d4e1f3236a83f881bb9c71f1c35b1d1f4c76..ab2811709f2fc15ee3f08cfd2c77495d156b4038 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ======================================================
  * 
index 8691bfa3b2986fb4a3f40493acb27dc75d7dfa84..96a93785368bb19b3675e64f83836b272e7f9f98 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index f8a1f885536d52a3db5d13d6c147623c2c71e587..040c2b8efbe95455aa23e3df25ab80a563465c8c 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index d9d44f6953cc1778f74588e994d8478b9c1d5cc3..5ad62ce30f2a89f8f749281061cac2946350bf53 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 7620ad4c839c4834322a72901fadb06d210a11cb..fc0eac28f7c0e0b0199fb7ab834f6af9668a318b 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* FormVCLog.C
  * (C) 2001 LyX Team
  * John Levon, moz@compsoc.man.ac.uk
index aefa36811df16ed5d9dbc1b7104db542ede28ba3..a4bbf54c340364f7eb2bdd22ad8e77a1a6c09af7 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ======================================================
  * 
index 164d1fccb38a37af1d5a9dde111a7a29f567c96a..d561e448234ea9bf9826b885be0e9c980ded8aec 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file MathsSymbols.C
  * Copyright 2001 the LyX Team
index f31a276ba91f80fe4ed32dd71b3951392be9dee0..13f5b26fb2d081f1fe318ed56063300f03e3b8a7 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file MathsSymbols.h
  * Copyright 2001 the LyX Team
index cb2fa4fd3da3955871b6d6033718434bfc92c65b..48dc7767988d3e460b3feddfe9f5befee1353477 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
 * ======================================================
 * 
index deefa81da80a67efc101e7e50cfd6025f61c9782..fa149ac9ce321f47b00e21c90a8672197ea877c7 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file Timeout_pimpl.C
  * Copyright 2001 LyX Team
index 9ee24325a24fe1ac9a598630ddeebc87951d7bfd..ee686ace02859060bc10f6c6e84b88a13cebd093 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file Timeout_pimpl.h
  * Copyright 2001 LyX Team
index 9a051dd33a27942959ef902c6ea322d2190d36ea..7db3c8a7d092201ab977db7f9d70477c261d0464 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  * 
index a55c423f0926d59c3e4e34bea6d9c7046485052a..3ae4adb07a6ea2360032db311881c7be3833ab8c 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /*
  *  File:        bmtable.h
  *  Purpose:     Declaration of the XForms object bmtable. 
index 96f882e31bd0f2f73e73b33661a6198079fe42a7..7d40f4a9c9b4e167ab35b04504803a98073d8f9c 100644 (file)
@@ -5,18 +5,19 @@ Internal Form Definition File
 
 Number of forms: 3
 Unit of measure: FL_COORD_PIXEL
+SnapGrid: 5
 
 =============== FORM ===============
-Name: form_paragraph_general
-Width: 490
-Height: 250
-Number of Objects: 29
+Name: form_tabbed_paragraph
+Width: 510
+Height: 350
+Number of Objects: 7
 
 --------------------
 class: FL_BOX
-type: FLAT_BOX
-box: 0 0 490 250
-boxtype: FL_FLAT_BOX
+type: UP_BOX
+box: 0 0 510 350
+boxtype: FL_UP_BOX
 colors: FL_COL1 FL_COL1
 alignment: FL_ALIGN_CENTER
 style: FL_NORMAL_STYLE
@@ -31,124 +32,130 @@ callback:
 argument: 
 
 --------------------
-class: FL_FRAME
-type: ENGRAVED_FRAME
-box: 360 110 120 50
-boxtype: FL_NO_BOX
+class: FL_TABFOLDER
+type: TOP_TABFOLDER
+box: 10 10 490 270
+boxtype: FL_UP_BOX
 colors: FL_COL1 FL_COL1
-alignment: FL_ALIGN_CENTER
+alignment: FL_ALIGN_TOP_LEFT
 style: FL_NORMAL_STYLE
 size: FL_DEFAULT_SIZE
 lcol: FL_BLACK
-label: 
+label: Tabbed folder
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: 
+name: tabbed_folder
 callback: 
 argument: 
 
 --------------------
-class: FL_FRAME
-type: ENGRAVED_FRAME
-box: 10 110 340 90
-boxtype: FL_NO_BOX
+class: FL_BUTTON
+type: NORMAL_BUTTON
+box: 400 310 100 30
+boxtype: FL_UP_BOX
 colors: FL_COL1 FL_COL1
 alignment: FL_ALIGN_CENTER
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: 
+label: Cancel|^[
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: 
-callback: 
-argument: 
+name: button_cancel
+callback: C_FormBaseDeprecatedCancelCB
+argument: 0
 
 --------------------
-class: FL_FRAME
-type: ENGRAVED_FRAME
-box: 360 20 120 70
-boxtype: FL_NO_BOX
+class: FL_BUTTON
+type: NORMAL_BUTTON
+box: 290 310 100 30
+boxtype: FL_UP_BOX
 colors: FL_COL1 FL_COL1
 alignment: FL_ALIGN_CENTER
 style: FL_NORMAL_STYLE
-size: FL_DEFAULT_SIZE
+size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: 
+label: Apply|#A
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: 
-callback: 
-argument: 
+name: button_apply
+callback: C_FormBaseDeprecatedApplyCB
+argument: 0
 
 --------------------
-class: FL_FRAME
-type: ENGRAVED_FRAME
-box: 210 20 140 70
-boxtype: FL_NO_BOX
+class: FL_BUTTON
+type: RETURN_BUTTON
+box: 180 310 100 30
+boxtype: FL_UP_BOX
 colors: FL_COL1 FL_COL1
 alignment: FL_ALIGN_CENTER
 style: FL_NORMAL_STYLE
-size: FL_DEFAULT_SIZE
+size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: 
-shortcut: 
+label: OK
+shortcut: ^M
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: 
-callback: 
-argument: 
+name: button_ok
+callback: C_FormBaseDeprecatedOKCB
+argument: 0
 
 --------------------
-class: FL_FRAME
-type: ENGRAVED_FRAME
-box: 10 20 190 70
-boxtype: FL_NO_BOX
+class: FL_BUTTON
+type: NORMAL_BUTTON
+box: 10 310 100 30
+boxtype: FL_UP_BOX
 colors: FL_COL1 FL_COL1
 alignment: FL_ALIGN_CENTER
 style: FL_NORMAL_STYLE
-size: FL_DEFAULT_SIZE
+size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: 
+label: Restore|#R
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: 
-callback: 
-argument: 
-
---------------------
-class: FL_INPUT
-type: NORMAL_INPUT
-box: 100 210 360 30
-boxtype: FL_DOWN_BOX
-colors: FL_COL1 FL_MCOL
-alignment: FL_ALIGN_LEFT
-style: FL_NORMAL_STYLE
-size: FL_NORMAL_SIZE
-lcol: FL_BLACK
-label: Label Width:|#d
-shortcut: 
-resize: FL_RESIZE_X
-gravity: FL_West FL_East
-name: input_labelwidth
-callback: C_FormBaseDeprecatedInputCB
+name: button_restore
+callback: C_FormBaseDeprecatedRestoreCB
 argument: 0
 
 --------------------
 class: FL_TEXT
 type: NORMAL_TEXT
-box: 370 100 60 20
+box: 10 280 490 30
 boxtype: FL_FLAT_BOX
 colors: FL_COL1 FL_MCOL
 alignment: FL_ALIGN_LEFT|FL_ALIGN_INSIDE
 style: FL_BOLD_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: Indent
+label: 
+shortcut: 
+resize: FL_RESIZE_ALL
+gravity: FL_NoGravity FL_NoGravity
+name: text_warning
+callback: 
+argument: 
+
+=============== FORM ===============
+Name: form_general
+Width: 490
+Height: 250
+Number of Objects: 11
+
+--------------------
+class: FL_BOX
+type: UP_BOX
+box: 0 0 490 250
+boxtype: FL_UP_BOX
+colors: FL_COL1 FL_COL1
+alignment: FL_ALIGN_LEFT
+style: FL_NORMAL_STYLE
+size: FL_NORMAL_SIZE
+lcol: FL_BLACK
+label: 
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
@@ -157,191 +164,197 @@ callback:
 argument: 
 
 --------------------
-class: FL_CHECKBUTTON
-type: PUSH_BUTTON
-box: 230 30 120 30
-boxtype: FL_NO_BOX
-colors: FL_COL1 FL_YELLOW
-alignment: FL_ALIGN_CENTER
+class: FL_CHOICE
+type: NORMAL_CHOICE
+box: 255 80 190 30
+boxtype: FL_FRAME_BOX
+colors: FL_COL1 FL_BLACK
+alignment: FL_ALIGN_LEFT
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: Above|#b
+label: Horizontal Alignment|#H
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: check_lines_top
+name: choice_align_horizontal
 callback: C_FormBaseDeprecatedInputCB
 argument: 0
 
 --------------------
 class: FL_CHECKBUTTON
 type: PUSH_BUTTON
-box: 230 60 120 30
+box: 415 20 30 30
 boxtype: FL_NO_BOX
 colors: FL_COL1 FL_YELLOW
-alignment: FL_ALIGN_CENTER
+alignment: FL_ALIGN_LEFT
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: Below|#E
+label: Indent first|#I
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: check_lines_bottom
-callback: C_FormBaseDeprecatedInputCB
+name: button_indent
+callback: C_FormBaseInputCB
 argument: 0
 
 --------------------
-class: FL_CHECKBUTTON
-type: PUSH_BUTTON
-box: 360 30 120 30
-boxtype: FL_NO_BOX
-colors: FL_COL1 FL_YELLOW
-alignment: FL_ALIGN_CENTER
+class: FL_INPUT
+type: NORMAL_INPUT
+box: 255 200 130 30
+boxtype: FL_DOWN_BOX
+colors: FL_COL1 FL_MCOL
+alignment: FL_ALIGN_LEFT
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: Above|#o
+label: Label width|#w
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: check_pagebreaks_top
+name: input_label_width
 callback: C_FormBaseDeprecatedInputCB
 argument: 0
 
 --------------------
-class: FL_CHECKBUTTON
-type: PUSH_BUTTON
-box: 360 60 120 30
-boxtype: FL_NO_BOX
-colors: FL_COL1 FL_YELLOW
-alignment: FL_ALIGN_CENTER
+class: FL_CHOICE
+type: NORMAL_CHOICE
+box: 395 200 50 30
+boxtype: FL_FRAME_BOX
+colors: FL_COL1 FL_BLACK
+alignment: FL_ALIGN_LEFT
 style: FL_NORMAL_STYLE
-size: FL_NORMAL_SIZE
+size: FL_DEFAULT_SIZE
 lcol: FL_BLACK
-label: Below|#l
+label: 
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: check_pagebreaks_bottom
+name: choice_label_width_units
 callback: C_FormBaseDeprecatedInputCB
 argument: 0
 
 --------------------
-class: FL_CHECKBUTTON
-type: PUSH_BUTTON
-box: 360 120 120 30
-boxtype: FL_NO_BOX
-colors: FL_COL1 FL_YELLOW
-alignment: FL_ALIGN_CENTER
+class: FL_CHOICE
+type: NORMAL_CHOICE
+box: 105 160 140 30
+boxtype: FL_FRAME_BOX
+colors: FL_COL1 FL_BLACK
+alignment: FL_ALIGN_LEFT
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: No Indent|#I
+label: Spacing|#S
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: check_noindent
+name: choice_spacing
 callback: C_FormBaseDeprecatedInputCB
 argument: 0
 
 --------------------
-class: FL_BEGIN_GROUP
-type: 0
-box: 0 0 0 0
-boxtype: FL_NO_BOX
+class: FL_INPUT
+type: NORMAL_INPUT
+box: 255 160 130 30
+boxtype: FL_DOWN_BOX
 colors: FL_COL1 FL_MCOL
-alignment: FL_ALIGN_CENTER
+alignment: FL_ALIGN_LEFT
 style: FL_NORMAL_STYLE
-size: FL_DEFAULT_SIZE
+size: FL_NORMAL_SIZE
 lcol: FL_BLACK
 label: 
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: group_radio_alignment
-callback: 
-argument: 
+name: input_spacing
+callback: C_FormBaseDeprecatedInputCB
+argument: 0
 
 --------------------
-class: FL_CHECKBUTTON
-type: RADIO_BUTTON
-box: 10 30 80 30
-boxtype: FL_NO_BOX
-colors: FL_COL1 FL_YELLOW
-alignment: FL_ALIGN_CENTER
+class: FL_CHOICE
+type: NORMAL_CHOICE
+box: 395 160 50 30
+boxtype: FL_FRAME_BOX
+colors: FL_COL1 FL_BLACK
+alignment: FL_ALIGN_LEFT
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: Right|#R
+label: 
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: radio_align_right
+name: choice_spacing_units
 callback: C_FormBaseDeprecatedInputCB
 argument: 0
 
 --------------------
-class: FL_CHECKBUTTON
-type: RADIO_BUTTON
-box: 10 60 80 30
-boxtype: FL_NO_BOX
-colors: FL_COL1 FL_YELLOW
-alignment: FL_ALIGN_CENTER
+class: FL_INPUT
+type: NORMAL_INPUT
+box: 255 120 130 30
+boxtype: FL_DOWN_BOX
+colors: FL_COL1 FL_MCOL
+alignment: FL_ALIGN_LEFT
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: Left|#f
+label: Horizontal offset|#o
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: radio_align_left
+name: input_offset
 callback: C_FormBaseDeprecatedInputCB
 argument: 0
 
 --------------------
-class: FL_CHECKBUTTON
-type: RADIO_BUTTON
-box: 100 30 80 30
-boxtype: FL_NO_BOX
-colors: FL_COL1 FL_YELLOW
-alignment: FL_ALIGN_CENTER
+class: FL_CHOICE
+type: NORMAL_CHOICE
+box: 395 120 50 30
+boxtype: FL_FRAME_BOX
+colors: FL_COL1 FL_BLACK
+alignment: FL_ALIGN_LEFT
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: Block|#c
+label: 
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: radio_align_block
+name: choice_offset_units
 callback: C_FormBaseDeprecatedInputCB
 argument: 0
 
 --------------------
-class: FL_CHECKBUTTON
-type: RADIO_BUTTON
-box: 100 60 80 30
-boxtype: FL_NO_BOX
-colors: FL_COL1 FL_YELLOW
-alignment: FL_ALIGN_CENTER
+class: FL_CHOICE
+type: NORMAL_CHOICE
+box: 95 20 190 30
+boxtype: FL_FRAME_BOX
+colors: FL_COL1 FL_BLACK
+alignment: FL_ALIGN_LEFT
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: Center|#n
+label: Layout|#L
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: radio_align_center
+name: combox_layout
 callback: C_FormBaseDeprecatedInputCB
 argument: 0
 
+=============== FORM ===============
+Name: form_surrounds
+Width: 490
+Height: 250
+Number of Objects: 14
+
 --------------------
-class: FL_END_GROUP
-type: 0
-box: 0 0 0
-boxtype: FL_NO_BOX
-colors: FL_COL1 FL_MCOL
+class: FL_BOX
+type: UP_BOX
+box: 0 0 490 250
+boxtype: FL_UP_BOX
+colors: FL_COL1 FL_COL1
 alignment: FL_ALIGN_CENTER
 style: FL_NORMAL_STYLE
 size: FL_DEFAULT_SIZE
@@ -355,562 +368,196 @@ callback:
 argument: 
 
 --------------------
-class: FL_INPUT
-type: NORMAL_INPUT
-box: 180 120 90 30
-boxtype: FL_DOWN_BOX
-colors: FL_COL1 FL_MCOL
-alignment: FL_ALIGN_LEFT
+class: FL_CHECKBUTTON
+type: PUSH_BUTTON
+box: 270 40 30 30
+boxtype: FL_NO_BOX
+colors: FL_COL1 FL_YELLOW
+alignment: FL_ALIGN_CENTER
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: 
+label: Above|#A
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: input_space_above
+name: button_line_above
 callback: C_FormBaseDeprecatedInputCB
 argument: 0
 
 --------------------
-class: FL_INPUT
-type: NORMAL_INPUT
-box: 180 160 90 30
-boxtype: FL_DOWN_BOX
-colors: FL_COL1 FL_MCOL
-alignment: FL_ALIGN_LEFT
+class: FL_CHECKBUTTON
+type: PUSH_BUTTON
+box: 270 70 30 30
+boxtype: FL_NO_BOX
+colors: FL_COL1 FL_YELLOW
+alignment: FL_ALIGN_CENTER
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: 
+label: Below|#B
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: input_space_below
+name: button_line_below
 callback: C_FormBaseDeprecatedInputCB
 argument: 0
 
---------------------
-class: FL_CHOICE
-type: NORMAL_CHOICE
-box: 70 120 100 30
-boxtype: FL_FRAME_BOX
-colors: FL_COL1 FL_BLACK
-alignment: FL_ALIGN_LEFT
-style: FL_NORMAL_STYLE
-size: FL_NORMAL_SIZE
-lcol: FL_BLACK
-label: Above:|#v
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: choice_space_above
-callback: C_FormBaseDeprecatedInputCB
-argument: 0
-
---------------------
-class: FL_CHOICE
-type: NORMAL_CHOICE
-box: 70 160 100 30
-boxtype: FL_FRAME_BOX
-colors: FL_COL1 FL_BLACK
-alignment: FL_ALIGN_LEFT
-style: FL_NORMAL_STYLE
-size: FL_NORMAL_SIZE
-lcol: FL_BLACK
-label: Below:|#w
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: choice_space_below
-callback: C_FormBaseDeprecatedInputCB
-argument: 0
-
---------------------
-class: FL_TEXT
-type: NORMAL_TEXT
-box: 370 10 100 20
-boxtype: FL_FLAT_BOX
-colors: FL_COL1 FL_MCOL
-alignment: FL_ALIGN_LEFT|FL_ALIGN_INSIDE
-style: FL_BOLD_STYLE
-size: FL_NORMAL_SIZE
-lcol: FL_BLACK
-label: Pagebreaks
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: 
-callback: 
-argument: 
-
---------------------
-class: FL_TEXT
-type: NORMAL_TEXT
-box: 230 10 50 20
-boxtype: FL_FLAT_BOX
-colors: FL_COL1 FL_MCOL
-alignment: FL_ALIGN_LEFT|FL_ALIGN_INSIDE
-style: FL_BOLD_STYLE
-size: FL_NORMAL_SIZE
-lcol: FL_BLACK
-label: Lines
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: 
-callback: 
-argument: 
-
---------------------
-class: FL_TEXT
-type: NORMAL_TEXT
-box: 20 10 80 20
-boxtype: FL_FLAT_BOX
-colors: FL_COL1 FL_MCOL
-alignment: FL_ALIGN_LEFT|FL_ALIGN_INSIDE
-style: FL_BOLD_STYLE
-size: FL_NORMAL_SIZE
-lcol: FL_BLACK
-label: Alignment
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: 
-callback: 
-argument: 
-
---------------------
-class: FL_TEXT
-type: NORMAL_TEXT
-box: 20 100 130 20
-boxtype: FL_FLAT_BOX
-colors: FL_COL1 FL_MCOL
-alignment: FL_ALIGN_LEFT|FL_ALIGN_INSIDE
-style: FL_BOLD_STYLE
-size: FL_NORMAL_SIZE
-lcol: FL_BLACK
-label: Vertical Spaces
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: 
-callback: 
-argument: 
-
 --------------------
 class: FL_CHECKBUTTON
 type: PUSH_BUTTON
-box: 270 120 40 30
+box: 40 40 30 30
 boxtype: FL_NO_BOX
 colors: FL_COL1 FL_YELLOW
 alignment: FL_ALIGN_CENTER
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: Keep|#K
+label: Above|#e
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: check_space_above
+name: 
 callback: C_FormBaseDeprecatedInputCB
 argument: 0
 
 --------------------
 class: FL_CHECKBUTTON
 type: PUSH_BUTTON
-box: 270 160 40 30
+box: 40 70 30 30
 boxtype: FL_NO_BOX
 colors: FL_COL1 FL_YELLOW
 alignment: FL_ALIGN_CENTER
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: Keep|#p
+label: Below|#w
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: check_space_below
+name: 
 callback: C_FormBaseDeprecatedInputCB
 argument: 0
 
-=============== FORM ===============
-Name: form_paragraph_extra
-Width: 490
-Height: 250
-Number of Objects: 21
-
---------------------
-class: FL_BOX
-type: FLAT_BOX
-box: 0 0 490 250
-boxtype: FL_FLAT_BOX
-colors: FL_COL1 FL_COL1
-alignment: FL_ALIGN_CENTER
-style: FL_NORMAL_STYLE
-size: FL_DEFAULT_SIZE
-lcol: FL_BLACK
-label: 
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: 
-callback: 
-argument: 
-
---------------------
-class: FL_FRAME
-type: ENGRAVED_FRAME
-box: 10 20 170 100
-boxtype: FL_NO_BOX
-colors: FL_COL1 FL_COL1
-alignment: FL_ALIGN_CENTER
-style: FL_NORMAL_STYLE
-size: FL_DEFAULT_SIZE
-lcol: FL_BLACK
-label: 
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: 
-callback: 
-argument: 
-
---------------------
-class: FL_FRAME
-type: ENGRAVED_FRAME
-box: 350 20 100 100
-boxtype: FL_NO_BOX
-colors: FL_COL1 FL_COL1
-alignment: FL_ALIGN_CENTER
-style: FL_NORMAL_STYLE
-size: FL_DEFAULT_SIZE
-lcol: FL_BLACK
-label: 
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: 
-callback: 
-argument: 
-
---------------------
-class: FL_FRAME
-type: ENGRAVED_FRAME
-box: 190 20 150 100
-boxtype: FL_NO_BOX
-colors: FL_COL1 FL_COL1
-alignment: FL_ALIGN_CENTER
-style: FL_NORMAL_STYLE
-size: FL_DEFAULT_SIZE
-lcol: FL_BLACK
-label: 
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: 
-callback: 
-argument: 
-
 --------------------
-class: FL_TEXT
-type: NORMAL_TEXT
-box: 20 10 120 20
-boxtype: FL_FLAT_BOX
-colors: FL_COL1 FL_MCOL
-alignment: FL_ALIGN_LEFT|FL_ALIGN_INSIDE
-style: FL_BOLD_STYLE
-size: FL_NORMAL_SIZE
-lcol: FL_BLACK
-label: Extra Options
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: 
-callback: 
-argument: 
-
---------------------
-class: FL_INPUT
-type: NORMAL_INPUT
-box: 240 30 90 30
-boxtype: FL_DOWN_BOX
-colors: FL_COL1 FL_MCOL
+class: FL_CHOICE
+type: NORMAL_CHOICE
+box: 110 140 140 30
+boxtype: FL_FRAME_BOX
+colors: FL_COL1 FL_BLACK
 alignment: FL_ALIGN_LEFT
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: Length|#L
+label: Above|#b
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: input_pextra_width
+name: choice_space_above
 callback: C_FormBaseDeprecatedInputCB
 argument: 0
 
 --------------------
 class: FL_INPUT
-type: INT_INPUT
-box: 240 70 90 30
+type: NORMAL_INPUT
+box: 260 140 130 30
 boxtype: FL_DOWN_BOX
 colors: FL_COL1 FL_MCOL
 alignment: FL_ALIGN_LEFT
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: or %|#o
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: input_pextra_widthp
-callback: C_FormBaseDeprecatedInputCB
-argument: 0
-
---------------------
-class: FL_TEXT
-type: NORMAL_TEXT
-box: 200 10 60 20
-boxtype: FL_FLAT_BOX
-colors: FL_COL1 FL_MCOL
-alignment: FL_ALIGN_LEFT|FL_ALIGN_INSIDE
-style: FL_BOLD_STYLE
-size: FL_NORMAL_SIZE
-lcol: FL_BLACK
-label: Width
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: 
-callback: 
-argument: 
-
---------------------
-class: FL_TEXT
-type: NORMAL_TEXT
-box: 350 10 90 20
-boxtype: FL_FLAT_BOX
-colors: FL_COL1 FL_MCOL
-alignment: FL_ALIGN_LEFT|FL_ALIGN_INSIDE
-style: FL_BOLD_STYLE
-size: FL_NORMAL_SIZE
-lcol: FL_BLACK
-label: Alignment
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: 
-callback: 
-argument: 
-
---------------------
-class: FL_BEGIN_GROUP
-type: 0
-box: 0 0 0 0
-boxtype: FL_NO_BOX
-colors: FL_COL1 FL_MCOL
-alignment: FL_ALIGN_CENTER
-style: FL_NORMAL_STYLE
-size: FL_DEFAULT_SIZE
-lcol: FL_BLACK
 label: 
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: group_alignment
-callback: 
-argument: 
-
---------------------
-class: FL_CHECKBUTTON
-type: RADIO_BUTTON
-box: 360 30 80 30
-boxtype: FL_NO_BOX
-colors: FL_COL1 FL_YELLOW
-alignment: FL_ALIGN_CENTER
-style: FL_NORMAL_STYLE
-size: FL_NORMAL_SIZE
-lcol: FL_BLACK
-label: Top|#T
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: radio_pextra_top
-callback: C_FormBaseDeprecatedInputCB
-argument: 0
-
---------------------
-class: FL_CHECKBUTTON
-type: RADIO_BUTTON
-box: 360 60 80 30
-boxtype: FL_NO_BOX
-colors: FL_COL1 FL_YELLOW
-alignment: FL_ALIGN_CENTER
-style: FL_NORMAL_STYLE
-size: FL_NORMAL_SIZE
-lcol: FL_BLACK
-label: Middle|#d
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: radio_pextra_middle
+name: input_space_above
 callback: C_FormBaseDeprecatedInputCB
 argument: 0
 
 --------------------
-class: FL_CHECKBUTTON
-type: RADIO_BUTTON
-box: 360 90 80 30
-boxtype: FL_NO_BOX
-colors: FL_COL1 FL_YELLOW
-alignment: FL_ALIGN_CENTER
+class: FL_CHOICE
+type: NORMAL_CHOICE
+box: 400 140 50 30
+boxtype: FL_FRAME_BOX
+colors: FL_COL1 FL_BLACK
+alignment: FL_ALIGN_LEFT
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: Bottom|#B
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: radio_pextra_bottom
-callback: C_FormBaseDeprecatedInputCB
-argument: 0
-
---------------------
-class: FL_END_GROUP
-type: 0
-box: 0 0 0 0
-boxtype: FL_NO_BOX
-colors: FL_COL1 FL_MCOL
-alignment: FL_ALIGN_CENTER
-style: FL_NORMAL_STYLE
-size: FL_DEFAULT_SIZE
-lcol: FL_BLACK
 label: 
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: 
-callback: 
-argument: 
-
---------------------
-class: FL_CHECKBUTTON
-type: PUSH_BUTTON
-box: 10 130 300 30
-boxtype: FL_NO_BOX
-colors: FL_COL1 FL_YELLOW
-alignment: FL_ALIGN_CENTER
-style: FL_NORMAL_STYLE
-size: FL_NORMAL_SIZE
-lcol: FL_BLACK
-label: HFill between Minipage paragraphs|#H
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: radio_pextra_hfill
+name: choice_space_above_units
 callback: C_FormBaseDeprecatedInputCB
 argument: 0
 
 --------------------
-class: FL_CHECKBUTTON
-type: PUSH_BUTTON
-box: 10 160 260 30
-boxtype: FL_NO_BOX
-colors: FL_COL1 FL_YELLOW
-alignment: FL_ALIGN_CENTER
+class: FL_CHOICE
+type: NORMAL_CHOICE
+box: 110 180 140 30
+boxtype: FL_FRAME_BOX
+colors: FL_COL1 FL_BLACK
+alignment: FL_ALIGN_LEFT
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: Start new Minipage|#S
+label: Below|#e
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: radio_pextra_startmp
+name: choice_space_below
 callback: C_FormBaseDeprecatedInputCB
 argument: 0
 
 --------------------
-class: FL_BEGIN_GROUP
-type: 0
-box: 0 0 0 0
-boxtype: FL_NO_BOX
+class: FL_INPUT
+type: NORMAL_INPUT
+box: 260 180 130 30
+boxtype: FL_DOWN_BOX
 colors: FL_COL1 FL_MCOL
-alignment: FL_ALIGN_CENTER
-style: FL_NORMAL_STYLE
-size: FL_DEFAULT_SIZE
-lcol: FL_BLACK
-label: 
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: group_extraopt
-callback: 
-argument: 
-
---------------------
-class: FL_CHECKBUTTON
-type: PUSH_BUTTON
-box: 10 30 160 30
-boxtype: FL_NO_BOX
-colors: FL_COL1 FL_YELLOW
-alignment: FL_ALIGN_CENTER
+alignment: FL_ALIGN_LEFT
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: Indented Paragraph|#I
+label: 
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: radio_pextra_indent
+name: input_space_below
 callback: C_FormBaseDeprecatedInputCB
 argument: 0
 
 --------------------
-class: FL_CHECKBUTTON
-type: PUSH_BUTTON
-box: 10 60 160 30
-boxtype: FL_NO_BOX
-colors: FL_COL1 FL_YELLOW
-alignment: FL_ALIGN_CENTER
+class: FL_CHOICE
+type: NORMAL_CHOICE
+box: 400 180 50 30
+boxtype: FL_FRAME_BOX
+colors: FL_COL1 FL_BLACK
+alignment: FL_ALIGN_LEFT
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: Minipage|#M
+label: 
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: radio_pextra_minipage
+name: choice_space_below_units
 callback: C_FormBaseDeprecatedInputCB
 argument: 0
 
 --------------------
-class: FL_CHECKBUTTON
-type: PUSH_BUTTON
-box: 10 90 160 30
+class: FL_LABELFRAME
+type: ENGRAVED_FRAME
+box: 20 125 450 100
 boxtype: FL_NO_BOX
-colors: FL_COL1 FL_YELLOW
-alignment: FL_ALIGN_CENTER
-style: FL_NORMAL_STYLE
+colors: FL_BLACK FL_COL1
+alignment: FL_ALIGN_TOP_LEFT
+style: FL_BOLD_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: Floatflt|#F
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: radio_pextra_floatflt
-callback: C_FormBaseDeprecatedInputCB
-argument: 0
-
---------------------
-class: FL_END_GROUP
-type: 0
-box: 0 0 0 0
-boxtype: FL_NO_BOX
-colors: FL_COL1 FL_MCOL
-alignment: FL_ALIGN_CENTER
-style: FL_NORMAL_STYLE
-size: FL_DEFAULT_SIZE
-lcol: FL_BLACK
-label: 
+label: Vertical Spaces
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
@@ -918,23 +565,17 @@ name:
 callback: 
 argument: 
 
-=============== FORM ===============
-Name: form_tabbed_paragraph
-Width: 510
-Height: 350
-Number of Objects: 7
-
 --------------------
-class: FL_BOX
-type: UP_BOX
-box: 0 0 510 350
-boxtype: FL_UP_BOX
-colors: FL_COL1 FL_COL1
-alignment: FL_ALIGN_CENTER
-style: FL_NORMAL_STYLE
-size: FL_DEFAULT_SIZE
+class: FL_LABELFRAME
+type: ENGRAVED_FRAME
+box: 250 30 220 80
+boxtype: FL_NO_BOX
+colors: FL_BLACK FL_COL1
+alignment: FL_ALIGN_TOP_LEFT
+style: FL_BOLD_STYLE
+size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: 
+label: Lines
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
@@ -943,110 +584,20 @@ callback:
 argument: 
 
 --------------------
-class: FL_TABFOLDER
-type: TOP_TABFOLDER
-box: 10 10 490 270
-boxtype: FL_UP_BOX
-colors: FL_COL1 FL_COL1
+class: FL_LABELFRAME
+type: ENGRAVED_FRAME
+box: 20 30 220 80
+boxtype: FL_NO_BOX
+colors: FL_BLACK FL_COL1
 alignment: FL_ALIGN_TOP_LEFT
-style: FL_NORMAL_STYLE
-size: FL_DEFAULT_SIZE
-lcol: FL_BLACK
-label: Tabbed folder
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: tabbed_folder
-callback: 
-argument: 
-
---------------------
-class: FL_BUTTON
-type: NORMAL_BUTTON
-box: 400 310 100 30
-boxtype: FL_UP_BOX
-colors: FL_COL1 FL_COL1
-alignment: FL_ALIGN_CENTER
-style: FL_NORMAL_STYLE
-size: FL_NORMAL_SIZE
-lcol: FL_BLACK
-label: Cancel|^[
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: button_cancel
-callback: C_FormBaseDeprecatedCancelCB
-argument: 0
-
---------------------
-class: FL_BUTTON
-type: NORMAL_BUTTON
-box: 290 310 100 30
-boxtype: FL_UP_BOX
-colors: FL_COL1 FL_COL1
-alignment: FL_ALIGN_CENTER
-style: FL_NORMAL_STYLE
-size: FL_NORMAL_SIZE
-lcol: FL_BLACK
-label: Apply|#A
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: button_apply
-callback: C_FormBaseDeprecatedApplyCB
-argument: 0
-
---------------------
-class: FL_BUTTON
-type: RETURN_BUTTON
-box: 180 310 100 30
-boxtype: FL_UP_BOX
-colors: FL_COL1 FL_COL1
-alignment: FL_ALIGN_CENTER
-style: FL_NORMAL_STYLE
-size: FL_NORMAL_SIZE
-lcol: FL_BLACK
-label: OK
-shortcut: ^M
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: button_ok
-callback: C_FormBaseDeprecatedOKCB
-argument: 0
-
---------------------
-class: FL_BUTTON
-type: NORMAL_BUTTON
-box: 10 310 100 30
-boxtype: FL_UP_BOX
-colors: FL_COL1 FL_COL1
-alignment: FL_ALIGN_CENTER
-style: FL_NORMAL_STYLE
-size: FL_NORMAL_SIZE
-lcol: FL_BLACK
-label: Restore|#R
-shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
-name: button_restore
-callback: C_FormBaseDeprecatedRestoreCB
-argument: 0
-
---------------------
-class: FL_TEXT
-type: NORMAL_TEXT
-box: 10 280 490 30
-boxtype: FL_FLAT_BOX
-colors: FL_COL1 FL_MCOL
-alignment: FL_ALIGN_LEFT|FL_ALIGN_INSIDE
 style: FL_BOLD_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: 
+label: Page breaks
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity
-name: text_warning
+name: 
 callback: 
 argument: 
 
index e511e10e59cce3400867108b64041bd5411ac540..0f45f8a3a8ba0b779a73b33779a6574412fe5707 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* input_validators.C
  * A collection of input filtering and validating functions for use in
  * XForms dialogs.  Mainly meant for filtering input boxes although may
index 83d0b02ac79034d7dd4306a6487f6e9f6772a44e..cb111ba49a7795c0b5a74b5396cdb521010e7dae 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
index 422aa171035b1779495efbe789d2233e239fd217..f19489a997ba0ac75d405ec864a8cc8afba74543 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ======================================================
  *
index d000484bb44ca591acc9489d2698bbd1f108a72e..f631a76eeaa83f239e4a7b4fde1b49a950339984 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ======================================================
  *
index 701356141938598a09c88c223694da0a952385dc..1539c18005b478e1f3a935198a45e276ee774027 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /** Collection of some useful xform helper functions
  */
 
index a8c17312704fef1b35c2f57a5c3a9e2fc071a171..2a43ea810fcfe1a06c94e1d41e949fe399d1701d 100644 (file)
@@ -1,3 +1,5 @@
+// -*- C++ -*-
+
 #ifndef XFORMSHELPERS_H
 #define XFORMSHELPERS_H