[][src]Trait gtk::FixedExt

pub trait FixedExt: 'static {
    fn move_<P: IsA<Widget>>(&self, widget: &P, x: i32, y: i32);
fn put<P: IsA<Widget>>(&self, widget: &P, x: i32, y: i32); }

Required methods

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

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

Loading content...

Implementors

impl<O: IsA<Fixed>> FixedExt for O[src]

Loading content...