aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.hh
diff options
context:
space:
mode:
authormarkt <markt>2006-08-02 22:02:31 (GMT)
committermarkt <markt>2006-08-02 22:02:31 (GMT)
commit00d862724a5dae43dbf1cbe4378fb846218fb3c3 (patch)
tree5538b87535f1115dad8aed5950325eaa1ee17f84 /src/IconbarTool.hh
parent9053e772db1ea9ab2b7a1baa88ba81fed2577f64 (diff)
downloadfluxbox-00d862724a5dae43dbf1cbe4378fb846218fb3c3.zip
fluxbox-00d862724a5dae43dbf1cbe4378fb846218fb3c3.tar.bz2
rename session.screen*.iconbar.deiconifyMode to session.screen0.userFollowModel
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r--src/IconbarTool.hh9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh
index feae16a..3d7848d 100644
--- a/src/IconbarTool.hh
+++ b/src/IconbarTool.hh
@@ -56,13 +56,6 @@ public:
56 ALLWINDOWS ///< all windows and all icons from all workspaces 56 ALLWINDOWS ///< all windows and all icons from all workspaces
57 }; 57 };
58 58
59 /// deiconfiy mode for iconbuttons
60 enum DeiconifyMode {
61 CURRENT, ///< raise the window on the current workspace
62 FOLLOW, ///< raise the window on the workspace it was iconified from
63 SEMIFOLLOW, ///< like current for iconified windows, and like follow for others
64 };
65
66 /// wheeling on iconbutton 59 /// wheeling on iconbutton
67 enum WheelMode { 60 enum WheelMode {
68 OFF, ///< no wheeling, default mode 61 OFF, ///< no wheeling, default mode
@@ -91,7 +84,6 @@ public:
91 unsigned int borderWidth() const; 84 unsigned int borderWidth() const;
92 85
93 Mode mode() const { return *m_rc_mode; } 86 Mode mode() const { return *m_rc_mode; }
94 DeiconifyMode deiconifyMode() const { return *m_deiconify_mode; }
95 WheelMode wheelMode() const { return *m_wheel_mode; } 87 WheelMode wheelMode() const { return *m_wheel_mode; }
96 88
97 void setOrientation(FbTk::Orientation orient); 89 void setOrientation(FbTk::Orientation orient);
@@ -138,7 +130,6 @@ private:
138 130
139 IconList m_icon_list; 131 IconList m_icon_list;
140 FbTk::Resource<Mode> m_rc_mode; 132 FbTk::Resource<Mode> m_rc_mode;
141 FbTk::Resource<DeiconifyMode> m_deiconify_mode;
142 FbTk::Resource<WheelMode> m_wheel_mode; 133 FbTk::Resource<WheelMode> m_wheel_mode;
143 FbTk::Resource<Container::Alignment> m_rc_alignment; ///< alignment of buttons 134 FbTk::Resource<Container::Alignment> m_rc_alignment; ///< alignment of buttons
144 FbTk::Resource<int> m_rc_client_width; ///< size of client button in LEFT/RIGHT mode 135 FbTk::Resource<int> m_rc_client_width; ///< size of client button in LEFT/RIGHT mode