macro_rules! handles {
($control:ty) => { ... };
}
Expand description
Adapted from the [native_windows_gui::controls::handle_from_control
] module.
macro_rules! handles {
($control:ty) => { ... };
}
Adapted from the [native_windows_gui::controls::handle_from_control
] module.