aboutsummaryrefslogtreecommitdiff
path: root/src/Toolbar.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Toolbar.hh')
-rw-r--r--src/Toolbar.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Toolbar.hh b/src/Toolbar.hh
index 59b1600..70b30e2 100644
--- a/src/Toolbar.hh
+++ b/src/Toolbar.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Toolbar.hh,v 1.38 2003/07/10 15:52:58 fluxgen Exp $ 25// $Id: Toolbar.hh,v 1.39 2003/07/19 11:55:49 rathnor Exp $
26 26
27#ifndef TOOLBAR_HH 27#ifndef TOOLBAR_HH
28#define TOOLBAR_HH 28#define TOOLBAR_HH
@@ -118,6 +118,9 @@ public:
118 inline ToolbarTheme &theme() { return m_theme; } 118 inline ToolbarTheme &theme() { return m_theme; }
119 bool isVertical() const; 119 bool isVertical() const;
120 120
121 inline int getOnHead() const { return *m_rc_on_head; }
122 void saveOnHead(int head);
123
121 /** 124 /**
122 @name eventhandlers 125 @name eventhandlers
123 */ 126 */