[][src]Trait gtk::CellRendererTextExt

pub trait CellRendererTextExt: 'static {
    fn set_fixed_height_from_font(&self, number_of_rows: i32);
fn get_property_align_set(&self) -> bool;
fn set_property_align_set(&self, align_set: bool);
fn get_property_alignment(&self) -> Alignment;
fn set_property_alignment(&self, alignment: Alignment);
fn get_property_attributes(&self) -> Option<AttrList>;
fn set_property_attributes(&self, attributes: Option<&AttrList>);
fn set_property_background(&self, background: Option<&str>);
fn get_property_background_rgba(&self) -> Option<RGBA>;
fn set_property_background_rgba(&self, background_rgba: Option<&RGBA>);
fn get_property_background_set(&self) -> bool;
fn set_property_background_set(&self, background_set: bool);
fn get_property_editable(&self) -> bool;
fn set_property_editable(&self, editable: bool);
fn get_property_editable_set(&self) -> bool;
fn set_property_editable_set(&self, editable_set: bool);
fn get_property_ellipsize(&self) -> EllipsizeMode;
fn set_property_ellipsize(&self, ellipsize: EllipsizeMode);
fn get_property_ellipsize_set(&self) -> bool;
fn set_property_ellipsize_set(&self, ellipsize_set: bool);
fn get_property_family(&self) -> Option<GString>;
fn set_property_family(&self, family: Option<&str>);
fn get_property_family_set(&self) -> bool;
fn set_property_family_set(&self, family_set: bool);
fn get_property_font(&self) -> Option<GString>;
fn set_property_font(&self, font: Option<&str>);
fn get_property_font_desc(&self) -> Option<FontDescription>;
fn set_property_font_desc(&self, font_desc: Option<&FontDescription>);
fn set_property_foreground(&self, foreground: Option<&str>);
fn get_property_foreground_rgba(&self) -> Option<RGBA>;
fn set_property_foreground_rgba(&self, foreground_rgba: Option<&RGBA>);
fn get_property_foreground_set(&self) -> bool;
fn set_property_foreground_set(&self, foreground_set: bool);
fn get_property_language(&self) -> Option<GString>;
fn set_property_language(&self, language: Option<&str>);
fn get_property_language_set(&self) -> bool;
fn set_property_language_set(&self, language_set: bool);
fn set_property_markup(&self, markup: Option<&str>);
fn get_property_max_width_chars(&self) -> i32;
fn set_property_max_width_chars(&self, max_width_chars: i32);
fn get_property_placeholder_text(&self) -> Option<GString>;
fn set_property_placeholder_text(&self, placeholder_text: Option<&str>);
fn get_property_rise(&self) -> i32;
fn set_property_rise(&self, rise: i32);
fn get_property_rise_set(&self) -> bool;
fn set_property_rise_set(&self, rise_set: bool);
fn get_property_scale(&self) -> f64;
fn set_property_scale(&self, scale: f64);
fn get_property_scale_set(&self) -> bool;
fn set_property_scale_set(&self, scale_set: bool);
fn get_property_single_paragraph_mode(&self) -> bool;
fn set_property_single_paragraph_mode(&self, single_paragraph_mode: bool);
fn get_property_size(&self) -> i32;
fn set_property_size(&self, size: i32);
fn get_property_size_points(&self) -> f64;
fn set_property_size_points(&self, size_points: f64);
fn get_property_size_set(&self) -> bool;
fn set_property_size_set(&self, size_set: bool);
fn get_property_stretch(&self) -> Stretch;
fn set_property_stretch(&self, stretch: Stretch);
fn get_property_stretch_set(&self) -> bool;
fn set_property_stretch_set(&self, stretch_set: bool);
fn get_property_strikethrough(&self) -> bool;
fn set_property_strikethrough(&self, strikethrough: bool);
fn get_property_strikethrough_set(&self) -> bool;
fn set_property_strikethrough_set(&self, strikethrough_set: bool);
fn get_property_style(&self) -> Style;
fn set_property_style(&self, style: Style);
fn get_property_style_set(&self) -> bool;
fn set_property_style_set(&self, style_set: bool);
fn get_property_text(&self) -> Option<GString>;
fn set_property_text(&self, text: Option<&str>);
fn get_property_underline(&self) -> Underline;
fn set_property_underline(&self, underline: Underline);
fn get_property_underline_set(&self) -> bool;
fn set_property_underline_set(&self, underline_set: bool);
fn get_property_variant(&self) -> Variant;
fn set_property_variant(&self, variant: Variant);
fn get_property_variant_set(&self) -> bool;
fn set_property_variant_set(&self, variant_set: bool);
fn get_property_weight(&self) -> i32;
fn set_property_weight(&self, weight: i32);
fn get_property_weight_set(&self) -> bool;
fn set_property_weight_set(&self, weight_set: bool);
fn get_property_width_chars(&self) -> i32;
fn set_property_width_chars(&self, width_chars: i32);
fn get_property_wrap_mode(&self) -> WrapMode;
fn set_property_wrap_mode(&self, wrap_mode: WrapMode);
fn get_property_wrap_width(&self) -> i32;
fn set_property_wrap_width(&self, wrap_width: i32);
fn connect_edited<F: Fn(&Self, TreePath, &str) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_align_set_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_alignment_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_attributes_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_background_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_background_rgba_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_background_set_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_editable_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_editable_set_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_ellipsize_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_ellipsize_set_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_family_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_family_set_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_font_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_font_desc_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_foreground_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_foreground_rgba_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_foreground_set_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_language_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_language_set_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_markup_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_max_width_chars_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_placeholder_text_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_rise_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_rise_set_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_scale_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_scale_set_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_single_paragraph_mode_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_size_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_size_points_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_size_set_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_stretch_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_stretch_set_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_strikethrough_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_strikethrough_set_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_style_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_style_set_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_underline_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_underline_set_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_variant_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_variant_set_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_weight_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_weight_set_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_width_chars_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_wrap_mode_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_wrap_width_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Trait containing all CellRendererText methods.

