===================== 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 ---------- +------------+------------+------------+ | children_ | exclusive_ | name_ | +------------+------------+------------+ | visible_ | | +------------+-------------------------+ ---------------- Property Details ---------------- .. _children: .. property:: children Returns the list of Actions inside the Group. .. _exclusive: .. property:: exclusive Only one child SpriteAction toggle is on at a time. Toggling any child of this group turns the other children off. .. _name: .. property:: name Unique identifier across profiles. This is only settable in the constructor. .. _visible: .. property:: visible The visibility of the ActionGroup. Setting to False will visually remove this from the menu/toolbar.