[][src]Struct gtk::CellRendererTextBuilder

pub struct CellRendererTextBuilder { /* fields omitted */ }

Implementations

impl CellRendererTextBuilder[src]

pub fn new() -> Self[src]

pub fn build(self) -> CellRendererText[src]

pub fn align_set(self, align_set: bool) -> Self[src]

pub fn alignment(self, alignment: Alignment) -> Self[src]

pub fn attributes(self, attributes: &AttrList) -> Self[src]

pub fn background(self, background: &str) -> Self[src]

pub fn background_rgba(self, background_rgba: &RGBA) -> Self[src]

pub fn background_set(self, background_set: bool) -> Self[src]

pub fn editable(self, editable: bool) -> Self[src]

pub fn editable_set(self, editable_set: bool) -> Self[src]

pub fn ellipsize(self, ellipsize: EllipsizeMode) -> Self[src]

pub fn ellipsize_set(self, ellipsize_set: bool) -> Self[src]

pub fn family(self, family: &str) -> Self[src]

pub fn family_set(self, family_set: bool) -> Self[src]

pub fn font(self, font: &str) -> Self[src]

pub fn font_desc(self, font_desc: &FontDescription) -> Self[src]

pub fn foreground(self, foreground: &str) -> Self[src]

pub fn foreground_rgba(self, foreground_rgba: &RGBA) -> Self[src]

pub fn foreground_set(self, foreground_set: bool) -> Self[src]

pub fn language(self, language: &str) -> Self[src]

pub fn language_set(self, language_set: bool) -> Self[src]

pub fn markup(self, markup: &str) -> Self[src]

pub fn max_width_chars(self, max_width_chars: i32) -> Self[src]

pub fn placeholder_text(self, placeholder_text: &str) -> Self[src]

pub fn rise(self, rise: i32) -> Self[src]

pub fn rise_set(self, rise_set: bool) -> Self[src]

pub fn scale(self, scale: f64) -> Self[src]

pub fn scale_set(self, scale_set: bool) -> Self[src]

pub fn single_paragraph_mode(self, single_paragraph_mode: bool) -> Self[src]

pub fn size(self, size: i32) -> Self[src]

pub fn size_points(self, size_points: f64) -> Self[src]

pub fn size_set(self, size_set: bool) -> Self[src]

pub fn stretch(self, stretch: Stretch) -> Self[src]

pub fn stretch_set(self, stretch_set: bool) -> Self[src]

pub fn strikethrough(self, strikethrough: bool) -> Self[src]

pub fn strikethrough_set(self, strikethrough_set: bool) -> Self[src]

pub fn style(self, style: Style) -> Self[src]

pub fn style_set(self, style_set: bool) -> Self[src]

pub fn text(self, text: &str) -> Self[src]

pub fn underline(self, underline: Underline) -> Self[src]

pub fn underline_set(self, underline_set: bool) -> Self[src]

pub fn variant(self, variant: Variant) -> Self[src]

pub fn variant_set(self, variant_set: bool) -> Self[src]

pub fn weight(self, weight: i32) -> Self[src]

pub fn weight_set(self, weight_set: bool) -> Self[src]

pub fn width_chars(self, width_chars: i32) -> Self[src]

pub fn wrap_mode(self, wrap_mode: WrapMode) -> Self[src]

pub fn wrap_width(self, wrap_width: i32) -> Self[src]

pub fn cell_background(self, cell_background: &str) -> Self[src]

pub fn cell_background_rgba(self, cell_background_rgba: &RGBA) -> Self[src]

pub fn cell_background_set(self, cell_background_set: bool) -> Self[src]

pub fn height(self, height: i32) -> Self[src]

pub fn is_expanded(self, is_expanded: bool) -> Self[src]

pub fn is_expander(self, is_expander: bool) -> Self[src]

pub fn mode(self, mode: CellRendererMode) -> Self[src]

pub fn sensitive(self, sensitive: bool) -> Self[src]

pub fn visible(self, visible: bool) -> Self[src]

pub fn width(self, width: i32) -> Self[src]

pub fn xalign(self, xalign: f32) -> Self[src]

pub fn xpad(self, xpad: u32) -> Self[src]

pub fn yalign(self, yalign: f32) -> Self[src]

pub fn ypad(self, ypad: u32) -> Self[src]

Trait Implementations

impl Clone for CellRendererTextBuilder[src]

impl Default for CellRendererTextBuilder[src]

Auto Trait Implementations

impl RefUnwindSafe for CellRendererTextBuilder

impl !Send for CellRendererTextBuilder

impl !Sync for CellRendererTextBuilder

impl Unpin for CellRendererTextBuilder

impl UnwindSafe for CellRendererTextBuilder

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.