Struct orbtk::widgets::Entry [] [src]

pub struct Entry {
    pub height: Cell<u32>,
    pub highlight: Cell<Color>,
    // some fields omitted
}

An entry in a list Each entry stores widgets within.

Fields

Methods

impl Entry
[src]

Adds a widget to the entry

Trait Implementations

impl Click for Entry
[src]