diff options
author | rathnor <rathnor> | 2004-08-29 08:33:13 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-08-29 08:33:13 (GMT) |
commit | 97ef84da598aed61a6cb57a62796f302043181e8 (patch) | |
tree | fd68f9ef6703322537eca3743c3217b281d6ce7c /src/ToolbarItem.hh | |
parent | 8a59b9b4541490badaf3e1a0503b4ca5f0105c8f (diff) | |
download | fluxbox_pavel-97ef84da598aed61a6cb57a62796f302043181e8.zip fluxbox_pavel-97ef84da598aed61a6cb57a62796f302043181e8.tar.bz2 |
a few random fixes
Diffstat (limited to 'src/ToolbarItem.hh')
-rw-r--r-- | src/ToolbarItem.hh | 5 |
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; } |