36 static void Clear(wxMenu& it);
38 static void CreateEmptyItem(wxMenu* parent);
40 static void CreateGroupItem(wxMenu* parent,
41 const wxString& caption,
42 const char* bitmap =
"images/16x16/empty.png");
44 static wxMenuItem* CreateItem(wxMenu* parent,
46 const wxString& caption,
47 const char* bitmap = NULL,
48 const wxString& help = wxEmptyString,
49 wxItemKind kind = wxITEM_NORMAL,
50 const bool bold =
false);
52 static wxMenuItem* CreateItem(wxMenu* parent,
54 const wxString& caption,
55 const wxBitmap& bitmap,
56 const wxString& help = wxEmptyString,
57 wxItemKind kind = wxITEM_NORMAL,
58 const bool bold =
false);
60 static wxMenuItem* CreateItemWithSubMenu(wxMenu* parent,
62 const wxString& caption,
64 const wxString& help = wxEmptyString,
65 const bool bold =
false);
76 static wxMenuItem* AddRecentFile(wxMenuItem* it,
const wxString& title,
const wxString& path);