gdk3 3.1.0-x86-mingw32 → 3.1.1-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -2
  3. data/lib/gdk3/rectangle.rb +5 -3
  4. data/test/run-test.rb +2 -1
  5. data/vendor/local/bin/gtk-builder-tool.exe +0 -0
  6. data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
  7. data/vendor/local/bin/gtk-launch.exe +0 -0
  8. data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
  9. data/vendor/local/bin/gtk-query-settings.exe +0 -0
  10. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  11. data/vendor/local/bin/gtk3-demo-application.exe +0 -0
  12. data/vendor/local/bin/gtk3-demo.exe +0 -0
  13. data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
  14. data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
  15. data/vendor/local/bin/libepoxy-0.dll +0 -0
  16. data/vendor/local/bin/libgailutil-3-0.dll +0 -0
  17. data/vendor/local/bin/libgdk-3-0.dll +0 -0
  18. data/vendor/local/bin/libgtk-3-0.dll +0 -0
  19. data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
  20. data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +1 -1
  21. data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +2 -2
  22. data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +1 -1
  23. data/vendor/local/include/gtk-3.0/gtk/gtkflowbox.h +5 -0
  24. data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +3 -3
  25. data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
  26. data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
  27. data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
  28. data/vendor/local/lib/libepoxy.dll.a +0 -0
  29. data/vendor/local/lib/libgailutil-3.dll.a +0 -0
  30. data/vendor/local/lib/libgdk-3.dll.a +0 -0
  31. data/vendor/local/lib/libgdk-3.la +1 -1
  32. data/vendor/local/lib/libgtk-3.dll.a +0 -0
  33. data/vendor/local/lib/libgtk-3.la +1 -1
  34. data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
  35. data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
  36. data/vendor/local/lib/pkgconfig/gdk-3.0.pc +1 -1
  37. data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +1 -1
  38. data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +1 -1
  39. data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +1 -1
  40. data/vendor/local/share/gir-1.0/Gdk-3.0.gir +12 -3
  41. data/vendor/local/share/gir-1.0/Gtk-3.0.gir +51 -18
  42. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +1 -1
  43. data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +8 -0
  44. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +6 -0
  45. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +1 -1
  46. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +2 -0
  47. data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +2 -2
  48. data/vendor/local/share/gtk-doc/html/gdk3/index.html +1 -1
  49. data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +1 -2
  50. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +2 -6
  51. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +13 -9
  52. data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +54 -0
  53. data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +1 -1
  54. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +40 -0
  55. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +1 -1
  56. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +1 -1
  57. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +1 -1
  58. data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +1 -1
  59. data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +1 -1
  60. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +1 -1
  61. data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +8 -1
  62. data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +2 -2
  63. data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +1 -1
  64. data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +27 -16
  65. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-22.html +4 -0
  66. data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +4 -0
  67. data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +8 -0
  68. data/vendor/local/share/gtk-doc/html/gtk3/ch26s02.html +3 -3
  69. data/vendor/local/share/gtk-doc/html/gtk3/gtk-builder-tool.html +17 -2
  70. data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +5 -5
  71. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +3 -3
  72. data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +2 -0
  73. data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +1 -1
  74. data/vendor/local/share/gtk-doc/html/gtk3/index.html +2 -2
  75. data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
  76. data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
  77. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
  78. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
  79. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
  80. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
  81. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
  82. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
  83. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
  84. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
  85. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
  86. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
  87. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
  88. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
  89. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
  90. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
  91. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
  92. data/vendor/local/share/man/man1/broadwayd.1 +1 -1
  93. data/vendor/local/share/man/man1/gtk-builder-tool.1 +12 -2
  94. data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
  95. data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
  96. data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
  97. data/vendor/local/share/man/man1/gtk-query-settings.1 +1 -1
  98. data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
  99. data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
  100. data/vendor/local/share/man/man1/gtk3-demo.1 +1 -1
  101. data/vendor/local/share/man/man1/gtk3-icon-browser.1 +1 -1
  102. data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
  103. metadata +14 -11
