Committing in .
Updates to make OpenVMS happy Modified Files: wxWidgets/setup.h_vms wxWidgets/include/wx/defs.h wxWidgets/src/gtk/choice.cpp wxWidgets/src/gtk/descrip.mms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -483,6 +483,10 @@ void wxChoice::DoApplyWidgetStyle(GtkRcStyle *style)
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef __VMS
|
||||
#pragma message disable unscomzer
|
||||
#endif
|
||||
|
||||
int wxChoice::GtkAddHelper(GtkWidget *menu, size_t pos, const wxString& item)
|
||||
{
|
||||
wxCHECK_MSG((pos>=0) && (pos<=m_clientList.GetCount()), -1, wxT("invalid index"));
|
||||
@@ -551,6 +555,10 @@ int wxChoice::GtkAddHelper(GtkWidget *menu, size_t pos, const wxString& item)
|
||||
return index;
|
||||
}
|
||||
|
||||
#ifdef __VMS
|
||||
#pragma message enable unscomzer
|
||||
#endif
|
||||
|
||||
wxSize wxChoice::DoGetBestSize() const
|
||||
{
|
||||
wxSize ret( wxControl::DoGetBestSize() );
|
||||
|
Reference in New Issue
Block a user