aboutsummaryrefslogtreecommitdiff
path: root/include/ResponsivePaned.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-11-17 15:20:49 +0100
committerdec05eba <dec05eba@protonmail.com>2018-11-17 15:20:52 +0100
commit64ab3253562be80e726b3d69e4c3e556b055c965 (patch)
tree97d5b68f90ca8176fc58ec16eb79dbbef2920abd /include/ResponsivePaned.hpp
parent7873b7555f1f8fe72732f64b35a8116390b981b3 (diff)
Auto reload css on modify, improve design
Diffstat (limited to 'include/ResponsivePaned.hpp')
-rw-r--r--include/ResponsivePaned.hpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/ResponsivePaned.hpp b/include/ResponsivePaned.hpp
new file mode 100644
index 0000000..8f62791
--- /dev/null
+++ b/include/ResponsivePaned.hpp
@@ -0,0 +1,16 @@
+#ifndef RESPONSIVE_PANED_HPP
+#define RESPONSIVE_PANED_HPP
+
+#include <gtkmm/paned.h>
+
+namespace Gtk
+{
+ class ResponsivePaned : public Paned
+ {
+ public:
+ explicit ResponsivePaned(Orientation orientation = ORIENTATION_HORIZONTAL);
+ virtual ~ResponsivePaned() {}
+ };
+}
+
+#endif // RESPONSIVE_PANED_HPP \ No newline at end of file