gdk3 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (811) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +3 -2
  3. data/lib/gdk3.rb +9 -0
  4. data/lib/gdk3/event.rb +10 -0
  5. data/lib/gdk3/loader.rb +1 -7
  6. data/vendor/local/bin/gtk-builder-tool.exe +0 -0
  7. data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
  8. data/vendor/local/bin/gtk-launch.exe +0 -0
  9. data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
  10. data/vendor/local/bin/gtk-query-settings.exe +0 -0
  11. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  12. data/vendor/local/bin/gtk3-demo-application.exe +0 -0
  13. data/vendor/local/bin/gtk3-demo.exe +0 -0
  14. data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
  15. data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
  16. data/vendor/local/bin/libepoxy-0.dll +0 -0
  17. data/vendor/local/bin/libgailutil-3-0.dll +0 -0
  18. data/vendor/local/bin/libgdk-3-0.dll +0 -0
  19. data/vendor/local/bin/libgtk-3-0.dll +0 -0
  20. data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
  21. data/vendor/local/include/gtk-3.0/gdk/gdk.h +4 -0
  22. data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +5 -1
  23. data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +11 -28
  24. data/vendor/local/include/gtk-3.0/gdk/gdkdevicepad.h +74 -0
  25. data/vendor/local/include/gtk-3.0/gdk/gdkdevicetool.h +78 -0
  26. data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +18 -1
  27. data/vendor/local/include/gtk-3.0/gdk/gdkdrawingcontext.h +53 -0
  28. data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +18 -2
  29. data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +120 -0
  30. data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +5 -0
  31. data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +4 -4
  32. data/vendor/local/include/gtk-3.0/gdk/gdkmonitor.h +95 -0
  33. data/vendor/local/include/gtk-3.0/gdk/gdkpango.h +2 -0
  34. data/vendor/local/include/gtk-3.0/gdk/gdkscreen.h +17 -17
  35. data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +69 -1
  36. data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +26 -2
  37. data/vendor/local/include/gtk-3.0/gdk/gdkvisual.h +13 -13
  38. data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -0
  39. data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +60 -8
  40. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32keys.h +25 -0
  41. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32monitor.h +50 -0
  42. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkstackaccessible.h +54 -0
  43. data/vendor/local/include/gtk-3.0/gtk/gtk.h +3 -0
  44. data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +4 -1
  45. data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +2 -4
  46. data/vendor/local/include/gtk-3.0/gtk/gtkcsssection.h +5 -2
  47. data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +0 -88
  48. data/vendor/local/include/gtk-3.0/gtk/gtkdragdest.h +110 -0
  49. data/vendor/local/include/gtk-3.0/gtk/gtkfilechooser.h +17 -0
  50. data/vendor/local/include/gtk-3.0/gtk/gtkfilefilter.h +5 -0
  51. data/vendor/local/include/gtk-3.0/gtk/gtkglarea.h +5 -0
  52. data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +23 -2
  53. data/vendor/local/include/gtk-3.0/gtk/gtkpadcontroller.h +99 -0
  54. data/vendor/local/include/gtk-3.0/gtk/gtkpagesetup.h +5 -0
  55. data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +5 -0
  56. data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +9 -2
  57. data/vendor/local/include/gtk-3.0/gtk/gtkprintsettings.h +6 -0
  58. data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +5 -1
  59. data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +23 -0
  60. data/vendor/local/include/gtk-3.0/gtk/gtkselection.h +21 -0
  61. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutlabel.h +59 -0
  62. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsshortcut.h +6 -6
  63. data/vendor/local/include/gtk-3.0/gtk/gtkshow.h +8 -0
  64. data/vendor/local/include/gtk-3.0/gtk/gtksizegroup.h +2 -2
  65. data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +1 -1
  66. data/vendor/local/include/gtk-3.0/gtk/gtktreeviewcolumn.h +1 -1
  67. data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +9 -3
  68. data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
  69. data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +2 -2
  70. data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +1 -1
  71. data/vendor/local/lib/gdk-win32-3.0.def +49 -0
  72. data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
  73. data/vendor/local/lib/girepository-1.0/GdkWin32-3.0.typelib +0 -0
  74. data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
  75. data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
  76. data/vendor/local/lib/gtk-win32-3.0.def +1 -1
  77. data/vendor/local/lib/libepoxy.dll.a +0 -0
  78. data/vendor/local/lib/libgailutil-3.dll.a +0 -0
  79. data/vendor/local/lib/libgailutil-3.la +3 -3
  80. data/vendor/local/lib/libgdk-3.dll.a +0 -0
  81. data/vendor/local/lib/libgdk-3.la +6 -6
  82. data/vendor/local/lib/libgtk-3.dll.a +0 -0
  83. data/vendor/local/lib/libgtk-3.la +6 -6
  84. data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
  85. data/vendor/local/lib/libgtkreftestprivate.la +3 -3
  86. data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
  87. data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
  88. data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
  89. data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +2 -2
  90. data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +2 -2
  91. data/vendor/local/share/gir-1.0/Gdk-3.0.gir +1726 -68
  92. data/vendor/local/share/gir-1.0/GdkWin32-3.0.gir +45 -0
  93. data/vendor/local/share/gir-1.0/Gtk-3.0.gir +1589 -182
  94. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +32 -32
  95. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +15 -15
  96. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +1 -1
  97. data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +528 -141
  98. data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +45 -42
  99. data/vendor/local/share/gtk-doc/html/gdk3/GdkDevicePad.html +332 -0
  100. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +414 -99
  101. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +25 -25
  102. data/vendor/local/share/gtk-doc/html/gdk3/GdkDrawingContext.html +272 -0
  103. data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +40 -40
  104. data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +120 -34
  105. data/vendor/local/share/gtk-doc/html/gdk3/GdkMonitor.html +751 -0
  106. data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +147 -88
  107. data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +114 -22
  108. data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +29 -3
  109. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-20.html +2 -2
  110. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-22.html +258 -0
  111. data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +180 -0
  112. data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +278 -2
  113. data/vendor/local/share/gtk-doc/html/gdk3/context_menu_cursor.png +0 -0
  114. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +17 -17
  115. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +74 -25
  116. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +17 -17
  117. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +25 -25
  118. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +60 -55
  119. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +381 -154
  120. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +290 -102
  121. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +19 -19
  122. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +81 -65
  123. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +107 -107
  124. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +109 -62
  125. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +22 -22
  126. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +12 -12
  127. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +35 -35
  128. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +18 -18
  129. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +28 -28
  130. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +12 -12
  131. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +122 -122
  132. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +105 -38
  133. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +15 -15
  134. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +700 -358
  135. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +104 -104
  136. data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +193 -53
  137. data/vendor/local/share/gtk-doc/html/gdk3/index.html +16 -4
  138. data/vendor/local/share/gtk-doc/html/gdk3/no_drop_cursor.png +0 -0
  139. data/vendor/local/share/gtk-doc/html/gdk3/reference.html +7 -1
  140. data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +7 -2
  141. data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +2 -2
  142. data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +5 -2
  143. data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +121 -114
  144. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +35 -35
  145. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +4 -4
  146. data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +187 -187
  147. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +5 -5
  148. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +99 -99
  149. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +23 -23
  150. data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +221 -221
  151. data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +58 -58
  152. data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +38 -38
  153. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +12 -12
  154. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +28 -28
  155. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +16 -16
  156. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +53 -53
  157. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +88 -88
  158. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +40 -34
  159. data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +4 -4
  160. data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +21 -21
  161. data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +78 -78
  162. data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +3 -3
  163. data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +46 -46
  164. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +35 -35
  165. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +175 -175
  166. data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +88 -82
  167. data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +22 -22
  168. data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +79 -79
  169. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +252 -252
  170. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +19 -19
  171. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +37 -37
  172. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +13 -13
  173. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +56 -56
  174. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +142 -142
  175. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +19 -19
  176. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +12 -12
  177. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +25 -25
  178. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +16 -16
  179. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +7 -7
  180. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +7 -7
  181. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +92 -92
  182. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +32 -32
  183. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +36 -36
  184. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +14 -14
  185. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +30 -30
  186. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +42 -42
  187. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +28 -28
  188. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +7 -7
  189. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +5 -5
  190. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +69 -69
  191. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +3 -3
  192. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +159 -153
  193. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +37 -37
  194. data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +146 -146
  195. data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +58 -58
  196. data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +131 -131
  197. data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +29 -29
  198. data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +61 -61
  199. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +301 -301
  200. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +46 -46
  201. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +101 -101
  202. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +18 -18
  203. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +12 -11
  204. data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +91 -91
  205. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +280 -280
  206. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +36 -30
  207. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +67 -67
  208. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +44 -44
  209. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +108 -35
  210. data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +10 -10
  211. data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +109 -109
  212. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +51 -51
  213. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +50 -50
  214. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +5 -5
  215. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +2 -2
  216. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +19 -19
  217. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +15 -15
  218. data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +35 -35
  219. data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +215 -121
  220. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +134 -134
  221. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +29 -29
  222. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +12 -12
  223. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +25 -25
  224. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +6 -6
  225. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +9 -9
  226. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +28 -28
  227. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +12 -12
  228. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +10 -10
  229. data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +55 -55
  230. data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +5 -5
  231. data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +2 -2
  232. data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +2 -2
  233. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +31 -31
  234. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +5 -5
  235. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +4 -4
  236. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +2 -2
  237. data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +15 -15
  238. data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +47 -47
  239. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +74 -74
  240. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +5 -5
  241. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +1 -1
  242. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +257 -257
  243. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +210 -210
  244. data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +113 -113
  245. data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +48 -48
  246. data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +67 -68
  247. data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +2 -2
  248. data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +185 -185
  249. data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +26 -26
  250. data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +72 -72
  251. data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +23 -23
  252. data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +115 -101
  253. data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +106 -106
  254. data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +25 -25
  255. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +658 -129
  256. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +6 -6
  257. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +31 -31
  258. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +86 -86
  259. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +62 -62
  260. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +16 -16
  261. data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +65 -65
  262. data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +22 -22
  263. data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +61 -61
  264. data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +227 -227
  265. data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +56 -54
  266. data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +8 -8
  267. data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +20 -17
  268. data/vendor/local/share/gtk-doc/html/gtk3/GtkPadController.html +471 -0
  269. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +138 -69
  270. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +5 -5
  271. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +82 -82
  272. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +133 -60
  273. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +139 -139
  274. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +17 -17
  275. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +139 -59
  276. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +56 -56
  277. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +56 -56
  278. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +50 -50
  279. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +226 -153
  280. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +50 -50
  281. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +86 -86
  282. data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +57 -57
  283. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +44 -44
  284. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +56 -56
  285. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +43 -43
  286. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +13 -13
  287. data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +92 -92
  288. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +23 -23
  289. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +95 -95
  290. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +33 -33
  291. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +8 -8
  292. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +2 -2
  293. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +44 -44
  294. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +158 -157
  295. data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +20 -20
  296. data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +74 -70
  297. data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +27 -27
  298. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +5 -5
  299. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +23 -23
  300. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +592 -179
  301. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +31 -31
  302. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +20 -20
  303. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +2 -2
  304. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +2 -2
  305. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +11 -11
  306. data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +246 -246
  307. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +9 -9
  308. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +16 -16
  309. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +41 -22
  310. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +14 -14
  311. data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +46 -20
  312. data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +25 -25
  313. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +146 -146
  314. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +4 -4
  315. data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +62 -62
  316. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +3 -3
  317. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +5 -5
  318. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +170 -166
  319. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +23 -23
  320. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +185 -185
  321. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +189 -189
  322. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +14 -14
  323. data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +31 -31
  324. data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +71 -71
  325. data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +2 -2
  326. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +221 -221
  327. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +295 -295
  328. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +25 -25
  329. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +185 -185
  330. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +25 -25
  331. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +272 -274
  332. data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +62 -62
  333. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +22 -22
  334. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +61 -61
  335. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +15 -15
  336. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +58 -58
  337. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +53 -53
  338. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +39 -39
  339. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +65 -65
  340. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +3 -3
  341. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +62 -62
  342. data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +27 -27
  343. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +221 -221
  344. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +47 -47
  345. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +66 -66
  346. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +39 -39
  347. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +29 -29
  348. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +70 -70
  349. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +467 -467
  350. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +161 -161
  351. data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +151 -151
  352. data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +7 -7
  353. data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +2 -2
  354. data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +2 -2
  355. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +5 -5
  356. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +4 -4
  357. data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +2 -2
  358. data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +8 -8
  359. data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +4 -4
  360. data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1458 -1443
  361. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +492 -443
  362. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +8 -8
  363. data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +26 -26
  364. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +137 -137
  365. data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +22 -2
  366. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-18.html +12 -0
  367. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-20.html +2 -2
  368. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-22.html +197 -0
  369. data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +48 -0
  370. data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +172 -0
  371. data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +635 -665
  372. data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +17 -16
  373. data/vendor/local/share/gtk-doc/html/gtk3/ch26s02.html +305 -305
  374. data/vendor/local/share/gtk-doc/html/gtk3/ch28s02.html +7 -7
  375. data/vendor/local/share/gtk-doc/html/gtk3/ch30s02.html +2 -2
  376. data/vendor/local/share/gtk-doc/html/gtk3/ch32s02.html +70 -0
  377. data/vendor/local/share/gtk-doc/html/gtk3/ch32s03.html +61 -0
  378. data/vendor/local/share/gtk-doc/html/gtk3/ch32s04.html +36 -0
  379. data/vendor/local/share/gtk-doc/html/gtk3/ch32s05.html +76 -0
  380. data/vendor/local/share/gtk-doc/html/gtk3/ch32s06.html +54 -0
  381. data/vendor/local/share/gtk-doc/html/gtk3/ch32s07.html +67 -0
  382. data/vendor/local/share/gtk-doc/html/gtk3/ch32s08.html +63 -0
  383. data/vendor/local/share/gtk-doc/html/gtk3/ch32s09.html +40 -0
  384. data/vendor/local/share/gtk-doc/html/gtk3/ch32s10.html +80 -0
  385. data/vendor/local/share/gtk-doc/html/gtk3/ch32s11.html +67 -0
  386. data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +161 -161
  387. data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +32 -11
  388. data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +8 -8
  389. data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +37 -37
  390. data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +1 -1
  391. data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
  392. data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +2 -2
  393. data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +2 -2
  394. data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +8 -8
  395. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +132 -132
  396. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-3-x-to-y.html +61 -0
  397. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +9 -9
  398. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +33 -33
  399. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +140 -140
  400. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
  401. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +12 -12
  402. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +1 -1
  403. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +2 -2
  404. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +1 -1
  405. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +61 -61
  406. data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +145 -145
  407. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +47 -47
  408. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +123 -91
  409. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +166 -619
  410. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +367 -121
  411. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +22 -22
  412. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +24 -24
  413. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +162 -162
  414. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +71 -55
  415. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +15 -15
  416. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +24 -24
  417. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +36 -36
  418. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +17 -17
  419. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +25 -25
  420. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +129 -127
  421. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +227 -227
  422. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +132 -132
  423. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +2 -2
  424. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +126 -126
  425. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +168 -168
  426. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +37 -37
  427. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +45 -45
  428. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +88 -88
  429. data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +96 -29
  430. data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +4 -1
  431. data/vendor/local/share/gtk-doc/html/gtk3/index.html +20 -2
  432. data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +14 -0
  433. data/vendor/local/share/gtk-doc/html/gtk3/popup-anchors.png +0 -0
  434. data/vendor/local/share/gtk-doc/html/gtk3/popup-flip.png +0 -0
  435. data/vendor/local/share/gtk-doc/html/gtk3/popup-slide.png +0 -0
  436. data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +2 -2
  437. data/vendor/local/share/icons/Adwaita/16x16/actions/document-edit-symbolic.symbolic.png +0 -0
  438. data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
  439. data/vendor/local/share/icons/Adwaita/16x16/actions/edit-clear-all-symbolic.symbolic.png +0 -0
  440. data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
  441. data/vendor/local/share/icons/Adwaita/16x16/actions/go-down-symbolic.symbolic.png +0 -0
  442. data/vendor/local/share/icons/Adwaita/16x16/actions/go-up-symbolic.symbolic.png +0 -0
  443. data/vendor/local/share/icons/Adwaita/16x16/apps/accessories-calculator.png +0 -0
  444. data/vendor/local/share/icons/Adwaita/16x16/apps/text-editor-symbolic.symbolic.png +0 -0
  445. data/vendor/local/share/icons/Adwaita/16x16/devices/input-tablet-symbolic.symbolic.png +0 -0
  446. data/vendor/local/share/icons/Adwaita/16x16/devices/modem-symbolic.symbolic.png +0 -0
  447. data/vendor/local/share/icons/Adwaita/16x16/places/folder-documents.png +0 -0
  448. data/vendor/local/share/icons/Adwaita/16x16/places/folder-download-symbolic.symbolic.png +0 -0
  449. data/vendor/local/share/icons/Adwaita/16x16/places/folder-download.png +0 -0
  450. data/vendor/local/share/icons/Adwaita/16x16/places/folder-music.png +0 -0
  451. data/vendor/local/share/icons/Adwaita/16x16/places/folder-pictures.png +0 -0
  452. data/vendor/local/share/icons/Adwaita/16x16/places/folder-publicshare.png +0 -0
  453. data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote.png +0 -0
  454. data/vendor/local/share/icons/Adwaita/16x16/places/folder-templates.png +0 -0
  455. data/vendor/local/share/icons/Adwaita/16x16/places/folder-videos.png +0 -0
  456. data/vendor/local/share/icons/Adwaita/16x16/places/folder.png +0 -0
  457. data/vendor/local/share/icons/Adwaita/16x16/places/user-bookmarks.png +0 -0
  458. data/vendor/local/share/icons/Adwaita/16x16/places/user-desktop.png +0 -0
  459. data/vendor/local/share/icons/Adwaita/16x16/places/user-home.png +0 -0
  460. data/vendor/local/share/icons/Adwaita/16x16/status/call-missed-symbolic.symbolic.png +0 -0
  461. data/vendor/local/share/icons/Adwaita/16x16/status/folder-drag-accept.png +0 -0
  462. data/vendor/local/share/icons/Adwaita/16x16/status/folder-open.png +0 -0
  463. data/vendor/local/share/icons/Adwaita/16x16/status/mail-read-symbolic.symbolic.png +0 -0
  464. data/vendor/local/share/icons/Adwaita/16x16/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
  465. data/vendor/local/share/icons/Adwaita/16x16/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
  466. data/vendor/local/share/icons/Adwaita/16x16/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
  467. data/vendor/local/share/icons/Adwaita/16x16/status/user-available-symbolic.symbolic.png +0 -0
  468. data/vendor/local/share/icons/Adwaita/16x16/status/weather-fog-symbolic.symbolic.png +0 -0
  469. data/vendor/local/share/icons/Adwaita/22x22/actions/document-open.png +0 -0
  470. data/vendor/local/share/icons/Adwaita/22x22/actions/folder-new.png +0 -0
  471. data/vendor/local/share/icons/Adwaita/22x22/apps/accessories-calculator.png +0 -0
  472. data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
  473. data/vendor/local/share/icons/Adwaita/22x22/status/folder-drag-accept.png +0 -0
  474. data/vendor/local/share/icons/Adwaita/22x22/status/folder-open.png +0 -0
  475. data/vendor/local/share/icons/Adwaita/24x24/actions/document-edit-symbolic.symbolic.png +0 -0
  476. data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
  477. data/vendor/local/share/icons/Adwaita/24x24/actions/edit-clear-all-symbolic.symbolic.png +0 -0
  478. data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
  479. data/vendor/local/share/icons/Adwaita/24x24/actions/go-down-symbolic.symbolic.png +0 -0
  480. data/vendor/local/share/icons/Adwaita/24x24/actions/go-up-symbolic.symbolic.png +0 -0
  481. data/vendor/local/share/icons/Adwaita/24x24/apps/accessories-calculator.png +0 -0
  482. data/vendor/local/share/icons/Adwaita/24x24/apps/text-editor-symbolic.symbolic.png +0 -0
  483. data/vendor/local/share/icons/Adwaita/24x24/devices/input-tablet-symbolic.symbolic.png +0 -0
  484. data/vendor/local/share/icons/Adwaita/24x24/devices/modem-symbolic.symbolic.png +0 -0
  485. data/vendor/local/share/icons/Adwaita/24x24/places/folder-download-symbolic.symbolic.png +0 -0
  486. data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
  487. data/vendor/local/share/icons/Adwaita/24x24/status/bluetooth-disabled-symbolic.symbolic.png +0 -0
  488. data/vendor/local/share/icons/Adwaita/24x24/status/call-missed-symbolic.symbolic.png +0 -0
  489. data/vendor/local/share/icons/Adwaita/24x24/status/folder-drag-accept.png +0 -0
  490. data/vendor/local/share/icons/Adwaita/24x24/status/folder-open.png +0 -0
  491. data/vendor/local/share/icons/Adwaita/24x24/status/mail-read-symbolic.symbolic.png +0 -0
  492. data/vendor/local/share/icons/Adwaita/24x24/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
  493. data/vendor/local/share/icons/Adwaita/24x24/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
  494. data/vendor/local/share/icons/Adwaita/24x24/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
  495. data/vendor/local/share/icons/Adwaita/24x24/status/user-available-symbolic.symbolic.png +0 -0
  496. data/vendor/local/share/icons/Adwaita/256x256/actions/document-open.png +0 -0
  497. data/vendor/local/share/icons/Adwaita/256x256/actions/folder-new.png +0 -0
  498. data/vendor/local/share/icons/Adwaita/256x256/apps/accessories-calculator.png +0 -0
  499. data/vendor/local/share/icons/Adwaita/256x256/places/folder-documents.png +0 -0
  500. data/vendor/local/share/icons/Adwaita/256x256/places/folder-download.png +0 -0
  501. data/vendor/local/share/icons/Adwaita/256x256/places/folder-music.png +0 -0
  502. data/vendor/local/share/icons/Adwaita/256x256/places/folder-pictures.png +0 -0
  503. data/vendor/local/share/icons/Adwaita/256x256/places/folder-publicshare.png +0 -0
  504. data/vendor/local/share/icons/Adwaita/256x256/places/folder-remote.png +0 -0
  505. data/vendor/local/share/icons/Adwaita/256x256/places/folder-saved-search.png +0 -0
  506. data/vendor/local/share/icons/Adwaita/256x256/places/folder-templates.png +0 -0
  507. data/vendor/local/share/icons/Adwaita/256x256/places/folder-videos.png +0 -0
  508. data/vendor/local/share/icons/Adwaita/256x256/places/folder.png +0 -0
  509. data/vendor/local/share/icons/Adwaita/256x256/places/user-bookmarks.png +0 -0
  510. data/vendor/local/share/icons/Adwaita/256x256/places/user-desktop.png +0 -0
  511. data/vendor/local/share/icons/Adwaita/256x256/places/user-home.png +0 -0
  512. data/vendor/local/share/icons/Adwaita/256x256/status/folder-drag-accept.png +0 -0
  513. data/vendor/local/share/icons/Adwaita/256x256/status/folder-open.png +0 -0
  514. data/vendor/local/share/icons/Adwaita/256x256/status/folder-visiting.png +0 -0
  515. data/vendor/local/share/icons/Adwaita/32x32/actions/document-edit-symbolic.symbolic.png +0 -0
  516. data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
  517. data/vendor/local/share/icons/Adwaita/32x32/actions/edit-clear-all-symbolic.symbolic.png +0 -0
  518. data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
  519. data/vendor/local/share/icons/Adwaita/32x32/actions/go-down-symbolic.symbolic.png +0 -0
  520. data/vendor/local/share/icons/Adwaita/32x32/actions/go-up-symbolic.symbolic.png +0 -0
  521. data/vendor/local/share/icons/Adwaita/32x32/apps/accessories-calculator.png +0 -0
  522. data/vendor/local/share/icons/Adwaita/32x32/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
  523. data/vendor/local/share/icons/Adwaita/32x32/apps/text-editor-symbolic.symbolic.png +0 -0
  524. data/vendor/local/share/icons/Adwaita/32x32/devices/input-tablet-symbolic.symbolic.png +0 -0
  525. data/vendor/local/share/icons/Adwaita/32x32/devices/modem-symbolic.symbolic.png +0 -0
  526. data/vendor/local/share/icons/Adwaita/32x32/mimetypes/application-x-appliance-symbolic.symbolic.png +0 -0
  527. data/vendor/local/share/icons/Adwaita/32x32/places/folder-documents.png +0 -0
  528. data/vendor/local/share/icons/Adwaita/32x32/places/folder-download-symbolic.symbolic.png +0 -0
  529. data/vendor/local/share/icons/Adwaita/32x32/places/folder-download.png +0 -0
  530. data/vendor/local/share/icons/Adwaita/32x32/places/folder-music.png +0 -0
  531. data/vendor/local/share/icons/Adwaita/32x32/places/folder-pictures.png +0 -0
  532. data/vendor/local/share/icons/Adwaita/32x32/places/folder-publicshare.png +0 -0
  533. data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote.png +0 -0
  534. data/vendor/local/share/icons/Adwaita/32x32/places/folder-templates.png +0 -0
  535. data/vendor/local/share/icons/Adwaita/32x32/places/folder-videos.png +0 -0
  536. data/vendor/local/share/icons/Adwaita/32x32/places/folder.png +0 -0
  537. data/vendor/local/share/icons/Adwaita/32x32/places/user-bookmarks.png +0 -0
  538. data/vendor/local/share/icons/Adwaita/32x32/places/user-desktop.png +0 -0
  539. data/vendor/local/share/icons/Adwaita/32x32/places/user-home.png +0 -0
  540. data/vendor/local/share/icons/Adwaita/32x32/status/folder-drag-accept.png +0 -0
  541. data/vendor/local/share/icons/Adwaita/32x32/status/folder-open.png +0 -0
  542. data/vendor/local/share/icons/Adwaita/32x32/status/mail-attachment-symbolic.symbolic.png +0 -0
  543. data/vendor/local/share/icons/Adwaita/32x32/status/mail-read-symbolic.symbolic.png +0 -0
  544. data/vendor/local/share/icons/Adwaita/32x32/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
  545. data/vendor/local/share/icons/Adwaita/32x32/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
  546. data/vendor/local/share/icons/Adwaita/32x32/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
  547. data/vendor/local/share/icons/Adwaita/32x32/status/user-available-symbolic.symbolic.png +0 -0
  548. data/vendor/local/share/icons/Adwaita/32x32/status/weather-fog-symbolic.symbolic.png +0 -0
  549. data/vendor/local/share/icons/Adwaita/48x48/actions/document-edit-symbolic.symbolic.png +0 -0
  550. data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
  551. data/vendor/local/share/icons/Adwaita/48x48/actions/edit-clear-all-symbolic.symbolic.png +0 -0
  552. data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
  553. data/vendor/local/share/icons/Adwaita/48x48/actions/go-down-symbolic.symbolic.png +0 -0
  554. data/vendor/local/share/icons/Adwaita/48x48/actions/go-up-symbolic.symbolic.png +0 -0
  555. data/vendor/local/share/icons/Adwaita/48x48/apps/accessories-calculator.png +0 -0
  556. data/vendor/local/share/icons/Adwaita/48x48/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
  557. data/vendor/local/share/icons/Adwaita/48x48/apps/text-editor-symbolic.symbolic.png +0 -0
  558. data/vendor/local/share/icons/Adwaita/48x48/devices/input-tablet-symbolic.symbolic.png +0 -0
  559. data/vendor/local/share/icons/Adwaita/48x48/devices/modem-symbolic.symbolic.png +0 -0
  560. data/vendor/local/share/icons/Adwaita/48x48/places/folder-documents.png +0 -0
  561. data/vendor/local/share/icons/Adwaita/48x48/places/folder-download-symbolic.symbolic.png +0 -0
  562. data/vendor/local/share/icons/Adwaita/48x48/places/folder-download.png +0 -0
  563. data/vendor/local/share/icons/Adwaita/48x48/places/folder-music.png +0 -0
  564. data/vendor/local/share/icons/Adwaita/48x48/places/folder-pictures.png +0 -0
  565. data/vendor/local/share/icons/Adwaita/48x48/places/folder-publicshare.png +0 -0
  566. data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote.png +0 -0
  567. data/vendor/local/share/icons/Adwaita/48x48/places/folder-templates.png +0 -0
  568. data/vendor/local/share/icons/Adwaita/48x48/places/folder-videos.png +0 -0
  569. data/vendor/local/share/icons/Adwaita/48x48/places/folder.png +0 -0
  570. data/vendor/local/share/icons/Adwaita/48x48/places/user-bookmarks.png +0 -0
  571. data/vendor/local/share/icons/Adwaita/48x48/places/user-desktop.png +0 -0
  572. data/vendor/local/share/icons/Adwaita/48x48/places/user-home.png +0 -0
  573. data/vendor/local/share/icons/Adwaita/48x48/status/call-missed-symbolic.symbolic.png +0 -0
  574. data/vendor/local/share/icons/Adwaita/48x48/status/folder-drag-accept.png +0 -0
  575. data/vendor/local/share/icons/Adwaita/48x48/status/folder-open.png +0 -0
  576. data/vendor/local/share/icons/Adwaita/48x48/status/mail-read-symbolic.symbolic.png +0 -0
  577. data/vendor/local/share/icons/Adwaita/48x48/status/network-error-symbolic.symbolic.png +0 -0
  578. data/vendor/local/share/icons/Adwaita/48x48/status/network-idle-symbolic.symbolic.png +0 -0
  579. data/vendor/local/share/icons/Adwaita/48x48/status/network-offline-symbolic.symbolic.png +0 -0
  580. data/vendor/local/share/icons/Adwaita/48x48/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
  581. data/vendor/local/share/icons/Adwaita/48x48/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
  582. data/vendor/local/share/icons/Adwaita/48x48/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
  583. data/vendor/local/share/icons/Adwaita/48x48/status/user-available-symbolic.symbolic.png +0 -0
  584. data/vendor/local/share/icons/Adwaita/48x48/status/user-idle-symbolic.symbolic.png +0 -0
  585. data/vendor/local/share/icons/Adwaita/48x48/status/user-status-pending-symbolic.symbolic.png +0 -0
  586. data/vendor/local/share/icons/Adwaita/48x48/status/weather-fog-symbolic.symbolic.png +0 -0
  587. data/vendor/local/share/icons/Adwaita/512x512/apps/accessories-calculator.png +0 -0
  588. data/vendor/local/share/icons/Adwaita/64x64/actions/document-edit-symbolic.symbolic.png +0 -0
  589. data/vendor/local/share/icons/Adwaita/64x64/actions/edit-clear-all-symbolic.symbolic.png +0 -0
  590. data/vendor/local/share/icons/Adwaita/64x64/actions/go-down-symbolic.symbolic.png +0 -0
  591. data/vendor/local/share/icons/Adwaita/64x64/actions/go-up-symbolic.symbolic.png +0 -0
  592. data/vendor/local/share/icons/Adwaita/64x64/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
  593. data/vendor/local/share/icons/Adwaita/64x64/apps/text-editor-symbolic.symbolic.png +0 -0
  594. data/vendor/local/share/icons/Adwaita/64x64/devices/input-tablet-symbolic.symbolic.png +0 -0
  595. data/vendor/local/share/icons/Adwaita/64x64/devices/modem-symbolic.symbolic.png +0 -0
  596. data/vendor/local/share/icons/Adwaita/64x64/emblems/emblem-music-symbolic.symbolic.png +0 -0
  597. data/vendor/local/share/icons/Adwaita/64x64/mimetypes/application-x-appliance-symbolic.symbolic.png +0 -0
  598. data/vendor/local/share/icons/Adwaita/64x64/places/folder-download-symbolic.symbolic.png +0 -0
  599. data/vendor/local/share/icons/Adwaita/64x64/places/folder-music-symbolic.symbolic.png +0 -0
  600. data/vendor/local/share/icons/Adwaita/64x64/status/mail-read-symbolic.symbolic.png +0 -0
  601. data/vendor/local/share/icons/Adwaita/64x64/status/network-error-symbolic.symbolic.png +0 -0
  602. data/vendor/local/share/icons/Adwaita/64x64/status/network-idle-symbolic.symbolic.png +0 -0
  603. data/vendor/local/share/icons/Adwaita/64x64/status/network-offline-symbolic.symbolic.png +0 -0
  604. data/vendor/local/share/icons/Adwaita/64x64/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
  605. data/vendor/local/share/icons/Adwaita/64x64/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
  606. data/vendor/local/share/icons/Adwaita/64x64/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
  607. data/vendor/local/share/icons/Adwaita/64x64/status/user-available-symbolic.symbolic.png +0 -0
  608. data/vendor/local/share/icons/Adwaita/64x64/status/user-status-pending-symbolic.symbolic.png +0 -0
  609. data/vendor/local/share/icons/Adwaita/64x64/status/weather-fog-symbolic.symbolic.png +0 -0
  610. data/vendor/local/share/icons/Adwaita/96x96/actions/document-edit-symbolic.symbolic.png +0 -0
  611. data/vendor/local/share/icons/Adwaita/96x96/actions/edit-clear-all-symbolic.symbolic.png +0 -0
  612. data/vendor/local/share/icons/Adwaita/96x96/actions/go-down-symbolic.symbolic.png +0 -0
  613. data/vendor/local/share/icons/Adwaita/96x96/actions/go-up-symbolic.symbolic.png +0 -0
  614. data/vendor/local/share/icons/Adwaita/96x96/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
  615. data/vendor/local/share/icons/Adwaita/96x96/apps/text-editor-symbolic.symbolic.png +0 -0
  616. data/vendor/local/share/icons/Adwaita/96x96/devices/input-tablet-symbolic.symbolic.png +0 -0
  617. data/vendor/local/share/icons/Adwaita/96x96/devices/modem-symbolic.symbolic.png +0 -0
  618. data/vendor/local/share/icons/Adwaita/96x96/places/folder-download-symbolic.symbolic.png +0 -0
  619. data/vendor/local/share/icons/Adwaita/96x96/status/call-missed-symbolic.symbolic.png +0 -0
  620. data/vendor/local/share/icons/Adwaita/96x96/status/mail-read-symbolic.symbolic.png +0 -0
  621. data/vendor/local/share/icons/Adwaita/96x96/status/network-error-symbolic.symbolic.png +0 -0
  622. data/vendor/local/share/icons/Adwaita/96x96/status/network-idle-symbolic.symbolic.png +0 -0
  623. data/vendor/local/share/icons/Adwaita/96x96/status/network-offline-symbolic.symbolic.png +0 -0
  624. data/vendor/local/share/icons/Adwaita/96x96/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
  625. data/vendor/local/share/icons/Adwaita/96x96/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
  626. data/vendor/local/share/icons/Adwaita/96x96/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
  627. data/vendor/local/share/icons/Adwaita/96x96/status/user-available-symbolic.symbolic.png +0 -0
  628. data/vendor/local/share/icons/Adwaita/96x96/status/user-idle-symbolic.symbolic.png +0 -0
  629. data/vendor/local/share/icons/Adwaita/96x96/status/user-status-pending-symbolic.symbolic.png +0 -0
  630. data/vendor/local/share/icons/Adwaita/96x96/status/weather-fog-symbolic.symbolic.png +0 -0
  631. data/vendor/local/share/icons/Adwaita/cursors/context-menu +0 -0
  632. data/vendor/local/share/icons/Adwaita/cursors/dnd-no-drop +0 -0
  633. data/vendor/local/share/icons/Adwaita/cursors/grab +0 -0
  634. data/vendor/local/share/icons/Adwaita/cursors/hand1 +0 -0
  635. data/vendor/local/share/icons/Adwaita/cursors/no-drop +0 -0
  636. data/vendor/local/share/icons/Adwaita/cursors/wait +0 -0
  637. data/vendor/local/share/icons/Adwaita/cursors/watch +0 -0
  638. data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
  639. data/vendor/local/share/icons/Adwaita/index.theme +6 -1
  640. data/vendor/local/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg +3 -3
  641. data/vendor/local/share/icons/Adwaita/scalable/actions/edit-clear-all-symbolic.svg +20 -16
  642. data/vendor/local/share/icons/Adwaita/scalable/actions/go-down-symbolic.svg +11 -10
  643. data/vendor/local/share/icons/Adwaita/scalable/actions/go-up-symbolic.svg +9 -5
  644. data/vendor/local/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg +5 -1
  645. data/vendor/local/share/icons/Adwaita/scalable/apps/text-editor-symbolic.svg +13 -9
  646. data/vendor/local/share/icons/Adwaita/scalable/devices/input-tablet-symbolic.svg +19 -16
  647. data/vendor/local/share/icons/Adwaita/scalable/devices/modem-symbolic.svg +10 -6
  648. data/vendor/local/share/icons/Adwaita/scalable/places/folder-download-symbolic.svg +21 -17
  649. data/vendor/local/share/icons/Adwaita/scalable/status/network-vpn-acquiring-symbolic.svg +15 -14
  650. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg +5 -4
  651. data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg +5 -5
  652. data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-connected-symbolic.svg +18 -17
  653. data/vendor/local/share/icons/Adwaita/scalable/status/user-available-symbolic.svg +142 -21
  654. data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
  655. data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
  656. data/vendor/local/share/locale/as/LC_MESSAGES/gtk30-properties.mo +0 -0
  657. data/vendor/local/share/locale/as/LC_MESSAGES/gtk30.mo +0 -0
  658. data/vendor/local/share/locale/az/LC_MESSAGES/gtk30-properties.mo +0 -0
  659. data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo +0 -0
  660. data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk30.mo +0 -0
  661. data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
  662. data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30.mo +0 -0
  663. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
  664. data/vendor/local/share/locale/bn/LC_MESSAGES/gtk30-properties.mo +0 -0
  665. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo +0 -0
  666. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30.mo +0 -0
  667. data/vendor/local/share/locale/br/LC_MESSAGES/gtk30-properties.mo +0 -0
  668. data/vendor/local/share/locale/br/LC_MESSAGES/gtk30.mo +0 -0
  669. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
  670. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
  671. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30-properties.mo +0 -0
  672. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo +0 -0
  673. data/vendor/local/share/locale/crh/LC_MESSAGES/gtk30-properties.mo +0 -0
  674. data/vendor/local/share/locale/crh/LC_MESSAGES/gtk30.mo +0 -0
  675. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
  676. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
  677. data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
  678. data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
  679. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
  680. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
  681. data/vendor/local/share/locale/dz/LC_MESSAGES/gtk30-properties.mo +0 -0
  682. data/vendor/local/share/locale/dz/LC_MESSAGES/gtk30.mo +0 -0
  683. data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
  684. data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
  685. data/vendor/local/share/locale/en/LC_MESSAGES/gtk30-properties.mo +0 -0
  686. data/vendor/local/share/locale/en/LC_MESSAGES/gtk30.mo +0 -0
  687. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtk30-properties.mo +0 -0
  688. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtk30.mo +0 -0
  689. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo +0 -0
  690. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk30.mo +0 -0
  691. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo +0 -0
  692. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30.mo +0 -0
  693. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
  694. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
  695. data/vendor/local/share/locale/et/LC_MESSAGES/gtk30-properties.mo +0 -0
  696. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
  697. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
  698. data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
  699. data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
  700. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
  701. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
  702. data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30-properties.mo +0 -0
  703. data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
  704. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
  705. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
  706. data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30-properties.mo +0 -0
  707. data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30.mo +0 -0
  708. data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
  709. data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
  710. data/vendor/local/share/locale/hr/LC_MESSAGES/gtk30-properties.mo +0 -0
  711. data/vendor/local/share/locale/hr/LC_MESSAGES/gtk30.mo +0 -0
  712. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
  713. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
  714. data/vendor/local/share/locale/hy/LC_MESSAGES/gtk30-properties.mo +0 -0
  715. data/vendor/local/share/locale/hy/LC_MESSAGES/gtk30.mo +0 -0
  716. data/vendor/local/share/locale/ia/LC_MESSAGES/gtk30-properties.mo +0 -0
  717. data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
  718. data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
  719. data/vendor/local/share/locale/io/LC_MESSAGES/gtk30-properties.mo +0 -0
  720. data/vendor/local/share/locale/io/LC_MESSAGES/gtk30.mo +0 -0
  721. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
  722. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
  723. data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30-properties.mo +0 -0
  724. data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30.mo +0 -0
  725. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
  726. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
  727. data/vendor/local/share/locale/km/LC_MESSAGES/gtk30-properties.mo +0 -0
  728. data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
  729. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
  730. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
  731. data/vendor/local/share/locale/ku/LC_MESSAGES/gtk30.mo +0 -0
  732. data/vendor/local/share/locale/lg/LC_MESSAGES/gtk30-properties.mo +0 -0
  733. data/vendor/local/share/locale/lg/LC_MESSAGES/gtk30.mo +0 -0
  734. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
  735. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
  736. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
  737. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
  738. data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30-properties.mo +0 -0
  739. data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30.mo +0 -0
  740. data/vendor/local/share/locale/mi/LC_MESSAGES/gtk30.mo +0 -0
  741. data/vendor/local/share/locale/ml/LC_MESSAGES/gtk30-properties.mo +0 -0
  742. data/vendor/local/share/locale/ms/LC_MESSAGES/gtk30-properties.mo +0 -0
  743. data/vendor/local/share/locale/ms/LC_MESSAGES/gtk30.mo +0 -0
  744. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30-properties.mo +0 -0
  745. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
  746. data/vendor/local/share/locale/nds/LC_MESSAGES/gtk30-properties.mo +0 -0
  747. data/vendor/local/share/locale/nds/LC_MESSAGES/gtk30.mo +0 -0
  748. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30-properties.mo +0 -0
  749. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
  750. data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
  751. data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
  752. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
  753. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
  754. data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
  755. data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
  756. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
  757. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
  758. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
  759. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
  760. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
  761. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
  762. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
  763. data/vendor/local/share/locale/sq/LC_MESSAGES/gtk30-properties.mo +0 -0
  764. data/vendor/local/share/locale/sq/LC_MESSAGES/gtk30.mo +0 -0
  765. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
  766. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
  767. data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk30-properties.mo +0 -0
  768. data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk30.mo +0 -0
  769. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
  770. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
  771. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
  772. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
  773. data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
  774. data/vendor/local/share/locale/tt/LC_MESSAGES/gtk30-properties.mo +0 -0
  775. data/vendor/local/share/locale/tt/LC_MESSAGES/gtk30.mo +0 -0
  776. data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30-properties.mo +0 -0
  777. data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
  778. data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
  779. data/vendor/local/share/locale/ur/LC_MESSAGES/gtk30-properties.mo +0 -0
  780. data/vendor/local/share/locale/ur/LC_MESSAGES/gtk30.mo +0 -0
  781. data/vendor/local/share/locale/uz/LC_MESSAGES/gtk30-properties.mo +0 -0
  782. data/vendor/local/share/locale/uz/LC_MESSAGES/gtk30.mo +0 -0
  783. data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk30-properties.mo +0 -0
  784. data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo +0 -0
  785. data/vendor/local/share/locale/wa/LC_MESSAGES/gtk30-properties.mo +0 -0
  786. data/vendor/local/share/locale/wa/LC_MESSAGES/gtk30.mo +0 -0
  787. data/vendor/local/share/locale/yi/LC_MESSAGES/gtk30-properties.mo +0 -0
  788. data/vendor/local/share/locale/yi/LC_MESSAGES/gtk30.mo +0 -0
  789. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo +0 -0
  790. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30.mo +0 -0
  791. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
  792. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
  793. data/vendor/local/share/man/man1/broadwayd.1 +1 -1
  794. data/vendor/local/share/man/man1/gtk-builder-tool.1 +1 -1
  795. data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
  796. data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
  797. data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
  798. data/vendor/local/share/man/man1/gtk-query-settings.1 +1 -1
  799. data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
  800. data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
  801. data/vendor/local/share/man/man1/gtk3-demo.1 +1 -1
  802. data/vendor/local/share/man/man1/gtk3-icon-browser.1 +1 -1
  803. data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
  804. data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
  805. metadata +44 -17
  806. data/vendor/local/share/icons/Adwaita/16x16/actions/send-to-symbolic.symbolic.png +0 -0
  807. data/vendor/local/share/icons/Adwaita/24x24/actions/send-to-symbolic.symbolic.png +0 -0
  808. data/vendor/local/share/icons/Adwaita/32x32/actions/send-to-symbolic.symbolic.png +0 -0
  809. data/vendor/local/share/icons/Adwaita/48x48/actions/send-to-symbolic.symbolic.png +0 -0
  810. data/vendor/local/share/icons/Adwaita/64x64/actions/send-to-symbolic.symbolic.png +0 -0
  811. data/vendor/local/share/icons/Adwaita/96x96/actions/send-to-symbolic.symbolic.png +0 -0
