Macro native_windows_gui::nwg_separator
[−]
[src]
macro_rules! nwg_separator { (parent=$p:expr) => { ... }; }
Sane defaults for the Separator control. Requires a menu parent.
The separator control do not have any properties beside the required parent.
Usage:
nwg_separator!(parent="MyParent";)