Implementors

CellRendererAccel, CellRendererCombo, CellRendererSpin, CellRendererText

Required methods

fn set_fixed_height_from_font(&self, number_of_rows: i32)

Sets the height of a renderer to explicitly be determined by the “font” and “y_pad” property set on it. Further changes in these properties do not affect the height, so they must be accompanied by a subsequent call to this function. Using this function is unflexible, and should really only be used if calculating the size of a cell is too slow (ie, a massive number of cells displayed). If number_of_rows is -1, then the fixed height is unset, and the height is determined by the properties again.

number_of_rows

Number of rows of text each cell renderer is allocated, or -1

fn get_property_align_set(&self) -> bool

fn set_property_align_set(&self, align_set: bool)

fn get_property_alignment(&self) -> Alignment

Specifies how to align the lines of text with respect to each other.

Note that this property describes how to align the lines of text in case there are several of them. The "xalign" property of CellRenderer, on the other hand, sets the horizontal alignment of the whole text.

fn set_property_alignment(&self, alignment: Alignment)

Specifies how to align the lines of text with respect to each other.

Note that this property describes how to align the lines of text in case there are several of them. The "xalign" property of CellRenderer, on the other hand, sets the horizontal alignment of the whole text.

fn get_property_attributes(&self) -> Option<AttrList>

fn set_property_attributes(&self, attributes: Option<&AttrList>)

fn set_property_background(&self, background: Option<&str>)

fn get_property_background_rgba(&self) -> Option<RGBA>

Background color as a gdk::RGBA

fn set_property_background_rgba(&self, background_rgba: Option<&RGBA>)

Background color as a gdk::RGBA

fn get_property_background_set(&self) -> bool

fn set_property_background_set(&self, background_set: bool)

fn get_property_editable(&self) -> bool

fn set_property_editable(&self, editable: bool)

fn get_property_editable_set(&self) -> bool

fn set_property_editable_set(&self, editable_set: bool)

fn get_property_ellipsize(&self) -> EllipsizeMode

Specifies the preferred place to ellipsize the string, if the cell renderer does not have enough room to display the entire string. Setting it to pango::EllipsizeMode::None turns off ellipsizing. See the wrap-width property for another way of making the text fit into a given width.

fn set_property_ellipsize(&self, ellipsize: EllipsizeMode)

Specifies the preferred place to ellipsize the string, if the cell renderer does not have enough room to display the entire string. Setting it to pango::EllipsizeMode::None turns off ellipsizing. See the wrap-width property for another way of making the text fit into a given width.

fn get_property_ellipsize_set(&self) -> bool

fn set_property_ellipsize_set(&self, ellipsize_set: bool)

fn get_property_family(&self) -> Option<GString>

fn set_property_family(&self, family: Option<&str>)

fn get_property_family_set(&self) -> bool

fn set_property_family_set(&self, family_set: bool)

fn get_property_font(&self) -> Option<GString>

fn set_property_font(&self, font: Option<&str>)

fn get_property_font_desc(&self) -> Option<FontDescription>

fn set_property_font_desc(&self, font_desc: Option<&FontDescription>)

fn set_property_foreground(&self, foreground: Option<&str>)

fn get_property_foreground_rgba(&self) -> Option<RGBA>

Foreground color as a gdk::RGBA

fn set_property_foreground_rgba(&self, foreground_rgba: Option<&RGBA>)

Foreground color as a gdk::RGBA

fn get_property_foreground_set(&self) -> bool

fn set_property_foreground_set(&self, foreground_set: bool)

fn get_property_language(&self) -> Option<GString>

fn set_property_language(&self, language: Option<&str>)

fn get_property_language_set(&self) -> bool

fn set_property_language_set(&self, language_set: bool)

fn set_property_markup(&self, markup: Option<&str>)

fn get_property_max_width_chars(&self) -> i32

The desired maximum width of the cell, in characters. If this property is set to -1, the width will be calculated automatically.

For cell renderers that ellipsize or wrap text; this property controls the maximum reported width of the cell. The cell should not receive any greater allocation unless it is set to expand in its CellLayout and all of the cell's siblings have received their natural width.

fn set_property_max_width_chars(&self, max_width_chars: i32)

