261 lines
92 KiB
HTML
261 lines
92 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<meta name="generator" content="rustdoc">
|
||
<meta name="description" content="API documentation for the Rust `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'>−</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>(&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><P: <a class="trait" href="../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../gtk/struct.Object.html" title="struct gtk::Object">Object</a>>>(<br> &self, <br> event_object: &P, <br> event: &<a class="struct" href="../gdk/event/struct.Event.html" title="struct gdk::event::Event">Event</a>, <br> iter: &<a class="struct" href="../gtk/struct.TextIter.html" title="struct gtk::TextIter">TextIter</a><br> ) -> <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>(&self) -> <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>(&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>(&self) -> <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>(&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>(&self, background: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>);
|
||
fn <a href='#tymethod.get_property_background_full_height' class='fnname'>get_property_background_full_height</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_background_full_height' class='fnname'>set_property_background_full_height</a>(&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>(&self) -> <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> &self, <br> background_full_height_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a><br> );
|
||
fn <a href='#tymethod.get_property_background_rgba' class='fnname'>get_property_background_rgba</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>>;
|
||
fn <a href='#tymethod.set_property_background_rgba' class='fnname'>set_property_background_rgba</a>(&self, background_rgba: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>>);
|
||
fn <a href='#tymethod.get_property_background_set' class='fnname'>get_property_background_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_background_set' class='fnname'>set_property_background_set</a>(&self, background_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_direction' class='fnname'>get_property_direction</a>(&self) -> <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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_editable' class='fnname'>set_property_editable</a>(&self, editable: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_editable_set' class='fnname'>get_property_editable_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_editable_set' class='fnname'>set_property_editable_set</a>(&self, editable_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_fallback' class='fnname'>get_property_fallback</a>(&self) -> <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>(&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>(&self) -> <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>(&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>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>;
|
||
fn <a href='#tymethod.set_property_family' class='fnname'>set_property_family</a>(&self, family: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>);
|
||
fn <a href='#tymethod.get_property_family_set' class='fnname'>get_property_family_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_family_set' class='fnname'>set_property_family_set</a>(&self, family_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_font' class='fnname'>get_property_font</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>;
|
||
fn <a href='#tymethod.set_property_font' class='fnname'>set_property_font</a>(&self, font: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>);
|
||
fn <a href='#tymethod.get_property_font_features' class='fnname'>get_property_font_features</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>;
|
||
fn <a href='#tymethod.set_property_font_features' class='fnname'>set_property_font_features</a>(&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><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>);
|
||
fn <a href='#tymethod.get_property_font_features_set' class='fnname'>get_property_font_features_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_font_features_set' class='fnname'>set_property_font_features_set</a>(&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>(&self, foreground: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>);
|
||
fn <a href='#tymethod.get_property_foreground_rgba' class='fnname'>get_property_foreground_rgba</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>>;
|
||
fn <a href='#tymethod.set_property_foreground_rgba' class='fnname'>set_property_foreground_rgba</a>(&self, foreground_rgba: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>>);
|
||
fn <a href='#tymethod.get_property_foreground_set' class='fnname'>get_property_foreground_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_foreground_set' class='fnname'>set_property_foreground_set</a>(&self, foreground_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_indent' class='fnname'>get_property_indent</a>(&self) -> <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>(&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>(&self) -> <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>(&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>(&self) -> <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>(&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>(&self) -> <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>(&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>(&self) -> <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>(&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>(&self) -> <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>(&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>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>;
|
||
fn <a href='#tymethod.set_property_language' class='fnname'>set_property_language</a>(&self, language: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>);
|
||
fn <a href='#tymethod.get_property_language_set' class='fnname'>get_property_language_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_language_set' class='fnname'>set_property_language_set</a>(&self, language_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_left_margin' class='fnname'>get_property_left_margin</a>(&self) -> <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>(&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>(&self) -> <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>(&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>(&self) -> <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>(&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>(&self) -> <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>(&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>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>;
|
||
fn <a href='#tymethod.set_property_paragraph_background' class='fnname'>set_property_paragraph_background</a>(<br> &self, <br> paragraph_background: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>><br> );
|
||
fn <a href='#tymethod.get_property_paragraph_background_rgba' class='fnname'>get_property_paragraph_background_rgba</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>>;
|
||
fn <a href='#tymethod.set_property_paragraph_background_rgba' class='fnname'>set_property_paragraph_background_rgba</a>(<br> &self, <br> 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><&<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>><br> );
|
||
fn <a href='#tymethod.get_property_paragraph_background_set' class='fnname'>get_property_paragraph_background_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_paragraph_background_set' class='fnname'>set_property_paragraph_background_set</a>(<br> &self, <br> paragraph_background_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a><br> );
|
||
fn <a href='#tymethod.get_property_pixels_above_lines' class='fnname'>get_property_pixels_above_lines</a>(&self) -> <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>(&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>(&self) -> <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>(&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>(&self) -> <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>(&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>(&self) -> <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>(&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>(&self) -> <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>(&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>(&self) -> <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>(&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>(&self) -> <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>(&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>(&self) -> <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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>;
|
||
fn <a href='#tymethod.set_property_rise' class='fnname'>set_property_rise</a>(&self, rise: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>);
|
||
fn <a href='#tymethod.get_property_rise_set' class='fnname'>get_property_rise_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_rise_set' class='fnname'>set_property_rise_set</a>(&self, rise_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_scale' class='fnname'>get_property_scale</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>;
|
||
fn <a href='#tymethod.set_property_scale' class='fnname'>set_property_scale</a>(&self, scale: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>);
|
||
fn <a href='#tymethod.get_property_scale_set' class='fnname'>get_property_scale_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_scale_set' class='fnname'>set_property_scale_set</a>(&self, scale_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_size' class='fnname'>get_property_size</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>;
|
||
fn <a href='#tymethod.set_property_size' class='fnname'>set_property_size</a>(&self, size: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>);
|
||
fn <a href='#tymethod.get_property_size_points' class='fnname'>get_property_size_points</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>;
|
||
fn <a href='#tymethod.set_property_size_points' class='fnname'>set_property_size_points</a>(&self, size_points: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>);
|
||
fn <a href='#tymethod.get_property_size_set' class='fnname'>get_property_size_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_size_set' class='fnname'>set_property_size_set</a>(&self, size_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_stretch' class='fnname'>get_property_stretch</a>(&self) -> <a class="enum" href="../pango/auto/enums/enum.Stretch.html" title="enum pango::auto::enums::Stretch">Stretch</a>;
|
||
fn <a href='#tymethod.set_property_stretch' class='fnname'>set_property_stretch</a>(&self, stretch: <a class="enum" href="../pango/auto/enums/enum.Stretch.html" title="enum pango::auto::enums::Stretch">Stretch</a>);
|
||
fn <a href='#tymethod.get_property_stretch_set' class='fnname'>get_property_stretch_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_stretch_set' class='fnname'>set_property_stretch_set</a>(&self, stretch_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_strikethrough' class='fnname'>get_property_strikethrough</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_strikethrough' class='fnname'>set_property_strikethrough</a>(&self, strikethrough: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_strikethrough_rgba' class='fnname'>get_property_strikethrough_rgba</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>>;
|
||
fn <a href='#tymethod.set_property_strikethrough_rgba' class='fnname'>set_property_strikethrough_rgba</a>(&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><&<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>>);
|
||
fn <a href='#tymethod.get_property_strikethrough_rgba_set' class='fnname'>get_property_strikethrough_rgba_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_strikethrough_rgba_set' class='fnname'>set_property_strikethrough_rgba_set</a>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_strikethrough_set' class='fnname'>set_property_strikethrough_set</a>(&self, strikethrough_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_style' class='fnname'>get_property_style</a>(&self) -> <a class="enum" href="../pango/auto/enums/enum.Style.html" title="enum pango::auto::enums::Style">Style</a>;
|
||
fn <a href='#tymethod.set_property_style' class='fnname'>set_property_style</a>(&self, style: <a class="enum" href="../pango/auto/enums/enum.Style.html" title="enum pango::auto::enums::Style">Style</a>);
|
||
fn <a href='#tymethod.get_property_style_set' class='fnname'>get_property_style_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_style_set' class='fnname'>set_property_style_set</a>(&self, style_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_tabs_set' class='fnname'>get_property_tabs_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_tabs_set' class='fnname'>set_property_tabs_set</a>(&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>(&self) -> <a class="enum" href="../pango/auto/enums/enum.Underline.html" title="enum pango::auto::enums::Underline">Underline</a>;
|
||
fn <a href='#tymethod.set_property_underline' class='fnname'>set_property_underline</a>(&self, underline: <a class="enum" href="../pango/auto/enums/enum.Underline.html" title="enum pango::auto::enums::Underline">Underline</a>);
|
||
fn <a href='#tymethod.get_property_underline_rgba' class='fnname'>get_property_underline_rgba</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>>;
|
||
fn <a href='#tymethod.set_property_underline_rgba' class='fnname'>set_property_underline_rgba</a>(&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><&<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>>);
|
||
fn <a href='#tymethod.get_property_underline_rgba_set' class='fnname'>get_property_underline_rgba_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_underline_rgba_set' class='fnname'>set_property_underline_rgba_set</a>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_underline_set' class='fnname'>set_property_underline_set</a>(&self, underline_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_variant' class='fnname'>get_property_variant</a>(&self) -> <a class="enum" href="../pango/auto/enums/enum.Variant.html" title="enum pango::auto::enums::Variant">Variant</a>;
|
||
fn <a href='#tymethod.set_property_variant' class='fnname'>set_property_variant</a>(&self, variant: <a class="enum" href="../pango/auto/enums/enum.Variant.html" title="enum pango::auto::enums::Variant">Variant</a>);
|
||
fn <a href='#tymethod.get_property_variant_set' class='fnname'>get_property_variant_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_variant_set' class='fnname'>set_property_variant_set</a>(&self, variant_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_weight' class='fnname'>get_property_weight</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>;
|
||
fn <a href='#tymethod.set_property_weight' class='fnname'>set_property_weight</a>(&self, weight: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>);
|
||
fn <a href='#tymethod.get_property_weight_set' class='fnname'>get_property_weight_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.set_property_weight_set' class='fnname'>set_property_weight_set</a>(&self, weight_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.get_property_wrap_mode' class='fnname'>get_property_wrap_mode</a>(&self) -> <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>(&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>(&self) -> <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>(&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><F: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.Fn.html" title="trait core::ops::function::Fn">Fn</a>(&Self, &<a class="struct" href="../gtk/struct.Object.html" title="struct gtk::Object">Object</a>, &<a class="struct" href="../gdk/event/struct.Event.html" title="struct gdk::event::Event">Event</a>, &<a class="struct" href="../gtk/struct.TextIter.html" title="struct gtk::TextIter">TextIter</a>) -> <a class="struct" href="../gtk/prelude/struct.Inhibit.html" title="struct gtk::prelude::Inhibit">Inhibit</a> + 'static>(<br> &self, <br> f: F<br> ) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>;
|
||
}</pre>
|
||
<h2 id='required-methods'>Required Methods</h2>
|
||
<div class='methods'>
|
||
<h3 id='tymethod.changed' class='method'><span id='changed.v' class='invisible'><code>fn <a href='#tymethod.changed' class='fnname'>changed</a>(&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><P: <a class="trait" href="../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../gtk/struct.Object.html" title="struct gtk::Object">Object</a>>>(<br> &self, <br> event_object: &P, <br> event: &<a class="struct" href="../gdk/event/struct.Event.html" title="struct gdk::event::Event">Event</a>, <br> iter: &<a class="struct" href="../gtk/struct.TextIter.html" title="struct gtk::TextIter">TextIter</a><br>) -> <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>(&self) -> <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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self, background: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>)</code></span></h3><h3 id='tymethod.get_property_background_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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_background_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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_background_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> &self, <br> 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>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>></code></span></h3><h3 id='tymethod.set_property_background_rgba' class='method'><span id='set_property_background_rgba.v' class='invisible'><code>fn <a href='#tymethod.set_property_background_rgba' class='fnname'>set_property_background_rgba</a>(&self, background_rgba: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>>)</code></span></h3><h3 id='tymethod.get_property_background_set' class='method'><span id='get_property_background_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_background_set' class='fnname'>get_property_background_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_background_set' class='method'><span id='set_property_background_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_background_set' class='fnname'>set_property_background_set</a>(&self, background_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_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>(&self) -> <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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_editable' class='method'><span id='set_property_editable.v' class='invisible'><code>fn <a href='#tymethod.set_property_editable' class='fnname'>set_property_editable</a>(&self, editable: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_editable_set' class='method'><span id='get_property_editable_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_editable_set' class='fnname'>get_property_editable_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_editable_set' class='method'><span id='set_property_editable_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_editable_set' class='fnname'>set_property_editable_set</a>(&self, editable_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></code></span></h3><h3 id='tymethod.set_property_family' class='method'><span id='set_property_family.v' class='invisible'><code>fn <a href='#tymethod.set_property_family' class='fnname'>set_property_family</a>(&self, family: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>)</code></span></h3><h3 id='tymethod.get_property_family_set' class='method'><span id='get_property_family_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_family_set' class='fnname'>get_property_family_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_family_set' class='method'><span id='set_property_family_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_family_set' class='fnname'>set_property_family_set</a>(&self, family_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_font' class='method'><span id='get_property_font.v' class='invisible'><code>fn <a href='#tymethod.get_property_font' class='fnname'>get_property_font</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></code></span></h3><h3 id='tymethod.set_property_font' class='method'><span id='set_property_font.v' class='invisible'><code>fn <a href='#tymethod.set_property_font' class='fnname'>set_property_font</a>(&self, font: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>)</code></span></h3><h3 id='tymethod.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>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></code></span></h3><h3 id='tymethod.set_property_font_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>(&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><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>)</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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self, foreground: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>)</code></span></h3><h3 id='tymethod.get_property_foreground_rgba' class='method'><span id='get_property_foreground_rgba.v' class='invisible'><code>fn <a href='#tymethod.get_property_foreground_rgba' class='fnname'>get_property_foreground_rgba</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>></code></span></h3><h3 id='tymethod.set_property_foreground_rgba' class='method'><span id='set_property_foreground_rgba.v' class='invisible'><code>fn <a href='#tymethod.set_property_foreground_rgba' class='fnname'>set_property_foreground_rgba</a>(&self, foreground_rgba: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>>)</code></span></h3><h3 id='tymethod.get_property_foreground_set' class='method'><span id='get_property_foreground_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_foreground_set' class='fnname'>get_property_foreground_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_foreground_set' class='method'><span id='set_property_foreground_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_foreground_set' class='fnname'>set_property_foreground_set</a>(&self, foreground_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self) -> <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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></code></span></h3><h3 id='tymethod.set_property_language' class='method'><span id='set_property_language.v' class='invisible'><code>fn <a href='#tymethod.set_property_language' class='fnname'>set_property_language</a>(&self, language: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>)</code></span></h3><h3 id='tymethod.get_property_language_set' class='method'><span id='get_property_language_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_language_set' class='fnname'>get_property_language_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_language_set' class='method'><span id='set_property_language_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_language_set' class='fnname'>set_property_language_set</a>(&self, language_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></code></span></h3><h3 id='tymethod.set_property_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>(&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><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>)</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>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>></code></span></h3><h3 id='tymethod.set_property_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> &self, <br> 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><&<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>><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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_rise' class='method'><span id='set_property_rise.v' class='invisible'><code>fn <a href='#tymethod.set_property_rise' class='fnname'>set_property_rise</a>(&self, rise: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code></span></h3><h3 id='tymethod.get_property_rise_set' class='method'><span id='get_property_rise_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_rise_set' class='fnname'>get_property_rise_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_rise_set' class='method'><span id='set_property_rise_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_rise_set' class='fnname'>set_property_rise_set</a>(&self, rise_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_scale' class='method'><span id='get_property_scale.v' class='invisible'><code>fn <a href='#tymethod.get_property_scale' class='fnname'>get_property_scale</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code></span></h3><h3 id='tymethod.set_property_scale' class='method'><span id='set_property_scale.v' class='invisible'><code>fn <a href='#tymethod.set_property_scale' class='fnname'>set_property_scale</a>(&self, scale: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>)</code></span></h3><h3 id='tymethod.get_property_scale_set' class='method'><span id='get_property_scale_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_scale_set' class='fnname'>get_property_scale_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_scale_set' class='method'><span id='set_property_scale_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_scale_set' class='fnname'>set_property_scale_set</a>(&self, scale_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_size' class='method'><span id='get_property_size.v' class='invisible'><code>fn <a href='#tymethod.get_property_size' class='fnname'>get_property_size</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_size' class='method'><span id='set_property_size.v' class='invisible'><code>fn <a href='#tymethod.set_property_size' class='fnname'>set_property_size</a>(&self, size: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code></span></h3><h3 id='tymethod.get_property_size_points' class='method'><span id='get_property_size_points.v' class='invisible'><code>fn <a href='#tymethod.get_property_size_points' class='fnname'>get_property_size_points</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code></span></h3><h3 id='tymethod.set_property_size_points' class='method'><span id='set_property_size_points.v' class='invisible'><code>fn <a href='#tymethod.set_property_size_points' class='fnname'>set_property_size_points</a>(&self, size_points: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>)</code></span></h3><h3 id='tymethod.get_property_size_set' class='method'><span id='get_property_size_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_size_set' class='fnname'>get_property_size_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_size_set' class='method'><span id='set_property_size_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_size_set' class='fnname'>set_property_size_set</a>(&self, size_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_stretch' class='method'><span id='get_property_stretch.v' class='invisible'><code>fn <a href='#tymethod.get_property_stretch' class='fnname'>get_property_stretch</a>(&self) -> <a class="enum" href="../pango/auto/enums/enum.Stretch.html" title="enum pango::auto::enums::Stretch">Stretch</a></code></span></h3><h3 id='tymethod.set_property_stretch' class='method'><span id='set_property_stretch.v' class='invisible'><code>fn <a href='#tymethod.set_property_stretch' class='fnname'>set_property_stretch</a>(&self, stretch: <a class="enum" href="../pango/auto/enums/enum.Stretch.html" title="enum pango::auto::enums::Stretch">Stretch</a>)</code></span></h3><h3 id='tymethod.get_property_stretch_set' class='method'><span id='get_property_stretch_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_stretch_set' class='fnname'>get_property_stretch_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_stretch_set' class='method'><span id='set_property_stretch_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_stretch_set' class='fnname'>set_property_stretch_set</a>(&self, stretch_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_strikethrough' class='method'><span id='get_property_strikethrough.v' class='invisible'><code>fn <a href='#tymethod.get_property_strikethrough' class='fnname'>get_property_strikethrough</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_strikethrough' class='method'><span id='set_property_strikethrough.v' class='invisible'><code>fn <a href='#tymethod.set_property_strikethrough' class='fnname'>set_property_strikethrough</a>(&self, strikethrough: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_strikethrough_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>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>></code></span></h3><h3 id='tymethod.set_property_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>(&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><&<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>>)</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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_strikethrough_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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_strikethrough_set' class='method'><span id='set_property_strikethrough_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_strikethrough_set' class='fnname'>set_property_strikethrough_set</a>(&self, strikethrough_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_style' class='method'><span id='get_property_style.v' class='invisible'><code>fn <a href='#tymethod.get_property_style' class='fnname'>get_property_style</a>(&self) -> <a class="enum" href="../pango/auto/enums/enum.Style.html" title="enum pango::auto::enums::Style">Style</a></code></span></h3><h3 id='tymethod.set_property_style' class='method'><span id='set_property_style.v' class='invisible'><code>fn <a href='#tymethod.set_property_style' class='fnname'>set_property_style</a>(&self, style: <a class="enum" href="../pango/auto/enums/enum.Style.html" title="enum pango::auto::enums::Style">Style</a>)</code></span></h3><h3 id='tymethod.get_property_style_set' class='method'><span id='get_property_style_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_style_set' class='fnname'>get_property_style_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_style_set' class='method'><span id='set_property_style_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_style_set' class='fnname'>set_property_style_set</a>(&self, style_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_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>(&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>(&self) -> <a class="enum" href="../pango/auto/enums/enum.Underline.html" title="enum pango::auto::enums::Underline">Underline</a></code></span></h3><h3 id='tymethod.set_property_underline' class='method'><span id='set_property_underline.v' class='invisible'><code>fn <a href='#tymethod.set_property_underline' class='fnname'>set_property_underline</a>(&self, underline: <a class="enum" href="../pango/auto/enums/enum.Underline.html" title="enum pango::auto::enums::Underline">Underline</a>)</code></span></h3><h3 id='tymethod.get_property_underline_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>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>></code></span></h3><h3 id='tymethod.set_property_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>(&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><&<a class="struct" href="../gdk/rgba/struct.RGBA.html" title="struct gdk::rgba::RGBA">RGBA</a>>)</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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_underline_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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_underline_set' class='method'><span id='set_property_underline_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_underline_set' class='fnname'>set_property_underline_set</a>(&self, underline_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_variant' class='method'><span id='get_property_variant.v' class='invisible'><code>fn <a href='#tymethod.get_property_variant' class='fnname'>get_property_variant</a>(&self) -> <a class="enum" href="../pango/auto/enums/enum.Variant.html" title="enum pango::auto::enums::Variant">Variant</a></code></span></h3><h3 id='tymethod.set_property_variant' class='method'><span id='set_property_variant.v' class='invisible'><code>fn <a href='#tymethod.set_property_variant' class='fnname'>set_property_variant</a>(&self, variant: <a class="enum" href="../pango/auto/enums/enum.Variant.html" title="enum pango::auto::enums::Variant">Variant</a>)</code></span></h3><h3 id='tymethod.get_property_variant_set' class='method'><span id='get_property_variant_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_variant_set' class='fnname'>get_property_variant_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_variant_set' class='method'><span id='set_property_variant_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_variant_set' class='fnname'>set_property_variant_set</a>(&self, variant_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_weight' class='method'><span id='get_property_weight.v' class='invisible'><code>fn <a href='#tymethod.get_property_weight' class='fnname'>get_property_weight</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.set_property_weight' class='method'><span id='set_property_weight.v' class='invisible'><code>fn <a href='#tymethod.set_property_weight' class='fnname'>set_property_weight</a>(&self, weight: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code></span></h3><h3 id='tymethod.get_property_weight_set' class='method'><span id='get_property_weight_set.v' class='invisible'><code>fn <a href='#tymethod.get_property_weight_set' class='fnname'>get_property_weight_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_weight_set' class='method'><span id='set_property_weight_set.v' class='invisible'><code>fn <a href='#tymethod.set_property_weight_set' class='fnname'>set_property_weight_set</a>(&self, weight_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.get_property_wrap_mode' class='method'><span id='get_property_wrap_mode.v' class='invisible'><code>fn <a href='#tymethod.get_property_wrap_mode' class='fnname'>get_property_wrap_mode</a>(&self) -> <a class="enum" href="../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>(&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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.set_property_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>(&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><F: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.Fn.html" title="trait core::ops::function::Fn">Fn</a>(&Self, &<a class="struct" href="../gtk/struct.Object.html" title="struct gtk::Object">Object</a>, &<a class="struct" href="../gdk/event/struct.Event.html" title="struct gdk::event::Event">Event</a>, &<a class="struct" href="../gtk/struct.TextIter.html" title="struct gtk::TextIter">TextIter</a>) -> <a class="struct" href="../gtk/prelude/struct.Inhibit.html" title="struct gtk::prelude::Inhibit">Inhibit</a> + 'static>(<br> &self, <br> f: F<br>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code></span></h3></div>
|
||
<h2 id='implementors'>Implementors</h2>
|
||
<ul class='item-list' id='implementors-list'>
|
||
<li><code>impl<O: <a class="trait" href="../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../gtk/struct.TextTag.html" title="struct gtk::TextTag">TextTag</a>> + <a class="trait" href="../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../gtk/struct.Object.html" title="struct gtk::Object">Object</a>>> 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>⇤</dt>
|
||
<dd>Move up in search results</dd>
|
||
<dt>⇥</dt>
|
||
<dd>Move down in search results</dd>
|
||
<dt>⏎</dt>
|
||
<dd>Go to active search result</dd>
|
||
<dt>+</dt>
|
||
<dd>Collapse/expand all sections</dd>
|
||
</dl>
|
||
</div>
|
||
|
||
<div class="infos">
|
||
<h2>Search Tricks</h2>
|
||
|
||
<p>
|
||
Prefix searches with a type followed by a colon (e.g.
|
||
<code>fn:</code>) to restrict the search to a given type.
|
||
</p>
|
||
|
||
<p>
|
||
Accepted types are: <code>fn</code>, <code>mod</code>,
|
||
<code>struct</code>, <code>enum</code>,
|
||
<code>trait</code>, <code>type</code>, <code>macro</code>,
|
||
and <code>const</code>.
|
||
</p>
|
||
|
||
<p>
|
||
Search functions by type signature (e.g.
|
||
<code>vec -> usize</code> or <code>* -> vec</code>)
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</aside>
|
||
|
||
|
||
|
||
<script>
|
||
window.rootPath = "../";
|
||
window.currentCrate = "gtk";
|
||
</script>
|
||
<script src="../main.js"></script>
|
||
<script defer src="../search-index.js"></script>
|
||
</body>
|
||
</html> |