Trait gtk::prelude::GtkWindowExtManual[][src]

pub trait GtkWindowExtManual: 'static {
    fn present(&self);
}

Required methods

fn present(&self)[src]

Loading content...

Implementors

impl<O: IsA<Window>> GtkWindowExtManual for O[src]

Loading content...