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

Convert into ImgWidget

Implementors