From 779a0f4707bc249969feaed33af0567ca0250f28 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Fri, 15 Aug 2003 13:25:03 +0000 Subject: added resource item for height and handleEvent for ConfigureNotify --- src/Toolbar.hh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Toolbar.hh b/src/Toolbar.hh index 14a0175..4f75d89 100644 --- a/src/Toolbar.hh +++ b/src/Toolbar.hh @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Toolbar.hh,v 1.42 2003/08/13 09:51:22 fluxgen Exp $ +// $Id: Toolbar.hh,v 1.43 2003/08/15 13:25:03 fluxgen Exp $ #ifndef TOOLBAR_HH #define TOOLBAR_HH @@ -94,6 +94,7 @@ public: void leaveNotifyEvent(XCrossingEvent &ce); void exposeEvent(XExposeEvent &ee); void keyPressEvent(XKeyEvent &ke); + void handleEvent(XEvent &event); //@} /// enter edit mode on workspace label @@ -179,11 +180,12 @@ private: FbTk::Resource m_rc_layernum; FbTk::Resource m_rc_on_head; FbTk::Resource m_rc_placement; + FbTk::Resource m_rc_height; std::auto_ptr m_shape; ToolTheme m_clock_theme, m_workspace_theme; IconbarTheme m_iconbar_theme; - + bool m_resize_lock; ///< to lock rearrangeItems or not }; -- cgit v0.11.2