Trait gtk::prelude::FlowBoxChildExt
source · [−]pub trait FlowBoxChildExt: 'static {
fn changed(&self);
fn get_index(&self) -> i32;
fn is_selected(&self) -> bool;
fn connect_activate<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId;
fn emit_activate(&self);
}Required Methods
source
fn is_selected(&self) -> bool
source
fn connect_activate<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId
source