Struct iup::control::frame::Frame
[−]
[src]
pub struct Frame(_);
See the IUP Frame Documentation.
Methods
impl Frame
fn new<E: Element>(child: E) -> Frame
Creates a frame with a child element.
fn new_empty() -> Frame
Creates a frame with no elements.