@@ -59,7 +59,7 @@
59
59
  </tr>
60
60
  <tr>
61
61
  <td class="function_type">
62
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
62
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
63
63
  </td>
64
64
  <td class="function_name">
65
65
  <a class="link" href="GtkStyleProvider.html#gtk-style-provider-get-style-property" title="gtk_style_provider_get_style_property ()">gtk_style_provider_get_style_property</a> <span class="c_punctuation">()</span>
@@ -109,7 +109,7 @@
109
109
  </div>
110
110
  <div class="refsect1">
111
111
  <a name="GtkStyleProvider.object-hierarchy"></a><h2>Object Hierarchy</h2>
112
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/GTypeModule.html">GInterface</a>
112
+ <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
113
113
  <span class="lineart">╰──</span> GtkStyleProvider
114
114
  </pre>
115
115
  </div>
@@ -138,10 +138,10 @@ gtk_style_provider_get_icon_factory (<em class="parameter"><code><a class="link"
138
138
  <em class="parameter"><code><a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>);</pre>
139
139
  <div class="warning">
140
140
  <p><code class="literal">gtk_style_provider_get_icon_factory</code> has been deprecated since version 3.8 and should not be used in newly-written code.</p>
141
- <p>Will always return <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for all GTK-provided style providers.</p>
141
+ <p>Will always 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> for all GTK-provided style providers.</p>
142
142
  </div>
