<!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 `GtkStyleClass` struct in crate `gtk_sys`.">
    <meta name="keywords" content="rust, rustlang, rust-lang, GtkStyleClass">

    <title>gtk_sys::GtkStyleClass - 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 struct">
    <!--[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'>Struct GtkStyleClass</p><div class="block items"><ul><li><a href="#fields">Fields</a></li></ul></div><p class='location'><a href='index.html'>gtk_sys</a></p><script>window.sidebarCurrent = {name: 'GtkStyleClass', ty: 'struct', 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'>Struct <a href='index.html'>gtk_sys</a>::<wbr><a class="struct" href=''>GtkStyleClass</a></span><span class='out-of-band'><span id='render-detail'>
                   <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
                       [<span class='inner'>&#x2212;</span>]
                   </a>
               </span><a class='srclink' href='../src/gtk_sys/lib.rs.html#4843-4883' title='goto source code'>[src]</a></span></h1>
<pre class='rust struct'><div class="docblock attributes">#[repr(C)]
</div>pub struct GtkStyleClass {
    pub parent_class: <a class="struct" href="../gobject_sys/struct.GObjectClass.html" title="struct gobject_sys::GObjectClass">GObjectClass</a>,
    pub realize: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>)&gt;,
    pub unrealize: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>)&gt;,
    pub copy: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>)&gt;,
    pub clone: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>&gt;,
    pub init_from_rc: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkRcStyle.html" title="struct gtk_sys::GtkRcStyle">GtkRcStyle</a>)&gt;,
    pub set_background: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gdk_sys/struct.GdkWindow.html" title="struct gdk_sys::GdkWindow">GdkWindow</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>)&gt;,
    pub render_icon: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../gtk_sys/struct.GtkIconSource.html" title="struct gtk_sys::GtkIconSource">GtkIconSource</a>, _: <a class="enum" href="../gtk_sys/enum.GtkTextDirection.html" title="enum gtk_sys::GtkTextDirection">GtkTextDirection</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gdk_pixbuf_sys/struct.GdkPixbuf.html" title="struct gdk_pixbuf_sys::GdkPixbuf">GdkPixbuf</a>&gt;,
    pub draw_hline: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;,
    pub draw_vline: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;,
    pub draw_shadow: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;,
    pub draw_arrow: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="enum" href="../gtk_sys/enum.GtkArrowType.html" title="enum gtk_sys::GtkArrowType">GtkArrowType</a>, _: <a class="type" href="../glib_sys/type.gboolean.html" title="type glib_sys::gboolean">gboolean</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;,
    pub draw_diamond: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;,
    pub draw_box: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;,
    pub draw_flat_box: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;,
    pub draw_check: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;,
    pub draw_option: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;,
    pub draw_tab: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;,
    pub draw_shadow_gap: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="enum" href="../gtk_sys/enum.GtkPositionType.html" title="enum gtk_sys::GtkPositionType">GtkPositionType</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;,
    pub draw_box_gap: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="enum" href="../gtk_sys/enum.GtkPositionType.html" title="enum gtk_sys::GtkPositionType">GtkPositionType</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;,
    pub draw_extension: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="enum" href="../gtk_sys/enum.GtkPositionType.html" title="enum gtk_sys::GtkPositionType">GtkPositionType</a>)&gt;,
    pub draw_focus: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;,
    pub draw_slider: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="enum" href="../gtk_sys/enum.GtkOrientation.html" title="enum gtk_sys::GtkOrientation">GtkOrientation</a>)&gt;,
    pub draw_handle: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="enum" href="../gtk_sys/enum.GtkOrientation.html" title="enum gtk_sys::GtkOrientation">GtkOrientation</a>)&gt;,
    pub draw_expander: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="enum" href="../gtk_sys/enum.GtkExpanderStyle.html" title="enum gtk_sys::GtkExpanderStyle">GtkExpanderStyle</a>)&gt;,
    pub draw_layout: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="type" href="../glib_sys/type.gboolean.html" title="type glib_sys::gboolean">gboolean</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../pango_sys/struct.PangoLayout.html" title="struct pango_sys::PangoLayout">PangoLayout</a>)&gt;,
    pub draw_resize_grip: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="enum" href="../gdk_sys/enum.GdkWindowEdge.html" title="enum gdk_sys::GdkWindowEdge">GdkWindowEdge</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;,
    pub draw_spinner: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_uint.html" title="type libc::c_uint">c_uint</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;,
    pub _gtk_reserved1: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn()&gt;,
    pub _gtk_reserved2: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn()&gt;,
    pub _gtk_reserved3: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn()&gt;,
    pub _gtk_reserved4: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn()&gt;,
    pub _gtk_reserved5: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn()&gt;,
    pub _gtk_reserved6: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn()&gt;,
    pub _gtk_reserved7: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn()&gt;,
    pub _gtk_reserved8: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn()&gt;,
    pub _gtk_reserved9: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn()&gt;,
    pub _gtk_reserved10: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn()&gt;,
    pub _gtk_reserved11: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn()&gt;,
}</pre><h2 id='fields' class='fields'>Fields</h2><span id='structfield.parent_class' class="structfield">
                           <span id='parent_class.v' class='invisible'>
                           <code>parent_class: <a class="struct" href="../gobject_sys/struct.GObjectClass.html" title="struct gobject_sys::GObjectClass">GObjectClass</a></code>
                           </span></span><span id='structfield.realize' class="structfield">
                           <span id='realize.v' class='invisible'>
                           <code>realize: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>)&gt;</code>
                           </span></span><span id='structfield.unrealize' class="structfield">
                           <span id='unrealize.v' class='invisible'>
                           <code>unrealize: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>)&gt;</code>
                           </span></span><span id='structfield.copy' class="structfield">
                           <span id='copy.v' class='invisible'>
                           <code>copy: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>)&gt;</code>
                           </span></span><span id='structfield.clone' class="structfield">
                           <span id='clone.v' class='invisible'>
                           <code>clone: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>&gt;</code>
                           </span></span><span id='structfield.init_from_rc' class="structfield">
                           <span id='init_from_rc.v' class='invisible'>
                           <code>init_from_rc: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkRcStyle.html" title="struct gtk_sys::GtkRcStyle">GtkRcStyle</a>)&gt;</code>
                           </span></span><span id='structfield.set_background' class="structfield">
                           <span id='set_background.v' class='invisible'>
                           <code>set_background: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gdk_sys/struct.GdkWindow.html" title="struct gdk_sys::GdkWindow">GdkWindow</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>)&gt;</code>
                           </span></span><span id='structfield.render_icon' class="structfield">
                           <span id='render_icon.v' class='invisible'>
                           <code>render_icon: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../gtk_sys/struct.GtkIconSource.html" title="struct gtk_sys::GtkIconSource">GtkIconSource</a>, _: <a class="enum" href="../gtk_sys/enum.GtkTextDirection.html" title="enum gtk_sys::GtkTextDirection">GtkTextDirection</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gdk_pixbuf_sys/struct.GdkPixbuf.html" title="struct gdk_pixbuf_sys::GdkPixbuf">GdkPixbuf</a>&gt;</code>
                           </span></span><span id='structfield.draw_hline' class="structfield">
                           <span id='draw_hline.v' class='invisible'>
                           <code>draw_hline: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;</code>
                           </span></span><span id='structfield.draw_vline' class="structfield">
                           <span id='draw_vline.v' class='invisible'>
                           <code>draw_vline: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;</code>
                           </span></span><span id='structfield.draw_shadow' class="structfield">
                           <span id='draw_shadow.v' class='invisible'>
                           <code>draw_shadow: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;</code>
                           </span></span><span id='structfield.draw_arrow' class="structfield">
                           <span id='draw_arrow.v' class='invisible'>
                           <code>draw_arrow: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="enum" href="../gtk_sys/enum.GtkArrowType.html" title="enum gtk_sys::GtkArrowType">GtkArrowType</a>, _: <a class="type" href="../glib_sys/type.gboolean.html" title="type glib_sys::gboolean">gboolean</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;</code>
                           </span></span><span id='structfield.draw_diamond' class="structfield">
                           <span id='draw_diamond.v' class='invisible'>
                           <code>draw_diamond: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;</code>
                           </span></span><span id='structfield.draw_box' class="structfield">
                           <span id='draw_box.v' class='invisible'>
                           <code>draw_box: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;</code>
                           </span></span><span id='structfield.draw_flat_box' class="structfield">
                           <span id='draw_flat_box.v' class='invisible'>
                           <code>draw_flat_box: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;</code>
                           </span></span><span id='structfield.draw_check' class="structfield">
                           <span id='draw_check.v' class='invisible'>
                           <code>draw_check: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;</code>
                           </span></span><span id='structfield.draw_option' class="structfield">
                           <span id='draw_option.v' class='invisible'>
                           <code>draw_option: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;</code>
                           </span></span><span id='structfield.draw_tab' class="structfield">
                           <span id='draw_tab.v' class='invisible'>
                           <code>draw_tab: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;</code>
                           </span></span><span id='structfield.draw_shadow_gap' class="structfield">
                           <span id='draw_shadow_gap.v' class='invisible'>
                           <code>draw_shadow_gap: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="enum" href="../gtk_sys/enum.GtkPositionType.html" title="enum gtk_sys::GtkPositionType">GtkPositionType</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;</code>
                           </span></span><span id='structfield.draw_box_gap' class="structfield">
                           <span id='draw_box_gap.v' class='invisible'>
                           <code>draw_box_gap: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="enum" href="../gtk_sys/enum.GtkPositionType.html" title="enum gtk_sys::GtkPositionType">GtkPositionType</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;</code>
                           </span></span><span id='structfield.draw_extension' class="structfield">
                           <span id='draw_extension.v' class='invisible'>
                           <code>draw_extension: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="enum" href="../gtk_sys/enum.GtkPositionType.html" title="enum gtk_sys::GtkPositionType">GtkPositionType</a>)&gt;</code>
                           </span></span><span id='structfield.draw_focus' class="structfield">
                           <span id='draw_focus.v' class='invisible'>
                           <code>draw_focus: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;</code>
                           </span></span><span id='structfield.draw_slider' class="structfield">
                           <span id='draw_slider.v' class='invisible'>
                           <code>draw_slider: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="enum" href="../gtk_sys/enum.GtkOrientation.html" title="enum gtk_sys::GtkOrientation">GtkOrientation</a>)&gt;</code>
                           </span></span><span id='structfield.draw_handle' class="structfield">
                           <span id='draw_handle.v' class='invisible'>
                           <code>draw_handle: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="enum" href="../gtk_sys/enum.GtkShadowType.html" title="enum gtk_sys::GtkShadowType">GtkShadowType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="enum" href="../gtk_sys/enum.GtkOrientation.html" title="enum gtk_sys::GtkOrientation">GtkOrientation</a>)&gt;</code>
                           </span></span><span id='structfield.draw_expander' class="structfield">
                           <span id='draw_expander.v' class='invisible'>
                           <code>draw_expander: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="enum" href="../gtk_sys/enum.GtkExpanderStyle.html" title="enum gtk_sys::GtkExpanderStyle">GtkExpanderStyle</a>)&gt;</code>
                           </span></span><span id='structfield.draw_layout' class="structfield">
                           <span id='draw_layout.v' class='invisible'>
                           <code>draw_layout: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="type" href="../glib_sys/type.gboolean.html" title="type glib_sys::gboolean">gboolean</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../pango_sys/struct.PangoLayout.html" title="struct pango_sys::PangoLayout">PangoLayout</a>)&gt;</code>
                           </span></span><span id='structfield.draw_resize_grip' class="structfield">
                           <span id='draw_resize_grip.v' class='invisible'>
                           <code>draw_resize_grip: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="enum" href="../gdk_sys/enum.GdkWindowEdge.html" title="enum gdk_sys::GdkWindowEdge">GdkWindowEdge</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;</code>
                           </span></span><span id='structfield.draw_spinner' class="structfield">
                           <span id='draw_spinner.v' class='invisible'>
                           <code>draw_spinner: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkStyle.html" title="struct gtk_sys::GtkStyle">GtkStyle</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../cairo_sys/struct.cairo_t.html" title="struct cairo_sys::cairo_t">cairo_t</a>, _: <a class="enum" href="../gtk_sys/enum.GtkStateType.html" title="enum gtk_sys::GtkStateType">GtkStateType</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gtk_sys/struct.GtkWidget.html" title="struct gtk_sys::GtkWidget">GtkWidget</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html" title="type libc::unix::notbsd::linux::other::b64::x86_64::c_char">c_char</a>, _: <a class="type" href="../libc/type.c_uint.html" title="type libc::c_uint">c_uint</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, _: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>)&gt;</code>
                           </span></span><span id='structfield._gtk_reserved1' class="structfield">
                           <span id='_gtk_reserved1.v' class='invisible'>
                           <code>_gtk_reserved1: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn()&gt;</code>
                           </span></span><span id='structfield._gtk_reserved2' class="structfield">
                           <span id='_gtk_reserved2.v' class='invisible'>
                           <code>_gtk_reserved2: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn()&gt;</code>
                           </span></span><span id='structfield._gtk_reserved3' class="structfield">
                           <span id='_gtk_reserved3.v' class='invisible'>
                           <code>_gtk_reserved3: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn()&gt;</code>
                           </span></span><span id='structfield._gtk_reserved4' class="structfield">
                           <span id='_gtk_reserved4.v' class='invisible'>
                           <code>_gtk_reserved4: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn()&gt;</code>
                           </span></span><span id='structfield._gtk_reserved5' class="structfield">
                           <span id='_gtk_reserved5.v' class='invisible'>
                           <code>_gtk_reserved5: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn()&gt;</code>
                           </span></span><span id='structfield._gtk_reserved6' class="structfield">
                           <span id='_gtk_reserved6.v' class='invisible'>
                           <code>_gtk_reserved6: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn()&gt;</code>
                           </span></span><span id='structfield._gtk_reserved7' class="structfield">
                           <span id='_gtk_reserved7.v' class='invisible'>
                           <code>_gtk_reserved7: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn()&gt;</code>
                           </span></span><span id='structfield._gtk_reserved8' class="structfield">
                           <span id='_gtk_reserved8.v' class='invisible'>
                           <code>_gtk_reserved8: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn()&gt;</code>
                           </span></span><span id='structfield._gtk_reserved9' class="structfield">
                           <span id='_gtk_reserved9.v' class='invisible'>
                           <code>_gtk_reserved9: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn()&gt;</code>
                           </span></span><span id='structfield._gtk_reserved10' class="structfield">
                           <span id='_gtk_reserved10.v' class='invisible'>
                           <code>_gtk_reserved10: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn()&gt;</code>
                           </span></span><span id='structfield._gtk_reserved11' class="structfield">
                           <span id='_gtk_reserved11.v' class='invisible'>
                           <code>_gtk_reserved11: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; fn()&gt;</code>
                           </span></span></section>
    <section id='search' class="content hidden"></section>

    <section class="footer"></section>

    <aside id="help" class="hidden">
        <div>
            <h1 class="hidden">Help</h1>

            <div class="shortcuts">
                <h2>Keyboard Shortcuts</h2>

                <dl>
                    <dt>?</dt>
                    <dd>Show this help dialog</dd>
                    <dt>S</dt>
                    <dd>Focus the search field</dd>
                    <dt>&larrb;</dt>
                    <dd>Move up in search results</dd>
                    <dt>&rarrb;</dt>
                    <dd>Move down in search results</dd>
                    <dt>&#9166;</dt>
                    <dd>Go to active search result</dd>
                    <dt>+</dt>
                    <dd>Collapse/expand all sections</dd>
                </dl>
            </div>

            <div class="infos">
                <h2>Search Tricks</h2>

                <p>
                    Prefix searches with a type followed by a colon (e.g.
                    <code>fn:</code>) to restrict the search to a given type.
                </p>

                <p>
                    Accepted types are: <code>fn</code>, <code>mod</code>,
                    <code>struct</code>, <code>enum</code>,
                    <code>trait</code>, <code>type</code>, <code>macro</code>,
                    and <code>const</code>.
                </p>

                <p>
                    Search functions by type signature (e.g.
                    <code>vec -> usize</code> or <code>* -> vec</code>)
                </p>
            </div>
        </div>
    </aside>

    

    <script>
        window.rootPath = "../";
        window.currentCrate = "gtk_sys";
    </script>
    <script src="../main.js"></script>
    <script defer src="../search-index.js"></script>
</body>
</html>