Civilization IV Python Documentation
CyGTabCtrl
Method Resolution Order
- CyGTabCtrl
- Boost.Python.instance
- __builtin__.object
Methods defined in this class
- __init__(...)
- addSectionButton(...) - void addSectionButton( char *szLabel, std::string& szPythonCBModule, std::string& szPythonCBFxn, std::string& szPythonID, int iTabIndex)
- addSectionCheckbox(...) - void addSectionCheckbox( char *szLabel, std::string& szPythonCBModule, std::string& szPythonCBFxn, std::string& szPythonID, int iTabIndex, bool bInitialState)
- addSectionDropdown(...) - void addSectionDropdown( std::vector<CvString>& szItems, std::string& szPythonCBModule, std::string& szPythonCBFxn, std::string& szPythonID, int iTabIndex, int iInitialSelection)
- addSectionEditCtrl(...) - void addSectionEditCtrl( char *szLabel, std::string& szPythonCBModule, std::string& szPythonCBFxn, std::string& szPythonID, int iTabIndex)
- addSectionLabel(...) - void addSectionLabel( char *szLabel, int iTabIndex)
- addSectionRadioButton(...) - void addSectionRadioButton( char *szLabel, std::string& szPythonCBModule, std::string& szPythonCBFxn, std::string& szPythonID, int iTabIndex, bool bInitialState)
- addSectionSeparator(...) - void addSectionSeparator(iTab)
- addSectionSlider(...) - std::wstring szLabel, const std::string& szPythonCBModule, const std::string& szPythonCBFxn, const std::string& szPythonID, int iTabIndex, int iMin, int iMax, int iInitialVal, int iFormatNumber, int iFormatDecimal
- addSectionSpinner(...) - std::wstring szLabel, const std::string& szPythonCBModule, const std::string& szPythonCBFxn, const std::string& szPythonID, int iTabIndex, float fMin, float fMax, float fInc, float fInitialVal)
- addTabSection(...) - void addTabSection(const char* szLabel)
- attachButton(...)
- attachCheckBox(...)
- attachDropDown(...)
- attachEdit(...)
- attachExpandSpacer(...)
- attachFixedSpacer(...)
- attachHBox(...)
- attachHSeparator(...)
- attachHSlider(...)
- attachImage(...)
- attachLabel(...)
- attachPanel(...)
- attachRadioButton(...)
- attachScrollPanel(...)
- attachSpacer(...)
- attachSpinner(...)
- attachTabItem(...)
- attachTitledPanel(...)
- attachVBox(...)
- attachVSeparator(...)
- attachVSlider(...)
- changeDropdownContents(...) - void (string szID, tuple szItems)
- create(...) - void create()
- createByName(...) - void createByName(const char* name)
- destroy(...) - void destroy()
- enable(...) - void enable(bool bVal)
- getActiveTab(...) - bool getActiveTab()
- getCheckBoxState(...) - void getCheckBoxState(const char *szTabName, const wchar *szButtonText)
- getControlsExpanding(...) - bool getControlsExpanding() const
- getDropDownSelection(...) - void getDropDownSelection(const char *szTabName, const char *szID)
- getRadioButtonState(...) - void getRadioButtonState(const char *szTabName, const wchar *szButtonText)
- getRadioValue(...)
- getText(...)
- getValue(...)
- isEnabled(...) - bool isEnabled()
- isNone(...) - bool isNone() - Is this instance valid?
- setActivation(...)
- setCheckBoxState(...) - void setCheckBoxState(const char *szTabName, const wchar *szButtonText, bool bState)
- setColumnLength(...) - void setColumnLength(int iSize)
- setControlFlag(...)
- setControlsExpanding(...) - void setControlsExpanding(bool bExp)
- setDropDownSelection(...) - void setDropDownSelection(const char *szTabName, const char *szID, int iSelection)
- setEditCtrlText(...) - void (std::wstring szTabName, std::wstring szEditCtrlText, std::wstring szNewText)
- setEnabled(...)
- setFocus(...)
- setHitTest(...)
- setKeyFocus(...)
- setLayoutFlag(...)
- setModal(...)
- setNumColumns(...) - void setNumColumns(int iSize)
- setRadioButtonState(...) - void setRadiioButtonState(const char *szTabName, const wchar *szButtonText, bool bState)
- setRadioValue(...)
- setSize(...)
- setSliderWidth(...)
- setStyle(...)
- setTabFocus(...)
- setText(...)
- setToolTip(...)
- setValue(...)
- toggle(...) - void toggle()
Other Attributes
Inherited Attributes
- __dict__ = <dictproxy object>
- __new__ = <built-in method __new__ of Boost.Python.class object>
- T.__new__(S, ...) -> a new object with type S, a subtype of T
- __weakref__ = <member '__weakref__' of 'Boost.Python.instance' objects...