Struct limn_core::widget::Widget [] [src]

pub struct Widget(_);

Methods

impl Widget
[src]

[src]

Creates a new, named Widget, ex. "glcanvas". The Widget can then be referred to by name

[src]

[src]

[src]

Important traits for &'a mut I
[src]

Important traits for &'a mut I
[src]

Important traits for &'a mut I
[src]

Important traits for &'a mut I
[src]

Important traits for &'a mut I
[src]

Important traits for &'a mut I
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Important traits for &'a mut I
[src]

Important traits for &'a mut I
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Important traits for &'a mut I
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl Widget
[src]

Important traits for &'a mut I
[src]

Set this widgets container to be a LinearLayout. Children added to this widget will be arranged along one axis without overlapping.

Important traits for &'a mut I
[src]

Set this widgets container to be a GridLayout. Children added to this widget will be arranged in a grid.

impl Widget
[src]

Important traits for &'a mut I
[src]

impl Widget
[src]

Important traits for &'a mut I
[src]

impl Widget
[src]

Important traits for &'a mut I
[src]

Make a widget receive drag events.

Trait Implementations

impl Clone for Widget
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Widget
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for Widget
[src]

impl Hash for Widget
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for Widget
[src]

[src]

Formats the value using the given formatter. Read more

impl LayoutRef for Widget
[src]

[src]