Trait gtk::prelude::CellRendererSpinnerExt[][src]

pub trait CellRendererSpinnerExt: 'static {
    fn is_active(&self) -> bool;
fn set_active(&self, active: bool);
fn pulse(&self) -> u32;
fn set_pulse(&self, pulse: u32);
fn size(&self) -> IconSize;
fn set_size(&self, size: IconSize);
fn connect_active_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_pulse_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_size_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

Implementors