summaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2006-03-22 13:06:00 (GMT)
committersimonb <simonb>2006-03-22 13:06:00 (GMT)
commit5e22dcd9ff8cb8a173992bf57b592a7f8cfd66f5 (patch)
treeb57412ffe8799f4a59db1f43e58fcfbc6ab5b841 /src/FbWinFrame.hh
parentfe4a7db228d69bc9a66ed948f218ef489b2cedaf (diff)
downloadfluxbox_lack-5e22dcd9ff8cb8a173992bf57b592a7f8cfd66f5.zip
fluxbox_lack-5e22dcd9ff8cb8a173992bf57b592a7f8cfd66f5.tar.bz2
more external tab work, tidying and tab width config option
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index 10cd98f..900af07 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -125,7 +125,7 @@ public:
125 inline void setFocusTitle(const std::string &str) { m_label.setText(str); } 125 inline void setFocusTitle(const std::string &str) { m_label.setText(str); }
126 void setDoubleClickTime(unsigned int time); 126 void setDoubleClickTime(unsigned int time);
127 bool setTabMode(TabMode tabmode); 127 bool setTabMode(TabMode tabmode);
128 inline void setTabPlacement(TabPlacement tabplacement) { m_tabplacement = tabplacement; alignTabs(); } 128 inline void updateTabProperties() { alignTabs(); }
129 129
130 /// add a button to the left of the label 130 /// add a button to the left of the label
131 void addLeftButton(FbTk::Button *btn); 131 void addLeftButton(FbTk::Button *btn);
@@ -367,7 +367,6 @@ private:
367 //@} 367 //@}
368 368
369 TabMode m_tabmode; 369 TabMode m_tabmode;
370 TabPlacement m_tabplacement;
371 370
372 bool m_need_render; 371 bool m_need_render;
373 int m_button_size; ///< size for all titlebar buttons 372 int m_button_size; ///< size for all titlebar buttons