@@ -81,6 +81,10 @@
81
81
  </dt>
82
82
  <dd></dd>
83
83
  <dt>
84
+ <a class="link" href="GtkMenu.html#gtk-menu-place-on-monitor" title="gtk_menu_place_on_monitor ()">gtk_menu_place_on_monitor</a>, function in <a class="link" href="GtkMenu.html" title="GtkMenu">GtkMenu</a>
85
+ </dt>
86
+ <dd></dd>
87
+ <dt>
84
88
  <a class="link" href="GtkMenu.html#gtk-menu-popup-at-pointer" title="gtk_menu_popup_at_pointer ()">gtk_menu_popup_at_pointer</a>, function in <a class="link" href="GtkMenu.html" title="GtkMenu">GtkMenu</a>
85
89
  </dt>
86
90
  <dd></dd>
@@ -2213,6 +2213,10 @@
2213
2213
  </dt>
2214
2214
  <dd></dd>
2215
2215
  <dt>
2216
+ <a class="link" href="GtkSettings.html#GtkSettings--color-hash" title="The “color-hash” property">GtkSettings:color-hash</a>, object property in <a class="link" href="GtkSettings.html" title="Settings">GtkSettings</a>
2217
+ </dt>
2218
+ <dd></dd>
2219
+ <dt>
2216
2220
  <a class="link" href="GtkSettings.html#GtkSettings--gtk-auto-mnemonics" title="The “gtk-auto-mnemonics” property">GtkSettings:gtk-auto-mnemonics</a>, object property in <a class="link" href="GtkSettings.html" title="Settings">GtkSettings</a>
2217
2221
  </dt>
2218
2222
  <dd></dd>
@@ -7055,6 +7055,10 @@
7055
7055
  </dt>
7056
7056
  <dd></dd>
7057
7057
  <dt>
7058
+ <a class="link" href="GtkFlowBox.html#gtk-flow-box-get-child-at-pos" title="gtk_flow_box_get_child_at_pos ()">gtk_flow_box_get_child_at_pos</a>, function in <a class="link" href="GtkFlowBox.html" title="GtkFlowBox">GtkFlowBox</a>
7059
+ </dt>
7060
+ <dd></dd>
7061
+ <dt>
7058
7062
  <a class="link" href="GtkFlowBox.html#gtk-flow-box-get-column-spacing" title="gtk_flow_box_get_column_spacing ()">gtk_flow_box_get_column_spacing</a>, function in <a class="link" href="GtkFlowBox.html" title="GtkFlowBox">GtkFlowBox</a>
7059
7063
  </dt>
7060
7064
  <dd></dd>
@@ -11230,6 +11234,10 @@
11230
11234
  </dt>
11231
11235
  <dd></dd>
11232
11236
  <dt>
11237
+ <a class="link" href="GtkMenu.html#gtk-menu-place-on-monitor" title="gtk_menu_place_on_monitor ()">gtk_menu_place_on_monitor</a>, function in <a class="link" href="GtkMenu.html" title="GtkMenu">GtkMenu</a>
11238
+ </dt>
11239
+ <dd></dd>
11240
+ <dt>
11233
11241
  <a class="link" href="GtkMenu.html#gtk-menu-popdown" title="gtk_menu_popdown ()">gtk_menu_popdown</a>, function in <a class="link" href="GtkMenu.html" title="GtkMenu">GtkMenu</a>
11234
11242
  </dt>
11235
11243
  <dd></dd>
@@ -701,10 +701,10 @@ cursor <span class="gtkdoc opt">=</span> <span class="function"><a href="http://
701
701
  GtkWidget <span class="gtkdoc opt">*</span>label<span class="gtkdoc opt">)</span>