143
143
  <p>Returns the <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a> defined to be in use for <em class="parameter"><code>path</code></em>
144
- , or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none
144
+ , or <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 none
145
145
  is defined.</p>
146
146
  <div class="refsect3">
147
147
  <a name="gtk-style-provider-get-icon-factory.parameters"></a><h4>Parameters</h4>
@@ -168,8 +168,8 @@ is defined.</p>
168
168
  <div class="refsect3">
169
169
  <a name="gtk-style-provider-get-icon-factory.returns"></a><h4>Returns</h4>
170
170
  <p> The icon factory to use for <em class="parameter"><code>path</code></em>
171
- , or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
172
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
171
+ , or <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>. </p>
172
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
173
173
  </div>
174
174
  <p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
175
175
  </div>
@@ -181,11 +181,11 @@ gtk_style_provider_get_style (<em class="parameter"><code><a class="link" href="
181
181
  <em class="parameter"><code><a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>);</pre>
182
182
  <div class="warning">
183
183
  <p><code class="literal">gtk_style_provider_get_style</code> has been deprecated since version 3.8 and should not be used in newly-written code.</p>
184
- <p>Will always return <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for all GTK-provided style providers
184
+ <p>Will always 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> for all GTK-provided style providers
185
185
  as the interface cannot correctly work the way CSS is specified.</p>
