ComboBox#
- class ansys.scade.guitools.control.ComboBox(owner, x: int, y: int, w: int, h: int = c.COMBO_BOX_HEIGHT, **kwargs)#
Bases:
scade.tool.suite.gui.widgets.ComboBoxDefines a combo box control with a default height.
Parameters#
- ownerAny
Owner of the combo box control.
- xint
Horizontal position of the combo box control.
- yint
Vertical position of the combo box control.
- wint
Width of the combo box control.
- hint
Height of the combo box control, default csts.COMBO_BOX_HEIGHT.
- kwargsAny
Other parameters of
scade.tool.suite.gui.widgets.ComboBox.
Initialize the combo box with the given parameters.
Overview#
Import detail#
from ansys.scade.guitools.control import ComboBox
Attribute detail#
- ComboBox.owner#
Method detail#
- ComboBox.on_layout()#
Declare the constraints with respect to the owner.