Docs.rs
  • fltk-float-0.1.0
    • fltk-float 0.1.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • vstojkovic
    • Dependencies
      • fltk ^1.4.4 normal
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

LayoutWidgetWrapper

Required Methods

  • wrap

Implementors

In fltk_float

?
Change settings

Trait fltk_float::LayoutWidgetWrapper

source ·
pub trait LayoutWidgetWrapper<W: IntoWidget>: LayoutElement {
    // Required method
    fn wrap(widget: W) -> Self;
}

Required Methods§

source

fn wrap(widget: W) -> Self

Implementors§

source§

impl LayoutWidgetWrapper<Frame> for FrameElement

source§

impl LayoutWidgetWrapper<MenuButton> for MenuButtonElement

source§

impl LayoutWidgetWrapper<InputChoice> for InputChoiceElement

source§

impl<B: ButtonExt + Clone> LayoutWidgetWrapper<B> for ButtonElement<B>

source§

impl<I: InputExt + Clone> LayoutWidgetWrapper<I> for InputElement<I>

source§

impl<T: DisplayExt + Clone> LayoutWidgetWrapper<T> for TextElement<T>

source§

impl<W: IntoWidget> LayoutWidgetWrapper<W> for SimpleWrapper