Trait gtk::prelude::FixedExt

source ·
pub trait FixedExt: IsA<Fixed> + Sealed + 'static {
    // Provided methods
    fn move_(&self, widget: &impl IsA<Widget>, x: i32, y: i32) { ... }
    fn put(&self, widget: &impl IsA<Widget>, x: i32, y: i32) { ... }
}

Provided Methods§

source

fn move_(&self, widget: &impl IsA<Widget>, x: i32, y: i32)

source

fn put(&self, widget: &impl IsA<Widget>, x: i32, y: i32)

Implementors§

source§

impl<O: IsA<Fixed>> FixedExt for O