============================= GuideBarComboButton (hwx.gui) ============================= Clickable ComboButton that can be added to a GuideBar. Inherits: - :ref:`GuideBarButton (hwx.gui)` -------------- Public Methods -------------- +---------------------------------------+ | get_ (self) | +---------------------------------------+ | set_ (self, value) | +---------------------------------------+ | setValues_ (self, values, value=None) | +---------------------------------------+ -------------- Method Details -------------- .. _get: .. method:: get(self) Returns the value at current index. .. _set: .. method:: set(self, value) Sets the current index on the value specified. :param value: Value which should be selected in GuidebarComboButton. :type value: str .. _setValues: .. method:: 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