[][src]Trait orbtk::traits::Text

pub trait Text {
    fn text<S: Into<String>>(&self, text: S) -> &Self;
fn text_offset(&self, x: i32, y: i32) -> &Self; }

Required methods

fn text<S: Into<String>>(&self, text: S) -> &Self

fn text_offset(&self, x: i32, y: i32) -> &Self

Loading content...

Implementors

impl Text for Action[src]

impl Text for Button[src]

impl Text for Label[src]

impl Text for Menu[src]

impl Text for TextBox[src]

Loading content...