aboutsummaryrefslogtreecommitdiff
path: root/src/Tab.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-08-11 20:57:13 (GMT)
committerfluxgen <fluxgen>2002-08-11 20:57:13 (GMT)
commit84a58512d8570ad7ee93d437d4c73ee4eb945308 (patch)
tree0e287e073e875a79d6ff30b5672c82fef375d377 /src/Tab.hh
parent19ddad292f4a93c5ef4293401b128e74a2f39388 (diff)
downloadfluxbox-84a58512d8570ad7ee93d437d4c73ee4eb945308.zip
fluxbox-84a58512d8570ad7ee93d437d4c73ee4eb945308.tar.bz2
moved insert to public area
Diffstat (limited to 'src/Tab.hh')
-rw-r--r--src/Tab.hh7
1 files 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 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Tab.hh,v 1.14 2002/08/02 12:57:19 fluxgen Exp $ 22// $Id: Tab.hh,v 1.15 2002/08/11 20:57:13 fluxgen Exp $
23 23
24#ifndef TAB_HH 24#ifndef TAB_HH
25#define TAB_HH 25#define TAB_HH
@@ -59,7 +59,8 @@ public:
59 void setPosition(); //position tab to follow (FluxboxWindow *) m_win 59 void setPosition(); //position tab to follow (FluxboxWindow *) m_win
60 void moveNext(); 60 void moveNext();
61 void movePrev(); 61 void movePrev();
62 62 void insert(Tab *next);
63
63 //event handlers 64 //event handlers
64 void buttonReleaseEvent(XButtonEvent *be); 65 void buttonReleaseEvent(XButtonEvent *be);
65 void buttonPressEvent(XButtonEvent *be); 66 void buttonPressEvent(XButtonEvent *be);
@@ -99,7 +100,7 @@ private:
99 100
100 bool m_configured; 101 bool m_configured;
101 102
102 void insert(Tab *next); 103
103 //The size of the tab 104 //The size of the tab
104 unsigned int m_size_w; 105 unsigned int m_size_w;
105 unsigned int m_size_h; 106 unsigned int m_size_h;