diff options
author | fluxgen <fluxgen> | 2003-08-28 13:58:18 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-28 13:58:18 (GMT) |
commit | eb7ff98f6af6feb8ff6f4122b978a3ff1a180e2f (patch) | |
tree | 444ed109545361164ca442af0de2d973bb36b721 /src/Toolbar.hh | |
parent | ac9b4987cf21d28b9900e3af79906a095d4f9840 (diff) | |
download | fluxbox-eb7ff98f6af6feb8ff6f4122b978a3ff1a180e2f.zip fluxbox-eb7ff98f6af6feb8ff6f4122b978a3ff1a180e2f.tar.bz2 |
added configurable tools
Diffstat (limited to 'src/Toolbar.hh')
-rw-r--r-- | src/Toolbar.hh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Toolbar.hh b/src/Toolbar.hh index 3e9878c..981fb1a 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.44 2003/08/19 21:28:57 fluxgen Exp $ | 25 | // $Id: Toolbar.hh,v 1.45 2003/08/28 13:58:17 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef TOOLBAR_HH | 27 | #ifndef TOOLBAR_HH |
28 | #define TOOLBAR_HH | 28 | #define TOOLBAR_HH |
@@ -139,6 +139,7 @@ public: | |||
139 | 139 | ||
140 | private: | 140 | private: |
141 | void rearrangeItems(); | 141 | void rearrangeItems(); |
142 | void deleteItems(); | ||
142 | 143 | ||
143 | void updateIconbarGraphics(); | 144 | void updateIconbarGraphics(); |
144 | void setupMenus(); | 145 | void setupMenus(); |
@@ -186,8 +187,10 @@ private: | |||
186 | FbTk::Resource<int> m_rc_on_head; | 187 | FbTk::Resource<int> m_rc_on_head; |
187 | FbTk::Resource<Placement> m_rc_placement; | 188 | FbTk::Resource<Placement> m_rc_placement; |
188 | FbTk::Resource<int> m_rc_height; | 189 | FbTk::Resource<int> m_rc_height; |
190 | FbTk::Resource<std::string> m_rc_tools; | ||
189 | std::auto_ptr<Shape> m_shape; | 191 | std::auto_ptr<Shape> m_shape; |
190 | 192 | typedef std::list<std::string> StringList; | |
193 | StringList m_tools; | ||
191 | 194 | ||
192 | bool m_resize_lock; ///< to lock rearrangeItems or not | 195 | bool m_resize_lock; ///< to lock rearrangeItems or not |
193 | }; | 196 | }; |