Holds a group of wxCommandInfo objects.
Derived from
Data structures
Members
wxCommandGroup::wxCommandGroup
wxCommandGroup::~wxCommandGroup
wxCommandGroup::AddSubcommand
wxCommandGroup::Clone
wxCommandGroup::GetSubcommands
wxCommandGroup(const wxString& title)
wxCommandGroup(const wxString& title, wxCommandInfo* pCommands)
takes an C-array of commands, the command containing empty title ("") marks the end of the list. Commands of the list are cloned into this group
wxCommandGroup()
~wxCommandGroup()
void AddSubcommand(wxCommandInfo* pInfo)
wxCommandInfo* Clone()
3 overriden methods of wxCommandInfo
wxCommandInfoListT* GetSubcommands()