Revision: 77821
          http://sourceforge.net/p/brlcad/code/77821
Author:   brlcad
Date:     2020-11-29 07:12:46 +0000 (Sun, 29 Nov 2020)
Log Message:
-----------
target 5 basic styles for now based on usage/needs

Modified Paths:
--------------
    brlcad/trunk/include/bu/tbl.h

Modified: brlcad/trunk/include/bu/tbl.h
===================================================================
--- brlcad/trunk/include/bu/tbl.h       2020-11-29 05:49:42 UTC (rev 77820)
+++ brlcad/trunk/include/bu/tbl.h       2020-11-29 07:12:46 UTC (rev 77821)
@@ -117,9 +117,13 @@
 
 
 enum bu_tbl_style {
-    BU_TBL_BORDER_NONE,
-    BU_TBL_BORDER_SINGLE,
-    BU_TBL_BORDER_DOUBLE,
+    BU_TBL_STYLE_NONE,
+    BU_TBL_STYLE_BASIC,
+    BU_TBL_STYLE_SIMPLE,
+    BU_TBL_STYLE_SINGLE,
+    BU_TBL_STYLE_DOUBLE,
+    BU_TBL_ROW_HEADER,
+    BU_TBL_ROW_SEPARATOR,
     BU_TBL_ALIGN_LEFT,
     BU_TBL_ALIGN_CENTER,
     BU_TBL_ALIGN_RIGHT,

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to