702
702
  <span class="gtkdoc opt">{</span>
703
703
  GdkScreen <span class="gtkdoc opt">*</span>screen <span class="gtkdoc opt">=</span> <span class="function"><a href="GtkWidget.html#gtk-widget-get-screen">gtk_widget_get_screen</a></span> <span class="gtkdoc opt">(</span><span class="function">GTK_WIDGET</span> <span class="gtkdoc opt">(</span>window<span class="gtkdoc opt">));</span>
704
- GdkVisual <span class="gtkdoc opt">*</span>visual <span class="gtkdoc opt">=</span> <span class="function"><a href="http://developer.gnome.org/gdk3/GdkScreen.html#gdk-screen-get-rgba-visual">gdk_screen_get_rgba_visual</a></span> <span class="gtkdoc opt">(</span>screen<span class="gtkdoc opt">);</span>
704
+ GdkVisual <span class="gtkdoc opt">*</span>visual <span class="gtkdoc opt">=</span> <span class="function">gdk_screen_get_rgba_visual</span> <span class="gtkdoc opt">(</span>screen<span class="gtkdoc opt">);</span>
705
705
 
706
706
  <span class="keyword">if</span> <span class="gtkdoc opt">(</span>visual <span class="gtkdoc opt">==</span> NULL<span class="gtkdoc opt">)</span>
707
- visual <span class="gtkdoc opt">=</span> <span class="function"><a href="http://developer.gnome.org/gdk3/GdkScreen.html#gdk-screen-get-system-visual">gdk_screen_get_system_visual</a></span> <span class="gtkdoc opt">(</span>screen<span class="gtkdoc opt">);</span>
707
+ visual <span class="gtkdoc opt">=</span> <span class="function">gdk_screen_get_system_visual</span> <span class="gtkdoc opt">(</span>screen<span class="gtkdoc opt">);</span>
708
708
 
709
709
  <span class="function"><a href="GtkWidget.html#gtk-widget-set-visual">gtk_widget_set_visual</a></span> <span class="gtkdoc opt">(</span>window<span class="gtkdoc opt">,</span> visual<span class="gtkdoc opt">);</span>
710
710
  <span class="gtkdoc opt">}</span></pre></td>
@@ -755,7 +755,7 @@ cursor <span class="gtkdoc opt">=</span> <span class="function"><a href="http://
755
755
  </tr>
756
756
  <tr>
757
757
  <td><code class="function">gdk_pixbuf_get_from_drawable()</code></td>
758
- <td><a href="http://developer.gnome.org/gdk3/gdk4-Pixbufs.html#gdk-pixbuf-get-from-window"><code class="function">gdk_pixbuf_get_from_window()</code></a></td>
758
+ <td><code class="function">gdk_pixbuf_get_from_window()</code></td>
759
759
  </tr>
760
760
  <tr>
761
761
  <td><code class="function">gdk_drawable_get_clip_region()</code></td>
@@ -59,7 +59,8 @@
59
59
  <tr>
60
60
  <td><p><span class="term"><code class="option">simplify</code></span></p></td>
61
61
  <td><p>Simplifies the .ui file by removing properties that
62
- are set to their default values and write the resulting XML to stdout.</p></td>
62
+ are set to their default values and write the resulting XML to stdout,
63
+ or back to the input file.</p></td>
63
64
  </tr>
64
65
  <tr>
65
66
  <td><p><span class="term"><code class="option">enumerate</code></span></p></td>
@@ -74,7 +75,21 @@
74
75
  </table></div>
75
76
  </div>
76
77
  <div class="refsect1">
77
- <a name="id-1.7.9.7"></a><h2>Preview Options</h2>
78
+ <a name="id-1.7.9.7"></a><h2>Simplify Options</h2>
79
+ <p>The <code class="option">simplify</code> command accepts the following options:</p>
80
+ <div class="variablelist"><table border="0" class="variablelist">
81
+ <colgroup>
82
+ <col align="left" valign="top">
83
+ <col>
84
+ </colgroup>
85
+ <tbody><tr>
86
+ <td><p><span class="term"><code class="option">--replace</code></span></p></td>
87
+ <td><p>Write the content back to the .ui file instead of stdout.</p></td>
88
+ </tr></tbody>
89
+ </table></div>
90
+ </div>
91
+ <div class="refsect1">
92
+ <a name="id-1.7.9.8"></a><h2>Preview Options</h2>
78
93
  <p>The <code class="option">preview</code> command accepts the following options:</p>
