Trait gtk::prelude::FlowBoxChildExt
[−]
[src]
pub trait FlowBoxChildExt { fn changed(&self); fn get_index(&self) -> i32; fn is_selected(&self) -> bool; fn connect_activate<F: Fn(&Self) + 'static>(&self, f: F) -> u64; }
Required Methods
fn changed(&self)
fn get_index(&self) -> i32
fn is_selected(&self) -> bool
fn connect_activate<F: Fn(&Self) + 'static>(&self, f: F) -> u64
Implementors
impl<O: IsA<FlowBoxChild> + IsA<Object>> FlowBoxChildExt for O