aboutsummaryrefslogtreecommitdiff
path: root/src/ToolbarItem.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-08-29 08:33:13 (GMT)
committerrathnor <rathnor>2004-08-29 08:33:13 (GMT)
commit97ef84da598aed61a6cb57a62796f302043181e8 (patch)
treefd68f9ef6703322537eca3743c3217b281d6ce7c /src/ToolbarItem.hh
parent8a59b9b4541490badaf3e1a0503b4ca5f0105c8f (diff)
downloadfluxbox-97ef84da598aed61a6cb57a62796f302043181e8.zip
fluxbox-97ef84da598aed61a6cb57a62796f302043181e8.tar.bz2
a few random fixes
Diffstat (limited to 'src/ToolbarItem.hh')
-rw-r--r--src/ToolbarItem.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ToolbarItem.hh b/src/ToolbarItem.hh
index 20cfd0c..0e77766 100644
--- a/src/ToolbarItem.hh
+++ b/src/ToolbarItem.hh
@@ -20,7 +20,7 @@
20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21// DEALINGS IN THE SOFTWARE. 21// DEALINGS IN THE SOFTWARE.
22 22
23// $Id: ToolbarItem.hh,v 1.5 2004/08/25 17:16:40 rathnor Exp $ 23// $Id: ToolbarItem.hh,v 1.6 2004/08/29 08:33:13 rathnor Exp $
24 24
25#ifndef TOOLBARITEM_HH 25#ifndef TOOLBARITEM_HH
26#define TOOLBARITEM_HH 26#define TOOLBARITEM_HH
@@ -57,6 +57,9 @@ public:
57 // the toolbar instead. Otherwise there are ordering problems. 57 // the toolbar instead. Otherwise there are ordering problems.
58 virtual void renderTheme() = 0; 58 virtual void renderTheme() = 0;
59 59
60 // just update theme items that affect the size
61 virtual void updateSizing() = 0;
62
60 FbTk::Subject &resizeSig() { return m_resize_sig; } 63 FbTk::Subject &resizeSig() { return m_resize_sig; }
61 64
62 void setType(Type type) { m_type = type; } 65 void setType(Type type) { m_type = type; }