use super::*;
// wxXPMHandler
/// This trait represents [C++ `wxXPMHandler` class](https://docs.wxwidgets.org/3.2/classwx_x_p_m_handler.html)'s methods and inheritance.
///
/// See [`XPMHandlerIsOwned`] documentation for the class usage.
pub trait XPMHandlerMethods: ImageHandlerMethods {}