Trait gtk::AspectFrameExt
[−]
[src]
pub trait AspectFrameExt {
fn set(&self, xalign: f32, yalign: f32, ratio: f32, obey_child: bool);
fn get_property_obey_child(&self) -> bool;
fn set_property_obey_child(&self, obey_child: bool);
fn get_property_ratio(&self) -> f32;
fn set_property_ratio(&self, ratio: f32);
fn get_property_xalign(&self) -> f32;
fn set_property_xalign(&self, xalign: f32);
fn get_property_yalign(&self) -> f32;
fn set_property_yalign(&self, yalign: f32);
}
Required Methods
fn set(&self, xalign: f32, yalign: f32, ratio: f32, obey_child: bool)
fn get_property_obey_child(&self) -> bool
fn set_property_obey_child(&self, obey_child: bool)
fn get_property_ratio(&self) -> f32
fn set_property_ratio(&self, ratio: f32)
fn get_property_xalign(&self) -> f32
fn set_property_xalign(&self, xalign: f32)
fn get_property_yalign(&self) -> f32
fn set_property_yalign(&self, yalign: f32)
Implementors
impl<O: IsA<AspectFrame> + IsA<Object>> AspectFrameExt for O