diff options
author | fluxgen <fluxgen> | 2002-02-04 06:51:15 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-02-04 06:51:15 (GMT) |
commit | ae9d3d84c99ab00b3054dab5b035065acac567b4 (patch) | |
tree | ba60b94f9c021356b9dbe07c0763cfe057a827ee /src/Tab.hh | |
parent | 511dca32f83b35188d0b61c63fb5a32fddcb6bc6 (diff) | |
download | fluxbox_pavel-ae9d3d84c99ab00b3054dab5b035065acac567b4.zip fluxbox_pavel-ae9d3d84c99ab00b3054dab5b035065acac567b4.tar.bz2 |
added numObjects
Diffstat (limited to 'src/Tab.hh')
-rw-r--r-- | src/Tab.hh | 3 |
1 files changed, 2 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.9 2002/01/27 12:52:02 fluxgen Exp $ | 22 | // $Id: Tab.hh,v 1.10 2002/02/04 06:51:15 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef _TAB_HH_ | 24 | #ifndef _TAB_HH_ |
25 | #define _TAB_HH_ | 25 | #define _TAB_HH_ |
@@ -100,6 +100,7 @@ private: | |||
100 | int setPositionLRAlignHelper(Alignment align); | 100 | int setPositionLRAlignHelper(Alignment align); |
101 | void setTabWidth(unsigned int w); | 101 | void setTabWidth(unsigned int w); |
102 | void setTabHeight(unsigned int h); | 102 | void setTabHeight(unsigned int h); |
103 | unsigned int numObjects(); | ||
103 | unsigned int calcRelativeWidth(); | 104 | unsigned int calcRelativeWidth(); |
104 | unsigned int calcRelativeHeight(); | 105 | unsigned int calcRelativeHeight(); |
105 | unsigned int calcCenterXPos(); | 106 | unsigned int calcCenterXPos(); |