diff options
author | fluxgen <fluxgen> | 2002-01-27 12:52:02 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-01-27 12:52:02 (GMT) |
commit | 53ad4872bddb861f39d82d3abb94f86f585b2439 (patch) | |
tree | 7ec4c2a6ace1fe0c0fc9e8f4d8d1406238a583ac /src/Tab.hh | |
parent | 1aa01577abf19c6073e9599fdddb13596360fa3a (diff) | |
download | fluxbox_pavel-53ad4872bddb861f39d82d3abb94f86f585b2439.zip fluxbox_pavel-53ad4872bddb861f39d82d3abb94f86f585b2439.tar.bz2 |
clean up
Diffstat (limited to 'src/Tab.hh')
-rw-r--r-- | src/Tab.hh | 5 |
1 files changed, 4 insertions, 1 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.8 2002/01/20 02:15:23 fluxgen Exp $ | 22 | // $Id: Tab.hh,v 1.9 2002/01/27 12:52:02 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef _TAB_HH_ | 24 | #ifndef _TAB_HH_ |
25 | #define _TAB_HH_ | 25 | #define _TAB_HH_ |
@@ -95,6 +95,9 @@ private: | |||
95 | bool m_focus, m_moving; // moving and focus | 95 | bool m_focus, m_moving; // moving and focus |
96 | void createTabWindow(); // creates the X win of tab | 96 | void createTabWindow(); // creates the X win of tab |
97 | void loadTheme(); // loads the textures with right width and height | 97 | void loadTheme(); // loads the textures with right width and height |
98 | int setPositionShadingHelper(bool shaded); | ||
99 | int setPositionTBAlignHelper(Alignment align); | ||
100 | int setPositionLRAlignHelper(Alignment align); | ||
98 | void setTabWidth(unsigned int w); | 101 | void setTabWidth(unsigned int w); |
99 | void setTabHeight(unsigned int h); | 102 | void setTabHeight(unsigned int h); |
100 | unsigned int calcRelativeWidth(); | 103 | unsigned int calcRelativeWidth(); |