diff options
author | simonb <simonb> | 2006-03-22 13:06:00 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-03-22 13:06:00 (GMT) |
commit | 5e22dcd9ff8cb8a173992bf57b592a7f8cfd66f5 (patch) | |
tree | b57412ffe8799f4a59db1f43e58fcfbc6ab5b841 /src/Screen.hh | |
parent | fe4a7db228d69bc9a66ed948f218ef489b2cedaf (diff) | |
download | fluxbox-5e22dcd9ff8cb8a173992bf57b592a7f8cfd66f5.zip fluxbox-5e22dcd9ff8cb8a173992bf57b592a7f8cfd66f5.tar.bz2 |
more external tab work, tidying and tab width config option
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 738fe1a..2d20efd 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -142,6 +142,8 @@ public: | |||
142 | inline const bool getScrollReverse() const { return *resource.scroll_reverse; } | 142 | inline const bool getScrollReverse() const { return *resource.scroll_reverse; } |
143 | inline const bool getDefaultInternalTabs() const { return *resource.default_internal_tabs; } | 143 | inline const bool getDefaultInternalTabs() const { return *resource.default_internal_tabs; } |
144 | 144 | ||
145 | inline unsigned int getTabWidth() const { return *resource.tab_width; } | ||
146 | |||
145 | inline Slit *slit() { return m_slit.get(); } | 147 | inline Slit *slit() { return m_slit.get(); } |
146 | inline const Slit *slit() const { return m_slit.get(); } | 148 | inline const Slit *slit() const { return m_slit.get(); } |
147 | 149 | ||
@@ -445,7 +447,7 @@ private: | |||
445 | FbTk::Resource<FollowModel> follow_model; | 447 | FbTk::Resource<FollowModel> follow_model; |
446 | bool ordered_dither; | 448 | bool ordered_dither; |
447 | FbTk::Resource<int> workspaces, edge_snap_threshold, focused_alpha, | 449 | FbTk::Resource<int> workspaces, edge_snap_threshold, focused_alpha, |
448 | unfocused_alpha, menu_alpha, menu_delay, menu_delay_close; | 450 | unfocused_alpha, menu_alpha, menu_delay, menu_delay_close, tab_width; |
449 | FbTk::Resource<FbTk::MenuTheme::MenuMode> menu_mode; | 451 | FbTk::Resource<FbTk::MenuTheme::MenuMode> menu_mode; |
450 | 452 | ||
451 | FbTk::Resource<int> gc_line_width; | 453 | FbTk::Resource<int> gc_line_width; |