161 lines
63 KiB
HTML
161 lines
63 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 `CellAreaExt` trait in crate `gtk`.">
|
||
<meta name="keywords" content="rust, rustlang, rust-lang, CellAreaExt">
|
||
|
||
<title>gtk::prelude::CellAreaExt - 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 CellAreaExt</p><div class="block items"><ul><li><a href="#required-methods">Required Methods</a></li><li><a href="#implementors">Implementors</a></li></ul></div><p class='location'><a href='../index.html'>gtk</a>::<wbr><a href='index.html'>prelude</a></p><script>window.sidebarCurrent = {name: 'CellAreaExt', ty: 'trait', relpath: ''};</script><script defer src="sidebar-items.js"></script>
|
||
</nav>
|
||
|
||
<nav class="sub">
|
||
<form class="search-form js-only">
|
||
<div class="search-container">
|
||
<input class="search-input" name="search"
|
||
autocomplete="off"
|
||
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
|
||
type="search">
|
||
</div>
|
||
</form>
|
||
</nav>
|
||
|
||
<section id='main' class="content">
|
||
<h1 class='fqn'><span class='in-band'>Trait <a href='../index.html'>gtk</a>::<wbr><a href='index.html'>prelude</a>::<wbr><a class="trait" href=''>CellAreaExt</a></span><span class='out-of-band'><span id='render-detail'>
|
||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||
[<span class='inner'>−</span>]
|
||
</a>
|
||
</span><a class='srclink' href='../../src/gtk/auto/cell_area.rs.html#40-133' title='goto source code'>[src]</a></span></h1>
|
||
<pre class='rust trait'>pub trait CellAreaExt {
|
||
fn <a href='#tymethod.activate' class='fnname'>activate</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Widget.html" title="struct gtk::Widget">Widget</a>>>(<br> &self, <br> context: &<a class="struct" href="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</a>, <br> widget: &P, <br> cell_area: &<a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a>, <br> flags: <a class="struct" href="../../gtk/struct.CellRendererState.html" title="struct gtk::CellRendererState">CellRendererState</a>, <br> edit_only: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a><br> ) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.activate_cell' class='fnname'>activate_cell</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Widget.html" title="struct gtk::Widget">Widget</a>>, Q: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(<br> &self, <br> widget: &P, <br> renderer: &Q, <br> event: &<a class="struct" href="../../gdk/event/struct.Event.html" title="struct gdk::event::Event">Event</a>, <br> cell_area: &<a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a>, <br> flags: <a class="struct" href="../../gtk/struct.CellRendererState.html" title="struct gtk::CellRendererState">CellRendererState</a><br> ) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.add' class='fnname'>add</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(&self, renderer: &P);
|
||
fn <a href='#tymethod.add_focus_sibling' class='fnname'>add_focus_sibling</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>, Q: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(<br> &self, <br> renderer: &P, <br> sibling: &Q<br> );
|
||
fn <a href='#tymethod.apply_attributes' class='fnname'>apply_attributes</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.TreeModel.html" title="struct gtk::TreeModel">TreeModel</a>>>(<br> &self, <br> tree_model: &P, <br> iter: &<a class="struct" href="../../gtk/struct.TreeIter.html" title="struct gtk::TreeIter">TreeIter</a>, <br> is_expander: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, <br> is_expanded: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a><br> );
|
||
fn <a href='#tymethod.attribute_connect' class='fnname'>attribute_connect</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(<br> &self, <br> renderer: &P, <br> attribute: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> column: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><br> );
|
||
fn <a href='#tymethod.attribute_disconnect' class='fnname'>attribute_disconnect</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(<br> &self, <br> renderer: &P, <br> attribute: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br> );
|
||
fn <a href='#tymethod.attribute_get_column' class='fnname'>attribute_get_column</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(<br> &self, <br> renderer: &P, <br> attribute: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br> ) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>;
|
||
fn <a href='#tymethod.copy_context' class='fnname'>copy_context</a>(&self, context: &<a class="struct" href="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</a>) -> <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="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</a>>;
|
||
fn <a href='#tymethod.create_context' class='fnname'>create_context</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="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</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.Widget.html" title="struct gtk::Widget">Widget</a>>>(<br> &self, <br> context: &<a class="struct" href="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</a>, <br> widget: &P, <br> event: &<a class="struct" href="../../gdk/event/struct.Event.html" title="struct gdk::event::Event">Event</a>, <br> cell_area: &<a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a>, <br> flags: <a class="struct" href="../../gtk/struct.CellRendererState.html" title="struct gtk::CellRendererState">CellRendererState</a><br> ) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>;
|
||
fn <a href='#tymethod.focus' class='fnname'>focus</a>(&self, direction: <a class="enum" href="../../gtk/enum.DirectionType.html" title="enum gtk::DirectionType">DirectionType</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.get_cell_allocation' class='fnname'>get_cell_allocation</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Widget.html" title="struct gtk::Widget">Widget</a>>, Q: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(<br> &self, <br> context: &<a class="struct" href="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</a>, <br> widget: &P, <br> renderer: &Q, <br> cell_area: &<a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a><br> ) -> <a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a>;
|
||
fn <a href='#tymethod.get_cell_at_position' class='fnname'>get_cell_at_position</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Widget.html" title="struct gtk::Widget">Widget</a>>>(<br> &self, <br> context: &<a class="struct" href="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</a>, <br> widget: &P, <br> cell_area: &<a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a>, <br> x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br> y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><br> ) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>, <a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>;
|
||
fn <a href='#tymethod.get_current_path_string' class='fnname'>get_current_path_string</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.get_edit_widget' class='fnname'>get_edit_widget</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="../../gtk/struct.CellEditable.html" title="struct gtk::CellEditable">CellEditable</a>>;
|
||
fn <a href='#tymethod.get_edited_cell' class='fnname'>get_edited_cell</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="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>;
|
||
fn <a href='#tymethod.get_focus_cell' class='fnname'>get_focus_cell</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="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>;
|
||
fn <a href='#tymethod.get_focus_from_sibling' class='fnname'>get_focus_from_sibling</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(<br> &self, <br> renderer: &P<br> ) -> <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="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>;
|
||
fn <a href='#tymethod.get_focus_siblings' class='fnname'>get_focus_siblings</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(<br> &self, <br> renderer: &P<br> ) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>;
|
||
fn <a href='#tymethod.get_preferred_height' class='fnname'>get_preferred_height</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Widget.html" title="struct gtk::Widget">Widget</a>>>(<br> &self, <br> context: &<a class="struct" href="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</a>, <br> widget: &P<br> ) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>;
|
||
fn <a href='#tymethod.get_preferred_height_for_width' class='fnname'>get_preferred_height_for_width</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Widget.html" title="struct gtk::Widget">Widget</a>>>(<br> &self, <br> context: &<a class="struct" href="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</a>, <br> widget: &P, <br> width: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><br> ) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>;
|
||
fn <a href='#tymethod.get_preferred_width' class='fnname'>get_preferred_width</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Widget.html" title="struct gtk::Widget">Widget</a>>>(<br> &self, <br> context: &<a class="struct" href="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</a>, <br> widget: &P<br> ) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>;
|
||
fn <a href='#tymethod.get_preferred_width_for_height' class='fnname'>get_preferred_width_for_height</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Widget.html" title="struct gtk::Widget">Widget</a>>>(<br> &self, <br> context: &<a class="struct" href="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</a>, <br> widget: &P, <br> height: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><br> ) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>;
|
||
fn <a href='#tymethod.get_request_mode' class='fnname'>get_request_mode</a>(&self) -> <a class="enum" href="../../gtk/enum.SizeRequestMode.html" title="enum gtk::SizeRequestMode">SizeRequestMode</a>;
|
||
fn <a href='#tymethod.has_renderer' class='fnname'>has_renderer</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(&self, renderer: &P) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.inner_cell_area' class='fnname'>inner_cell_area</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Widget.html" title="struct gtk::Widget">Widget</a>>>(<br> &self, <br> widget: &P, <br> cell_area: &<a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a><br> ) -> <a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a>;
|
||
fn <a href='#tymethod.is_activatable' class='fnname'>is_activatable</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.is_focus_sibling' class='fnname'>is_focus_sibling</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>, Q: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(<br> &self, <br> renderer: &P, <br> sibling: &Q<br> ) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||
fn <a href='#tymethod.remove' class='fnname'>remove</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(&self, renderer: &P);
|
||
fn <a href='#tymethod.remove_focus_sibling' class='fnname'>remove_focus_sibling</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>, Q: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(<br> &self, <br> renderer: &P, <br> sibling: &Q<br> );
|
||
fn <a href='#tymethod.render' class='fnname'>render</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Widget.html" title="struct gtk::Widget">Widget</a>>>(<br> &self, <br> context: &<a class="struct" href="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</a>, <br> widget: &P, <br> cr: &<a class="struct" href="../../cairo/context/struct.Context.html" title="struct cairo::context::Context">Context</a>, <br> background_area: &<a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a>, <br> cell_area: &<a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a>, <br> flags: <a class="struct" href="../../gtk/struct.CellRendererState.html" title="struct gtk::CellRendererState">CellRendererState</a>, <br> paint_focus: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a><br> );
|
||
fn <a href='#tymethod.request_renderer' class='fnname'>request_renderer</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>, Q: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Widget.html" title="struct gtk::Widget">Widget</a>>>(<br> &self, <br> renderer: &P, <br> orientation: <a class="enum" href="../../gtk/enum.Orientation.html" title="enum gtk::Orientation">Orientation</a>, <br> widget: &Q, <br> for_size: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><br> ) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>;
|
||
fn <a href='#tymethod.set_focus_cell' class='fnname'>set_focus_cell</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(&self, renderer: &P);
|
||
fn <a href='#tymethod.stop_editing' class='fnname'>stop_editing</a>(&self, canceled: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||
fn <a href='#tymethod.connect_add_editable' class='fnname'>connect_add_editable</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.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>, &<a class="struct" href="../../gtk/struct.CellEditable.html" title="struct gtk::CellEditable">CellEditable</a>, &<a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a>, <a class="struct" href="../../gtk/struct.TreePath.html" title="struct gtk::TreePath">TreePath</a>) + 'static>(<br> &self, <br> f: F<br> ) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>;
|
||
fn <a href='#tymethod.connect_apply_attributes' class='fnname'>connect_apply_attributes</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.TreeModel.html" title="struct gtk::TreeModel">TreeModel</a>, &<a class="struct" href="../../gtk/struct.TreeIter.html" title="struct gtk::TreeIter">TreeIter</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>) + 'static>(<br> &self, <br> f: F<br> ) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>;
|
||
fn <a href='#tymethod.connect_focus_changed' class='fnname'>connect_focus_changed</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.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>, <a class="struct" href="../../gtk/struct.TreePath.html" title="struct gtk::TreePath">TreePath</a>) + 'static>(<br> &self, <br> f: F<br> ) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>;
|
||
fn <a href='#tymethod.connect_remove_editable' class='fnname'>connect_remove_editable</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.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>, &<a class="struct" href="../../gtk/struct.CellEditable.html" title="struct gtk::CellEditable">CellEditable</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.activate' class='method'><span id='activate.v' class='invisible'><code>fn <a href='#tymethod.activate' class='fnname'>activate</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Widget.html" title="struct gtk::Widget">Widget</a>>>(<br> &self, <br> context: &<a class="struct" href="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</a>, <br> widget: &P, <br> cell_area: &<a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a>, <br> flags: <a class="struct" href="../../gtk/struct.CellRendererState.html" title="struct gtk::CellRendererState">CellRendererState</a>, <br> edit_only: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a><br>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.activate_cell' class='method'><span id='activate_cell.v' class='invisible'><code>fn <a href='#tymethod.activate_cell' class='fnname'>activate_cell</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Widget.html" title="struct gtk::Widget">Widget</a>>, Q: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(<br> &self, <br> widget: &P, <br> renderer: &Q, <br> event: &<a class="struct" href="../../gdk/event/struct.Event.html" title="struct gdk::event::Event">Event</a>, <br> cell_area: &<a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a>, <br> flags: <a class="struct" href="../../gtk/struct.CellRendererState.html" title="struct gtk::CellRendererState">CellRendererState</a><br>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.add' class='method'><span id='add.v' class='invisible'><code>fn <a href='#tymethod.add' class='fnname'>add</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(&self, renderer: &P)</code></span></h3><h3 id='tymethod.add_focus_sibling' class='method'><span id='add_focus_sibling.v' class='invisible'><code>fn <a href='#tymethod.add_focus_sibling' class='fnname'>add_focus_sibling</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>, Q: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(<br> &self, <br> renderer: &P, <br> sibling: &Q<br>)</code></span></h3><h3 id='tymethod.apply_attributes' class='method'><span id='apply_attributes.v' class='invisible'><code>fn <a href='#tymethod.apply_attributes' class='fnname'>apply_attributes</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.TreeModel.html" title="struct gtk::TreeModel">TreeModel</a>>>(<br> &self, <br> tree_model: &P, <br> iter: &<a class="struct" href="../../gtk/struct.TreeIter.html" title="struct gtk::TreeIter">TreeIter</a>, <br> is_expander: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, <br> is_expanded: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a><br>)</code></span></h3><h3 id='tymethod.attribute_connect' class='method'><span id='attribute_connect.v' class='invisible'><code>fn <a href='#tymethod.attribute_connect' class='fnname'>attribute_connect</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(<br> &self, <br> renderer: &P, <br> attribute: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> column: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><br>)</code></span></h3><h3 id='tymethod.attribute_disconnect' class='method'><span id='attribute_disconnect.v' class='invisible'><code>fn <a href='#tymethod.attribute_disconnect' class='fnname'>attribute_disconnect</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(<br> &self, <br> renderer: &P, <br> attribute: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>)</code></span></h3><h3 id='tymethod.attribute_get_column' class='method'><span id='attribute_get_column.v' class='invisible'><code>fn <a href='#tymethod.attribute_get_column' class='fnname'>attribute_get_column</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(<br> &self, <br> renderer: &P, <br> attribute: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.copy_context' class='method'><span id='copy_context.v' class='invisible'><code>fn <a href='#tymethod.copy_context' class='fnname'>copy_context</a>(&self, context: &<a class="struct" href="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</a>) -> <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="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</a>></code></span></h3><h3 id='tymethod.create_context' class='method'><span id='create_context.v' class='invisible'><code>fn <a href='#tymethod.create_context' class='fnname'>create_context</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="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</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.Widget.html" title="struct gtk::Widget">Widget</a>>>(<br> &self, <br> context: &<a class="struct" href="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</a>, <br> widget: &P, <br> event: &<a class="struct" href="../../gdk/event/struct.Event.html" title="struct gdk::event::Event">Event</a>, <br> cell_area: &<a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a>, <br> flags: <a class="struct" href="../../gtk/struct.CellRendererState.html" title="struct gtk::CellRendererState">CellRendererState</a><br>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></h3><h3 id='tymethod.focus' class='method'><span id='focus.v' class='invisible'><code>fn <a href='#tymethod.focus' class='fnname'>focus</a>(&self, direction: <a class="enum" href="../../gtk/enum.DirectionType.html" title="enum gtk::DirectionType">DirectionType</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.get_cell_allocation' class='method'><span id='get_cell_allocation.v' class='invisible'><code>fn <a href='#tymethod.get_cell_allocation' class='fnname'>get_cell_allocation</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Widget.html" title="struct gtk::Widget">Widget</a>>, Q: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(<br> &self, <br> context: &<a class="struct" href="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</a>, <br> widget: &P, <br> renderer: &Q, <br> cell_area: &<a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a><br>) -> <a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a></code></span></h3><h3 id='tymethod.get_cell_at_position' class='method'><span id='get_cell_at_position.v' class='invisible'><code>fn <a href='#tymethod.get_cell_at_position' class='fnname'>get_cell_at_position</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Widget.html" title="struct gtk::Widget">Widget</a>>>(<br> &self, <br> context: &<a class="struct" href="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</a>, <br> widget: &P, <br> cell_area: &<a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a>, <br> x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br> y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><br>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>, <a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a></code></span></h3><h3 id='tymethod.get_current_path_string' class='method'><span id='get_current_path_string.v' class='invisible'><code>fn <a href='#tymethod.get_current_path_string' class='fnname'>get_current_path_string</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.get_edit_widget' class='method'><span id='get_edit_widget.v' class='invisible'><code>fn <a href='#tymethod.get_edit_widget' class='fnname'>get_edit_widget</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="../../gtk/struct.CellEditable.html" title="struct gtk::CellEditable">CellEditable</a>></code></span></h3><h3 id='tymethod.get_edited_cell' class='method'><span id='get_edited_cell.v' class='invisible'><code>fn <a href='#tymethod.get_edited_cell' class='fnname'>get_edited_cell</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="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>></code></span></h3><h3 id='tymethod.get_focus_cell' class='method'><span id='get_focus_cell.v' class='invisible'><code>fn <a href='#tymethod.get_focus_cell' class='fnname'>get_focus_cell</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="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>></code></span></h3><h3 id='tymethod.get_focus_from_sibling' class='method'><span id='get_focus_from_sibling.v' class='invisible'><code>fn <a href='#tymethod.get_focus_from_sibling' class='fnname'>get_focus_from_sibling</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(<br> &self, <br> renderer: &P<br>) -> <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="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>></code></span></h3><h3 id='tymethod.get_focus_siblings' class='method'><span id='get_focus_siblings.v' class='invisible'><code>fn <a href='#tymethod.get_focus_siblings' class='fnname'>get_focus_siblings</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(<br> &self, <br> renderer: &P<br>) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>></code></span></h3><h3 id='tymethod.get_preferred_height' class='method'><span id='get_preferred_height.v' class='invisible'><code>fn <a href='#tymethod.get_preferred_height' class='fnname'>get_preferred_height</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Widget.html" title="struct gtk::Widget">Widget</a>>>(<br> &self, <br> context: &<a class="struct" href="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</a>, <br> widget: &P<br>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a></code></span></h3><h3 id='tymethod.get_preferred_height_for_width' class='method'><span id='get_preferred_height_for_width.v' class='invisible'><code>fn <a href='#tymethod.get_preferred_height_for_width' class='fnname'>get_preferred_height_for_width</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Widget.html" title="struct gtk::Widget">Widget</a>>>(<br> &self, <br> context: &<a class="struct" href="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</a>, <br> widget: &P, <br> width: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><br>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a></code></span></h3><h3 id='tymethod.get_preferred_width' class='method'><span id='get_preferred_width.v' class='invisible'><code>fn <a href='#tymethod.get_preferred_width' class='fnname'>get_preferred_width</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Widget.html" title="struct gtk::Widget">Widget</a>>>(<br> &self, <br> context: &<a class="struct" href="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</a>, <br> widget: &P<br>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a></code></span></h3><h3 id='tymethod.get_preferred_width_for_height' class='method'><span id='get_preferred_width_for_height.v' class='invisible'><code>fn <a href='#tymethod.get_preferred_width_for_height' class='fnname'>get_preferred_width_for_height</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Widget.html" title="struct gtk::Widget">Widget</a>>>(<br> &self, <br> context: &<a class="struct" href="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</a>, <br> widget: &P, <br> height: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><br>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a></code></span></h3><h3 id='tymethod.get_request_mode' class='method'><span id='get_request_mode.v' class='invisible'><code>fn <a href='#tymethod.get_request_mode' class='fnname'>get_request_mode</a>(&self) -> <a class="enum" href="../../gtk/enum.SizeRequestMode.html" title="enum gtk::SizeRequestMode">SizeRequestMode</a></code></span></h3><h3 id='tymethod.has_renderer' class='method'><span id='has_renderer.v' class='invisible'><code>fn <a href='#tymethod.has_renderer' class='fnname'>has_renderer</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(&self, renderer: &P) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.inner_cell_area' class='method'><span id='inner_cell_area.v' class='invisible'><code>fn <a href='#tymethod.inner_cell_area' class='fnname'>inner_cell_area</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Widget.html" title="struct gtk::Widget">Widget</a>>>(<br> &self, <br> widget: &P, <br> cell_area: &<a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a><br>) -> <a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a></code></span></h3><h3 id='tymethod.is_activatable' class='method'><span id='is_activatable.v' class='invisible'><code>fn <a href='#tymethod.is_activatable' class='fnname'>is_activatable</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.is_focus_sibling' class='method'><span id='is_focus_sibling.v' class='invisible'><code>fn <a href='#tymethod.is_focus_sibling' class='fnname'>is_focus_sibling</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>, Q: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(<br> &self, <br> renderer: &P, <br> sibling: &Q<br>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h3><h3 id='tymethod.remove' class='method'><span id='remove.v' class='invisible'><code>fn <a href='#tymethod.remove' class='fnname'>remove</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(&self, renderer: &P)</code></span></h3><h3 id='tymethod.remove_focus_sibling' class='method'><span id='remove_focus_sibling.v' class='invisible'><code>fn <a href='#tymethod.remove_focus_sibling' class='fnname'>remove_focus_sibling</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>, Q: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(<br> &self, <br> renderer: &P, <br> sibling: &Q<br>)</code></span></h3><h3 id='tymethod.render' class='method'><span id='render.v' class='invisible'><code>fn <a href='#tymethod.render' class='fnname'>render</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Widget.html" title="struct gtk::Widget">Widget</a>>>(<br> &self, <br> context: &<a class="struct" href="../../gtk/struct.CellAreaContext.html" title="struct gtk::CellAreaContext">CellAreaContext</a>, <br> widget: &P, <br> cr: &<a class="struct" href="../../cairo/context/struct.Context.html" title="struct cairo::context::Context">Context</a>, <br> background_area: &<a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a>, <br> cell_area: &<a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a>, <br> flags: <a class="struct" href="../../gtk/struct.CellRendererState.html" title="struct gtk::CellRendererState">CellRendererState</a>, <br> paint_focus: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a><br>)</code></span></h3><h3 id='tymethod.request_renderer' class='method'><span id='request_renderer.v' class='invisible'><code>fn <a href='#tymethod.request_renderer' class='fnname'>request_renderer</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>, Q: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.Widget.html" title="struct gtk::Widget">Widget</a>>>(<br> &self, <br> renderer: &P, <br> orientation: <a class="enum" href="../../gtk/enum.Orientation.html" title="enum gtk::Orientation">Orientation</a>, <br> widget: &Q, <br> for_size: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><br>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a></code></span></h3><h3 id='tymethod.set_focus_cell' class='method'><span id='set_focus_cell.v' class='invisible'><code>fn <a href='#tymethod.set_focus_cell' class='fnname'>set_focus_cell</a><P: <a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a><<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>>>(&self, renderer: &P)</code></span></h3><h3 id='tymethod.stop_editing' class='method'><span id='stop_editing.v' class='invisible'><code>fn <a href='#tymethod.stop_editing' class='fnname'>stop_editing</a>(&self, canceled: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></h3><h3 id='tymethod.connect_add_editable' class='method'><span id='connect_add_editable.v' class='invisible'><code>fn <a href='#tymethod.connect_add_editable' class='fnname'>connect_add_editable</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.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>, &<a class="struct" href="../../gtk/struct.CellEditable.html" title="struct gtk::CellEditable">CellEditable</a>, &<a class="struct" href="../../gtk/struct.Rectangle.html" title="struct gtk::Rectangle">Rectangle</a>, <a class="struct" href="../../gtk/struct.TreePath.html" title="struct gtk::TreePath">TreePath</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><h3 id='tymethod.connect_apply_attributes' class='method'><span id='connect_apply_attributes.v' class='invisible'><code>fn <a href='#tymethod.connect_apply_attributes' class='fnname'>connect_apply_attributes</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.TreeModel.html" title="struct gtk::TreeModel">TreeModel</a>, &<a class="struct" href="../../gtk/struct.TreeIter.html" title="struct gtk::TreeIter">TreeIter</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</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><h3 id='tymethod.connect_focus_changed' class='method'><span id='connect_focus_changed.v' class='invisible'><code>fn <a href='#tymethod.connect_focus_changed' class='fnname'>connect_focus_changed</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.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>, <a class="struct" href="../../gtk/struct.TreePath.html" title="struct gtk::TreePath">TreePath</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><h3 id='tymethod.connect_remove_editable' class='method'><span id='connect_remove_editable.v' class='invisible'><code>fn <a href='#tymethod.connect_remove_editable' class='fnname'>connect_remove_editable</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.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>, &<a class="struct" href="../../gtk/struct.CellEditable.html" title="struct gtk::CellEditable">CellEditable</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.CellArea.html" title="struct gtk::CellArea">CellArea</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>>> CellAreaExt for O</code></li>
|
||
</ul><script type="text/javascript" async
|
||
src="../../implementors/gtk/prelude/trait.CellAreaExt.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> |