pub struct CellRendererProgressBuilder { /* private fields */ }๐Deprecated: Since 4.10
Expand description
A builder-pattern type to construct CellRendererProgress objects.
Implementationsยง
Sourceยงimpl CellRendererProgressBuilder
impl CellRendererProgressBuilder
pub fn inverted(self, inverted: bool) -> Self
๐Deprecated: Since 4.10
pub fn pulse(self, pulse: i32) -> Self
๐Deprecated: Since 4.10
pub fn text(self, text: impl Into<GString>) -> Self
๐Deprecated: Since 4.10
pub fn text_xalign(self, text_xalign: f32) -> Self
๐Deprecated: Since 4.10
pub fn text_yalign(self, text_yalign: f32) -> Self
๐Deprecated: Since 4.10
pub fn value(self, value: i32) -> Self
๐Deprecated: Since 4.10
pub fn cell_background(self, cell_background: impl Into<GString>) -> Self
๐Deprecated: Since 4.10
pub fn cell_background_rgba(self, cell_background_rgba: &RGBA) -> Self
๐Deprecated: Since 4.10
pub fn cell_background_set(self, cell_background_set: bool) -> Self
๐Deprecated: Since 4.10
pub fn height(self, height: i32) -> Self
๐Deprecated: Since 4.10
pub fn is_expanded(self, is_expanded: bool) -> Self
๐Deprecated: Since 4.10
pub fn is_expander(self, is_expander: bool) -> Self
๐Deprecated: Since 4.10
pub fn mode(self, mode: CellRendererMode) -> Self
๐Deprecated: Since 4.10
pub fn sensitive(self, sensitive: bool) -> Self
๐Deprecated: Since 4.10
pub fn visible(self, visible: bool) -> Self
๐Deprecated: Since 4.10
pub fn width(self, width: i32) -> Self
๐Deprecated: Since 4.10
pub fn xalign(self, xalign: f32) -> Self
๐Deprecated: Since 4.10
pub fn xpad(self, xpad: u32) -> Self
๐Deprecated: Since 4.10
pub fn yalign(self, yalign: f32) -> Self
๐Deprecated: Since 4.10
pub fn ypad(self, ypad: u32) -> Self
๐Deprecated: Since 4.10
pub fn orientation(self, orientation: Orientation) -> Self
๐Deprecated: Since 4.10
Sourcepub fn build(self) -> CellRendererProgress
๐Deprecated: Since 4.10
pub fn build(self) -> CellRendererProgress
Build the CellRendererProgress.
Auto Trait Implementationsยง
impl Freeze for CellRendererProgressBuilder
impl RefUnwindSafe for CellRendererProgressBuilder
impl !Send for CellRendererProgressBuilder
impl !Sync for CellRendererProgressBuilder
impl Unpin for CellRendererProgressBuilder
impl UnwindSafe for CellRendererProgressBuilder
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more