wxrust 0.0.1-alpha

Binding for the wxCore library of the wxWidgets toolkit.
Documentation
1
2
3
4
5
6
7
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 {}