X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b503b4075cff50caa34b6805145e48de8acb7a51..bbc8b0ee186a1f06ae207f19bbcdb6ec21e53a29:/src/gtk/choice.cpp diff --git a/src/gtk/choice.cpp b/src/gtk/choice.cpp index 84eb8ca7f0..d1478144eb 100644 --- a/src/gtk/choice.cpp +++ b/src/gtk/choice.cpp @@ -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() );