Trait winsafe::gui::Child[][src]

pub trait Child {
    fn hwnd_ref(&self) -> &HWND;
}
Expand description

Trait to any child control.

Required methods

Returns a reference to the HWND of the child control.

Implementors