wxMDIChildFrame inherits from wxFrame
toolbar work mini menubar change compile fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -154,7 +154,7 @@ void gtk_menu_clicked_callback( GtkWidget *widget, gpointer data )
|
||||
event.SetEventObject( menu );
|
||||
event.SetInt(id );
|
||||
wxWindow *win = menu->GetInvokingWindow();
|
||||
if (win) win->ProcessEvent( event );
|
||||
if (win) win->GetEventHandler()->ProcessEvent( event );
|
||||
};
|
||||
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxMenuItem,wxObject)
|
||||
|
Reference in New Issue
Block a user