186
186
  </div>
187
187
  <p>Returns the style settings affecting a widget defined by <em class="parameter"><code>path</code></em>
188
- , or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
188
+ , or <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
189
189
  <em class="parameter"><code>provider</code></em>
190
190
  doesn’t contemplate styling <em class="parameter"><code>path</code></em>
191
191
  .</p>
@@ -216,19 +216,19 @@ gtk_style_provider_get_style (<em class="parameter"><code><a class="link" href="
216
216
  <p> a <a class="link" href="gtk3-GtkStyleProperties.html#GtkStyleProperties" title="struct GtkStyleProperties"><span class="type">GtkStyleProperties</span></a> containing the
217
217
  style settings affecting <em class="parameter"><code>path</code></em>
218
218
  . </p>
219
- <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
219
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
220
220
  </div>
221
221
  <p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
222
222
  </div>
223
223
  <hr>
224
224
  <div class="refsect2">
225
225
  <a name="gtk-style-provider-get-style-property"></a><h3>gtk_style_provider_get_style_property ()</h3>
226
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
226
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
227
227
  gtk_style_provider_get_style_property (<em class="parameter"><code><a class="link" href="GtkStyleProvider.html" title="GtkStyleProvider"><span class="type">GtkStyleProvider</span></a> *provider</code></em>,
228
228
  <em class="parameter"><code><a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
229
229
  <em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
230
- <em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>,
231
- <em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
230
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>,
231
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
232
232
  <p>Looks up a widget style property as defined by <em class="parameter"><code>provider</code></em>
233
233
  for
234
234
  the widget represented by <em class="parameter"><code>path</code></em>
@@ -259,7 +259,7 @@ the widget represented by <em class="parameter"><code>path</code></em>
259
259
  </tr>
260
260
  <tr>
261
261
  <td class="parameter_name"><p>pspec</p></td>
262
- <td class="parameter_description"><p>The <a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> to query</p></td>
262
+ <td class="parameter_description"><p>The <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> to query</p></td>
263
263
  <td class="parameter_annotations"> </td>
264
264
  </tr>
265
265
  <tr>
@@ -272,7 +272,7 @@ the widget represented by <em class="parameter"><code>path</code></em>
272
272
  </div>
273
273
  <div class="refsect3">
274
274
  <a name="gtk-style-provider-get-style-property.returns"></a><h4>Returns</h4>
275
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the property was found and has a value, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
275
+ <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the property was found and has a value, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
276
276
  </div>
277
277
  <p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
278
278
  </div>
@@ -62,7 +62,7 @@
62
62
  </tr>
63
63
  <tr>
64
64
  <td class="function_type">
65
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
65
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
66
66
  </td>
67
67
  <td class="function_name">
68
68
  <a class="link" href="GtkSwitch.html#gtk-switch-get-active" title="gtk_switch_get_active ()">gtk_switch_get_active</a> <span class="c_punctuation">()</span>
@@ -78,7 +78,7 @@
78
78
  </tr>
79
79
  <tr>
80
80
  <td class="function_type">
81
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
81
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
82
82
  </td>
83
83
  <td class="function_name">
84
84
  <a class="link" href="GtkSwitch.html#gtk-switch-get-state" title="gtk_switch_get_state ()">gtk_switch_get_state</a> <span class="c_punctuation">()</span>
@@ -97,12 +97,12 @@
97
97
  </colgroup>
98
98
  <tbody>
99
99
  <tr>
100
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
100
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
101
101
  <td class="property_name"><a class="link" href="GtkSwitch.html#GtkSwitch--active" title="The “active” property">active</a></td>
102
102
  <td class="property_flags">Read / Write</td>
103
103
  </tr>
104
104
  <tr>
105
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
105
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
106
106
  <td class="property_name"><a class="link" href="GtkSwitch.html#GtkSwitch--state" title="The “state” property">state</a></td>
107
107
  <td class="property_flags">Read / Write</td>
108
108
  </tr>
@@ -119,12 +119,12 @@
119
119
  </colgroup>
120
120
  <tbody>
121
121
  <tr>
122
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
122
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
123
123
  <td class="property_name"><a class="link" href="GtkSwitch.html#GtkSwitch--s-slider-height" title="The “slider-height” style property">slider-height</a></td>
124
124
  <td class="property_flags">Read</td>
125
125
  </tr>
126
126
  <tr>
127
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
127
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
128
128
  <td class="property_name"><a class="link" href="GtkSwitch.html#GtkSwitch--s-slider-width" title="The “slider-width” style property">slider-width</a></td>
129
129
  <td class="property_flags">Read</td>
130
130
  </tr>
@@ -143,12 +143,12 @@
143
143
  <tr>
144
144
  <td class="signal_type"><span class="returnvalue">void</span></td>
145
145
  <td class="signal_name"><a class="link" href="GtkSwitch.html#GtkSwitch-activate" title="The “activate” signal">activate</a></td>
146
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
146
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
147
147
  </tr>
148
148
  <tr>
149
- <td class="signal_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
149
+ <td class="signal_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
150
150
  <td class="signal_name"><a class="link" href="GtkSwitch.html#GtkSwitch-state-set" title="The “state-set” signal">state-set</a></td>
151
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
151
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
152
152
  </tr>
153
153
  </tbody>
154
154
  </table></div>
@@ -174,8 +174,8 @@
174
174
  </div>
175
175
  <div class="refsect1">
176
176
  <a name="GtkSwitch.object-hierarchy"></a><h2>Object Hierarchy</h2>
177
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
178
- <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
177
+ <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
178
+ <span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
179
179
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
180
180
  <span class="lineart">╰──</span> GtkSwitch
181
181
  </pre>
@@ -207,7 +207,7 @@ a delay. See <a class="link" href="GtkSwitch.html#GtkSwitch-state-set" title="Th
207
207
  <td class="listing_lines" align="right"><pre>1
208
208
  2</pre></td>
209
209
  <td class="listing_code"><pre class="programlisting"><span class="keyword">switch</span>
210
- <span class="normal">╰── slider</span></pre></td>
210
+ ╰── slider</pre></td>
211
211
  </tr>
212
212
  </tbody>
213
213
  </table>
@@ -236,7 +236,7 @@ gtk_switch_new (<em class="parameter"><code><span class="type">void</span></code
236
236
  <a name="gtk-switch-set-active"></a><h3>gtk_switch_set_active ()</h3>
237
237
  <pre class="programlisting"><span class="returnvalue">void</span>
238
238
  gtk_switch_set_active (<em class="parameter"><code><a class="link" href="GtkSwitch.html" title="GtkSwitch"><span class="type">GtkSwitch</span></a> *sw</code></em>,
239
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_active</code></em>);</pre>
239
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_active</code></em>);</pre>
240
240
  <p>Changes the state of <em class="parameter"><code>sw</code></em>
241
241
  to the desired one.</p>
242
242
  <div class="refsect3">
@@ -255,8 +255,8 @@ gtk_switch_set_active (<em class="parameter"><code><a class="link" href="GtkSwit
255
255
  </tr>
256
256
  <tr>
257
257
  <td class="parameter_name"><p>is_active</p></td>
258
- <td class="parameter_description"><p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>sw</code></em>
259
- should be active, and <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p></td>
258
+ <td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>sw</code></em>
259
+ should be active, and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p></td>
260
260
  <td class="parameter_annotations"> </td>
261
261
  </tr>
262
262
  </tbody>
@@ -267,7 +267,7 @@ should be active, and <a href="https://developer.gnome.org/glib/unstable/glib-St
267
267
  <hr>
268
268
  <div class="refsect2">
269
269
  <a name="gtk-switch-get-active"></a><h3>gtk_switch_get_active ()</h3>
270
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
270
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
271
271
  gtk_switch_get_active (<em class="parameter"><code><a class="link" href="GtkSwitch.html" title="GtkSwitch"><span class="type">GtkSwitch</span></a> *sw</code></em>);</pre>
272
272
  <p>Gets whether the <a class="link" href="GtkSwitch.html" title="GtkSwitch"><span class="type">GtkSwitch</span></a> is in its “on” or “off” state.</p>
273
273
  <div class="refsect3">
@@ -287,7 +287,7 @@ gtk_switch_get_active (<em class="parameter"><code><a class="link" href="GtkSwit
287
287
  </div>
288
288
  <div class="refsect3">
289
289
  <a name="gtk-switch-get-active.returns"></a><h4>Returns</h4>
290
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="GtkSwitch.html" title="GtkSwitch"><span class="type">GtkSwitch</span></a> is active, and <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
290
+ <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="GtkSwitch.html" title="GtkSwitch"><span class="type">GtkSwitch</span></a> is active, and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
291
291
  </div>
292
292
  <p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
293
293
  </div>
@@ -296,7 +296,7 @@ gtk_switch_get_active (<em class="parameter"><code><a class="link" href="GtkSwit
296
296
  <a name="gtk-switch-set-state"></a><h3>gtk_switch_set_state ()</h3>
297
297
  <pre class="programlisting"><span class="returnvalue">void</span>
298
298
  gtk_switch_set_state (<em class="parameter"><code><a class="link" href="GtkSwitch.html" title="GtkSwitch"><span class="type">GtkSwitch</span></a> *sw</code></em>,
299
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> state</code></em>);</pre>
299
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> state</code></em>);</pre>
300
300
  <p>Sets the underlying state of the <a class="link" href="GtkSwitch.html" title="GtkSwitch"><span class="type">GtkSwitch</span></a>.</p>
301
301
  <p>Normally, this is the same as <a class="link" href="GtkSwitch.html#GtkSwitch--active" title="The “active” property"><span class="type">“active”</span></a>, unless the switch
302
302
  is set up for delayed state changes. This function is typically
@@ -329,7 +329,7 @@ called from a <a class="link" href="GtkSwitch.html#GtkSwitch-state-set" title="T
329
329
  <hr>
330
330
  <div class="refsect2">
331
331
  <a name="gtk-switch-get-state"></a><h3>gtk_switch_get_state ()</h3>
332
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
332
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
333
333
  gtk_switch_get_state (<em class="parameter"><code><a class="link" href="GtkSwitch.html" title="GtkSwitch"><span class="type">GtkSwitch</span></a> *sw</code></em>);</pre>
334
334
  <p>Gets the underlying state of the <a class="link" href="GtkSwitch.html" title="GtkSwitch"><span class="type">GtkSwitch</span></a>.</p>
335
335
  <div class="refsect3">
@@ -402,7 +402,7 @@ data and it should only be accessed using the provided API.</p>
402
402
  <a name="GtkSwitch.property-details"></a><h2>Property Details</h2>
403
403
  <div class="refsect2">
404
404
  <a name="GtkSwitch--active"></a><h3>The <code class="literal">“active”</code> property</h3>
405
- <pre class="programlisting"> “active” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
405
+ <pre class="programlisting"> “active” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
406
406
  <p>Whether the <a class="link" href="GtkSwitch.html" title="GtkSwitch"><span class="type">GtkSwitch</span></a> widget is in its on or off state.</p>
407
407
  <p>Flags: Read / Write</p>
408
408
  <p>Default value: FALSE</p>
@@ -410,7 +410,7 @@ data and it should only be accessed using the provided API.</p>
410
410
  <hr>
411
411
  <div class="refsect2">
412
412
  <a name="GtkSwitch--state"></a><h3>The <code class="literal">“state”</code> property</h3>
413
- <pre class="programlisting"> “state” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
413
+ <pre class="programlisting"> “state” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
414
414
  <p>The backend state that is controlled by the switch.
415
415
 
416
416
  See <a class="link" href="GtkSwitch.html#GtkSwitch-state-set" title="The “state-set” signal"><span class="type">“state-set”</span></a> for details.</p>
@@ -423,7 +423,7 @@ See <a class="link" href="GtkSwitch.html#GtkSwitch-state-set" title="The “stat
423
423
  <a name="GtkSwitch.style-property-details"></a><h2>Style Property Details</h2>
424
424
  <div class="refsect2">
425
425
  <a name="GtkSwitch--s-slider-height"></a><h3>The <code class="literal">“slider-height”</code> style property</h3>
426
- <pre class="programlisting"> “slider-height” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
426
+ <pre class="programlisting"> “slider-height” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
427
427
  <p>The minimum height of the <a class="link" href="GtkSwitch.html" title="GtkSwitch"><span class="type">GtkSwitch</span></a> handle, in pixels.</p>
428
428
  <div class="warning">
429
429
  <p><code class="literal">GtkSwitch:slider-height</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
@@ -437,7 +437,7 @@ See <a class="link" href="GtkSwitch.html#GtkSwitch-state-set" title="The “stat
437
437
  <hr>
438
438
  <div class="refsect2">
439
439
  <a name="GtkSwitch--s-slider-width"></a><h3>The <code class="literal">“slider-width”</code> style property</h3>
440
- <pre class="programlisting"> “slider-width” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
440
+ <pre class="programlisting"> “slider-width” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
441
441
  <p>The minimum width of the <a class="link" href="GtkSwitch.html" title="GtkSwitch"><span class="type">GtkSwitch</span></a> handle, in pixels.</p>
442
442
  <div class="warning">
443
443
  <p><code class="literal">GtkSwitch:slider-width</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
@@ -454,7 +454,7 @@ See <a class="link" href="GtkSwitch.html#GtkSwitch-state-set" title="The “stat
454
454
  <a name="GtkSwitch-activate"></a><h3>The <code class="literal">“activate”</code> signal</h3>
455
455
  <pre class="programlisting"><span class="returnvalue">void</span>
456
456
  user_function (<a class="link" href="GtkSwitch.html" title="GtkSwitch"><span class="type">GtkSwitch</span></a> *widget,
457
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
457
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
458
458
  <p>The ::activate signal on GtkSwitch is an action signal and
459
459
  emitting it causes the switch to animate.
460
460
  Applications should never connect to this signal, but use the
@@ -481,15 +481,15 @@ notify::active signal.</p>
481
481
  </tbody>
482
482
  </table></div>
483
483
  </div>
484
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
484
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
485
485
  </div>
486
486
  <hr>
487
487
  <div class="refsect2">
488
488
  <a name="GtkSwitch-state-set"></a><h3>The <code class="literal">“state-set”</code> signal</h3>
489
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
489
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
490
490
  user_function (<a class="link" href="GtkSwitch.html" title="GtkSwitch"><span class="type">GtkSwitch</span></a> *widget,
491
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> state,
492
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
491
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> state,
492
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
493
493
  <p>The ::state-set signal on GtkSwitch is emitted to change the underlying
494
494
  state. It is emitted when the user changes the switch position. The
495
495
  default handler keeps the state in sync with the <a class="link" href="GtkSwitch.html#GtkSwitch--active" title="The “active” property"><span class="type">“active”</span></a>
@@ -497,7 +497,7 @@ property.</p>
497
497
  <p>To implement delayed state change, applications can connect to this signal,
498
498
  initiate the change of the underlying state, and call <a class="link" href="GtkSwitch.html#gtk-switch-set-state" title="gtk_switch_set_state ()"><code class="function">gtk_switch_set_state()</code></a>
499
499
  when the underlying state change is complete. The signal handler should
500
- return <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to prevent the default handler from running.</p>
500
+ return <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to prevent the default handler from running.</p>
501
501
  <p>Visually, the underlying state is represented by the trough color of
502
502
  the switch, while the <a class="link" href="GtkSwitch.html#GtkSwitch--active" title="The “active” property"><span class="type">“active”</span></a> property is represented by the
503
503
  position of the switch.</p>
@@ -530,9 +530,9 @@ position of the switch.</p>
530
530
  </div>
531
531
  <div class="refsect3">
532
532
  <a name="GtkSwitch-state-set.returns"></a><h4>Returns</h4>
533
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to stop the signal emission</p>
533
+ <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to stop the signal emission</p>
534
534
  </div>
535
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
535
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
536
536
  <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
537
537
  </div>
538
538
  </div>
@@ -125,7 +125,7 @@
125
125
  </tr>
126
126
  <tr>
127
127
  <td class="function_type">
128
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
128
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
129
129
  </td>
130
130
  <td class="function_name">
131
131
  <a class="link" href="GtkTable.html#gtk-table-get-default-row-spacing" title="gtk_table_get_default_row_spacing ()">gtk_table_get_default_row_spacing</a> <span class="c_punctuation">()</span>
@@ -133,7 +133,7 @@
133
133
  </tr>
134
134
  <tr>
135
135
  <td class="function_type">
136
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
136
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
137
137
  </td>
138
138
  <td class="function_name">
139
139
  <a class="link" href="GtkTable.html#gtk-table-get-homogeneous" title="gtk_table_get_homogeneous ()">gtk_table_get_homogeneous</a> <span class="c_punctuation">()</span>
@@ -141,7 +141,7 @@
141
141
  </tr>
142
142
  <tr>
143
143
  <td class="function_type">
144
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
144
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
145
145
  </td>
146
146
  <td class="function_name">
147
147
  <a class="link" href="GtkTable.html#gtk-table-get-row-spacing" title="gtk_table_get_row_spacing ()">gtk_table_get_row_spacing</a> <span class="c_punctuation">()</span>
@@ -149,7 +149,7 @@
149
149
  </tr>
150
150
  <tr>
151
151
  <td class="function_type">
152
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
152
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
153
153
  </td>
154
154
  <td class="function_name">
155
155
  <a class="link" href="GtkTable.html#gtk-table-get-col-spacing" title="gtk_table_get_col_spacing ()">gtk_table_get_col_spacing</a> <span class="c_punctuation">()</span>
@@ -157,7 +157,7 @@
157
157
  </tr>
158
158
  <tr>
159
159
  <td class="function_type">
160
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
160
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
161
161
  </td>
162
162
  <td class="function_name">
163
163
  <a class="link" href="GtkTable.html#gtk-table-get-default-col-spacing" title="gtk_table_get_default_col_spacing ()">gtk_table_get_default_col_spacing</a> <span class="c_punctuation">()</span>
@@ -176,27 +176,27 @@
176
176
  </colgroup>
177
177
  <tbody>
178
178
  <tr>
179
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
179
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
180
180
  <td class="property_name"><a class="link" href="GtkTable.html#GtkTable--column-spacing" title="The “column-spacing” property">column-spacing</a></td>
181
181
  <td class="property_flags">Read / Write</td>
182
182
  </tr>
183
183
  <tr>
184
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
184
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
185
185
  <td class="property_name"><a class="link" href="GtkTable.html#GtkTable--homogeneous" title="The “homogeneous” property">homogeneous</a></td>
186
186
  <td class="property_flags">Read / Write</td>
187
187
  </tr>
188
188
  <tr>
189
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
189
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
190
190
  <td class="property_name"><a class="link" href="GtkTable.html#GtkTable--n-columns" title="The “n-columns” property">n-columns</a></td>
191
191
  <td class="property_flags">Read / Write</td>
192
192
  </tr>
193
193
  <tr>
194
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
194
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
195
195
  <td class="property_name"><a class="link" href="GtkTable.html#GtkTable--n-rows" title="The “n-rows” property">n-rows</a></td>
196
196
  <td class="property_flags">Read / Write</td>
197
197
  </tr>
198
198
  <tr>
199
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
199
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
200
200
  <td class="property_name"><a class="link" href="GtkTable.html#GtkTable--row-spacing" title="The “row-spacing” property">row-spacing</a></td>
201
201
  <td class="property_flags">Read / Write</td>
202
202
  </tr>
@@ -213,22 +213,22 @@
213
213
  </colgroup>
214
214
  <tbody>
215
215
  <tr>
216
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
216
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
217
217
  <td class="property_name"><a class="link" href="GtkTable.html#GtkTable--c-bottom-attach" title="The “bottom-attach” child property">bottom-attach</a></td>
218
218
  <td class="property_flags">Read / Write</td>
219
219
  </tr>
220
220
  <tr>
221
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
221
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
222
222
  <td class="property_name"><a class="link" href="GtkTable.html#GtkTable--c-left-attach" title="The “left-attach” child property">left-attach</a></td>
223
223
  <td class="property_flags">Read / Write</td>
224
224
  </tr>
225
225
  <tr>
226
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
226
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
227
227
  <td class="property_name"><a class="link" href="GtkTable.html#GtkTable--c-right-attach" title="The “right-attach” child property">right-attach</a></td>
228
228
  <td class="property_flags">Read / Write</td>
229
229
  </tr>
230
230
  <tr>
231
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
231
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
232
232
  <td class="property_name"><a class="link" href="GtkTable.html#GtkTable--c-top-attach" title="The “top-attach” child property">top-attach</a></td>
233
233
  <td class="property_flags">Read / Write</td>
234
234
  </tr>
@@ -238,7 +238,7 @@
238
238
  <td class="property_flags">Read / Write</td>
239
239
  </tr>
240
240
  <tr>
241
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
241
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
242
242
  <td class="property_name"><a class="link" href="GtkTable.html#GtkTable--c-x-padding" title="The “x-padding” child property">x-padding</a></td>
243
243
  <td class="property_flags">Read / Write</td>
244
244
  </tr>
@@ -248,7 +248,7 @@
248
248
  <td class="property_flags">Read / Write</td>
249
249
  </tr>
250
250
  <tr>
251
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
251
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
252
252
  <td class="property_name"><a class="link" href="GtkTable.html#GtkTable--c-y-padding" title="The “y-padding” child property">y-padding</a></td>
253
253
  <td class="property_flags">Read / Write</td>
254
254
  </tr>
@@ -276,8 +276,8 @@
276
276
  </div>
277
277
  <div class="refsect1">
278
278
  <a name="GtkTable.object-hierarchy"></a><h2>Object Hierarchy</h2>
279
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
280
- <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
279
+ <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
280
+ <span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
281
281
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
282
282
  <span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
283
283
  <span class="lineart">╰──</span> GtkTable
@@ -321,9 +321,9 @@ does support height-for-width geometry management.</p></blockquote></div>
321
321
  <div class="refsect2">
322
322
  <a name="gtk-table-new"></a><h3>gtk_table_new ()</h3>
323
323
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
324
- gtk_table_new (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> rows</code></em>,
325
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> columns</code></em>,
326
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> homogeneous</code></em>);</pre>
324
+ gtk_table_new (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> rows</code></em>,
325
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> columns</code></em>,
326
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> homogeneous</code></em>);</pre>
327
327
  <div class="warning">
328
328
  <p><code class="literal">gtk_table_new</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
329
329
  <p>Use <a class="link" href="GtkGrid.html#gtk-grid-new" title="gtk_grid_new ()"><code class="function">gtk_grid_new()</code></a>.</p>
@@ -356,7 +356,7 @@ as well and is silently interpreted as 1.</p>
356
356
  </tr>
357
357
  <tr>
358
358
  <td class="parameter_name"><p>homogeneous</p></td>
359
- <td class="parameter_description"><p>If set to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, all table cells are resized to the size of
359
+ <td class="parameter_description"><p>If set to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, all table cells are resized to the size of
360
360
  the cell containing the largest widget.</p></td>
361
361
  <td class="parameter_annotations"> </td>
362
362
  </tr>
@@ -373,8 +373,8 @@ the cell containing the largest widget.</p></td>
373
373
  <a name="gtk-table-resize"></a><h3>gtk_table_resize ()</h3>
374
374
  <pre class="programlisting"><span class="returnvalue">void</span>
375
375
  gtk_table_resize (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
376
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> rows</code></em>,
377
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> columns</code></em>);</pre>
376
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> rows</code></em>,
377
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> columns</code></em>);</pre>
378
378
  <div class="warning">
379
379
  <p><code class="literal">gtk_table_resize</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
380
380
  <p><a class="link" href="GtkGrid.html" title="GtkGrid"><span class="type">GtkGrid</span></a> resizes automatically.</p>
@@ -414,8 +414,8 @@ it has been created, this function allows you to do so.</p>
414
414
  <a name="gtk-table-get-size"></a><h3>gtk_table_get_size ()</h3>
415
415
  <pre class="programlisting"><span class="returnvalue">void</span>
416
416
  gtk_table_get_size (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
417
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *rows</code></em>,
418
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *columns</code></em>);</pre>
417
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *rows</code></em>,
418
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *columns</code></em>);</pre>
419
419
  <div class="warning">
420
420
  <p><code class="literal">gtk_table_get_size</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
421
421
  <p><a class="link" href="GtkGrid.html" title="GtkGrid"><span class="type">GtkGrid</span></a> does not expose the number of columns and
@@ -439,13 +439,13 @@ gtk_table_get_size (<em class="parameter"><code><a class="link" href="GtkTable.h
439
439
  <tr>
440
440
  <td class="parameter_name"><p>rows</p></td>
441
441
  <td class="parameter_description"><p> return location for the number of
442
- rows, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
442
+ rows, or <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>. </p></td>
443
443
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
444
444
  </tr>
445
445
  <tr>
446
446
  <td class="parameter_name"><p>columns</p></td>
447
447
  <td class="parameter_description"><p> return location for the number
448
- of columns, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
448
+ of columns, or <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>. </p></td>
449
449
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
450
450
  </tr>
451
451
  </tbody>
@@ -459,14 +459,14 @@ of columns, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-
459
459
  <pre class="programlisting"><span class="returnvalue">void</span>
460
460
  gtk_table_attach (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
461
461
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
462
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> left_attach</code></em>,
463
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> right_attach</code></em>,
464
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> top_attach</code></em>,
465
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> bottom_attach</code></em>,
462
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> left_attach</code></em>,
463
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> right_attach</code></em>,
464
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> top_attach</code></em>,
465
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> bottom_attach</code></em>,
466
466
  <em class="parameter"><code><a class="link" href="GtkTable.html#GtkAttachOptions" title="enum GtkAttachOptions"><span class="type">GtkAttachOptions</span></a> xoptions</code></em>,
467
467
  <em class="parameter"><code><a class="link" href="GtkTable.html#GtkAttachOptions" title="enum GtkAttachOptions"><span class="type">GtkAttachOptions</span></a> yoptions</code></em>,
468
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> xpadding</code></em>,
469
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> ypadding</code></em>);</pre>
468
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> xpadding</code></em>,
469
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> ypadding</code></em>);</pre>
470
470
  <div class="warning">
471
471
  <p><code class="literal">gtk_table_attach</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
472
472
  <p>Use <a class="link" href="GtkGrid.html#gtk-grid-attach" title="gtk_grid_attach ()"><code class="function">gtk_grid_attach()</code></a> with <a class="link" href="GtkGrid.html" title="GtkGrid"><span class="type">GtkGrid</span></a>. Note that the attach
@@ -490,11 +490,11 @@ and row numbers of the table. (Columns and rows are indexed from zero).</p>
490
490
  3
491
491
  4
492
492
  5</pre></td>
493
- <td class="listing_code"><pre class="programlisting"><span class="function"><a href="GtkTable.html#gtk-table-attach">gtk_table_attach</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">table</span><span class="symbol">,</span><span class="normal"> button</span><span class="symbol">,</span>
494
- <span class="normal"> </span><span class="number">1</span><span class="symbol">,</span><span class="normal"> </span><span class="number">2</span><span class="symbol">,</span><span class="normal"> </span><span class="comment">// left, right attach</span>
495
- <span class="normal"> </span><span class="number">1</span><span class="symbol">,</span><span class="normal"> </span><span class="number">2</span><span class="symbol">,</span><span class="normal"> </span><span class="comment">// top, bottom attach</span>
496
- <span class="normal"> xoptions</span><span class="symbol">,</span><span class="normal"> yoptions</span><span class="symbol">,</span>
497
- <span class="normal"> xpadding</span><span class="symbol">,</span><span class="normal"> ypadding</span><span class="symbol">);</span></pre></td>
493
+ <td class="listing_code"><pre class="programlisting"><span class="function"><a href="GtkTable.html#gtk-table-attach">gtk_table_attach</a></span> <span class="gtkdoc opt">(</span>table<span class="gtkdoc opt">,</span> button<span class="gtkdoc opt">,</span>
494
+ <span class="number">1</span><span class="gtkdoc opt">,</span> <span class="number">2</span><span class="gtkdoc opt">,</span> <span class="gtkdoc slc">// left, right attach</span>
495
+ <span class="number">1</span><span class="gtkdoc opt">,</span> <span class="number">2</span><span class="gtkdoc opt">,</span> <span class="gtkdoc slc">// top, bottom attach</span>
496
+ xoptions<span class="gtkdoc opt">,</span> yoptions<span class="gtkdoc opt">,</span>
497
+ xpadding<span class="gtkdoc opt">,</span> ypadding<span class="gtkdoc opt">);</span></pre></td>
498
498
  </tr>
499
499
  </tbody>
500
500
  </table>
@@ -573,10 +573,10 @@ If you want to make the button span the entire bottom row, use <em class="parame
573
573
  <pre class="programlisting"><span class="returnvalue">void</span>
574
574
  gtk_table_attach_defaults (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
575
575
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
576
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> left_attach</code></em>,
577
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> right_attach</code></em>,
578
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> top_attach</code></em>,
579
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> bottom_attach</code></em>);</pre>
576
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> left_attach</code></em>,
577
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> right_attach</code></em>,
578
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> top_attach</code></em>,
579
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> bottom_attach</code></em>);</pre>
580
580
  <div class="warning">
581
581
  <p><code class="literal">gtk_table_attach_defaults</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
582
582
  <p>Use <a class="link" href="GtkGrid.html#gtk-grid-attach" title="gtk_grid_attach ()"><code class="function">gtk_grid_attach()</code></a> with <a class="link" href="GtkGrid.html" title="GtkGrid"><span class="type">GtkGrid</span></a>. Note that the attach
@@ -634,8 +634,8 @@ are <code class="literal">GTK_EXPAND | GTK_FILL</code>, and the padding is set t
634
634
  <a name="gtk-table-set-row-spacing"></a><h3>gtk_table_set_row_spacing ()</h3>
635
635
  <pre class="programlisting"><span class="returnvalue">void</span>
636
636
  gtk_table_set_row_spacing (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
637
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> row</code></em>,
638
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> spacing</code></em>);</pre>
637
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> row</code></em>,
638
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> spacing</code></em>);</pre>
639
639
  <div class="warning">
640
640
  <p><code class="literal">gtk_table_set_row_spacing</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
641
641
  <p>Use <a class="link" href="GtkWidget.html#gtk-widget-set-margin-top" title="gtk_widget_set_margin_top ()"><code class="function">gtk_widget_set_margin_top()</code></a> and
@@ -676,8 +676,8 @@ gtk_table_set_row_spacing (<em class="parameter"><code><a class="link" href="Gtk
676
676
  <a name="gtk-table-set-col-spacing"></a><h3>gtk_table_set_col_spacing ()</h3>
677
677
  <pre class="programlisting"><span class="returnvalue">void</span>
678
678
  gtk_table_set_col_spacing (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
679
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> column</code></em>,
680
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> spacing</code></em>);</pre>
679
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> column</code></em>,
680
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> spacing</code></em>);</pre>
681
681
  <div class="warning">
682
682
  <p><code class="literal">gtk_table_set_col_spacing</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
683
683
  <p>Use <a class="link" href="GtkWidget.html#gtk-widget-set-margin-start" title="gtk_widget_set_margin_start ()"><code class="function">gtk_widget_set_margin_start()</code></a> and
@@ -719,7 +719,7 @@ column.</p>
719
719
  <a name="gtk-table-set-row-spacings"></a><h3>gtk_table_set_row_spacings ()</h3>
720
720
  <pre class="programlisting"><span class="returnvalue">void</span>
721
721
  gtk_table_set_row_spacings (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
722
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> spacing</code></em>);</pre>
722
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> spacing</code></em>);</pre>
723
723
  <div class="warning">
