Trait gtk::prelude::CellRendererProgressExt[][src]

pub trait CellRendererProgressExt: 'static {
    fn get_property_inverted(&self) -> bool;
fn set_property_inverted(&self, inverted: bool);
fn get_property_pulse(&self) -> i32;
fn set_property_pulse(&self, pulse: i32);
fn get_property_text(&self) -> Option<GString>;
fn set_property_text<'a, P: Into<Option<&'a str>>>(&self, text: P);
fn get_property_text_xalign(&self) -> f32;
fn set_property_text_xalign(&self, text_xalign: f32);
fn get_property_text_yalign(&self) -> f32;
fn set_property_text_yalign(&self, text_yalign: f32);
fn get_property_value(&self) -> i32;
fn set_property_value(&self, value: i32);
fn connect_property_inverted_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_pulse_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_text_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_text_xalign_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_text_yalign_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_value_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

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

fn set_property_inverted(&self, inverted: bool)[src]

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

fn set_property_pulse(&self, pulse: i32)[src]

fn get_property_text(&self) -> Option<GString>[src]

fn set_property_text<'a, P: Into<Option<&'a str>>>(&self, text: P)[src]

fn get_property_text_xalign(&self) -> f32[src]

fn set_property_text_xalign(&self, text_xalign: f32)[src]

fn get_property_text_yalign(&self) -> f32[src]

fn set_property_text_yalign(&self, text_yalign: f32)[src]

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

fn set_property_value(&self, value: i32)[src]

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

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

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

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

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

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

Loading content...

Implementors

impl<O: IsA<CellRendererProgress>> CellRendererProgressExt for O[src]

Loading content...