aboutsummaryrefslogtreecommitdiff
path: root/src/Toolbar.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Toolbar.hh')
-rw-r--r--src/Toolbar.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Toolbar.hh b/src/Toolbar.hh
index c31a85f..919b22f 100644
--- a/src/Toolbar.hh
+++ b/src/Toolbar.hh
@@ -53,6 +53,7 @@ class ToolbarItem;
53namespace FbTk { 53namespace FbTk {
54class ImageControl; 54class ImageControl;
55class Shape; 55class Shape;
56class TextButton;
56} 57}
57 58
58/// The toolbar. 59/// The toolbar.
@@ -100,6 +101,7 @@ public:
100 void handleEvent(XEvent &event); 101 void handleEvent(XEvent &event);
101 //@} 102 //@}
102 103
104 void relayout();
103 void reconfigure(); 105 void reconfigure();
104 void setPlacement(Placement where); 106 void setPlacement(Placement where);
105 107