207 lines
57 KiB
HTML
207 lines
57 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<meta name="generator" content="rustdoc">
|
||
<meta name="description" content="API documentation for the Rust `CellRendererTextExt` trait in crate `gtk`.">
|
||
<meta name="keywords" content="rust, rustlang, rust-lang, CellRendererTextExt">
|
||
|
||
<title>gtk::prelude::CellRendererTextExt - Rust</title>
|
||
|
||
<link rel="stylesheet" type="text/css" href="../../normalize.css">
|
||
<link rel="stylesheet" type="text/css" href="../../rustdoc.css">
|
||
<link rel="stylesheet" type="text/css" href="../../main.css">
|
||
|
||
|
||
|
||
|
||
</head>
|
||
<body class="rustdoc trait">
|
||
<!--[if lte IE 8]>
|
||
<div class="warning">
|
||
This old browser is unsupported and will most likely display funky
|
||
things.
|
||
</div>
|
||
<![endif]-->
|
||
|
||
|
||
|
||
<nav class="sidebar">
|
||
|
||
<p class='location'>Trait CellRendererTextExt</p><div class="block items"><ul><li><a href="#required-methods">Required Methods</a></li><li><a href="#implementors">Implementors</a></li></ul></div><p class='location'><a href='../index.html'>gtk</a>::<wbr><a href='index.html'>prelude</a></p><script>window.sidebarCurrent = {name: 'CellRendererTextExt', ty: 'trait', relpath: ''};</script><script defer src="sidebar-items.js"></script>
|
||
</nav>
|
||
|
||
<nav class="sub">
|
||
<form class="search-form js-only">
|
||
<div class="search-container">
|
||
<input class="search-input" name="search"
|
||
autocomplete="off"
|
||
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
|
||
type="search">
|
||
</div>
|
||
</form>
|
||
</nav>
|
||
|
||
<section id='main' class="content">
|
||
<h1 class='fqn'><span class='in-band'>Trait <a href='../index.html'>gtk</a>::<wbr><a href='index.html'>prelude</a>::<wbr><a class="trait" href=''>CellRendererTextExt</a></span><span class='out-of-band'><span id='render-detail'>
|
||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||
[<span class='inner'>−</span>]
|
||
</a>
|
||
</span><a class='srclink' href='../../src/gtk/auto/cell_renderer_text.rs.html#38-208' title='goto source code'>[src]</a></span></h1>
|
||
<pre class='rust trait'>pub trait CellRendererTextExt {
|
||
fn <a href='#tymethod.set_fixed_height_from_font' class='fnname'>set_fixed_height_from_font</a>(&self, number_of_rows: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>);
|
||
fn <a href='#tymethod.get_property_align_set' class='fnname'>get_property_align_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_align_set' class='fnname'>set_property_align_set</a>(&self, align_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.set_property_background' class='fnname'>set_property_background</a>(&self, background: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>);
|
||
fn <a href='#tymethod.get_property_background_rgba' class='fnname'>get_property_background_rgba</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>>;
|
||
fn <a href='#tymethod.set_property_background_rgba' class='fnname'>set_property_background_rgba</a>(&self, background_rgba: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>>);
|
||
fn <a href='#tymethod.get_property_background_set' class='fnname'>get_property_background_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_background_set' class='fnname'>set_property_background_set</a>(&self, background_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_editable' class='fnname'>get_property_editable</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_editable' class='fnname'>set_property_editable</a>(&self, editable: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_editable_set' class='fnname'>get_property_editable_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_editable_set' class='fnname'>set_property_editable_set</a>(&self, editable_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_ellipsize' class='fnname'>get_property_ellipsize</a>(&self) -> <a class="enum" href="../../pango/auto/enums/enum.EllipsizeMode.html" title="enum pango::auto::enums::EllipsizeMode">EllipsizeMode</a>;
|
||
fn <a href='#tymethod.set_property_ellipsize' class='fnname'>set_property_ellipsize</a>(&self, ellipsize: <a class="enum" href="../../pango/auto/enums/enum.EllipsizeMode.html" title="enum pango::auto::enums::EllipsizeMode">EllipsizeMode</a>);
|
||
fn <a href='#tymethod.get_property_ellipsize_set' class='fnname'>get_property_ellipsize_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_ellipsize_set' class='fnname'>set_property_ellipsize_set</a>(&self, ellipsize_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_family' class='fnname'>get_property_family</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>;
|
||
fn <a href='#tymethod.set_property_family' class='fnname'>set_property_family</a>(&self, family: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>);
|
||
fn <a href='#tymethod.get_property_family_set' class='fnname'>get_property_family_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_family_set' class='fnname'>set_property_family_set</a>(&self, family_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_font' class='fnname'>get_property_font</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>;
|
||
fn <a href='#tymethod.set_property_font' class='fnname'>set_property_font</a>(&self, font: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>);
|
||
fn <a href='#tymethod.set_property_foreground' class='fnname'>set_property_foreground</a>(&self, foreground: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>);
|
||
fn <a href='#tymethod.get_property_foreground_rgba' class='fnname'>get_property_foreground_rgba</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>>;
|
||
fn <a href='#tymethod.set_property_foreground_rgba' class='fnname'>set_property_foreground_rgba</a>(&self, foreground_rgba: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>>);
|
||
fn <a href='#tymethod.get_property_foreground_set' class='fnname'>get_property_foreground_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_foreground_set' class='fnname'>set_property_foreground_set</a>(&self, foreground_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_language' class='fnname'>get_property_language</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>;
|
||
fn <a href='#tymethod.set_property_language' class='fnname'>set_property_language</a>(&self, language: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>);
|
||
fn <a href='#tymethod.get_property_language_set' class='fnname'>get_property_language_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_language_set' class='fnname'>set_property_language_set</a>(&self, language_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.set_property_markup' class='fnname'>set_property_markup</a>(&self, markup: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>);
|
||
fn <a href='#tymethod.get_property_max_width_chars' class='fnname'>get_property_max_width_chars</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>;
|
||
fn <a href='#tymethod.set_property_max_width_chars' class='fnname'>set_property_max_width_chars</a>(&self, max_width_chars: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>);
|
||
fn <a href='#tymethod.get_property_placeholder_text' class='fnname'>get_property_placeholder_text</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>;
|
||
fn <a href='#tymethod.set_property_placeholder_text' class='fnname'>set_property_placeholder_text</a>(&self, placeholder_text: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>);
|
||
fn <a href='#tymethod.get_property_rise' class='fnname'>get_property_rise</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>;
|
||
fn <a href='#tymethod.set_property_rise' class='fnname'>set_property_rise</a>(&self, rise: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>);
|
||
fn <a href='#tymethod.get_property_rise_set' class='fnname'>get_property_rise_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_rise_set' class='fnname'>set_property_rise_set</a>(&self, rise_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_scale' class='fnname'>get_property_scale</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>;
|
||
fn <a href='#tymethod.set_property_scale' class='fnname'>set_property_scale</a>(&self, scale: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>);
|
||
fn <a href='#tymethod.get_property_scale_set' class='fnname'>get_property_scale_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_scale_set' class='fnname'>set_property_scale_set</a>(&self, scale_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_single_paragraph_mode' class='fnname'>get_property_single_paragraph_mode</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_single_paragraph_mode' class='fnname'>set_property_single_paragraph_mode</a>(&self, single_paragraph_mode: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_size' class='fnname'>get_property_size</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>;
|
||
fn <a href='#tymethod.set_property_size' class='fnname'>set_property_size</a>(&self, size: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>);
|
||
fn <a href='#tymethod.get_property_size_points' class='fnname'>get_property_size_points</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>;
|
||
fn <a href='#tymethod.set_property_size_points' class='fnname'>set_property_size_points</a>(&self, size_points: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>);
|
||
fn <a href='#tymethod.get_property_size_set' class='fnname'>get_property_size_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_size_set' class='fnname'>set_property_size_set</a>(&self, size_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_stretch' class='fnname'>get_property_stretch</a>(&self) -> <a class="enum" href="../../pango/auto/enums/enum.Stretch.html" title="enum pango::auto::enums::Stretch">Stretch</a>;
|
||
fn <a href='#tymethod.set_property_stretch' class='fnname'>set_property_stretch</a>(&self, stretch: <a class="enum" href="../../pango/auto/enums/enum.Stretch.html" title="enum pango::auto::enums::Stretch">Stretch</a>);
|
||
fn <a href='#tymethod.get_property_stretch_set' class='fnname'>get_property_stretch_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_stretch_set' class='fnname'>set_property_stretch_set</a>(&self, stretch_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_strikethrough' class='fnname'>get_property_strikethrough</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_strikethrough' class='fnname'>set_property_strikethrough</a>(&self, strikethrough: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_strikethrough_set' class='fnname'>get_property_strikethrough_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_strikethrough_set' class='fnname'>set_property_strikethrough_set</a>(&self, strikethrough_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_style' class='fnname'>get_property_style</a>(&self) -> <a class="enum" href="../../pango/auto/enums/enum.Style.html" title="enum pango::auto::enums::Style">Style</a>;
|
||
fn <a href='#tymethod.set_property_style' class='fnname'>set_property_style</a>(&self, style: <a class="enum" href="../../pango/auto/enums/enum.Style.html" title="enum pango::auto::enums::Style">Style</a>);
|
||
fn <a href='#tymethod.get_property_style_set' class='fnname'>get_property_style_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_style_set' class='fnname'>set_property_style_set</a>(&self, style_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_text' class='fnname'>get_property_text</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>;
|
||
fn <a href='#tymethod.set_property_text' class='fnname'>set_property_text</a>(&self, text: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>);
|
||
fn <a href='#tymethod.get_property_underline' class='fnname'>get_property_underline</a>(&self) -> <a class="enum" href="../../pango/auto/enums/enum.Underline.html" title="enum pango::auto::enums::Underline">Underline</a>;
|
||
fn <a href='#tymethod.set_property_underline' class='fnname'>set_property_underline</a>(&self, underline: <a class="enum" href="../../pango/auto/enums/enum.Underline.html" title="enum pango::auto::enums::Underline">Underline</a>);
|
||
fn <a href='#tymethod.get_property_underline_set' class='fnname'>get_property_underline_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_underline_set' class='fnname'>set_property_underline_set</a>(&self, underline_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_variant' class='fnname'>get_property_variant</a>(&self) -> <a class="enum" href="../../pango/auto/enums/enum.Variant.html" title="enum pango::auto::enums::Variant">Variant</a>;
|
||
fn <a href='#tymethod.set_property_variant' class='fnname'>set_property_variant</a>(&self, variant: <a class="enum" href="../../pango/auto/enums/enum.Variant.html" title="enum pango::auto::enums::Variant">Variant</a>);
|
||
fn <a href='#tymethod.get_property_variant_set' class='fnname'>get_property_variant_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_variant_set' class='fnname'>set_property_variant_set</a>(&self, variant_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_weight' class='fnname'>get_property_weight</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>;
|
||
fn <a href='#tymethod.set_property_weight' class='fnname'>set_property_weight</a>(&self, weight: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>);
|
||
fn <a href='#tymethod.get_property_weight_set' class='fnname'>get_property_weight_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_weight_set' class='fnname'>set_property_weight_set</a>(&self, weight_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_width_chars' class='fnname'>get_property_width_chars</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>;
|
||
fn <a href='#tymethod.set_property_width_chars' class='fnname'>set_property_width_chars</a>(&self, width_chars: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>);
|
||
fn <a href='#tymethod.get_property_wrap_mode' class='fnname'>get_property_wrap_mode</a>(&self) -> <a class="enum" href="../../pango/auto/enums/enum.WrapMode.html" title="enum pango::auto::enums::WrapMode">WrapMode</a>;
|
||
fn <a href='#tymethod.set_property_wrap_mode' class='fnname'>set_property_wrap_mode</a>(&self, wrap_mode: <a class="enum" href="../../pango/auto/enums/enum.WrapMode.html" title="enum pango::auto::enums::WrapMode">WrapMode</a>);
|
||
fn <a href='#tymethod.get_property_wrap_width' class='fnname'>get_property_wrap_width</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>;
|
||
fn <a href='#tymethod.set_property_wrap_width' class='fnname'>set_property_wrap_width</a>(&self, wrap_width: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>);
|
||
fn <a href='#tymethod.connect_edited' class='fnname'>connect_edited</a><F: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.Fn.html" title="trait core::ops::function::Fn">Fn</a>(&Self, <a class="struct" href="../../gtk/struct.TreePath.html" title="struct gtk::TreePath">TreePath</a>, &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) + 'static>(<br> &self, <br> f: F<br> ) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>;
|
||
}</pre>
|
||
<h2 id='required-methods'>Required Methods</h2>
|
||
<div class='methods'>
|
||
<h3 id='tymethod.set_fixed_height_from_font' class='method'><span id='set_fixed_height_from_font.v' class='invisible'><code>fn <a href='#tymethod.set_fixed_height_from_font' class='fnname'>set_fixed_height_from_font</a>(&self, number_of_rows: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code></span></h3><h3 id='tymethod.get_property_align_set' class='method'><span id='get_property_align_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_align_set' class='fnname'>get_property_align_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_align_set' class='method'><span id='set_property_align_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_align_set' class='fnname'>set_property_align_set</a>(&self, align_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.set_property_background' class='method'><span id='set_property_background.v' class='invisible'><code>fn <a href='#tymethod.set_property_background' class='fnname'>set_property_background</a>(&self, background: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>)</code></span></h3><h3 id='tymethod.get_property_background_rgba' class='method'><span id='get_property_background_rgba.v' class='invisible'><code>fn <a href='#tymethod.get_property_background_rgba' class='fnname'>get_property_background_rgba</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>></code></span></h3><h3 id='tymethod.set_property_background_rgba' class='method'><span id='set_property_background_rgba.v' class='invisible'><code>fn <a href='#tymethod.set_property_background_rgba' class='fnname'>set_property_background_rgba</a>(&self, background_rgba: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>>)</code></span></h3><h3 id='tymethod.get_property_background_set' class='method'><span id='get_property_background_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_background_set' class='fnname'>get_property_background_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_background_set' class='method'><span id='set_property_background_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_background_set' class='fnname'>set_property_background_set</a>(&self, background_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_editable' class='method'><span id='get_property_editable.v' class='invisible'><code>fn <a href='#tymethod.get_property_editable' class='fnname'>get_property_editable</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_editable' class='method'><span id='set_property_editable.v' class='invisible'><code>fn <a href='#tymethod.set_property_editable' class='fnname'>set_property_editable</a>(&self, editable: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_editable_set' class='method'><span id='get_property_editable_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_editable_set' class='fnname'>get_property_editable_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_editable_set' class='method'><span id='set_property_editable_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_editable_set' class='fnname'>set_property_editable_set</a>(&self, editable_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_ellipsize' class='method'><span id='get_property_ellipsize.v' class='invisible'><code>fn <a href='#tymethod.get_property_ellipsize' class='fnname'>get_property_ellipsize</a>(&self) -> <a class="enum" href="../../pango/auto/enums/enum.EllipsizeMode.html" title="enum pango::auto::enums::EllipsizeMode">EllipsizeMode</a></code></span></h3><h3 id='tymethod.set_property_ellipsize' class='method'><span id='set_property_ellipsize.v' class='invisible'><code>fn <a href='#tymethod.set_property_ellipsize' class='fnname'>set_property_ellipsize</a>(&self, ellipsize: <a class="enum" href="../../pango/auto/enums/enum.EllipsizeMode.html" title="enum pango::auto::enums::EllipsizeMode">EllipsizeMode</a>)</code></span></h3><h3 id='tymethod.get_property_ellipsize_set' class='method'><span id='get_property_ellipsize_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_ellipsize_set' class='fnname'>get_property_ellipsize_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_ellipsize_set' class='method'><span id='set_property_ellipsize_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_ellipsize_set' class='fnname'>set_property_ellipsize_set</a>(&self, ellipsize_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_family' class='method'><span id='get_property_family.v' class='invisible'><code>fn <a href='#tymethod.get_property_family' class='fnname'>get_property_family</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></code></span></h3><h3 id='tymethod.set_property_family' class='method'><span id='set_property_family.v' class='invisible'><code>fn <a href='#tymethod.set_property_family' class='fnname'>set_property_family</a>(&self, family: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>)</code></span></h3><h3 id='tymethod.get_property_family_set' class='method'><span id='get_property_family_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_family_set' class='fnname'>get_property_family_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_family_set' class='method'><span id='set_property_family_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_family_set' class='fnname'>set_property_family_set</a>(&self, family_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_font' class='method'><span id='get_property_font.v' class='invisible'><code>fn <a href='#tymethod.get_property_font' class='fnname'>get_property_font</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></code></span></h3><h3 id='tymethod.set_property_font' class='method'><span id='set_property_font.v' class='invisible'><code>fn <a href='#tymethod.set_property_font' class='fnname'>set_property_font</a>(&self, font: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>)</code></span></h3><h3 id='tymethod.set_property_foreground' class='method'><span id='set_property_foreground.v' class='invisible'><code>fn <a href='#tymethod.set_property_foreground' class='fnname'>set_property_foreground</a>(&self, foreground: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>)</code></span></h3><h3 id='tymethod.get_property_foreground_rgba' class='method'><span id='get_property_foreground_rgba.v' class='invisible'><code>fn <a href='#tymethod.get_property_foreground_rgba' class='fnname'>get_property_foreground_rgba</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>></code></span></h3><h3 id='tymethod.set_property_foreground_rgba' class='method'><span id='set_property_foreground_rgba.v' class='invisible'><code>fn <a href='#tymethod.set_property_foreground_rgba' class='fnname'>set_property_foreground_rgba</a>(&self, foreground_rgba: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>>)</code></span></h3><h3 id='tymethod.get_property_foreground_set' class='method'><span id='get_property_foreground_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_foreground_set' class='fnname'>get_property_foreground_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_foreground_set' class='method'><span id='set_property_foreground_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_foreground_set' class='fnname'>set_property_foreground_set</a>(&self, foreground_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_language' class='method'><span id='get_property_language.v' class='invisible'><code>fn <a href='#tymethod.get_property_language' class='fnname'>get_property_language</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></code></span></h3><h3 id='tymethod.set_property_language' class='method'><span id='set_property_language.v' class='invisible'><code>fn <a href='#tymethod.set_property_language' class='fnname'>set_property_language</a>(&self, language: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>)</code></span></h3><h3 id='tymethod.get_property_language_set' class='method'><span id='get_property_language_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_language_set' class='fnname'>get_property_language_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_language_set' class='method'><span id='set_property_language_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_language_set' class='fnname'>set_property_language_set</a>(&self, language_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.set_property_markup' class='method'><span id='set_property_markup.v' class='invisible'><code>fn <a href='#tymethod.set_property_markup' class='fnname'>set_property_markup</a>(&self, markup: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>)</code></span></h3><h3 id='tymethod.get_property_max_width_chars' class='method'><span id='get_property_max_width_chars.v' class='invisible'><code>fn <a href='#tymethod.get_property_max_width_chars' class='fnname'>get_property_max_width_chars</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_max_width_chars' class='method'><span id='set_property_max_width_chars.v' class='invisible'><code>fn <a href='#tymethod.set_property_max_width_chars' class='fnname'>set_property_max_width_chars</a>(&self, max_width_chars: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code></span></h3><h3 id='tymethod.get_property_placeholder_text' class='method'><span id='get_property_placeholder_text.v' class='invisible'><code>fn <a href='#tymethod.get_property_placeholder_text' class='fnname'>get_property_placeholder_text</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></code></span></h3><h3 id='tymethod.set_property_placeholder_text' class='method'><span id='set_property_placeholder_text.v' class='invisible'><code>fn <a href='#tymethod.set_property_placeholder_text' class='fnname'>set_property_placeholder_text</a>(&self, placeholder_text: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>)</code></span></h3><h3 id='tymethod.get_property_rise' class='method'><span id='get_property_rise.v' class='invisible'><code>fn <a href='#tymethod.get_property_rise' class='fnname'>get_property_rise</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_rise' class='method'><span id='set_property_rise.v' class='invisible'><code>fn <a href='#tymethod.set_property_rise' class='fnname'>set_property_rise</a>(&self, rise: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code></span></h3><h3 id='tymethod.get_property_rise_set' class='method'><span id='get_property_rise_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_rise_set' class='fnname'>get_property_rise_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_rise_set' class='method'><span id='set_property_rise_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_rise_set' class='fnname'>set_property_rise_set</a>(&self, rise_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_scale' class='method'><span id='get_property_scale.v' class='invisible'><code>fn <a href='#tymethod.get_property_scale' class='fnname'>get_property_scale</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code></span></h3><h3 id='tymethod.set_property_scale' class='method'><span id='set_property_scale.v' class='invisible'><code>fn <a href='#tymethod.set_property_scale' class='fnname'>set_property_scale</a>(&self, scale: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>)</code></span></h3><h3 id='tymethod.get_property_scale_set' class='method'><span id='get_property_scale_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_scale_set' class='fnname'>get_property_scale_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_scale_set' class='method'><span id='set_property_scale_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_scale_set' class='fnname'>set_property_scale_set</a>(&self, scale_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_single_paragraph_mode' class='method'><span id='get_property_single_paragraph_mode.v' class='invisible'><code>fn <a href='#tymethod.get_property_single_paragraph_mode' class='fnname'>get_property_single_paragraph_mode</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_single_paragraph_mode' class='method'><span id='set_property_single_paragraph_mode.v' class='invisible'><code>fn <a href='#tymethod.set_property_single_paragraph_mode' class='fnname'>set_property_single_paragraph_mode</a>(&self, single_paragraph_mode: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_size' class='method'><span id='get_property_size.v' class='invisible'><code>fn <a href='#tymethod.get_property_size' class='fnname'>get_property_size</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_size' class='method'><span id='set_property_size.v' class='invisible'><code>fn <a href='#tymethod.set_property_size' class='fnname'>set_property_size</a>(&self, size: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code></span></h3><h3 id='tymethod.get_property_size_points' class='method'><span id='get_property_size_points.v' class='invisible'><code>fn <a href='#tymethod.get_property_size_points' class='fnname'>get_property_size_points</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code></span></h3><h3 id='tymethod.set_property_size_points' class='method'><span id='set_property_size_points.v' class='invisible'><code>fn <a href='#tymethod.set_property_size_points' class='fnname'>set_property_size_points</a>(&self, size_points: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>)</code></span></h3><h3 id='tymethod.get_property_size_set' class='method'><span id='get_property_size_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_size_set' class='fnname'>get_property_size_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_size_set' class='method'><span id='set_property_size_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_size_set' class='fnname'>set_property_size_set</a>(&self, size_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_stretch' class='method'><span id='get_property_stretch.v' class='invisible'><code>fn <a href='#tymethod.get_property_stretch' class='fnname'>get_property_stretch</a>(&self) -> <a class="enum" href="../../pango/auto/enums/enum.Stretch.html" title="enum pango::auto::enums::Stretch">Stretch</a></code></span></h3><h3 id='tymethod.set_property_stretch' class='method'><span id='set_property_stretch.v' class='invisible'><code>fn <a href='#tymethod.set_property_stretch' class='fnname'>set_property_stretch</a>(&self, stretch: <a class="enum" href="../../pango/auto/enums/enum.Stretch.html" title="enum pango::auto::enums::Stretch">Stretch</a>)</code></span></h3><h3 id='tymethod.get_property_stretch_set' class='method'><span id='get_property_stretch_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_stretch_set' class='fnname'>get_property_stretch_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_stretch_set' class='method'><span id='set_property_stretch_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_stretch_set' class='fnname'>set_property_stretch_set</a>(&self, stretch_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_strikethrough' class='method'><span id='get_property_strikethrough.v' class='invisible'><code>fn <a href='#tymethod.get_property_strikethrough' class='fnname'>get_property_strikethrough</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_strikethrough' class='method'><span id='set_property_strikethrough.v' class='invisible'><code>fn <a href='#tymethod.set_property_strikethrough' class='fnname'>set_property_strikethrough</a>(&self, strikethrough: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_strikethrough_set' class='method'><span id='get_property_strikethrough_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_strikethrough_set' class='fnname'>get_property_strikethrough_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_strikethrough_set' class='method'><span id='set_property_strikethrough_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_strikethrough_set' class='fnname'>set_property_strikethrough_set</a>(&self, strikethrough_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_style' class='method'><span id='get_property_style.v' class='invisible'><code>fn <a href='#tymethod.get_property_style' class='fnname'>get_property_style</a>(&self) -> <a class="enum" href="../../pango/auto/enums/enum.Style.html" title="enum pango::auto::enums::Style">Style</a></code></span></h3><h3 id='tymethod.set_property_style' class='method'><span id='set_property_style.v' class='invisible'><code>fn <a href='#tymethod.set_property_style' class='fnname'>set_property_style</a>(&self, style: <a class="enum" href="../../pango/auto/enums/enum.Style.html" title="enum pango::auto::enums::Style">Style</a>)</code></span></h3><h3 id='tymethod.get_property_style_set' class='method'><span id='get_property_style_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_style_set' class='fnname'>get_property_style_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_style_set' class='method'><span id='set_property_style_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_style_set' class='fnname'>set_property_style_set</a>(&self, style_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_text' class='method'><span id='get_property_text.v' class='invisible'><code>fn <a href='#tymethod.get_property_text' class='fnname'>get_property_text</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></code></span></h3><h3 id='tymethod.set_property_text' class='method'><span id='set_property_text.v' class='invisible'><code>fn <a href='#tymethod.set_property_text' class='fnname'>set_property_text</a>(&self, text: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>)</code></span></h3><h3 id='tymethod.get_property_underline' class='method'><span id='get_property_underline.v' class='invisible'><code>fn <a href='#tymethod.get_property_underline' class='fnname'>get_property_underline</a>(&self) -> <a class="enum" href="../../pango/auto/enums/enum.Underline.html" title="enum pango::auto::enums::Underline">Underline</a></code></span></h3><h3 id='tymethod.set_property_underline' class='method'><span id='set_property_underline.v' class='invisible'><code>fn <a href='#tymethod.set_property_underline' class='fnname'>set_property_underline</a>(&self, underline: <a class="enum" href="../../pango/auto/enums/enum.Underline.html" title="enum pango::auto::enums::Underline">Underline</a>)</code></span></h3><h3 id='tymethod.get_property_underline_set' class='method'><span id='get_property_underline_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_underline_set' class='fnname'>get_property_underline_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_underline_set' class='method'><span id='set_property_underline_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_underline_set' class='fnname'>set_property_underline_set</a>(&self, underline_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_variant' class='method'><span id='get_property_variant.v' class='invisible'><code>fn <a href='#tymethod.get_property_variant' class='fnname'>get_property_variant</a>(&self) -> <a class="enum" href="../../pango/auto/enums/enum.Variant.html" title="enum pango::auto::enums::Variant">Variant</a></code></span></h3><h3 id='tymethod.set_property_variant' class='method'><span id='set_property_variant.v' class='invisible'><code>fn <a href='#tymethod.set_property_variant' class='fnname'>set_property_variant</a>(&self, variant: <a class="enum" href="../../pango/auto/enums/enum.Variant.html" title="enum pango::auto::enums::Variant">Variant</a>)</code></span></h3><h3 id='tymethod.get_property_variant_set' class='method'><span id='get_property_variant_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_variant_set' class='fnname'>get_property_variant_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_variant_set' class='method'><span id='set_property_variant_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_variant_set' class='fnname'>set_property_variant_set</a>(&self, variant_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_weight' class='method'><span id='get_property_weight.v' class='invisible'><code>fn <a href='#tymethod.get_property_weight' class='fnname'>get_property_weight</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_weight' class='method'><span id='set_property_weight.v' class='invisible'><code>fn <a href='#tymethod.set_property_weight' class='fnname'>set_property_weight</a>(&self, weight: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code></span></h3><h3 id='tymethod.get_property_weight_set' class='method'><span id='get_property_weight_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_weight_set' class='fnname'>get_property_weight_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_weight_set' class='method'><span id='set_property_weight_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_weight_set' class='fnname'>set_property_weight_set</a>(&self, weight_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_width_chars' class='method'><span id='get_property_width_chars.v' class='invisible'><code>fn <a href='#tymethod.get_property_width_chars' class='fnname'>get_property_width_chars</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_width_chars' class='method'><span id='set_property_width_chars.v' class='invisible'><code>fn <a href='#tymethod.set_property_width_chars' class='fnname'>set_property_width_chars</a>(&self, width_chars: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code></span></h3><h3 id='tymethod.get_property_wrap_mode' class='method'><span id='get_property_wrap_mode.v' class='invisible'><code>fn <a href='#tymethod.get_property_wrap_mode' class='fnname'>get_property_wrap_mode</a>(&self) -> <a class="enum" href="../../pango/auto/enums/enum.WrapMode.html" title="enum pango::auto::enums::WrapMode">WrapMode</a></code></span></h3><h3 id='tymethod.set_property_wrap_mode' class='method'><span id='set_property_wrap_mode.v' class='invisible'><code>fn <a href='#tymethod.set_property_wrap_mode' class='fnname'>set_property_wrap_mode</a>(&self, wrap_mode: <a class="enum" href="../../pango/auto/enums/enum.WrapMode.html" title="enum pango::auto::enums::WrapMode">WrapMode</a>)</code></span></h3><h3 id='tymethod.get_property_wrap_width' class='method'><span id='get_property_wrap_width.v' class='invisible'><code>fn <a href='#tymethod.get_property_wrap_width' class='fnname'>get_property_wrap_width</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_wrap_width' class='method'><span id='set_property_wrap_width.v' class='invisible'><code>fn <a href='#tymethod.set_property_wrap_width' class='fnname'>set_property_wrap_width</a>(&self, wrap_width: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code></span></h3><h3 id='tymethod.connect_edited' class='method'><span id='connect_edited.v' class='invisible'><code>fn <a href='#tymethod.connect_edited' class='fnname'>connect_edited</a><F: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.Fn.html" title="trait core::ops::function::Fn">Fn</a>(&Self, <a class="struct" href="../../gtk/struct.TreePath.html" title="struct gtk::TreePath">TreePath</a>, &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) + 'static>(&self, f: F) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code></span></h3></div>
|
||
<h2 id='implementors'>Implementors</h2>
|
||
<ul class='item-list' id='implementors-list'>
|
||
<li><code>impl<O: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRendererText.html" title="struct gtk::CellRendererText">CellRendererText</a>> + <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Object.html" title="struct gtk::Object">Object</a>>> CellRendererTextExt for O</code></li>
|
||
</ul><script type="text/javascript" async
|
||
src="../../implementors/gtk/prelude/trait.CellRendererTextExt.js">
|
||
</script></section>
|
||
<section id='search' class="content hidden"></section>
|
||
|
||
<section class="footer"></section>
|
||
|
||
<aside id="help" class="hidden">
|
||
<div>
|
||
<h1 class="hidden">Help</h1>
|
||
|
||
<div class="shortcuts">
|
||
<h2>Keyboard Shortcuts</h2>
|
||
|
||
<dl>
|
||
<dt>?</dt>
|
||
<dd>Show this help dialog</dd>
|
||
<dt>S</dt>
|
||
<dd>Focus the search field</dd>
|
||
<dt>⇤</dt>
|
||
<dd>Move up in search results</dd>
|
||
<dt>⇥</dt>
|
||
<dd>Move down in search results</dd>
|
||
<dt>⏎</dt>
|
||
<dd>Go to active search result</dd>
|
||
<dt>+</dt>
|
||
<dd>Collapse/expand all sections</dd>
|
||
</dl>
|
||
</div>
|
||
|
||
<div class="infos">
|
||
<h2>Search Tricks</h2>
|
||
|
||
<p>
|
||
Prefix searches with a type followed by a colon (e.g.
|
||
<code>fn:</code>) to restrict the search to a given type.
|
||
</p>
|
||
|
||
<p>
|
||
Accepted types are: <code>fn</code>, <code>mod</code>,
|
||
<code>struct</code>, <code>enum</code>,
|
||
<code>trait</code>, <code>type</code>, <code>macro</code>,
|
||
and <code>const</code>.
|
||
</p>
|
||
|
||
<p>
|
||
Search functions by type signature (e.g.
|
||
<code>vec -> usize</code> or <code>* -> vec</code>)
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</aside>
|
||
|
||
|
||
|
||
<script>
|
||
window.rootPath = "../../";
|
||
window.currentCrate = "gtk";
|
||
</script>
|
||
<script src="../../main.js"></script>
|
||
<script defer src="../../search-index.js"></script>
|
||
</body>
|
||
</html> |