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

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

Required methods

fn present(&self)

Presents a window to the user. This function should not be used as when it is called, it is too late to gather a valid timestamp to allow focus stealing prevention to work correctly.

Loading content...

Implementors

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

Loading content...