724
724
  <p><code class="literal">gtk_table_set_row_spacings</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
725
725
  <p>Use <a class="link" href="GtkGrid.html#gtk-grid-set-row-spacing" title="gtk_grid_set_row_spacing ()"><code class="function">gtk_grid_set_row_spacing()</code></a> with <a class="link" href="GtkGrid.html" title="GtkGrid"><span class="type">GtkGrid</span></a>.</p>
@@ -755,7 +755,7 @@ gtk_table_set_row_spacings (<em class="parameter"><code><a class="link" href="Gt
755
755
  <a name="gtk-table-set-col-spacings"></a><h3>gtk_table_set_col_spacings ()</h3>
756
756
  <pre class="programlisting"><span class="returnvalue">void</span>
757
757
  gtk_table_set_col_spacings (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
758
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> spacing</code></em>);</pre>
758
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> spacing</code></em>);</pre>
759
759
  <div class="warning">
760
760
  <p><code class="literal">gtk_table_set_col_spacings</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
761
761
  <p>Use <a class="link" href="GtkGrid.html#gtk-grid-set-column-spacing" title="gtk_grid_set_column_spacing ()"><code class="function">gtk_grid_set_column_spacing()</code></a> with <a class="link" href="GtkGrid.html" title="GtkGrid"><span class="type">GtkGrid</span></a>.</p>
