GuideBarComboButton (hwx.gui)¶
Clickable ComboButton that can be added to a GuideBar.
- Inherits:
Method Details¶
-
get
(self)
Returns the value at current index.
-
set
(self, value)
Sets the current index on the value specified.
param value: | Value which should be selected in GuidebarComboButton. |
---|---|
type value: | str |
-
setValues
(self, values, value=None)¶
Set multiple values or single value for the ComboButton.
param values: | The collection of values to be set. |
---|---|
type values: | Union[list, dict, tuple] |
param value: | value to be set. |
type value: | str |