===================== ActionGroup (hwx.gui) ===================== A grouping of Actions to create a cascading menu. ActionGroups are modeled after Qts ActionGroup class, refer to the Qt documentation for more information. ---------- Properties ---------- +------------+------------+------------+ | exclusive_ | name_ | visible_ | +------------+------------+------------+ ---------------- Property Details ---------------- .. _exclusive: .. method:: exclusive Only one child SpriteAction toggle is on at a time. Toggling any child of this group turns the other children off. .. _name: .. method:: name Unique identifier across profiles. This is only settable in the constructor. .. _visible: .. method:: visible The visibility of the ActionGroup. Setting to False will visually remove this from the menu/toolbar.