aboutsummaryrefslogtreecommitdiff
path: root/dw/regardingborder.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/regardingborder.hh')
-rw-r--r--dw/regardingborder.hh24
1 files changed, 24 insertions, 0 deletions
diff --git a/dw/regardingborder.hh b/dw/regardingborder.hh
new file mode 100644
index 00000000..1cb6c25f
--- /dev/null
+++ b/dw/regardingborder.hh
@@ -0,0 +1,24 @@
+#ifndef __DW_REGARDINGBORDER_HH__
+#define __DW_REGARDINGBORDER_HH__
+
+#include "oofawarewidget.hh"
+
+namespace dw {
+
+/**
+ * \brief Base class (rather a tag interface) for those widgets
+ * regarding borders defined by floats, and so allocated on the
+ * full width.
+ */
+class RegardingBorder: public oof::OOFAwareWidget
+{
+public:
+ static int CLASS_ID;
+
+ RegardingBorder ();
+ ~RegardingBorder ();
+};
+
+} // namespace dw
+
+#endif // __DW_REGARDINGBORDER_HH__