.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.lib.agw.flatmenu
.. highlight:: python
.. _wx.lib.agw.flatmenu.FlatMenuItemGroup:
==========================================================================================================================================
|phoenix_title| **wx.lib.agw.flatmenu.FlatMenuItemGroup**
==========================================================================================================================================
A class that manages a group of radio menu items.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
FlatMenuItemGroup:
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.agw.flatmenu.FlatMenuItemGroup.__init__` Default class constructor.
:meth:`~wx.lib.agw.flatmenu.FlatMenuItemGroup.Add` Adds a new item to the group.
:meth:`~wx.lib.agw.flatmenu.FlatMenuItemGroup.Exist` Checks if an item is in the group.
:meth:`~wx.lib.agw.flatmenu.FlatMenuItemGroup.GetSelectedItem` Returns the selected item.
:meth:`~wx.lib.agw.flatmenu.FlatMenuItemGroup.Remove` Removes a particular item.
:meth:`~wx.lib.agw.flatmenu.FlatMenuItemGroup.SetSelection` Selects a particular item.
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: FlatMenuItemGroup(object)
A class that manages a group of radio menu items.
.. method:: __init__(self)
Default class constructor.
.. method:: Add(self, item)
Adds a new item to the group.
:param `item`: an instance of :class:`FlatMenu`.
.. method:: Exist(self, item)
Checks if an item is in the group.
:param `item`: an instance of :class:`FlatMenu`.
.. method:: GetSelectedItem(self)
Returns the selected item.
.. method:: Remove(self, item)
Removes a particular item.
:param `item`: an instance of :class:`FlatMenu`.
.. method:: SetSelection(self, item)
Selects a particular item.
:param `item`: an instance of :class:`FlatMenu`.