Struct native_windows_gui::Separator
[−]
[src]
pub struct Separator { /* fields omitted */ }
A separator control.
Trait Implementations
impl Control for Separator
[src]
fn handle(&self) -> AnyHandle
Should return the underlying handle to the object
fn control_type(&self) -> ControlType
Should return the type of the control. For custom controls, the return value should be Undefined
(the default).
fn free(&mut self)
If specified, should free any ressource allocated in the template build
function. This includes functions like DestroyWindow
.