79
94
  <div class="variablelist"><table border="0" class="variablelist">
80
95
  <colgroup>
@@ -756,10 +756,10 @@ How do I create a transparent toplevel window ?
756
756
  <p>
757
757
  To make a window transparent, it needs to use a visual which supports that.
758
758
  This is done by getting the RGBA visual of the screen with
759
- <a href="http://developer.gnome.org/gdk3/GdkScreen.html#gdk-screen-get-rgba-visual"><code class="function">gdk_screen_get_rgba_visual()</code></a> and setting it on the window. Note that
760
- <a href="http://developer.gnome.org/gdk3/GdkScreen.html#gdk-screen-get-rgba-visual"><code class="function">gdk_screen_get_rgba_visual()</code></a> will return <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if transparent windows
759
+ <code class="function">gdk_screen_get_rgba_visual()</code> and setting it on the window. Note that
760
+ <code class="function">gdk_screen_get_rgba_visual()</code> will return <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if transparent windows
761
761
  are not supported on the screen, you should fall back to
762
- <a href="http://developer.gnome.org/gdk3/GdkScreen.html#gdk-screen-get-system-visual"><code class="function">gdk_screen_get_system_visual()</code></a> in that case. Additionally, note that this
762
+ <code class="function">gdk_screen_get_system_visual()</code> in that case. Additionally, note that this
763
763
  will change from screen to screen, so it needs to be repeated whenever the
764
764
  window is moved to a different screen.
765
765
  </p>
@@ -776,9 +776,9 @@ window is moved to a different screen.
776
776
  7</pre></td>
777
777
  <td class="listing_code"><pre class="programlisting">GdkVisual <span class="gtkdoc opt">*</span>visual<span class="gtkdoc opt">;</span>
778
778
 
779
- visual <span class="gtkdoc opt">=</span> <span class="function"><a href="http://developer.gnome.org/gdk3/GdkScreen.html#gdk-screen-get-rgba-visual">gdk_screen_get_rgba_visual</a></span> <span class="gtkdoc opt">(</span>screen<span class="gtkdoc opt">);</span>
779
+ visual <span class="gtkdoc opt">=</span> <span class="function">gdk_screen_get_rgba_visual</span> <span class="gtkdoc opt">(</span>screen<span class="gtkdoc opt">);</span>
780
780
  <span class="keyword">if</span> <span class="gtkdoc opt">(</span>visual <span class="gtkdoc opt">==</span> NULL<span class="gtkdoc opt">)</span>
781
- visual <span class="gtkdoc opt">=</span> <span class="function"><a href="http://developer.gnome.org/gdk3/GdkScreen.html#gdk-screen-get-system-visual">gdk_screen_get_system_visual</a></span> <span class="gtkdoc opt">(</span>screen<span class="gtkdoc opt">);</span>
781
+ visual <span class="gtkdoc opt">=</span> <span class="function">gdk_screen_get_system_visual</span> <span class="gtkdoc opt">(</span>screen<span class="gtkdoc opt">);</span>
782
782
 
783
783
  <span class="function"><a href="GtkWidget.html#gtk-widget-set-visual">gtk_widget_set_visual</a></span> <span class="gtkdoc opt">(</span><span class="function">GTK_WIDGET</span> <span class="gtkdoc opt">(</span>window<span class="gtkdoc opt">),</span> visual<span class="gtkdoc opt">);</span></pre></td>
784
784
  </tr>
@@ -397,7 +397,7 @@ against at application run time.</p>
397
397
  <hr>
