git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38328
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
}
}
-#ifdef __VMS
-#pragma message disable unscomzer
-#endif
-
int wxChoice::GtkAddHelper(GtkWidget *menu, unsigned int pos, const wxString& item)
{
wxCHECK_MSG(pos<=m_clientList.GetCount(), -1, wxT("invalid index"));
return index;
}
-#ifdef __VMS
-#pragma message enable unscomzer
-#endif
-
wxSize wxChoice::DoGetBestSize() const
{
wxSize ret( wxControl::DoGetBestSize() );