/*
* Panels
*/
+#ifdef __VMS
+// next functions may contain unreacheable code
+# pragma message disable codcauunr
+#endif
wxProperty *wxPanelPropertyInfo::GetProperty(wxString& name)
{
else
return wxWindowPropertyInfo::SetProperty(name, property);
}
+#ifdef __VMS
+# pragma message enable codcauunr
+#endif
void wxPanelPropertyInfo::GetPropertyNames(wxStringList& names)
{