398
398
  <div class="refsect2">
399
399
  <a name="GTK-MICRO-VERSION:CAPS"></a><h3>GTK_MICRO_VERSION</h3>
400
- <pre class="programlisting">#define GTK_MICRO_VERSION (3)
400
+ <pre class="programlisting">#define GTK_MICRO_VERSION (7)
401
401
  </pre>
402
402
  <p>Like <a class="link" href="gtk3-Feature-Test-Macros.html#gtk-get-micro-version" title="gtk_get_micro_version ()"><code class="function">gtk_get_micro_version()</code></a>, but from the headers used at
403
403
  application compile time, rather than from the library linked
@@ -406,7 +406,7 @@ against at application run time.</p>
406
406
  <hr>
407
407
  <div class="refsect2">
408
408
  <a name="GTK-BINARY-AGE:CAPS"></a><h3>GTK_BINARY_AGE</h3>
409
- <pre class="programlisting">#define GTK_BINARY_AGE (2203)
409
+ <pre class="programlisting">#define GTK_BINARY_AGE (2207)
410
410
  </pre>
411
411
  <p>Like <a class="link" href="gtk3-Feature-Test-Macros.html#gtk-get-binary-age" title="gtk_get_binary_age ()"><code class="function">gtk_get_binary_age()</code></a>, but from the headers used at
412
412
  application compile time, rather than from the library linked
@@ -415,7 +415,7 @@ against at application run time.</p>
415
415
  <hr>
416
416
  <div class="refsect2">
417
417
  <a name="GTK-INTERFACE-AGE:CAPS"></a><h3>GTK_INTERFACE_AGE</h3>
418
- <pre class="programlisting">#define GTK_INTERFACE_AGE (3)
418
+ <pre class="programlisting">#define GTK_INTERFACE_AGE (7)
419
419
  </pre>
420
420
  <p>Like <a class="link" href="gtk3-Feature-Test-Macros.html#gtk-get-interface-age" title="gtk_get_interface_age ()"><code class="function">gtk_get_interface_age()</code></a>, but from the headers used at
421
421
  application compile time, rather than from the library linked
@@ -989,6 +989,7 @@
989
989
  <keyword type="function" name="gtk_flow_box_new ()" link="GtkFlowBox.html#gtk-flow-box-new" since="3.12"/>
990
990
  <keyword type="function" name="gtk_flow_box_insert ()" link="GtkFlowBox.html#gtk-flow-box-insert" since="3.12"/>
991
991
  <keyword type="function" name="gtk_flow_box_get_child_at_index ()" link="GtkFlowBox.html#gtk-flow-box-get-child-at-index" since="3.12"/>
992
+ <keyword type="function" name="gtk_flow_box_get_child_at_pos ()" link="GtkFlowBox.html#gtk-flow-box-get-child-at-pos" since="3.22.6"/>
992
993
  <keyword type="function" name="gtk_flow_box_set_hadjustment ()" link="GtkFlowBox.html#gtk-flow-box-set-hadjustment" since="3.12"/>
993
994
  <keyword type="function" name="gtk_flow_box_set_vadjustment ()" link="GtkFlowBox.html#gtk-flow-box-set-vadjustment" since="3.12"/>
994
995
  <keyword type="function" name="gtk_flow_box_set_homogeneous ()" link="GtkFlowBox.html#gtk-flow-box-set-homogeneous" since="3.12"/>
@@ -3361,6 +3362,7 @@
3361
3362
  <keyword type="function" name="gtk_menu_get_title ()" link="GtkMenu.html#gtk-menu-get-title" deprecated="3.10"/>
3362
3363
  <keyword type="function" name="gtk_menu_set_monitor ()" link="GtkMenu.html#gtk-menu-set-monitor" since="2.4"/>
3363
3364
  <keyword type="function" name="gtk_menu_get_monitor ()" link="GtkMenu.html#gtk-menu-get-monitor" since="2.14"/>
