wxBitmapBundle for wxMenuItem on GTK

This commit is contained in:
Alexander Koshelev
2022-02-04 15:00:57 +03:00
parent 337940f009
commit 28d8ed37d6
4 changed files with 60 additions and 11 deletions

View File

@@ -5869,6 +5869,8 @@ bool wxWindowGTK::DoPopupMenu( wxMenu *menu, int x, int y )
{
wxCHECK_MSG( m_widget != NULL, false, wxT("invalid window") );
menu->SetupBitmaps(this);
wxPopupMenuPositionCallbackData data;
gpointer userdata;
GtkMenuPositionFunc posfunc;