Copyright © 2008, 2009 Arndt Roger Schneider
List, what tabs are displayed inside the Rtl_tabset
Example A.4. Rtl_tabset -show
# Create the tabset: rtl_tabset .tabset ... # Add tabs to the tabset: .tabset add alpha ... .tabset add beta ... .tabset add gamma ... .tabset add delta .. # Hide the tab: beta, # rearrange delta and gamma: .tabset configure -show {alpha delta gamma }
The default shape and behavior for each tab. The tab type can be predefined / changed for all tabs.
Default value is rtl_tabItem. The tab type bundled with the tabset.
Dimension, defines the distance from the first and last tab to the tabset border.
The selected tab is automatically moved in the visible region, when »-autovisible« is set to 1.