summaryrefslogtreecommitdiff
path: root/dw/simpletablecell.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/simpletablecell.hh')
-rw-r--r--dw/simpletablecell.hh19
1 files changed, 19 insertions, 0 deletions
diff --git a/dw/simpletablecell.hh b/dw/simpletablecell.hh
new file mode 100644
index 00000000..9eccbb00
--- /dev/null
+++ b/dw/simpletablecell.hh
@@ -0,0 +1,19 @@
+#ifndef __DW_SIMPLETABLECELL_HH__
+#define __DW_SIMPLETABLECELL_HH__
+
+#include "textblock.hh"
+
+namespace dw {
+
+class SimpleTableCell: public Textblock
+{
+public:
+ static int CLASS_ID;
+
+ SimpleTableCell (bool limitTextWidth);
+ ~SimpleTableCell ();
+};
+
+} // namespace dw
+
+#endif // __DW_SIMPLETABLECELL_HH__