wxMenu(const wxString& title, const wxFunction func)
: wxMenuBase(title)
{
+ Init();
+
Callback(func);
}
#endif // wxUSE_MENU_CALLBACK
// implementation from now on
WXHMENU Create();
- int FindMenu(const wxString& title);
void Detach();
// returns TRUE if we're attached to a frame