#include "wx/keybinderdef.h"#include "wx/panel.h"#include "wx/dialog.h"#include "wx/listbox.h"#include "wx/treectrl.h"#include "wx/keybinder.h"Include dependency graph for menuutils.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | wxMenuCmd |
| Represents a wxCmd which just generates a wxEVT_COMMAND_MENU_SELECTED when is executed. More... | |
| class | wxMenuWalker |
| The base class for a generic tree-walker algorithm. More... | |
| class | wxExTreeItemData |
| The data associated to each node of a tree used by
More... | |
| class | wxMenuTreeWalker |
| A wxMenuWalker-derived class which uses the recursive capabilities of the tree-walker algorithm to populate a wxTreeCtrl with a structure identic to the given menubar. More... | |
| class | wxExComboItemData |
| The data associated with each entry of the combobox given to the wxMenuComboListWalker class. More... | |
| class | wxMenuComboListWalker |
| A wxMenuWalker-derived class which fills the given wxComboBox with items associated with wxExComboItemData classes. More... | |
| class | wxMenuShortcutWalker |
| An helper class which is used by wxKeyBinder to import the wxMenuCmd associated to a menu bar. More... | |
Defines | |
| #define | wxMENUCMD_TYPE 0x1234 |
| The command type identifier for a wxMenuCmd. | |
Functions | |
| int WXDLLIMPEXP_KEYBINDER | wxFindMenuItem (wxMenuBar *, const wxString &strMenuItemName) |
| Returns the ID of the first menu item with the given name which is found inside the given menu bar. | |
| #define wxMENUCMD_TYPE 0x1234 |
The command type identifier for a wxMenuCmd.
| int WXDLLIMPEXP_KEYBINDER wxFindMenuItem | ( | wxMenuBar * | , | |
| const wxString & | strMenuItemName | |||
| ) |
Returns the ID of the first menu item with the given name which is found inside the given menu bar.
1.4.7