Trait gtk::CellRendererProgressExt
source · [−]pub trait CellRendererProgressExt: 'static {
Show 18 methods
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(&self, text: Option<&str>);
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
source
fn get_property_inverted(&self) -> bool
source
fn set_property_inverted(&self, inverted: bool)
source
fn get_property_pulse(&self) -> i32
source
fn set_property_pulse(&self, pulse: i32)
source
fn get_property_text(&self) -> Option<GString>
source
fn set_property_text(&self, text: Option<&str>)
source
fn get_property_text_xalign(&self) -> f32
source
fn set_property_text_xalign(&self, text_xalign: f32)
source
fn get_property_text_yalign(&self) -> f32
source
fn set_property_text_yalign(&self, text_yalign: f32)
source
fn get_property_value(&self) -> i32
source
fn set_property_value(&self, value: i32)
sourcefn connect_property_inverted_notify<F: Fn(&Self) + 'static>(
fn connect_property_inverted_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_property_pulse_notify<F: Fn(&Self) + 'static>(
fn connect_property_pulse_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_property_text_notify<F: Fn(&Self) + 'static>(
fn connect_property_text_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_property_text_xalign_notify<F: Fn(&Self) + 'static>(
fn connect_property_text_xalign_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_property_text_yalign_notify<F: Fn(&Self) + 'static>(
fn connect_property_text_yalign_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_property_value_notify<F: Fn(&Self) + 'static>(