#include <mobu-python-api.h>
Python Docstring:
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.
__init__ | ( | ) |
_ChangeCallback | ( | ) |
Add | ( | ) |
Python Docstring:
Create a tab with >name> that will display >content> when clicked.
SetContent | ( | ) |
Python Docstring:
Show >content> associated with tab at >index>