@@ -792,7 +792,7 @@ in the table.</p></td>
792
792
  <a name="gtk-table-set-homogeneous"></a><h3>gtk_table_set_homogeneous ()</h3>
793
793
  <pre class="programlisting"><span class="returnvalue">void</span>
794
794
  gtk_table_set_homogeneous (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
795
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> homogeneous</code></em>);</pre>
795
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> homogeneous</code></em>);</pre>
796
796
  <div class="warning">
797
797
  <p><code class="literal">gtk_table_set_homogeneous</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
798
798
  <p>Use <a class="link" href="GtkGrid.html#gtk-grid-set-row-homogeneous" title="gtk_grid_set_row_homogeneous ()"><code class="function">gtk_grid_set_row_homogeneous()</code></a> and
@@ -816,8 +816,8 @@ an equal size or not.</p>
816
816
  </tr>
817
817
  <tr>
818
818
  <td class="parameter_name"><p>homogeneous</p></td>
819
- <td class="parameter_description"><p>Set to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to ensure all table cells are the same size. Set
820
- to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if this is not your desired behaviour.</p></td>
819
+ <td class="parameter_description"><p>Set to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to ensure all table cells are the same size. Set
820
+ to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if this is not your desired behaviour.</p></td>
821
821
  <td class="parameter_annotations"> </td>
