Trait gtk::prelude::FlowBoxChildExt[][src]

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

fn changed(&self)[src]

fn get_index(&self) -> i32[src]

fn is_selected(&self) -> bool[src]

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

fn emit_activate(&self)[src]

Loading content...

Implementors

impl<O: IsA<FlowBoxChild>> FlowBoxChildExt for O[src]

Loading content...