git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62831
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
kind = wxITEM_CHECK;
}
-
+#if wxUSE_MENUS
// check whether we have dropdown tag inside
wxMenu *menu = NULL; // menu for drop down items
wxXmlNode * const nodeDropdown = GetParamNode("dropdown");
}
}
}
-
+#endif
wxToolBarToolBase * const tool =
m_toolbar->AddTool
(
if ( GetBool(wxT("disabled")) )
m_toolbar->EnableTool(GetID(), false);
-
+#if wxUSE_MENUS
if ( menu )
tool->SetDropdownMenu(menu);
-
+#endif
+
return m_toolbar; // must return non-NULL
}