822
822
  </tr>
823
823
  </tbody>
@@ -827,7 +827,7 @@ to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#
827
827
  <hr>
828
828
  <div class="refsect2">
829
829
  <a name="gtk-table-get-default-row-spacing"></a><h3>gtk_table_get_default_row_spacing ()</h3>
830
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
830
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
831
831
  gtk_table_get_default_row_spacing (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>);</pre>
832
832
  <div class="warning">
833
833
  <p><code class="literal">gtk_table_get_default_row_spacing</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
@@ -859,7 +859,7 @@ the spacing that will be used for newly added rows.
859
859
  <hr>
860
860
  <div class="refsect2">
861
861
  <a name="gtk-table-get-homogeneous"></a><h3>gtk_table_get_homogeneous ()</h3>
862
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
862
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
863
863
  gtk_table_get_homogeneous (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>);</pre>
864
864
  <div class="warning">
865
865
  <p><code class="literal">gtk_table_get_homogeneous</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
@@ -885,15 +885,15 @@ width and height. (See <a class="link" href="GtkTable.html#gtk-table-set-homogen
885
885
  </div>
886
886
  <div class="refsect3">
887
887
  <a name="gtk-table-get-homogeneous.returns"></a><h4>Returns</h4>
888
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the cells are all constrained to the same size</p>
888
+ <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the cells are all constrained to the same size</p>
889
889
  </div>
890
890
  </div>
891
891
  <hr>
892
892
  <div class="refsect2">
893
893
  <a name="gtk-table-get-row-spacing"></a><h3>gtk_table_get_row_spacing ()</h3>
894
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
894
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
895
895
  gtk_table_get_row_spacing (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
896
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> row</code></em>);</pre>
896
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> row</code></em>);</pre>
897
897
  <div class="warning">