3365
+ <keyword type="function" name="gtk_menu_place_on_monitor ()" link="GtkMenu.html#gtk-menu-place-on-monitor" since="3.22"/>
3364
3366
  <keyword type="function" name="gtk_menu_get_tearoff_state ()" link="GtkMenu.html#gtk-menu-get-tearoff-state" deprecated="3.10"/>
3365
3367
  <keyword type="function" name="gtk_menu_set_reserve_toggle_size ()" link="GtkMenu.html#gtk-menu-set-reserve-toggle-size" since="2.18"/>
3366
3368
  <keyword type="function" name="gtk_menu_get_reserve_toggle_size ()" link="GtkMenu.html#gtk-menu-get-reserve-toggle-size" since="2.18"/>
@@ -82,7 +82,7 @@
82
82
  <span class="refentrytitle"><a href="GtkBox.html">GtkBox</a></span><span class="refpurpose"> — A container box</span>
83
83
  </dt>
84
84
  <dt>
85
- <span class="refentrytitle"><a href="GtkGrid.html">GtkGrid</a></span><span class="refpurpose"> — Pack widgets in a rows and columns</span>
85
+ <span class="refentrytitle"><a href="GtkGrid.html">GtkGrid</a></span><span class="refpurpose"> — Pack widgets in rows and columns</span>
86
86
  </dt>
87
87
  <dt>
88
88
  <span class="refentrytitle"><a href="GtkRevealer.html">GtkRevealer</a></span><span class="refpurpose"> — Hide and show with animation</span>
@@ -15,7 +15,7 @@
15
15
  <div>
16
16
  <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GTK+ 3 Reference Manual</p></th></tr></table></div>
17
17
  <div><p class="releaseinfo">
18
- This document is for the GTK+ 3 library, version 3.22.3
18
+ This document is for the GTK+ 3 library, version 3.22.7
19
19
  .
20
20
  The latest versions can be found online at
21
21
  <a class="ulink" href="http://developer.gnome.org/gtk3/" target="_top">http://developer.gnome.org/gtk3/</a>.
@@ -127,7 +127,7 @@ Find answers to common questions in the GTK+ manual
127
127
  <span class="refentrytitle"><a href="GtkBox.html">GtkBox</a></span><span class="refpurpose"> — A container box</span>
128
128
  </dt>
129
129
  <dt>
130
- <span class="refentrytitle"><a href="GtkGrid.html">GtkGrid</a></span><span class="refpurpose"> — Pack widgets in a rows and columns</span>
130
+ <span class="refentrytitle"><a href="GtkGrid.html">GtkGrid</a></span><span class="refpurpose"> — Pack widgets in rows and columns</span>
131
131
  </dt>
132
132
  <dt>
133
133
  <span class="refentrytitle"><a href="GtkRevealer.html">GtkRevealer</a></span><span class="refpurpose"> — Hide and show with animation</span>
@@ -2,7 +2,7 @@
2
2
  .\" Title: broadwayd
3
3
  .\" Author: Alexander Larsson
4
4
  .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5
- .\" Date: 11/07/2016
5
+ .\" Date: 01/16/2017
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GTK+
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gtk-builder-tool
3
3
  .\" Author: Matthias Clasen
4
4
  .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5
- .\" Date: 11/07/2016
5
+ .\" Date: 01/16/2017
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GTK+
8
8
  .\" Language: English
@@ -49,7 +49,7 @@ Validates the \&.ui file and report errors to stderr\&.
49
49
  .PP
50
50
  \fBsimplify\fR
51
51
  .RS 4
52
- Simplifies the \&.ui file by removing properties that are set to their default values and write the resulting XML to stdout\&.
52
+ Simplifies the \&.ui file by removing properties that are set to their default values and write the resulting XML to stdout, or back to the input file\&.
53
53
  .RE
54
54
  .PP
55
55
  \fBenumerate\fR