The desired maximum width of the cell, in characters. If this property is set to -1, the width will be calculated automatically.

For cell renderers that ellipsize or wrap text; this property controls the maximum reported width of the cell. The cell should not receive any greater allocation unless it is set to expand in its CellLayout and all of the cell's siblings have received their natural width.

fn get_property_placeholder_text(&self) -> Option<GString>

The text that will be displayed in the CellRenderer if CellRendererText:editable is true and the cell is empty.

Since 3.6

fn set_property_placeholder_text(&self, placeholder_text: Option<&str>)

The text that will be displayed in the CellRenderer if CellRendererText:editable is true and the cell is empty.

Since 3.6

fn get_property_rise(&self) -> i32

fn set_property_rise(&self, rise: i32)

fn get_property_rise_set(&self) -> bool

fn set_property_rise_set(&self, rise_set: bool)

fn get_property_scale(&self) -> f64

fn set_property_scale(&self, scale: f64)

fn get_property_scale_set(&self) -> bool

fn set_property_scale_set(&self, scale_set: bool)

fn get_property_single_paragraph_mode(&self) -> bool

fn set_property_single_paragraph_mode(&self, single_paragraph_mode: bool)

fn get_property_size(&self) -> i32

fn set_property_size(&self, size: i32)

fn get_property_size_points(&self) -> f64

fn set_property_size_points(&self, size_points: f64)

fn get_property_size_set(&self) -> bool

fn set_property_size_set(&self, size_set: bool)

fn get_property_stretch(&self) -> Stretch

fn set_property_stretch(&self, stretch: Stretch)

fn get_property_stretch_set(&self) -> bool

fn set_property_stretch_set(&self, stretch_set: bool)

fn get_property_strikethrough(&self) -> bool

fn set_property_strikethrough(&self, strikethrough: bool)

fn get_property_strikethrough_set(&self) -> bool

fn set_property_strikethrough_set(&self, strikethrough_set: bool)

fn get_property_style(&self) -> Style

fn set_property_style(&self, style: Style)

fn get_property_style_set(&self) -> bool

fn set_property_style_set(&self, style_set: bool)

fn get_property_text(&self) -> Option<GString>

fn set_property_text(&self, text: Option<&str>)

fn get_property_underline(&self) -> Underline

fn set_property_underline(&self, underline: Underline)

fn get_property_underline_set(&self) -> bool

fn set_property_underline_set(&self, underline_set: bool)

fn get_property_variant(&self) -> Variant

fn set_property_variant(&self, variant: Variant)

fn get_property_variant_set(&self) -> bool

fn set_property_variant_set(&self, variant_set: bool)

fn get_property_weight(&self) -> i32

fn set_property_weight(&self, weight: i32)

fn get_property_weight_set(&self) -> bool

fn set_property_weight_set(&self, weight_set: bool)

fn get_property_width_chars(&self) -> i32

The desired width of the cell, in characters. If this property is set to -1, the width will be calculated automatically, otherwise the cell will request either 3 characters or the property value, whichever is greater.

fn set_property_width_chars(&self, width_chars: i32)

The desired width of the cell, in characters. If this property is set to -1, the width will be calculated automatically, otherwise the cell will request either 3 characters or the property value, whichever is greater.

fn get_property_wrap_mode(&self) -> WrapMode

Specifies how to break the string into multiple lines, if the cell renderer does not have enough room to display the entire string. This property has no effect unless the wrap-width property is set.

fn set_property_wrap_mode(&self, wrap_mode: WrapMode)

Specifies how to break the string into multiple lines, if the cell renderer does not have enough room to display the entire string. This property has no effect unless the wrap-width property is set.

fn get_property_wrap_width(&self) -> i32

Specifies the minimum width at which the text is wrapped. The wrap-mode property can be used to influence at what character positions the line breaks can be placed. Setting wrap-width to -1 turns wrapping off.

fn set_property_wrap_width(&self, wrap_width: i32)

Specifies the minimum width at which the text is wrapped. The wrap-mode property can be used to influence at what character positions the line breaks can be placed. Setting wrap-width to -1 turns wrapping off.

fn connect_edited<F: Fn(&Self, TreePath, &str) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

This signal is emitted after renderer has been edited.

It is the responsibility of the application to update the model and store new_text at the position indicated by path.

path

the path identifying the edited cell

new_text

the new text

fn connect_property_align_set_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_alignment_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_attributes_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_background_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_background_rgba_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_background_set_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_editable_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_editable_set_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_ellipsize_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_ellipsize_set_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_family_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_family_set_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_font_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_font_desc_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_foreground_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_foreground_rgba_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_foreground_set_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_language_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_language_set_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_markup_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_max_width_chars_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_placeholder_text_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_rise_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_rise_set_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_scale_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_scale_set_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_single_paragraph_mode_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_size_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_size_points_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_size_set_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_stretch_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_stretch_set_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_strikethrough_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_strikethrough_set_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_style_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_style_set_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_underline_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_underline_set_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_variant_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_variant_set_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_weight_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_weight_set_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_width_chars_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_wrap_mode_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_wrap_width_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<CellRendererText>> CellRendererTextExt for O[src]

Loading content...