898
898
  <p><code class="literal">gtk_table_get_row_spacing</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
899
899
  <p><a class="link" href="GtkGrid.html" title="GtkGrid"><span class="type">GtkGrid</span></a> does not offer a replacement for this
@@ -933,9 +933,9 @@ row <em class="parameter"><code>row</code></em>
933
933
  <hr>
934
934
  <div class="refsect2">
935
935
  <a name="gtk-table-get-col-spacing"></a><h3>gtk_table_get_col_spacing ()</h3>
936
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
936
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
937
937
  gtk_table_get_col_spacing (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
938
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> column</code></em>);</pre>
938
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> column</code></em>);</pre>
939
939
  <div class="warning">
940
940
  <p><code class="literal">gtk_table_get_col_spacing</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
941
941
  <p><a class="link" href="GtkGrid.html" title="GtkGrid"><span class="type">GtkGrid</span></a> does not offer a replacement for this
@@ -975,7 +975,7 @@ column <em class="parameter"><code>col</code></em>
975
975
  <hr>
976
976
  <div class="refsect2">
977
977
  <a name="gtk-table-get-default-col-spacing"></a><h3>gtk_table_get_default_col_spacing ()</h3>
978
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
978
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
979
979
  gtk_table_get_default_col_spacing (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>);</pre>
980
980
  <div class="warning">
981
981
  <p><code class="literal">gtk_table_get_default_col_spacing</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
@@ -1056,7 +1056,7 @@ container that has been allocated.</p>
1056
1056
  <a name="GtkTable.property-details"></a><h2>Property Details</h2>
1057
1057
  <div class="refsect2">
1058
1058
  <a name="GtkTable--column-spacing"></a><h3>The <code class="literal">“column-spacing”</code> property</h3>
1059
- <pre class="programlisting"> “column-spacing” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1059
+ <pre class="programlisting"> “column-spacing” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1060
1060
  <p>The amount of space between two consecutive columns.</p>
1061
1061
  <p>Flags: Read / Write</p>
1062
1062
  <p>Allowed values: &lt;= 65535</p>
@@ -1065,7 +1065,7 @@ container that has been allocated.</p>
1065
1065
  <hr>
1066
1066
  <div class="refsect2">
1067
1067
  <a name="GtkTable--homogeneous"></a><h3>The <code class="literal">“homogeneous”</code> property</h3>
1068
- <pre class="programlisting"> “homogeneous” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
1068
+ <pre class="programlisting"> “homogeneous” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
1069
1069
  <p>If TRUE, the table cells are all the same width/height.</p>
1070
1070
  <p>Flags: Read / Write</p>
1071
1071
  <p>Default value: FALSE</p>
@@ -1073,7 +1073,7 @@ container that has been allocated.</p>
1073
1073
  <hr>
1074
1074
  <div class="refsect2">
1075
1075
  <a name="GtkTable--n-columns"></a><h3>The <code class="literal">“n-columns”</code> property</h3>
1076
- <pre class="programlisting"> “n-columns” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1076
+ <pre class="programlisting"> “n-columns” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1077
1077
  <p>The number of columns in the table.</p>
1078
1078
  <p>Flags: Read / Write</p>
1079
1079
  <p>Allowed values: [1,65535]</p>
@@ -1082,7 +1082,7 @@ container that has been allocated.</p>
1082
1082
  <hr>
1083
1083
  <div class="refsect2">
1084
1084
  <a name="GtkTable--n-rows"></a><h3>The <code class="literal">“n-rows”</code> property</h3>
1085
- <pre class="programlisting"> “n-rows” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1085
+ <pre class="programlisting"> “n-rows” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1086
1086
  <p>The number of rows in the table.</p>
1087
1087
  <p>Flags: Read / Write</p>
1088
1088
  <p>Allowed values: [1,65535]</p>
@@ -1091,7 +1091,7 @@ container that has been allocated.</p>
1091
1091
  <hr>
1092
1092
  <div class="refsect2">
1093
1093
  <a name="GtkTable--row-spacing"></a><h3>The <code class="literal">“row-spacing”</code> property</h3>
1094
- <pre class="programlisting"> “row-spacing” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1094
+ <pre class="programlisting"> “row-spacing” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1095
1095
  <p>The amount of space between two consecutive rows.</p>
1096
1096
  <p>Flags: Read / Write</p>
1097
1097
  <p>Allowed values: &lt;= 65535</p>
@@ -1102,7 +1102,7 @@ container that has been allocated.</p>
1102
1102
  <a name="GtkTable.child-property-details"></a><h2>Child Property Details</h2>
1103
1103
  <div class="refsect2">
1104
1104
  <a name="GtkTable--c-bottom-attach"></a><h3>The <code class="literal">“bottom-attach”</code> child property</h3>
1105
- <pre class="programlisting"> “bottom-attach” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1105
+ <pre class="programlisting"> “bottom-attach” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1106
1106
  <p>The row number to attach the bottom of the child to.</p>
1107
1107
  <p>Flags: Read / Write</p>
1108
1108
  <p>Allowed values: [1,65535]</p>
@@ -1111,7 +1111,7 @@ container that has been allocated.</p>
1111
1111
  <hr>
1112
1112
  <div class="refsect2">
1113
1113
  <a name="GtkTable--c-left-attach"></a><h3>The <code class="literal">“left-attach”</code> child property</h3>
1114
- <pre class="programlisting"> “left-attach” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1114
+ <pre class="programlisting"> “left-attach” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1115
1115
  <p>The column number to attach the left side of the child to.</p>
1116
1116
  <p>Flags: Read / Write</p>
1117
1117
  <p>Allowed values: &lt;= 65535</p>
@@ -1120,7 +1120,7 @@ container that has been allocated.</p>
1120
1120
  <hr>
1121
1121
  <div class="refsect2">
1122
1122
  <a name="GtkTable--c-right-attach"></a><h3>The <code class="literal">“right-attach”</code> child property</h3>
1123
- <pre class="programlisting"> “right-attach” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1123
+ <pre class="programlisting"> “right-attach” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1124
1124
  <p>The column number to attach the right side of a child widget to.</p>
1125
1125
  <p>Flags: Read / Write</p>
1126
1126
  <p>Allowed values: [1,65535]</p>
@@ -1129,7 +1129,7 @@ container that has been allocated.</p>
1129
1129
  <hr>
1130
1130
  <div class="refsect2">
1131
1131
  <a name="GtkTable--c-top-attach"></a><h3>The <code class="literal">“top-attach”</code> child property</h3>
1132
- <pre class="programlisting"> “top-attach” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1132
+ <pre class="programlisting"> “top-attach” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1133
1133
  <p>The row number to attach the top of a child widget to.</p>
1134
1134
  <p>Flags: Read / Write</p>
1135
1135
  <p>Allowed values: &lt;= 65535</p>
@@ -1146,7 +1146,7 @@ container that has been allocated.</p>
1146
1146
  <hr>
1147
1147
  <div class="refsect2">
1148
1148
  <a name="GtkTable--c-x-padding"></a><h3>The <code class="literal">“x-padding”</code> child property</h3>
1149
- <pre class="programlisting"> “x-padding” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1149
+ <pre class="programlisting"> “x-padding” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1150
1150
  <p>Extra space to put between the child and its left and right neighbors, in pixels.</p>
1151
1151
  <p>Flags: Read / Write</p>
1152
1152
  <p>Allowed values: &lt;= 65535</p>
@@ -1163,7 +1163,7 @@ container that has been allocated.</p>
1163
1163
  <hr>
1164
1164
  <div class="refsect2">
1165
1165
  <a name="GtkTable--c-y-padding"></a><h3>The <code class="literal">“y-padding”</code> child property</h3>
1166
- <pre class="programlisting"> “y-padding” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1166
+ <pre class="programlisting"> “y-padding” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1167
1167
  <p>Extra space to put between the child and its upper and lower neighbors, in pixels.</p>
1168
1168
  <p>Flags: Read / Write</p>
1169
1169
  <p>Allowed values: &lt;= 65535</p>