pub struct CellRendererSpinBuilder { /* private fields */ }๐Deprecated: Since 4.10
Expand description
A builder-pattern type to construct CellRendererSpin objects.
Implementationsยง
Sourceยงimpl CellRendererSpinBuilder
impl CellRendererSpinBuilder
pub fn adjustment(self, adjustment: &impl IsA<Adjustment>) -> Self
๐Deprecated: Since 4.10
pub fn climb_rate(self, climb_rate: f64) -> Self
๐Deprecated: Since 4.10
pub fn digits(self, digits: u32) -> Self
๐Deprecated: Since 4.10
pub fn align_set(self, align_set: bool) -> Self
๐Deprecated: Since 4.10
pub fn alignment(self, alignment: Alignment) -> Self
๐Deprecated: Since 4.10
pub fn attributes(self, attributes: &AttrList) -> Self
๐Deprecated: Since 4.10
pub fn background(self, background: impl Into<GString>) -> Self
๐Deprecated: Since 4.10
pub fn background_rgba(self, background_rgba: &RGBA) -> Self
๐Deprecated: Since 4.10
pub fn background_set(self, background_set: bool) -> Self
๐Deprecated: Since 4.10
pub fn editable(self, editable: bool) -> Self
๐Deprecated: Since 4.10
pub fn editable_set(self, editable_set: bool) -> Self
๐Deprecated: Since 4.10
pub fn ellipsize(self, ellipsize: EllipsizeMode) -> Self
๐Deprecated: Since 4.10
pub fn ellipsize_set(self, ellipsize_set: bool) -> Self
๐Deprecated: Since 4.10
pub fn family(self, family: impl Into<GString>) -> Self
๐Deprecated: Since 4.10
pub fn family_set(self, family_set: bool) -> Self
๐Deprecated: Since 4.10
pub fn font(self, font: impl Into<GString>) -> Self
๐Deprecated: Since 4.10
pub fn font_desc(self, font_desc: &FontDescription) -> Self
๐Deprecated: Since 4.10
pub fn foreground(self, foreground: impl Into<GString>) -> Self
๐Deprecated: Since 4.10
pub fn foreground_rgba(self, foreground_rgba: &RGBA) -> Self
๐Deprecated: Since 4.10
pub fn foreground_set(self, foreground_set: bool) -> Self
๐Deprecated: Since 4.10
pub fn language(self, language: impl Into<GString>) -> Self
๐Deprecated: Since 4.10
pub fn language_set(self, language_set: bool) -> Self
๐Deprecated: Since 4.10
pub fn markup(self, markup: impl Into<GString>) -> Self
๐Deprecated: Since 4.10
pub fn max_width_chars(self, max_width_chars: i32) -> Self
๐Deprecated: Since 4.10
pub fn placeholder_text(self, placeholder_text: impl Into<GString>) -> Self
๐Deprecated: Since 4.10
pub fn rise(self, rise: i32) -> Self
๐Deprecated: Since 4.10
pub fn rise_set(self, rise_set: bool) -> Self
๐Deprecated: Since 4.10
pub fn scale(self, scale: f64) -> Self
๐Deprecated: Since 4.10
pub fn scale_set(self, scale_set: bool) -> Self
๐Deprecated: Since 4.10
pub fn single_paragraph_mode(self, single_paragraph_mode: bool) -> Self
๐Deprecated: Since 4.10
pub fn size(self, size: i32) -> Self
๐Deprecated: Since 4.10
pub fn size_points(self, size_points: f64) -> Self
๐Deprecated: Since 4.10
pub fn size_set(self, size_set: bool) -> Self
๐Deprecated: Since 4.10
pub fn stretch(self, stretch: Stretch) -> Self
๐Deprecated: Since 4.10
pub fn stretch_set(self, stretch_set: bool) -> Self
๐Deprecated: Since 4.10
pub fn strikethrough(self, strikethrough: bool) -> Self
๐Deprecated: Since 4.10
pub fn strikethrough_set(self, strikethrough_set: bool) -> Self
๐Deprecated: Since 4.10
pub fn style(self, style: Style) -> Self
๐Deprecated: Since 4.10
pub fn style_set(self, style_set: bool) -> Self
๐Deprecated: Since 4.10
pub fn text(self, text: impl Into<GString>) -> Self
๐Deprecated: Since 4.10
pub fn underline(self, underline: Underline) -> Self
๐Deprecated: Since 4.10
pub fn underline_set(self, underline_set: bool) -> Self
๐Deprecated: Since 4.10
pub fn variant(self, variant: Variant) -> Self
๐Deprecated: Since 4.10
pub fn variant_set(self, variant_set: bool) -> Self
๐Deprecated: Since 4.10
pub fn weight(self, weight: i32) -> Self
๐Deprecated: Since 4.10
pub fn weight_set(self, weight_set: bool) -> Self
๐Deprecated: Since 4.10
pub fn width_chars(self, width_chars: i32) -> Self
๐Deprecated: Since 4.10
pub fn wrap_mode(self, wrap_mode: WrapMode) -> Self
๐Deprecated: Since 4.10
pub fn wrap_width(self, wrap_width: 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
Sourcepub fn build(self) -> CellRendererSpin
๐Deprecated: Since 4.10
pub fn build(self) -> CellRendererSpin
Build the CellRendererSpin.
Auto Trait Implementationsยง
impl Freeze for CellRendererSpinBuilder
impl RefUnwindSafe for CellRendererSpinBuilder
impl !Send for CellRendererSpinBuilder
impl !Sync for CellRendererSpinBuilder
impl Unpin for CellRendererSpinBuilder
impl UnwindSafe for CellRendererSpinBuilder
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