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/page_setup.rs.html#60-107' title='goto source code'>[src]</a></span></h1>
</span><a class='srclink' href='../../src/gtk/auto/page_setup.rs.html#61-108' title='goto source code'>[src]</a></span></h1>
<pre class='rust trait'>pub trait PageSetupExt {
fn <a href='#tymethod.copy' class='fnname'>copy</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../../gtk/struct.PageSetup.html" title="struct gtk::PageSetup">PageSetup</a>&gt;;
fn <a href='#tymethod.get_bottom_margin' class='fnname'>get_bottom_margin</a>(&amp;self, unit: <a class="enum" href="../../gtk/enum.Unit.html" title="enum gtk::Unit">Unit</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>;