[][src]Trait egui::demos::Demo

pub trait Demo {
    pub fn name(&self) -> &str;
pub fn show(&mut self, ctx: &Arc<Context>, open: &mut bool); }

Something to view

Required methods

pub fn name(&self) -> &str[src]

pub fn show(&mut self, ctx: &Arc<Context>, open: &mut bool)[src]

Show windows, etc

Loading content...

Implementors

impl Demo for DancingStrings[src]

impl Demo for DragAndDropDemo[src]

impl Demo for Tests[src]

Loading content...