Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TabGroupDimensions

Combined dimensions of a tabset

Hierarchy

  • TabGroupDimensions

Index

Properties

appHeight

appHeight: number

The pixel height of the application windows within this tabset.

The total height of the entire tabset is this plus TabGroupDimensions.tabGroupHeight.

tabGroupHeight

tabGroupHeight: number

The pixel height of the tabstrip window.

The total height of the entire tabset is this plus TabGroupDimensions.appHeight.

width

width: number

Width of the tab group.

This width is used by both the tabstrip and the tabbed application windows.

x

x: number

Pixel co-ordinate of the left edge of the tab group

y

y: number

Pixel co-ordinate of the top edge of the tab group