From 84a58512d8570ad7ee93d437d4c73ee4eb945308 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 11 Aug 2002 20:57:13 +0000 Subject: moved insert to public area --- src/Tab.hh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Tab.hh b/src/Tab.hh index 9c73f20..ebeb118 100644 --- a/src/Tab.hh +++ b/src/Tab.hh @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Tab.hh,v 1.14 2002/08/02 12:57:19 fluxgen Exp $ +// $Id: Tab.hh,v 1.15 2002/08/11 20:57:13 fluxgen Exp $ #ifndef TAB_HH #define TAB_HH @@ -59,7 +59,8 @@ public: void setPosition(); //position tab to follow (FluxboxWindow *) m_win void moveNext(); void movePrev(); - + void insert(Tab *next); + //event handlers void buttonReleaseEvent(XButtonEvent *be); void buttonPressEvent(XButtonEvent *be); @@ -99,7 +100,7 @@ private: bool m_configured; - void insert(Tab *next); + //The size of the tab unsigned int m_size_w; unsigned int m_size_h; -- cgit v0.11.2