aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-21 19:34:07 (GMT)
committerPavel Labath <pavelo@centrum.sk>2013-02-18 21:04:23 (GMT)
commitfb0235c51656bf834ec1bc91b0e012321e676d71 (patch)
tree487a60dc90e6ea3641b4cb89555a77d0686e5e04 /src/Screen.hh
parent09a76586dec0059dea3ef9183e417e232a0012a2 (diff)
downloadfluxbox_pavel-fb0235c51656bf834ec1bc91b0e012321e676d71.zip
fluxbox_pavel-fb0235c51656bf834ec1bc91b0e012321e676d71.tar.bz2
Attach modifiedSig handlers to the session.screenX.tab.width resource
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 8d50fbc..b6ca75d 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -133,7 +133,7 @@ public:
133 FbTk::BoolResource &getTabsUsePixmapResource() { return resource.tabs_use_pixmap; } 133 FbTk::BoolResource &getTabsUsePixmapResource() { return resource.tabs_use_pixmap; }
134 const bool getMaxOverTabs() const { return *resource.max_over_tabs; } 134 const bool getMaxOverTabs() const { return *resource.max_over_tabs; }
135 135
136 unsigned int getTabWidth() const { return *resource.tab_width; } 136 FbTk::IntResource &getTabWidthResource() { return resource.tab_width; }
137 /// @return the slit, @see Slit 137 /// @return the slit, @see Slit
138 Slit *slit() { return m_slit.get(); } 138 Slit *slit() { return m_slit.get(); }
139 /// @return the slit, @see Slit 139 /// @return the slit, @see Slit