#endif // wxUSE_PALETTE
protected:
+ // event handling specific to wxWindow
+#if wxUSE_VALIDATORS
+ virtual bool TryValidator(wxEvent& event);
+#endif // wxUSE_VALIDATORS
+ virtual bool TryParent(wxEvent& event);
+
+
#if wxUSE_CONSTRAINTS
// satisfy the constraints for the windows but don't set the window sizes
void SatisfyConstraints();
virtual wxAccStatus GetName(int childId, wxString* name);
// Gets the number of children.
- virtual wxAccStatus GetChildCount(int* childId);
+ virtual wxAccStatus GetChildCount(int* childCount);
// Gets the specified child (starting from 1).
// If *child is NULL and return value is wxACC_OK,