Trait widgetry::TextExt [−][src]
pub trait TextExt { fn text_widget(self, ctx: &EventCtx<'_>) -> Widget; fn batch_text(self, ctx: &EventCtx<'_>) -> Widget; }
Required methods
fn text_widget(self, ctx: &EventCtx<'_>) -> Widget
[src]
fn batch_text(self, ctx: &EventCtx<'_>) -> Widget
[src]
Implementations on Foreign Types
impl TextExt for &str
[src]
impl TextExt for &str
[src]fn text_widget(self, ctx: &EventCtx<'_>) -> Widget
[src]
fn batch_text(self, ctx: &EventCtx<'_>) -> Widget
[src]
impl TextExt for String
[src]
impl TextExt for String
[src]