aboutsummaryrefslogtreecommitdiff
path: root/src/Tab.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Tab.hh')
-rw-r--r--src/Tab.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Tab.hh b/src/Tab.hh
index d23255a..22d0980 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.11 2002/02/17 18:52:02 fluxgen Exp $ 22// $Id: Tab.hh,v 1.12 2002/05/02 07:08:24 fluxgen Exp $
23 23
24#ifndef TAB_HH 24#ifndef TAB_HH
25#define TAB_HH 25#define TAB_HH
@@ -63,6 +63,8 @@ public:
63 void shade(); 63 void shade();
64 //position tab to follow (FluxboxWindow *) m_win 64 //position tab to follow (FluxboxWindow *) m_win
65 void setPosition(); 65 void setPosition();
66 void moveNext();
67 void movePrev();
66 //event handlers 68 //event handlers
67 void buttonReleaseEvent(XButtonEvent *be); 69 void buttonReleaseEvent(XButtonEvent *be);
68 void buttonPressEvent(XButtonEvent *be); 70 void buttonPressEvent(XButtonEvent *be);
@@ -76,7 +78,7 @@ public:
76 static Tab::Placement getTabPlacementNum(const char *string); 78 static Tab::Placement getTabPlacementNum(const char *string);
77 static const char *getTabAlignmentString(Tab::Alignment alignment); 79 static const char *getTabAlignmentString(Tab::Alignment alignment);
78 static Tab::Alignment getTabAlignmentNum(const char *string); 80 static Tab::Alignment getTabAlignmentNum(const char *string);
79 //TODO: do these have to be public? 81
80 void resizeGroup(void); // used when (un)shading windows 82 void resizeGroup(void); // used when (un)shading windows
81 void calcIncrease(void); 83 void calcIncrease(void);
82 inline bool configured() { return m_configured; } 84 inline bool configured() { return m_configured; }