[][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); }

Trait containing all Fixed methods.

Implementors

Fixed

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)

Adds a widget to a Fixed container at the given position.

widget

the widget to add.

x

the horizontal position to place the widget at.

y

the vertical position to place the widget at.

Loading content...

Implementors

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

Loading content...