diff options
-rw-r--r-- | src/Tab.hh | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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; |