@@ -61,6 +61,16 @@ Lists all the named objects that are created in the \&.ui file\&.
61
61
  .RS 4
62
62
  Preview the \&.ui file\&. This command accepts options to specify the ID of an object and a \&.css file to use\&.
63
63
  .RE
64
+ .SH "SIMPLIFY OPTIONS"
65
+ .PP
66
+ The
67
+ \fBsimplify\fR
68
+ command accepts the following options:
69
+ .PP
70
+ \fB\-\-replace\fR
71
+ .RS 4
72
+ Write the content back to the \&.ui file instead of stdout\&.
73
+ .RE
64
74
  .SH "PREVIEW OPTIONS"
65
75
  .PP
66
76
  The
@@ -2,7 +2,7 @@
2
2
  .\" Title: gtk-encode-symbolic-svg
3
3
  .\" Author: Alexander Larsson
4
4
  .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5
- .\" Date: 11/07/2016
5
+ .\" Date: 01/16/2017
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GTK+
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gtk-launch
3
3
  .\" Author: Tomáš Bžatek <tbzatek@redhat.com>
4
4
  .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5
- .\" Date: 11/07/2016
5
+ .\" Date: 01/16/2017
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GTK+
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gtk-query-immodules-3.0
3
3
  .\" Author: Matthias Clasen
4
4
  .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5
- .\" Date: 11/07/2016
5
+ .\" Date: 01/16/2017
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GTK+
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gtk-query-settings
3
3
  .\" Author: Timm Bäder
4
4
  .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5
- .\" Date: 11/07/2016
5
+ .\" Date: 01/16/2017
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GTK+
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gtk-update-icon-cache
3
3
  .\" Author: Matthias Clasen
4
4
  .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5
- .\" Date: 11/07/2016
5
+ .\" Date: 01/16/2017
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GTK+
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gtk3-demo-application
3
3
  .\" Author: Matthias Clasen
4
4
  .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5
- .\" Date: 11/07/2016
5
+ .\" Date: 01/16/2017
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GTK+
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gtk3-demo
3
3
  .\" Author: Matthias Clasen
4
4
  .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5
- .\" Date: 11/07/2016
5
+ .\" Date: 01/16/2017
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GTK+
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gtk3-icon-browser
3
3
  .\" Author: Matthias Clasen
4
4
  .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5
- .\" Date: 11/07/2016
5
+ .\" Date: 01/16/2017
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GTK+
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gtk3-widget-factory
3
3
  .\" Author: Matthias Clasen
4
4
  .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5
- .\" Date: 11/07/2016
5
+ .\" Date: 01/16/2017
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GTK+
8
8
  .\" Language: English
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gdk3
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - The Ruby-GNOME2 Project Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-13 00:00:00.000000000 Z
11
+ date: 2017-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pango
@@ -16,56 +16,56 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 3.1.0
19
+ version: 3.1.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 3.1.0
26
+ version: 3.1.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: gdk_pixbuf2
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 3.1.0
33
+ version: 3.1.1
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 3.1.0
40
+ version: 3.1.1
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: cairo-gobject
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 3.1.0
47
+ version: 3.1.1
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 3.1.0
54
+ version: 3.1.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: gobject-introspection
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 3.1.0
61
+ version: 3.1.1
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
- version: 3.1.0
68
+ version: 3.1.1
69
69
  description: Ruby/GDK3 is a Ruby binding of GDK-3.x.
70
70
  email: ruby-gnome2-devel-en@lists.sourceforge.net
71
71
  executables: []
@@ -6899,7 +6899,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
6899
6899
  requirements:
6900
6900
  - - ">="
6901
6901
  - !ruby/object:Gem::Version
6902
- version: 2.1.0
6902
+ version: '2.1'
6903
+ - - "<"
6904
+ - !ruby/object:Gem::Version
6905
+ version: '2.5'
6903
6906
  required_rubygems_version: !ruby/object:Gem::Requirement
6904
6907
  requirements:
6905
6908
  - - ">="