pnmixer-rust/gtk/trait.TextTagExt.html

261 lines
92 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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 `TextTagExt` trait in crate `gtk`.">
<meta name="keywords" content="rust, rustlang, rust-lang, TextTagExt">
<title>gtk::TextTagExt - 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 TextTagExt</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></p><script>window.sidebarCurrent = {name: 'TextTagExt', 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 class="trait" href=''>TextTagExt</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'>&#x2212;</span>]
</a>
</span><a class='srclink' href='../src/gtk/auto/text_tag.rs.html#43-336' title='goto source code'>[src]</a></span></h1>
<pre class='rust trait'>pub trait TextTagExt {
fn <a href='#tymethod.changed' class='fnname'>changed</a>(&amp;self, size_changed: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
fn <a href='#tymethod.event' class='fnname'>event</a>&lt;P:&nbsp;<a class="trait" href="../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a>&lt;<a class="struct" href="../gtk/struct.Object.html" title="struct gtk::Object">Object</a>&gt;&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;event_object: &amp;P, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;event: &amp;<a class="struct" href="../gdk/event/struct.Event.html" title="struct gdk::event::Event">Event</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iter: &amp;<a class="struct" href="../gtk/struct.TextIter.html" title="struct gtk::TextIter">TextIter</a><br>&nbsp;&nbsp;&nbsp;&nbsp;) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
fn <a href='#tymethod.get_priority' class='fnname'>get_priority</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>;
fn <a href='#tymethod.set_priority' class='fnname'>set_priority</a>(&amp;self, priority: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>);
fn <a href='#tymethod.get_property_accumulative_margin' class='fnname'>get_property_accumulative_margin</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
fn <a href='#tymethod.set_property_accumulative_margin' class='fnname'>set_property_accumulative_margin</a>(&amp;self, accumulative_margin: <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>(&amp;self, background: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;);
fn <a href='#tymethod.get_property_background_full_height' class='fnname'>get_property_background_full_height</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
fn <a href='#tymethod.set_property_background_full_height' class='fnname'>set_property_background_full_height</a>(&amp;self, background_full_height: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
fn <a href='#tymethod.get_property_background_full_height_set' class='fnname'>get_property_background_full_height_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
fn <a href='#tymethod.set_property_background_full_height_set' class='fnname'>set_property_background_full_height_set</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;background_full_height_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a><br>&nbsp;&nbsp;&nbsp;&nbsp;);
fn <a href='#tymethod.get_property_background_rgba' class='fnname'>get_property_background_rgba</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>&gt;;
fn <a href='#tymethod.set_property_background_rgba' class='fnname'>set_property_background_rgba</a>(&amp;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>&lt;&amp;<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>&gt;);
fn <a href='#tymethod.get_property_background_set' class='fnname'>get_property_background_set</a>(&amp;self) -&gt; <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>(&amp;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_direction' class='fnname'>get_property_direction</a>(&amp;self) -&gt; <a class="enum" href="../gtk/enum.TextDirection.html" title="enum gtk::TextDirection">TextDirection</a>;
fn <a href='#tymethod.set_property_direction' class='fnname'>set_property_direction</a>(&amp;self, direction: <a class="enum" href="../gtk/enum.TextDirection.html" title="enum gtk::TextDirection">TextDirection</a>);
fn <a href='#tymethod.get_property_editable' class='fnname'>get_property_editable</a>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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_fallback' class='fnname'>get_property_fallback</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
fn <a href='#tymethod.set_property_fallback' class='fnname'>set_property_fallback</a>(&amp;self, fallback: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
fn <a href='#tymethod.get_property_fallback_set' class='fnname'>get_property_fallback_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
fn <a href='#tymethod.set_property_fallback_set' class='fnname'>set_property_fallback_set</a>(&amp;self, fallback_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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;;
fn <a href='#tymethod.set_property_family' class='fnname'>set_property_family</a>(&amp;self, family: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;);
fn <a href='#tymethod.get_property_family_set' class='fnname'>get_property_family_set</a>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;;
fn <a href='#tymethod.set_property_font' class='fnname'>set_property_font</a>(&amp;self, font: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;);
fn <a href='#tymethod.get_property_font_features' class='fnname'>get_property_font_features</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;;
fn <a href='#tymethod.set_property_font_features' class='fnname'>set_property_font_features</a>(&amp;self, font_features: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;);
fn <a href='#tymethod.get_property_font_features_set' class='fnname'>get_property_font_features_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
fn <a href='#tymethod.set_property_font_features_set' class='fnname'>set_property_font_features_set</a>(&amp;self, font_features_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
fn <a href='#tymethod.set_property_foreground' class='fnname'>set_property_foreground</a>(&amp;self, foreground: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;);
fn <a href='#tymethod.get_property_foreground_rgba' class='fnname'>get_property_foreground_rgba</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>&gt;;
fn <a href='#tymethod.set_property_foreground_rgba' class='fnname'>set_property_foreground_rgba</a>(&amp;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>&lt;&amp;<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>&gt;);
fn <a href='#tymethod.get_property_foreground_set' class='fnname'>get_property_foreground_set</a>(&amp;self) -&gt; <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>(&amp;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_indent' class='fnname'>get_property_indent</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>;
fn <a href='#tymethod.set_property_indent' class='fnname'>set_property_indent</a>(&amp;self, indent: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>);
fn <a href='#tymethod.get_property_indent_set' class='fnname'>get_property_indent_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
fn <a href='#tymethod.set_property_indent_set' class='fnname'>set_property_indent_set</a>(&amp;self, indent_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
fn <a href='#tymethod.get_property_invisible' class='fnname'>get_property_invisible</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
fn <a href='#tymethod.set_property_invisible' class='fnname'>set_property_invisible</a>(&amp;self, invisible: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
fn <a href='#tymethod.get_property_invisible_set' class='fnname'>get_property_invisible_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
fn <a href='#tymethod.set_property_invisible_set' class='fnname'>set_property_invisible_set</a>(&amp;self, invisible_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
fn <a href='#tymethod.get_property_justification' class='fnname'>get_property_justification</a>(&amp;self) -&gt; <a class="enum" href="../gtk/enum.Justification.html" title="enum gtk::Justification">Justification</a>;
fn <a href='#tymethod.set_property_justification' class='fnname'>set_property_justification</a>(&amp;self, justification: <a class="enum" href="../gtk/enum.Justification.html" title="enum gtk::Justification">Justification</a>);
fn <a href='#tymethod.get_property_justification_set' class='fnname'>get_property_justification_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
fn <a href='#tymethod.set_property_justification_set' class='fnname'>set_property_justification_set</a>(&amp;self, justification_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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;;
fn <a href='#tymethod.set_property_language' class='fnname'>set_property_language</a>(&amp;self, language: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;);
fn <a href='#tymethod.get_property_language_set' class='fnname'>get_property_language_set</a>(&amp;self) -&gt; <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>(&amp;self, language_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
fn <a href='#tymethod.get_property_left_margin' class='fnname'>get_property_left_margin</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>;
fn <a href='#tymethod.set_property_left_margin' class='fnname'>set_property_left_margin</a>(&amp;self, left_margin: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>);
fn <a href='#tymethod.get_property_left_margin_set' class='fnname'>get_property_left_margin_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
fn <a href='#tymethod.set_property_left_margin_set' class='fnname'>set_property_left_margin_set</a>(&amp;self, left_margin_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
fn <a href='#tymethod.get_property_letter_spacing' class='fnname'>get_property_letter_spacing</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>;
fn <a href='#tymethod.set_property_letter_spacing' class='fnname'>set_property_letter_spacing</a>(&amp;self, letter_spacing: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>);
fn <a href='#tymethod.get_property_letter_spacing_set' class='fnname'>get_property_letter_spacing_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
fn <a href='#tymethod.set_property_letter_spacing_set' class='fnname'>set_property_letter_spacing_set</a>(&amp;self, letter_spacing_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
fn <a href='#tymethod.get_property_name' class='fnname'>get_property_name</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;;
fn <a href='#tymethod.set_property_paragraph_background' class='fnname'>set_property_paragraph_background</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;paragraph_background: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;);
fn <a href='#tymethod.get_property_paragraph_background_rgba' class='fnname'>get_property_paragraph_background_rgba</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>&gt;;
fn <a href='#tymethod.set_property_paragraph_background_rgba' class='fnname'>set_property_paragraph_background_rgba</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;paragraph_background_rgba: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;);
fn <a href='#tymethod.get_property_paragraph_background_set' class='fnname'>get_property_paragraph_background_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
fn <a href='#tymethod.set_property_paragraph_background_set' class='fnname'>set_property_paragraph_background_set</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;paragraph_background_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a><br>&nbsp;&nbsp;&nbsp;&nbsp;);
fn <a href='#tymethod.get_property_pixels_above_lines' class='fnname'>get_property_pixels_above_lines</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>;
fn <a href='#tymethod.set_property_pixels_above_lines' class='fnname'>set_property_pixels_above_lines</a>(&amp;self, pixels_above_lines: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>);
fn <a href='#tymethod.get_property_pixels_above_lines_set' class='fnname'>get_property_pixels_above_lines_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
fn <a href='#tymethod.set_property_pixels_above_lines_set' class='fnname'>set_property_pixels_above_lines_set</a>(&amp;self, pixels_above_lines_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
fn <a href='#tymethod.get_property_pixels_below_lines' class='fnname'>get_property_pixels_below_lines</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>;
fn <a href='#tymethod.set_property_pixels_below_lines' class='fnname'>set_property_pixels_below_lines</a>(&amp;self, pixels_below_lines: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>);
fn <a href='#tymethod.get_property_pixels_below_lines_set' class='fnname'>get_property_pixels_below_lines_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
fn <a href='#tymethod.set_property_pixels_below_lines_set' class='fnname'>set_property_pixels_below_lines_set</a>(&amp;self, pixels_below_lines_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
fn <a href='#tymethod.get_property_pixels_inside_wrap' class='fnname'>get_property_pixels_inside_wrap</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>;
fn <a href='#tymethod.set_property_pixels_inside_wrap' class='fnname'>set_property_pixels_inside_wrap</a>(&amp;self, pixels_inside_wrap: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>);
fn <a href='#tymethod.get_property_pixels_inside_wrap_set' class='fnname'>get_property_pixels_inside_wrap_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
fn <a href='#tymethod.set_property_pixels_inside_wrap_set' class='fnname'>set_property_pixels_inside_wrap_set</a>(&amp;self, pixels_inside_wrap_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
fn <a href='#tymethod.get_property_right_margin' class='fnname'>get_property_right_margin</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>;
fn <a href='#tymethod.set_property_right_margin' class='fnname'>set_property_right_margin</a>(&amp;self, right_margin: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>);
fn <a href='#tymethod.get_property_right_margin_set' class='fnname'>get_property_right_margin_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
fn <a href='#tymethod.set_property_right_margin_set' class='fnname'>set_property_right_margin_set</a>(&amp;self, right_margin_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
fn <a href='#tymethod.get_property_rise' class='fnname'>get_property_rise</a>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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_size' class='fnname'>get_property_size</a>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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_rgba' class='fnname'>get_property_strikethrough_rgba</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>&gt;;
fn <a href='#tymethod.set_property_strikethrough_rgba' class='fnname'>set_property_strikethrough_rgba</a>(&amp;self, strikethrough_rgba: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>&gt;);
fn <a href='#tymethod.get_property_strikethrough_rgba_set' class='fnname'>get_property_strikethrough_rgba_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
fn <a href='#tymethod.set_property_strikethrough_rgba_set' class='fnname'>set_property_strikethrough_rgba_set</a>(&amp;self, strikethrough_rgba_set: <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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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_tabs_set' class='fnname'>get_property_tabs_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
fn <a href='#tymethod.set_property_tabs_set' class='fnname'>set_property_tabs_set</a>(&amp;self, tabs_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
fn <a href='#tymethod.get_property_underline' class='fnname'>get_property_underline</a>(&amp;self) -&gt; <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>(&amp;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_rgba' class='fnname'>get_property_underline_rgba</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>&gt;;
fn <a href='#tymethod.set_property_underline_rgba' class='fnname'>set_property_underline_rgba</a>(&amp;self, underline_rgba: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>&gt;);
fn <a href='#tymethod.get_property_underline_rgba_set' class='fnname'>get_property_underline_rgba_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
fn <a href='#tymethod.set_property_underline_rgba_set' class='fnname'>set_property_underline_rgba_set</a>(&amp;self, underline_rgba_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
fn <a href='#tymethod.get_property_underline_set' class='fnname'>get_property_underline_set</a>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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_wrap_mode' class='fnname'>get_property_wrap_mode</a>(&amp;self) -&gt; <a class="enum" href="../gtk/enum.WrapMode.html" title="enum gtk::WrapMode">WrapMode</a>;
fn <a href='#tymethod.set_property_wrap_mode' class='fnname'>set_property_wrap_mode</a>(&amp;self, wrap_mode: <a class="enum" href="../gtk/enum.WrapMode.html" title="enum gtk::WrapMode">WrapMode</a>);
fn <a href='#tymethod.get_property_wrap_mode_set' class='fnname'>get_property_wrap_mode_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
fn <a href='#tymethod.set_property_wrap_mode_set' class='fnname'>set_property_wrap_mode_set</a>(&amp;self, wrap_mode_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
fn <a href='#tymethod.connect_event' class='fnname'>connect_event</a>&lt;F:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.Fn.html" title="trait core::ops::function::Fn">Fn</a>(&amp;Self, &amp;<a class="struct" href="../gtk/struct.Object.html" title="struct gtk::Object">Object</a>, &amp;<a class="struct" href="../gdk/event/struct.Event.html" title="struct gdk::event::Event">Event</a>, &amp;<a class="struct" href="../gtk/struct.TextIter.html" title="struct gtk::TextIter">TextIter</a>) -&gt; <a class="struct" href="../gtk/prelude/struct.Inhibit.html" title="struct gtk::prelude::Inhibit">Inhibit</a> + 'static&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;f: F<br>&nbsp;&nbsp;&nbsp;&nbsp;) -&gt; <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.changed' class='method'><span id='changed.v' class='invisible'><code>fn <a href='#tymethod.changed' class='fnname'>changed</a>(&amp;self, size_changed: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.event' class='method'><span id='event.v' class='invisible'><code>fn <a href='#tymethod.event' class='fnname'>event</a>&lt;P:&nbsp;<a class="trait" href="../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a>&lt;<a class="struct" href="../gtk/struct.Object.html" title="struct gtk::Object">Object</a>&gt;&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;event_object: &amp;P, <br>&nbsp;&nbsp;&nbsp;&nbsp;event: &amp;<a class="struct" href="../gdk/event/struct.Event.html" title="struct gdk::event::Event">Event</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;iter: &amp;<a class="struct" href="../gtk/struct.TextIter.html" title="struct gtk::TextIter">TextIter</a><br>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.get_priority' class='method'><span id='get_priority.v' class='invisible'><code>fn <a href='#tymethod.get_priority' class='fnname'>get_priority</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_priority' class='method'><span id='set_priority.v' class='invisible'><code>fn <a href='#tymethod.set_priority' class='fnname'>set_priority</a>(&amp;self, priority: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code></span></h3><h3 id='tymethod.get_property_accumulative_margin' class='method'><span id='get_property_accumulative_margin.v' class='invisible'><code>fn <a href='#tymethod.get_property_accumulative_margin' class='fnname'>get_property_accumulative_margin</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_accumulative_margin' class='method'><span id='set_property_accumulative_margin.v' class='invisible'><code>fn <a href='#tymethod.set_property_accumulative_margin' class='fnname'>set_property_accumulative_margin</a>(&amp;self, accumulative_margin: <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>(&amp;self, background: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;)</code></span></h3><h3 id='tymethod.get_property_background_full_height' class='method'><span id='get_property_background_full_height.v' class='invisible'><code>fn <a href='#tymethod.get_property_background_full_height' class='fnname'>get_property_background_full_height</a>(&amp;self) -&gt; <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_full_height' class='method'><span id='set_property_background_full_height.v' class='invisible'><code>fn <a href='#tymethod.set_property_background_full_height' class='fnname'>set_property_background_full_height</a>(&amp;self, background_full_height: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_background_full_height_set' class='method'><span id='get_property_background_full_height_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_background_full_height_set' class='fnname'>get_property_background_full_height_set</a>(&amp;self) -&gt; <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_full_height_set' class='method'><span id='set_property_background_full_height_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_background_full_height_set' class='fnname'>set_property_background_full_height_set</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;background_full_height_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a><br>)</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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>&gt;</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>(&amp;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>&lt;&amp;<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>&gt;)</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>(&amp;self) -&gt; <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>(&amp;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_direction' class='method'><span id='get_property_direction.v' class='invisible'><code>fn <a href='#tymethod.get_property_direction' class='fnname'>get_property_direction</a>(&amp;self) -&gt; <a class="enum" href="../gtk/enum.TextDirection.html" title="enum gtk::TextDirection">TextDirection</a></code></span></h3><h3 id='tymethod.set_property_direction' class='method'><span id='set_property_direction.v' class='invisible'><code>fn <a href='#tymethod.set_property_direction' class='fnname'>set_property_direction</a>(&amp;self, direction: <a class="enum" href="../gtk/enum.TextDirection.html" title="enum gtk::TextDirection">TextDirection</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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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_fallback' class='method'><span id='get_property_fallback.v' class='invisible'><code>fn <a href='#tymethod.get_property_fallback' class='fnname'>get_property_fallback</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_fallback' class='method'><span id='set_property_fallback.v' class='invisible'><code>fn <a href='#tymethod.set_property_fallback' class='fnname'>set_property_fallback</a>(&amp;self, fallback: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_fallback_set' class='method'><span id='get_property_fallback_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_fallback_set' class='fnname'>get_property_fallback_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_fallback_set' class='method'><span id='set_property_fallback_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_fallback_set' class='fnname'>set_property_fallback_set</a>(&amp;self, fallback_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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;</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>(&amp;self, family: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;)</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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;</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>(&amp;self, font: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;)</code></span></h3><h3 id='tymethod.get_property_font_features' class='method'><span id='get_property_font_features.v' class='invisible'><code>fn <a href='#tymethod.get_property_font_features' class='fnname'>get_property_font_features</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;</code></span></h3><h3 id='tymethod.set_property_font_features' class='method'><span id='set_property_font_features.v' class='invisible'><code>fn <a href='#tymethod.set_property_font_features' class='fnname'>set_property_font_features</a>(&amp;self, font_features: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;)</code></span></h3><h3 id='tymethod.get_property_font_features_set' class='method'><span id='get_property_font_features_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_font_features_set' class='fnname'>get_property_font_features_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_font_features_set' class='method'><span id='set_property_font_features_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_font_features_set' class='fnname'>set_property_font_features_set</a>(&amp;self, font_features_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_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>(&amp;self, foreground: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;)</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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>&gt;</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>(&amp;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>&lt;&amp;<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>&gt;)</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>(&amp;self) -&gt; <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>(&amp;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_indent' class='method'><span id='get_property_indent.v' class='invisible'><code>fn <a href='#tymethod.get_property_indent' class='fnname'>get_property_indent</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_indent' class='method'><span id='set_property_indent.v' class='invisible'><code>fn <a href='#tymethod.set_property_indent' class='fnname'>set_property_indent</a>(&amp;self, indent: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code></span></h3><h3 id='tymethod.get_property_indent_set' class='method'><span id='get_property_indent_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_indent_set' class='fnname'>get_property_indent_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_indent_set' class='method'><span id='set_property_indent_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_indent_set' class='fnname'>set_property_indent_set</a>(&amp;self, indent_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_invisible' class='method'><span id='get_property_invisible.v' class='invisible'><code>fn <a href='#tymethod.get_property_invisible' class='fnname'>get_property_invisible</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_invisible' class='method'><span id='set_property_invisible.v' class='invisible'><code>fn <a href='#tymethod.set_property_invisible' class='fnname'>set_property_invisible</a>(&amp;self, invisible: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_invisible_set' class='method'><span id='get_property_invisible_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_invisible_set' class='fnname'>get_property_invisible_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_invisible_set' class='method'><span id='set_property_invisible_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_invisible_set' class='fnname'>set_property_invisible_set</a>(&amp;self, invisible_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_justification' class='method'><span id='get_property_justification.v' class='invisible'><code>fn <a href='#tymethod.get_property_justification' class='fnname'>get_property_justification</a>(&amp;self) -&gt; <a class="enum" href="../gtk/enum.Justification.html" title="enum gtk::Justification">Justification</a></code></span></h3><h3 id='tymethod.set_property_justification' class='method'><span id='set_property_justification.v' class='invisible'><code>fn <a href='#tymethod.set_property_justification' class='fnname'>set_property_justification</a>(&amp;self, justification: <a class="enum" href="../gtk/enum.Justification.html" title="enum gtk::Justification">Justification</a>)</code></span></h3><h3 id='tymethod.get_property_justification_set' class='method'><span id='get_property_justification_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_justification_set' class='fnname'>get_property_justification_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_justification_set' class='method'><span id='set_property_justification_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_justification_set' class='fnname'>set_property_justification_set</a>(&amp;self, justification_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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;</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>(&amp;self, language: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;)</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>(&amp;self) -&gt; <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>(&amp;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.get_property_left_margin' class='method'><span id='get_property_left_margin.v' class='invisible'><code>fn <a href='#tymethod.get_property_left_margin' class='fnname'>get_property_left_margin</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_left_margin' class='method'><span id='set_property_left_margin.v' class='invisible'><code>fn <a href='#tymethod.set_property_left_margin' class='fnname'>set_property_left_margin</a>(&amp;self, left_margin: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code></span></h3><h3 id='tymethod.get_property_left_margin_set' class='method'><span id='get_property_left_margin_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_left_margin_set' class='fnname'>get_property_left_margin_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_left_margin_set' class='method'><span id='set_property_left_margin_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_left_margin_set' class='fnname'>set_property_left_margin_set</a>(&amp;self, left_margin_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_letter_spacing' class='method'><span id='get_property_letter_spacing.v' class='invisible'><code>fn <a href='#tymethod.get_property_letter_spacing' class='fnname'>get_property_letter_spacing</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_letter_spacing' class='method'><span id='set_property_letter_spacing.v' class='invisible'><code>fn <a href='#tymethod.set_property_letter_spacing' class='fnname'>set_property_letter_spacing</a>(&amp;self, letter_spacing: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code></span></h3><h3 id='tymethod.get_property_letter_spacing_set' class='method'><span id='get_property_letter_spacing_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_letter_spacing_set' class='fnname'>get_property_letter_spacing_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_letter_spacing_set' class='method'><span id='set_property_letter_spacing_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_letter_spacing_set' class='fnname'>set_property_letter_spacing_set</a>(&amp;self, letter_spacing_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_name' class='method'><span id='get_property_name.v' class='invisible'><code>fn <a href='#tymethod.get_property_name' class='fnname'>get_property_name</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;</code></span></h3><h3 id='tymethod.set_property_paragraph_background' class='method'><span id='set_property_paragraph_background.v' class='invisible'><code>fn <a href='#tymethod.set_property_paragraph_background' class='fnname'>set_property_paragraph_background</a>(&amp;self, paragraph_background: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;)</code></span></h3><h3 id='tymethod.get_property_paragraph_background_rgba' class='method'><span id='get_property_paragraph_background_rgba.v' class='invisible'><code>fn <a href='#tymethod.get_property_paragraph_background_rgba' class='fnname'>get_property_paragraph_background_rgba</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>&gt;</code></span></h3><h3 id='tymethod.set_property_paragraph_background_rgba' class='method'><span id='set_property_paragraph_background_rgba.v' class='invisible'><code>fn <a href='#tymethod.set_property_paragraph_background_rgba' class='fnname'>set_property_paragraph_background_rgba</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;paragraph_background_rgba: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>&gt;<br>)</code></span></h3><h3 id='tymethod.get_property_paragraph_background_set' class='method'><span id='get_property_paragraph_background_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_paragraph_background_set' class='fnname'>get_property_paragraph_background_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_paragraph_background_set' class='method'><span id='set_property_paragraph_background_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_paragraph_background_set' class='fnname'>set_property_paragraph_background_set</a>(&amp;self, paragraph_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_pixels_above_lines' class='method'><span id='get_property_pixels_above_lines.v' class='invisible'><code>fn <a href='#tymethod.get_property_pixels_above_lines' class='fnname'>get_property_pixels_above_lines</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_pixels_above_lines' class='method'><span id='set_property_pixels_above_lines.v' class='invisible'><code>fn <a href='#tymethod.set_property_pixels_above_lines' class='fnname'>set_property_pixels_above_lines</a>(&amp;self, pixels_above_lines: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code></span></h3><h3 id='tymethod.get_property_pixels_above_lines_set' class='method'><span id='get_property_pixels_above_lines_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_pixels_above_lines_set' class='fnname'>get_property_pixels_above_lines_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_pixels_above_lines_set' class='method'><span id='set_property_pixels_above_lines_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_pixels_above_lines_set' class='fnname'>set_property_pixels_above_lines_set</a>(&amp;self, pixels_above_lines_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_pixels_below_lines' class='method'><span id='get_property_pixels_below_lines.v' class='invisible'><code>fn <a href='#tymethod.get_property_pixels_below_lines' class='fnname'>get_property_pixels_below_lines</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_pixels_below_lines' class='method'><span id='set_property_pixels_below_lines.v' class='invisible'><code>fn <a href='#tymethod.set_property_pixels_below_lines' class='fnname'>set_property_pixels_below_lines</a>(&amp;self, pixels_below_lines: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code></span></h3><h3 id='tymethod.get_property_pixels_below_lines_set' class='method'><span id='get_property_pixels_below_lines_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_pixels_below_lines_set' class='fnname'>get_property_pixels_below_lines_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_pixels_below_lines_set' class='method'><span id='set_property_pixels_below_lines_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_pixels_below_lines_set' class='fnname'>set_property_pixels_below_lines_set</a>(&amp;self, pixels_below_lines_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_pixels_inside_wrap' class='method'><span id='get_property_pixels_inside_wrap.v' class='invisible'><code>fn <a href='#tymethod.get_property_pixels_inside_wrap' class='fnname'>get_property_pixels_inside_wrap</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_pixels_inside_wrap' class='method'><span id='set_property_pixels_inside_wrap.v' class='invisible'><code>fn <a href='#tymethod.set_property_pixels_inside_wrap' class='fnname'>set_property_pixels_inside_wrap</a>(&amp;self, pixels_inside_wrap: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code></span></h3><h3 id='tymethod.get_property_pixels_inside_wrap_set' class='method'><span id='get_property_pixels_inside_wrap_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_pixels_inside_wrap_set' class='fnname'>get_property_pixels_inside_wrap_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_pixels_inside_wrap_set' class='method'><span id='set_property_pixels_inside_wrap_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_pixels_inside_wrap_set' class='fnname'>set_property_pixels_inside_wrap_set</a>(&amp;self, pixels_inside_wrap_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_right_margin' class='method'><span id='get_property_right_margin.v' class='invisible'><code>fn <a href='#tymethod.get_property_right_margin' class='fnname'>get_property_right_margin</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_right_margin' class='method'><span id='set_property_right_margin.v' class='invisible'><code>fn <a href='#tymethod.set_property_right_margin' class='fnname'>set_property_right_margin</a>(&amp;self, right_margin: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code></span></h3><h3 id='tymethod.get_property_right_margin_set' class='method'><span id='get_property_right_margin_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_right_margin_set' class='fnname'>get_property_right_margin_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_right_margin_set' class='method'><span id='set_property_right_margin_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_right_margin_set' class='fnname'>set_property_right_margin_set</a>(&amp;self, right_margin_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_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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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_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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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_rgba' class='method'><span id='get_property_strikethrough_rgba.v' class='invisible'><code>fn <a href='#tymethod.get_property_strikethrough_rgba' class='fnname'>get_property_strikethrough_rgba</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>&gt;</code></span></h3><h3 id='tymethod.set_property_strikethrough_rgba' class='method'><span id='set_property_strikethrough_rgba.v' class='invisible'><code>fn <a href='#tymethod.set_property_strikethrough_rgba' class='fnname'>set_property_strikethrough_rgba</a>(&amp;self, strikethrough_rgba: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>&gt;)</code></span></h3><h3 id='tymethod.get_property_strikethrough_rgba_set' class='method'><span id='get_property_strikethrough_rgba_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_strikethrough_rgba_set' class='fnname'>get_property_strikethrough_rgba_set</a>(&amp;self) -&gt; <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_rgba_set' class='method'><span id='set_property_strikethrough_rgba_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_strikethrough_rgba_set' class='fnname'>set_property_strikethrough_rgba_set</a>(&amp;self, strikethrough_rgba_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_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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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_tabs_set' class='method'><span id='get_property_tabs_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_tabs_set' class='fnname'>get_property_tabs_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_tabs_set' class='method'><span id='set_property_tabs_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_tabs_set' class='fnname'>set_property_tabs_set</a>(&amp;self, tabs_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_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>(&amp;self) -&gt; <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>(&amp;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_rgba' class='method'><span id='get_property_underline_rgba.v' class='invisible'><code>fn <a href='#tymethod.get_property_underline_rgba' class='fnname'>get_property_underline_rgba</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>&gt;</code></span></h3><h3 id='tymethod.set_property_underline_rgba' class='method'><span id='set_property_underline_rgba.v' class='invisible'><code>fn <a href='#tymethod.set_property_underline_rgba' class='fnname'>set_property_underline_rgba</a>(&amp;self, underline_rgba: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>&gt;)</code></span></h3><h3 id='tymethod.get_property_underline_rgba_set' class='method'><span id='get_property_underline_rgba_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_underline_rgba_set' class='fnname'>get_property_underline_rgba_set</a>(&amp;self) -&gt; <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_rgba_set' class='method'><span id='set_property_underline_rgba_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_underline_rgba_set' class='fnname'>set_property_underline_rgba_set</a>(&amp;self, underline_rgba_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_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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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>(&amp;self) -&gt; <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>(&amp;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_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>(&amp;self) -&gt; <a class="enum" href="../gtk/enum.WrapMode.html" title="enum gtk::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>(&amp;self, wrap_mode: <a class="enum" href="../gtk/enum.WrapMode.html" title="enum gtk::WrapMode">WrapMode</a>)</code></span></h3><h3 id='tymethod.get_property_wrap_mode_set' class='method'><span id='get_property_wrap_mode_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_wrap_mode_set' class='fnname'>get_property_wrap_mode_set</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_wrap_mode_set' class='method'><span id='set_property_wrap_mode_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_wrap_mode_set' class='fnname'>set_property_wrap_mode_set</a>(&amp;self, wrap_mode_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.connect_event' class='method'><span id='connect_event.v' class='invisible'><code>fn <a href='#tymethod.connect_event' class='fnname'>connect_event</a>&lt;F:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.Fn.html" title="trait core::ops::function::Fn">Fn</a>(&amp;Self, &amp;<a class="struct" href="../gtk/struct.Object.html" title="struct gtk::Object">Object</a>, &amp;<a class="struct" href="../gdk/event/struct.Event.html" title="struct gdk::event::Event">Event</a>, &amp;<a class="struct" href="../gtk/struct.TextIter.html" title="struct gtk::TextIter">TextIter</a>) -&gt; <a class="struct" href="../gtk/prelude/struct.Inhibit.html" title="struct gtk::prelude::Inhibit">Inhibit</a> + 'static&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;f: F<br>) -&gt; <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&lt;O:&nbsp;<a class="trait" href="../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a>&lt;<a class="struct" href="../gtk/struct.TextTag.html" title="struct gtk::TextTag">TextTag</a>&gt; + <a class="trait" href="../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a>&lt;<a class="struct" href="../gtk/struct.Object.html" title="struct gtk::Object">Object</a>&gt;&gt; TextTagExt for O</code></li>
</ul><script type="text/javascript" async
src="../implementors/gtk/trait.TextTagExt.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>&larrb;</dt>
<dd>Move up in search results</dd>
<dt>&rarrb;</dt>
<dd>Move down in search results</dd>
<dt>&#9166;</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>