Trait gtk::prelude::ViewportExt[][src]

pub trait ViewportExt: 'static {
    fn get_bin_window(&self) -> Option<Window>;
fn get_shadow_type(&self) -> ShadowType;
fn get_view_window(&self) -> Option<Window>;
fn set_shadow_type(&self, type_: ShadowType);
fn connect_property_shadow_type_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_bin_window(&self) -> Option<Window>[src]

fn get_shadow_type(&self) -> ShadowType[src]

fn get_view_window(&self) -> Option<Window>[src]

fn set_shadow_type(&self, type_: ShadowType)[src]

fn connect_property_shadow_type_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

Loading content...

Implementors

impl<O: IsA<Viewport>> ViewportExt for O[src]

Loading content...