Trait egui_fltk_frontend::ImgWidgetExt [−][src]
pub trait ImgWidgetExt {
fn into_img_widget(self, frame: &mut Frame<'_>) -> Option<ImgWidget>;
}
Expand description
High level converter for fltk::image
Required methods
fn into_img_widget(self, frame: &mut Frame<'_>) -> Option<ImgWidget>
fn into_img_widget(self, frame: &mut Frame<'_>) -> Option<ImgWidget>
Convert into ImgWidget