- wxAcceleratorTable& operator=(const wxAcceleratorTable& accel)
- {
- if ( *this != accel )
- Ref(accel);
- return *this;
- }
-
- bool operator==(const wxAcceleratorTable& accel) const;
- bool operator!=(const wxAcceleratorTable& accel) const
- { return !(*this == accel); }
-
- bool Ok() const;