=========================== SpriteActionGroup (hwx.gui) =========================== A Palette of SpriteActions. A SpriteActionGroup can be placed into a RibbonPage. Inherits: - :ref:`ActionGroup (hwx.gui)` ---------- Properties ---------- +----------+ | enabled_ | +----------+ -------------- Public Methods -------------- +-----------------------------------------------------+ | showProgress_ (self, value, outOf=None, tooltip='') | +-----------------------------------------------------+ ---------------- Property Details ---------------- .. _enabled: .. method:: enabled The availability of the SpriteActionGroup. Disabled SpriteActionGroup are grayed out and the user cannot activate them. -------------- Method Details -------------- .. _showProgress: .. method:: showProgress(self, value, outOf=None, tooltip='') Shows a progress meter icon to the left of the label text. :param value: Upper value of progress meter. :type value: Union[float, bool] :param outOf: Factor to divide value with. :type outOf: float :param tooltip: The tool tip to show to the user if mouse cursor is on the progress bar. :type tooltip: str