Trait suzy::widgets::TextContent[][src]

pub trait TextContent {
    fn set_text(&mut self, text: &str);
}

A trait for widgets which have an obvious singular text graphic associated with them.

Required methods

fn set_text(&mut self, text: &str)[src]

Set the text of the widget.

Loading content...

Implementors

Loading content...