Update docs

This commit is contained in:
2017-07-16 23:37:37 +02:00
parent 63da34ab57
commit d31eddae16
10972 changed files with 637151 additions and 14215 deletions

View File

@@ -48,7 +48,7 @@
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>&#x2212;</span>]
</a>
</span><a class='srclink' href='../../src/gtk/auto/cell_layout.rs.html#18-38' title='goto source code'>[src]</a></span></h1>
</span><a class='srclink' href='../../src/gtk/auto/cell_layout.rs.html#19-39' title='goto source code'>[src]</a></span></h1>
<pre class='rust trait'>pub trait CellLayoutExt {
fn <a href='#tymethod.add_attribute' class='fnname'>add_attribute</a>&lt;P:&nbsp;<a class="trait" href="../../gtk/trait.IsA.html" title="trait gtk::IsA">IsA</a>&lt;<a class="struct" href="../../gtk/struct.CellRenderer.html" title="struct gtk::CellRenderer">CellRenderer</a>&gt;&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cell: &amp;P, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;attribute: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;column: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><br>&nbsp;&nbsp;&nbsp;&nbsp;);
fn <a href='#tymethod.clear' class='fnname'>clear</a>(&amp;self);