A real FBTabControl that improve the behavior of the FBTabPanel. This class manage the Tabs and the 'middle region' used to display. It manages all the region 'swapping' necessary to implement a Tab behavior. - Use Add method to Add a Control to the FBTabControl. This will create a tab and ensure that when that tab is clicked the Control is shown. - Use SetContent with a tab index To specify which tab should be displayed.
Public Member Functions | |
def | __init__ |
def | Add |
def | SetContent |
Public Attributes | |
TabPanel | |
TabContents |
def __init__ | ( | self | ) |
def Add | ( | self, | |
name, | |||
content | |||
) |
Create a tab with <name> that will display <content> when clicked.
def SetContent | ( | self, | |
index | |||
) |
Show <content> associated with tab at <index>