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
@@ -77,7 +77,7 @@
77
77
  </tr>
78
78
  <tr>
79
79
  <td class="function_type">
80
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
80
+ <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>
81
81
  </td>
82
82
  <td class="function_name">
83
83
  <a class="link" href="GtkToggleButton.html#gtk-toggle-button-get-mode" title="gtk_toggle_button_get_mode ()">gtk_toggle_button_get_mode</a> <span class="c_punctuation">()</span>
@@ -93,7 +93,7 @@
93
93
  </tr>
94
94
  <tr>
95
95
  <td class="function_type">
96
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
96
+ <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>
97
97
  </td>
98
98
  <td class="function_name">
99
99
  <a class="link" href="GtkToggleButton.html#gtk-toggle-button-get-active" title="gtk_toggle_button_get_active ()">gtk_toggle_button_get_active</a> <span class="c_punctuation">()</span>
@@ -109,7 +109,7 @@
109
109
  </tr>
110
110
  <tr>
111
111
  <td class="function_type">
112
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
112
+ <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>
113
113
  </td>
114
114
  <td class="function_name">
115
115
  <a class="link" href="GtkToggleButton.html#gtk-toggle-button-get-inconsistent" title="gtk_toggle_button_get_inconsistent ()">gtk_toggle_button_get_inconsistent</a> <span class="c_punctuation">()</span>
@@ -136,17 +136,17 @@
136
136
  </colgroup>
137
137
  <tbody>
138
138
  <tr>
139
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
139
+ <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>
140
140
  <td class="property_name"><a class="link" href="GtkToggleButton.html#GtkToggleButton--active" title="The “active” property">active</a></td>
141
141
  <td class="property_flags">Read / Write</td>
142
142
  </tr>
143
143
  <tr>
144
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
144
+ <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>
145
145
  <td class="property_name"><a class="link" href="GtkToggleButton.html#GtkToggleButton--draw-indicator" title="The “draw-indicator” property">draw-indicator</a></td>
146
146
  <td class="property_flags">Read / Write</td>
147
147
  </tr>
148
148
  <tr>
149
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
149
+ <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>
150
150
  <td class="property_name"><a class="link" href="GtkToggleButton.html#GtkToggleButton--inconsistent" title="The “inconsistent” property">inconsistent</a></td>
151
151
  <td class="property_flags">Read / Write</td>
152
152
  </tr>
@@ -164,7 +164,7 @@
164
164
  <tbody><tr>
165
165
  <td class="signal_type"><span class="returnvalue">void</span></td>
166
166
  <td class="signal_name"><a class="link" href="GtkToggleButton.html#GtkToggleButton-toggled" title="The “toggled” signal">toggled</a></td>
167
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
167
+ <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-FIRST:CAPS">Run First</a></td>
168
168
  </tr></tbody>
169
169
  </table></div>
170
170
  </div>
@@ -183,8 +183,8 @@
183
183
  </div>
184
184
  <div class="refsect1">
185
185
  <a name="GtkToggleButton.object-hierarchy"></a><h2>Object Hierarchy</h2>
186
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
187
- <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
186
+ <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>
187
+ <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>
188
188
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
189
189
  <span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
190
190
  <span class="lineart">╰──</span> <a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a>
@@ -261,39 +261,39 @@ it from a plain <a class="link" href="GtkButton.html" title="GtkButton"><span cl
261
261
  31
262
262
  32
263
263
  33</pre></td>
264
- <td class="listing_code"><pre class="programlisting"><span class="type">void</span><span class="normal"> </span><span class="function">make_toggles</span><span class="normal"> </span><span class="symbol">(</span><span class="type">void</span><span class="symbol">)</span><span class="normal"> </span><span class="cbracket">{</span>
265
- <span class="normal"> </span><span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">dialog</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">toggle1</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">toggle2</span><span class="symbol">;</span>
266
- <span class="normal"> </span><span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">content_area</span><span class="symbol">;</span>
267
- <span class="normal"> </span><span class="keyword">const</span><span class="normal"> </span><span class="type">char</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">text</span><span class="symbol">;</span>
264
+ <td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">void</span> <span class="function">make_toggles</span> <span class="gtkdoc opt">(</span><span class="gtkdoc kwb">void</span><span class="gtkdoc opt">) {</span>
265
+ GtkWidget <span class="gtkdoc opt">*</span>dialog<span class="gtkdoc opt">, *</span>toggle1<span class="gtkdoc opt">, *</span>toggle2<span class="gtkdoc opt">;</span>
266
+ GtkWidget <span class="gtkdoc opt">*</span>content_area<span class="gtkdoc opt">;</span>
267
+ <span class="gtkdoc kwb">const char</span> <span class="gtkdoc opt">*</span>text<span class="gtkdoc opt">;</span>
268
268
 
269
- <span class="normal"> dialog </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkDialog.html#gtk-dialog-new">gtk_dialog_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">text</span><span class="symbol">);</span>
270
- <span class="normal"> content_area </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkDialog.html#gtk-dialog-get-content-area">gtk_dialog_get_content_area</a></span><span class="normal"> </span><span class="symbol">();</span>
269
+ dialog <span class="gtkdoc opt">=</span> <span class="function"><a href="GtkDialog.html#gtk-dialog-new">gtk_dialog_new</a></span> <span class="gtkdoc opt">(</span>text<span class="gtkdoc opt">);</span>
270
+ content_area <span class="gtkdoc opt">=</span> <span class="function"><a href="GtkDialog.html#gtk-dialog-get-content-area">gtk_dialog_get_content_area</a></span> <span class="gtkdoc opt">();</span>
271
271
 
272
- <span class="normal"> text </span><span class="symbol">=</span><span class="normal"> </span><span class="string">"Hi, i’m a toggle button."</span><span class="symbol">;</span>
273
- <span class="normal"> toggle1 </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkToggleButton.html#gtk-toggle-button-new-with-label">gtk_toggle_button_new_with_label</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">text</span><span class="symbol">);</span>
272
+ text <span class="gtkdoc opt">=</span> <span class="string">&quot;Hi, i’m a toggle button.&quot;</span><span class="gtkdoc opt">;</span>
273
+ toggle1 <span class="gtkdoc opt">=</span> <span class="function"><a href="GtkToggleButton.html#gtk-toggle-button-new-with-label">gtk_toggle_button_new_with_label</a></span> <span class="gtkdoc opt">(</span>text<span class="gtkdoc opt">);</span>
274
274
 
275
- <span class="normal"> </span><span class="comment">// Makes this toggle button invisible</span>
276
- <span class="normal"> </span><span class="function"><a href="GtkToggleButton.html#gtk-toggle-button-set-mode">gtk_toggle_button_set_mode</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_TOGGLE_BUTTON</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">toggle1</span><span class="symbol">),</span>
277
- <span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS">TRUE</a></span><span class="symbol">);</span>
275
+ <span class="gtkdoc slc">// Makes this toggle button invisible</span>
276
+ <span class="function"><a href="GtkToggleButton.html#gtk-toggle-button-set-mode">gtk_toggle_button_set_mode</a></span> <span class="gtkdoc opt">(</span><span class="function">GTK_TOGGLE_BUTTON</span> <span class="gtkdoc opt">(</span>toggle1<span class="gtkdoc opt">),</span>
277
+ TRUE<span class="gtkdoc opt">);</span>
278
278
 
279
- <span class="normal"> </span><span class="function"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#g-signal-connect">g_signal_connect</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">toggle1</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"toggled"</span><span class="symbol">,</span>
280
- <span class="normal"> </span><span class="function"><a href="https://developer.gnome.org/gobject/unstable/gobject-Closures.html#G-CALLBACK:CAPS">G_CALLBACK</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">output_state</span><span class="symbol">),</span>
281
- <span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
282
- <span class="normal"> </span><span class="function"><a href="GtkBox.html#gtk-box-pack-start">gtk_box_pack_start</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_BOX</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">content_area</span><span class="symbol">),</span>
283
- <span class="normal"> toggle1</span><span class="symbol">,</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">2</span><span class="symbol">);</span>
279
+ <span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect">g_signal_connect</a></span> <span class="gtkdoc opt">(</span>toggle1<span class="gtkdoc opt">,</span> <span class="string">&quot;toggled&quot;</span><span class="gtkdoc opt">,</span>
280
+ <span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#G-CALLBACK:CAPS">G_CALLBACK</a></span> <span class="gtkdoc opt">(</span>output_state<span class="gtkdoc opt">),</span>
281
+ NULL<span class="gtkdoc opt">);</span>
282
+ <span class="function"><a href="GtkBox.html#gtk-box-pack-start">gtk_box_pack_start</a></span> <span class="gtkdoc opt">(</span><span class="function">GTK_BOX</span> <span class="gtkdoc opt">(</span>content_area<span class="gtkdoc opt">),</span>
283
+ toggle1<span class="gtkdoc opt">,</span> FALSE<span class="gtkdoc opt">,</span> FALSE<span class="gtkdoc opt">,</span> <span class="number">2</span><span class="gtkdoc opt">);</span>
284
284
 
285
- <span class="normal"> text </span><span class="symbol">=</span><span class="normal"> </span><span class="string">"Hi, i’m a toggle button."</span><span class="symbol">;</span>
286
- <span class="normal"> toggle2 </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkToggleButton.html#gtk-toggle-button-new-with-label">gtk_toggle_button_new_with_label</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">text</span><span class="symbol">);</span>
287
- <span class="normal"> </span><span class="function"><a href="GtkToggleButton.html#gtk-toggle-button-set-mode">gtk_toggle_button_set_mode</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_TOGGLE_BUTTON</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">toggle2</span><span class="symbol">),</span>
288
- <span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">);</span>
289
- <span class="normal"> </span><span class="function"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#g-signal-connect">g_signal_connect</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">toggle2</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"toggled"</span><span class="symbol">,</span>
290
- <span class="normal"> </span><span class="function"><a href="https://developer.gnome.org/gobject/unstable/gobject-Closures.html#G-CALLBACK:CAPS">G_CALLBACK</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">output_state</span><span class="symbol">),</span>
291
- <span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
292
- <span class="normal"> </span><span class="function"><a href="GtkBox.html#gtk-box-pack-start">gtk_box_pack_start</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_BOX</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">content_area</span><span class="symbol">),</span>
293
- <span class="normal"> toggle2</span><span class="symbol">,</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">2</span><span class="symbol">);</span>
285
+ text <span class="gtkdoc opt">=</span> <span class="string">&quot;Hi, i’m a toggle button.&quot;</span><span class="gtkdoc opt">;</span>
286
+ toggle2 <span class="gtkdoc opt">=</span> <span class="function"><a href="GtkToggleButton.html#gtk-toggle-button-new-with-label">gtk_toggle_button_new_with_label</a></span> <span class="gtkdoc opt">(</span>text<span class="gtkdoc opt">);</span>
287
+ <span class="function"><a href="GtkToggleButton.html#gtk-toggle-button-set-mode">gtk_toggle_button_set_mode</a></span> <span class="gtkdoc opt">(</span><span class="function">GTK_TOGGLE_BUTTON</span> <span class="gtkdoc opt">(</span>toggle2<span class="gtkdoc opt">),</span>
288
+ FALSE<span class="gtkdoc opt">);</span>
289
+ <span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect">g_signal_connect</a></span> <span class="gtkdoc opt">(</span>toggle2<span class="gtkdoc opt">,</span> <span class="string">&quot;toggled&quot;</span><span class="gtkdoc opt">,</span>
290
+ <span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#G-CALLBACK:CAPS">G_CALLBACK</a></span> <span class="gtkdoc opt">(</span>output_state<span class="gtkdoc opt">),</span>
291
+ NULL<span class="gtkdoc opt">);</span>
292
+ <span class="function"><a href="GtkBox.html#gtk-box-pack-start">gtk_box_pack_start</a></span> <span class="gtkdoc opt">(</span><span class="function">GTK_BOX</span> <span class="gtkdoc opt">(</span>content_area<span class="gtkdoc opt">),</span>
293
+ toggle2<span class="gtkdoc opt">,</span> FALSE<span class="gtkdoc opt">,</span> FALSE<span class="gtkdoc opt">,</span> <span class="number">2</span><span class="gtkdoc opt">);</span>
294
294
 
295
- <span class="normal"> </span><span class="function"><a href="GtkWidget.html#gtk-widget-show-all">gtk_widget_show_all</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">dialog</span><span class="symbol">);</span>
296
- <span class="cbracket">}</span></pre></td>
295
+ <span class="function"><a href="GtkWidget.html#gtk-widget-show-all">gtk_widget_show_all</a></span> <span class="gtkdoc opt">(</span>dialog<span class="gtkdoc opt">);</span>
296
+ <span class="gtkdoc opt">}</span></pre></td>
297
297
  </tr>
298
298
  </tbody>
299
299
  </table>
@@ -319,7 +319,7 @@ gtk_toggle_button_new (<em class="parameter"><code><span class="type">void</span
319
319
  <div class="refsect2">
320
320
  <a name="gtk-toggle-button-new-with-label"></a><h3>gtk_toggle_button_new_with_label ()</h3>
321
321
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
322
- gtk_toggle_button_new_with_label (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
322
+ gtk_toggle_button_new_with_label (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
323
323
  <p>Creates a new toggle button with a text label.</p>
324
324
  <div class="refsect3">
325
325
  <a name="gtk-toggle-button-new-with-label.parameters"></a><h4>Parameters</h4>
@@ -345,7 +345,7 @@ gtk_toggle_button_new_with_label (<em class="parameter"><code>const <a href="htt
345
345
  <div class="refsect2">
346
346
  <a name="gtk-toggle-button-new-with-mnemonic"></a><h3>gtk_toggle_button_new_with_mnemonic ()</h3>
347
347
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
348
- gtk_toggle_button_new_with_mnemonic (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
348
+ gtk_toggle_button_new_with_mnemonic (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
349
349
  <p>Creates a new <a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a> containing a label. The label
350
350
  will be created using <a class="link" href="GtkLabel.html#gtk-label-new-with-mnemonic" title="gtk_label_new_with_mnemonic ()"><code class="function">gtk_label_new_with_mnemonic()</code></a>, so underscores
351
351
  in <em class="parameter"><code>label</code></em>
@@ -376,11 +376,11 @@ mnemonic character</p></td>
376
376
  <a name="gtk-toggle-button-set-mode"></a><h3>gtk_toggle_button_set_mode ()</h3>
377
377
  <pre class="programlisting"><span class="returnvalue">void</span>
378
378
  gtk_toggle_button_set_mode (<em class="parameter"><code><a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a> *toggle_button</code></em>,
379
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> draw_indicator</code></em>);</pre>
379
+ <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> draw_indicator</code></em>);</pre>
380
380
  <p>Sets whether the button is displayed as a separate indicator and label.
381
381
  You can call this function on a checkbutton or a radiobutton with
382
382
  <em class="parameter"><code>draw_indicator</code></em>
383
- = <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to make the button look like a normal button.</p>
383
+ = <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> to make the button look like a normal button.</p>
384
384
  <p>This can be used to create linked strip of buttons that work like
385
385
  a <a class="link" href="GtkStackSwitcher.html" title="GtkStackSwitcher"><span class="type">GtkStackSwitcher</span></a>.</p>
386
386
  <p>This function only affects instances of classes like <a class="link" href="GtkCheckButton.html" title="GtkCheckButton"><span class="type">GtkCheckButton</span></a>
@@ -402,8 +402,8 @@ not instances of <a class="link" href="GtkToggleButton.html" title="GtkToggleBut
402
402
  </tr>
403
403
  <tr>
404
404
  <td class="parameter_name"><p>draw_indicator</p></td>
405
- <td class="parameter_description"><p>if <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, draw the button as a separate indicator
406
- and label; if <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, draw the button like a normal button</p></td>
405
+ <td class="parameter_description"><p>if <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>, draw the button as a separate indicator
406
+ and label; if <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>, draw the button like a normal button</p></td>
407
407
  <td class="parameter_annotations"> </td>
408
408
  </tr>
409
409
  </tbody>
@@ -413,7 +413,7 @@ and label; if <a href="https://developer.gnome.org/glib/unstable/glib-Standard-M
413
413
  <hr>
414
414
  <div class="refsect2">
415
415
  <a name="gtk-toggle-button-get-mode"></a><h3>gtk_toggle_button_get_mode ()</h3>
416
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
416
+ <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>
417
417
  gtk_toggle_button_get_mode (<em class="parameter"><code><a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a> *toggle_button</code></em>);</pre>
418
418
  <p>Retrieves whether the button is displayed as a separate indicator
419
419
  and label. See <a class="link" href="GtkToggleButton.html#gtk-toggle-button-set-mode" title="gtk_toggle_button_set_mode ()"><code class="function">gtk_toggle_button_set_mode()</code></a>.</p>
@@ -434,7 +434,7 @@ and label. See <a class="link" href="GtkToggleButton.html#gtk-toggle-button-set-
434
434
  </div>
435
435
  <div class="refsect3">
436
436
  <a name="gtk-toggle-button-get-mode.returns"></a><h4>Returns</h4>
437
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the togglebutton is drawn as a separate indicator
437
+ <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 togglebutton is drawn as a separate indicator
438
438
  and label.</p>
439
439
  </div>
440
440
  </div>
@@ -465,10 +465,10 @@ application ever to call this function.</p>
465
465
  <hr>
466
466
  <div class="refsect2">
467
467
  <a name="gtk-toggle-button-get-active"></a><h3>gtk_toggle_button_get_active ()</h3>
468
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
468
+ <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>
469
469
  gtk_toggle_button_get_active (<em class="parameter"><code><a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a> *toggle_button</code></em>);</pre>
470
- <p>Queries a <a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a> and returns its current state. Returns <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if
471
- the toggle button is pressed in and <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if it is raised.</p>
470
+ <p>Queries a <a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a> and returns its current state. Returns <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
471
+ the toggle button is pressed in 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> if it is raised.</p>
472
472
  <div class="refsect3">
473
473
  <a name="gtk-toggle-button-get-active.parameters"></a><h4>Parameters</h4>
474
474
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -486,7 +486,7 @@ the toggle button is pressed in and <a href="https://developer.gnome.org/glib/un
486
486
  </div>
487
487
  <div class="refsect3">
488
488
  <a name="gtk-toggle-button-get-active.returns"></a><h4>Returns</h4>
489
- <p> a <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value.</p>
489
+ <p> a <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> value.</p>
490
490
  </div>
491
491
  </div>
492
492
  <hr>
@@ -494,9 +494,9 @@ the toggle button is pressed in and <a href="https://developer.gnome.org/glib/un
494
494
  <a name="gtk-toggle-button-set-active"></a><h3>gtk_toggle_button_set_active ()</h3>
495
495
  <pre class="programlisting"><span class="returnvalue">void</span>
496
496
  gtk_toggle_button_set_active (<em class="parameter"><code><a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a> *toggle_button</code></em>,
497
- <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>
498
- <p>Sets the status of the toggle button. Set to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want the
499
- GtkToggleButton to be “pressed in”, and <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to raise it.
497
+ <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>
498
+ <p>Sets the status of the toggle button. 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> if you want the
499
+ GtkToggleButton to be “pressed in”, 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> to raise it.
500
500
  This action causes the <a class="link" href="GtkToggleButton.html#GtkToggleButton-toggled" title="The “toggled” signal"><span class="type">“toggled”</span></a> signal and the
501
501
  <a class="link" href="GtkButton.html#GtkButton-clicked" title="The “clicked” signal"><span class="type">“clicked”</span></a> signal to be emitted.</p>
502
502
  <div class="refsect3">
@@ -515,7 +515,7 @@ This action causes the <a class="link" href="GtkToggleButton.html#GtkToggleButto
515
515
  </tr>
516
516
  <tr>
517
517
  <td class="parameter_name"><p>is_active</p></td>
518
- <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> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p></td>
518
+ <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> or <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>.</p></td>
519
519
  <td class="parameter_annotations"> </td>
520
520
  </tr>
521
521
  </tbody>
@@ -525,7 +525,7 @@ This action causes the <a class="link" href="GtkToggleButton.html#GtkToggleButto
525
525
  <hr>
526
526
  <div class="refsect2">
527
527
  <a name="gtk-toggle-button-get-inconsistent"></a><h3>gtk_toggle_button_get_inconsistent ()</h3>
528
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
528
+ <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>
529
529
  gtk_toggle_button_get_inconsistent (<em class="parameter"><code><a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a> *toggle_button</code></em>);</pre>
530
530
  <p>Gets the value set by <a class="link" href="GtkToggleButton.html#gtk-toggle-button-set-inconsistent" title="gtk_toggle_button_set_inconsistent ()"><code class="function">gtk_toggle_button_set_inconsistent()</code></a>.</p>
531
531
  <div class="refsect3">
@@ -545,7 +545,7 @@ gtk_toggle_button_get_inconsistent (<em class="parameter"><code><a class="link"
545
545
  </div>
546
546
  <div class="refsect3">
547
547
  <a name="gtk-toggle-button-get-inconsistent.returns"></a><h4>Returns</h4>
548
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the button is displayed as inconsistent, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
548
+ <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 button is displayed as inconsistent, <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>
549
549
  </div>
550
550
  </div>
551
551
  <hr>
@@ -553,7 +553,7 @@ gtk_toggle_button_get_inconsistent (<em class="parameter"><code><a class="link"
553
553
  <a name="gtk-toggle-button-set-inconsistent"></a><h3>gtk_toggle_button_set_inconsistent ()</h3>
554
554
  <pre class="programlisting"><span class="returnvalue">void</span>
555
555
  gtk_toggle_button_set_inconsistent (<em class="parameter"><code><a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a> *toggle_button</code></em>,
556
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
556
+ <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> setting</code></em>);</pre>
557
557
  <p>If the user has selected a range of elements (such as some text or
558
558
  spreadsheet cells) that are affected by a toggle button, and the
559
559
  current values in that range are inconsistent, you may want to
@@ -578,7 +578,7 @@ visual appearance, it doesn’t affect the semantics of the button.</p>
578
578
  </tr>
579
579
  <tr>
580
580
  <td class="parameter_name"><p>setting</p></td>
581
- <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 state is inconsistent</p></td>
581
+ <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 state is inconsistent</p></td>
582
582
  <td class="parameter_annotations"> </td>
583
583
  </tr>
584
584
  </tbody>
@@ -597,7 +597,7 @@ visual appearance, it doesn’t affect the semantics of the button.</p>
597
597
  <a name="GtkToggleButton.property-details"></a><h2>Property Details</h2>
598
598
  <div class="refsect2">
599
599
  <a name="GtkToggleButton--active"></a><h3>The <code class="literal">“active”</code> property</h3>
600
- <pre class="programlisting"> “active” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
600
+ <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>
601
601
  <p>If the toggle button should be pressed in.</p>
602
602
  <p>Flags: Read / Write</p>
603
603
  <p>Default value: FALSE</p>
@@ -605,7 +605,7 @@ visual appearance, it doesn’t affect the semantics of the button.</p>
605
605
  <hr>
606
606
  <div class="refsect2">
607
607
  <a name="GtkToggleButton--draw-indicator"></a><h3>The <code class="literal">“draw-indicator”</code> property</h3>
608
- <pre class="programlisting"> “draw-indicator” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
608
+ <pre class="programlisting"> “draw-indicator” <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>
609
609
  <p>If the toggle part of the button is displayed.</p>
610
610
  <p>Flags: Read / Write</p>
611
611
  <p>Default value: FALSE</p>
@@ -613,7 +613,7 @@ visual appearance, it doesn’t affect the semantics of the button.</p>
613
613
  <hr>
614
614
  <div class="refsect2">
615
615
  <a name="GtkToggleButton--inconsistent"></a><h3>The <code class="literal">“inconsistent”</code> property</h3>
616
- <pre class="programlisting"> “inconsistent” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
616
+ <pre class="programlisting"> “inconsistent” <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>
617
617
  <p>If the toggle button is in an "in between" state.</p>
618
618
  <p>Flags: Read / Write</p>
619
619
  <p>Default value: FALSE</p>
@@ -625,7 +625,7 @@ visual appearance, it doesn’t affect the semantics of the button.</p>
625
625
  <a name="GtkToggleButton-toggled"></a><h3>The <code class="literal">“toggled”</code> signal</h3>
626
626
  <pre class="programlisting"><span class="returnvalue">void</span>
627
627
  user_function (<a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a> *togglebutton,
628
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
628
+ <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>
629
629
  <p>Should be connected if you wish to perform an action whenever the
630
630
  <a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a>'s state is changed.</p>
631
631
  <div class="refsect3">
@@ -650,7 +650,7 @@ user_function (<a class="link" href="GtkToggleButton.html" title="GtkToggleButto
650
650
  </tbody>
651
651
  </table></div>
652
652
  </div>
653
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
653
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
654
654
  </div>
655
655
  </div>
656
656
  <div class="refsect1">
@@ -69,7 +69,7 @@
69
69
  </tr>
70
70
  <tr>
71
71
  <td class="function_type">
72
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
72
+ <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>
73
73
  </td>
74
74
  <td class="function_name">
75
75
  <a class="link" href="GtkToggleToolButton.html#gtk-toggle-tool-button-get-active" title="gtk_toggle_tool_button_get_active ()">gtk_toggle_tool_button_get_active</a> <span class="c_punctuation">()</span>
@@ -87,7 +87,7 @@
87
87
  <col width="200px" class="properties_flags">
88
88
  </colgroup>
89
89
  <tbody><tr>
90
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
90
+ <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>
91
91
  <td class="property_name"><a class="link" href="GtkToggleToolButton.html#GtkToggleToolButton--active" title="The “active” property">active</a></td>
92
92
  <td class="property_flags">Read / Write</td>
93
93
  </tr></tbody>
@@ -104,7 +104,7 @@
104
104
  <tbody><tr>
105
105
  <td class="signal_type"><span class="returnvalue">void</span></td>
106
106
  <td class="signal_name"><a class="link" href="GtkToggleToolButton.html#GtkToggleToolButton-toggled" title="The “toggled” signal">toggled</a></td>
107
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
107
+ <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-FIRST:CAPS">Run First</a></td>
108
108
  </tr></tbody>
109
109
  </table></div>
110
110
  </div>
@@ -129,8 +129,8 @@
129
129
  </div>
130
130
  <div class="refsect1">
131
131
  <a name="GtkToggleToolButton.object-hierarchy"></a><h2>Object Hierarchy</h2>
132
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
133
- <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
132
+ <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>
133
+ <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>
134
134
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
135
135
  <span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
136
136
  <span class="lineart">╰──</span> <a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a>
@@ -178,7 +178,7 @@ gtk_toggle_tool_button_new (<em class="parameter"><code><span class="type">void<
178
178
  <div class="refsect2">
179
179
  <a name="gtk-toggle-tool-button-new-from-stock"></a><h3>gtk_toggle_tool_button_new_from_stock ()</h3>
180
180
  <pre class="programlisting"><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="returnvalue">GtkToolItem</span></a> *
181
- gtk_toggle_tool_button_new_from_stock (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);</pre>
181
+ gtk_toggle_tool_button_new_from_stock (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);</pre>
182
182
  <div class="warning">
183
183
  <p><code class="literal">gtk_toggle_tool_button_new_from_stock</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
184
184
  <p>Use <a class="link" href="GtkToggleToolButton.html#gtk-toggle-tool-button-new" title="gtk_toggle_tool_button_new ()"><code class="function">gtk_toggle_tool_button_new()</code></a> instead.</p>
@@ -214,9 +214,9 @@ and <a class="link" href="gtk3-Stock-Items.html#GTK-STOCK-APPLY:CAPS" title="GTK
214
214
  <a name="gtk-toggle-tool-button-set-active"></a><h3>gtk_toggle_tool_button_set_active ()</h3>
215
215
  <pre class="programlisting"><span class="returnvalue">void</span>
216
216
  gtk_toggle_tool_button_set_active (<em class="parameter"><code><a class="link" href="GtkToggleToolButton.html" title="GtkToggleToolButton"><span class="type">GtkToggleToolButton</span></a> *button</code></em>,
217
- <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>
218
- <p>Sets the status of the toggle tool button. Set to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you
219
- want the GtkToggleButton to be “pressed in”, and <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to raise it.
217
+ <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>
218
+ <p>Sets the status of the toggle tool button. 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> if you
219
+ want the GtkToggleButton to be “pressed in”, 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> to raise it.
220
220
  This action causes the toggled signal to be emitted.</p>
221
221
  <div class="refsect3">
222
222
  <a name="gtk-toggle-tool-button-set-active.parameters"></a><h4>Parameters</h4>
@@ -246,10 +246,10 @@ should be active</p></td>
246
246
  <hr>
247
247
  <div class="refsect2">
248
248
  <a name="gtk-toggle-tool-button-get-active"></a><h3>gtk_toggle_tool_button_get_active ()</h3>
249
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
249
+ <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>
250
250
  gtk_toggle_tool_button_get_active (<em class="parameter"><code><a class="link" href="GtkToggleToolButton.html" title="GtkToggleToolButton"><span class="type">GtkToggleToolButton</span></a> *button</code></em>);</pre>
251
251
  <p>Queries a <a class="link" href="GtkToggleToolButton.html" title="GtkToggleToolButton"><span class="type">GtkToggleToolButton</span></a> and returns its current state.
252
- Returns <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the toggle button is pressed in and <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if it is raised.</p>
252
+ Returns <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 toggle button is pressed in 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> if it is raised.</p>
253
253
  <div class="refsect3">
254
254
  <a name="gtk-toggle-tool-button-get-active.parameters"></a><h4>Parameters</h4>
255
255
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -267,7 +267,7 @@ Returns <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.
267
267
  </div>
268
268
  <div class="refsect3">
269
269
  <a name="gtk-toggle-tool-button-get-active.returns"></a><h4>Returns</h4>
270
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the toggle tool button is pressed in, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if not</p>
270
+ <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 toggle tool button is pressed in, <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 not</p>
271
271
  </div>
272
272
  <p class="since">Since: 2.4</p>
273
273
  </div>
@@ -310,7 +310,7 @@ Returns <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.
310
310
  <a name="GtkToggleToolButton.property-details"></a><h2>Property Details</h2>
311
311
  <div class="refsect2">
312
312
  <a name="GtkToggleToolButton--active"></a><h3>The <code class="literal">“active”</code> property</h3>
313
- <pre class="programlisting"> “active” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
313
+ <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>
314
314
  <p>If the toggle tool button should be pressed in.</p>
315
315
  <p>Flags: Read / Write</p>
316
316
  <p>Default value: FALSE</p>
@@ -323,7 +323,7 @@ Returns <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.
323
323
  <a name="GtkToggleToolButton-toggled"></a><h3>The <code class="literal">“toggled”</code> signal</h3>
324
324
  <pre class="programlisting"><span class="returnvalue">void</span>
325
325
  user_function (<a class="link" href="GtkToggleToolButton.html" title="GtkToggleToolButton"><span class="type">GtkToggleToolButton</span></a> *toggle_tool_button,
326
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
326
+ <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>
327
327
  <p>Emitted whenever the toggle tool button changes state.</p>
328
328
  <div class="refsect3">
329
329
  <a name="GtkToggleToolButton-toggled.parameters"></a><h4>Parameters</h4>
@@ -347,7 +347,7 @@ user_function (<a class="link" href="GtkToggleToolButton.html" title="GtkToggleT
347
347
  </tbody>
348
348
  </table></div>
349
349
  </div>
350
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
350
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
351
351
  </div>
352
352
  </div>
353
353
  <div class="refsect1">
@@ -69,7 +69,7 @@
69
69
  </td>
70
70
  </tr>
71
71
  <tr>
72
- <td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
72
+ <td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
73
73
  </td>
74
74
  <td class="function_name">
75
75
  <a class="link" href="GtkToolButton.html#gtk-tool-button-get-label" title="gtk_tool_button_get_label ()">gtk_tool_button_get_label</a> <span class="c_punctuation">()</span>
@@ -85,7 +85,7 @@
85
85
  </tr>
86
86
  <tr>
87
87
  <td class="function_type">
88
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
88
+ <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>
89
89
  </td>
90
90
  <td class="function_name">
91
91
  <a class="link" href="GtkToolButton.html#gtk-tool-button-get-use-underline" title="gtk_tool_button_get_use_underline ()">gtk_tool_button_get_use_underline</a> <span class="c_punctuation">()</span>
@@ -100,7 +100,7 @@
100
100
  </td>
101
101
  </tr>
102
102
  <tr>
103
- <td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
103
+ <td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
104
104
  </td>
105
105
  <td class="function_name">
106
106
  <a class="link" href="GtkToolButton.html#gtk-tool-button-get-stock-id" title="gtk_tool_button_get_stock_id ()">gtk_tool_button_get_stock_id</a> <span class="c_punctuation">()</span>
@@ -115,7 +115,7 @@
115
115
  </td>
116
116
  </tr>
117
117
  <tr>
118
- <td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
118
+ <td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
119
119
  </td>
120
120
  <td class="function_name">
121
121
  <a class="link" href="GtkToolButton.html#gtk-tool-button-get-icon-name" title="gtk_tool_button_get_icon_name ()">gtk_tool_button_get_icon_name</a> <span class="c_punctuation">()</span>
@@ -167,7 +167,7 @@
167
167
  <tbody>
168
168
  <tr>
169
169
  <td class="property_type">
170
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
170
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
171
171
  <td class="property_name"><a class="link" href="GtkToolButton.html#GtkToolButton--icon-name" title="The “icon-name” property">icon-name</a></td>
172
172
  <td class="property_flags">Read / Write</td>
173
173
  </tr>
@@ -179,7 +179,7 @@
179
179
  </tr>
180
180
  <tr>
181
181
  <td class="property_type">
182
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
182
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
183
183
  <td class="property_name"><a class="link" href="GtkToolButton.html#GtkToolButton--label" title="The “label” property">label</a></td>
184
184
  <td class="property_flags">Read / Write</td>
185
185
  </tr>
@@ -191,12 +191,12 @@
191
191
  </tr>
192
192
  <tr>
193
193
  <td class="property_type">
194
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
194
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
195
195
  <td class="property_name"><a class="link" href="GtkToolButton.html#GtkToolButton--stock-id" title="The “stock-id” property">stock-id</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#gboolean"><span class="type">gboolean</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#gboolean"><span class="type">gboolean</span></a></td>
200
200
  <td class="property_name"><a class="link" href="GtkToolButton.html#GtkToolButton--use-underline" title="The “use-underline” property">use-underline</a></td>
201
201
  <td class="property_flags">Read / Write</td>
202
202
  </tr>
@@ -212,7 +212,7 @@
212
212
  <col width="200px" class="style_properties_flags">
213
213
  </colgroup>
214
214
  <tbody><tr>
215
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
215
+ <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>
216
216
  <td class="property_name"><a class="link" href="GtkToolButton.html#GtkToolButton--s-icon-spacing" title="The “icon-spacing” style property">icon-spacing</a></td>
217
217
  <td class="property_flags">Read / Write</td>
218
218
  </tr></tbody>
@@ -229,7 +229,7 @@
229
229
  <tbody><tr>
230
230
  <td class="signal_type"><span class="returnvalue">void</span></td>
231
231
  <td class="signal_name"><a class="link" href="GtkToolButton.html#GtkToolButton-clicked" title="The “clicked” signal">clicked</a></td>
232
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
232
+ <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>
233
233
  </tr></tbody>
234
234
  </table></div>
235
235
  </div>
@@ -254,8 +254,8 @@
254
254
  </div>
255
255
  <div class="refsect1">
256
256
  <a name="GtkToolButton.object-hierarchy"></a><h2>Object Hierarchy</h2>
257
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
258
- <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
257
+ <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>
258
+ <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>
259
259
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
260
260
  <span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
261
261
  <span class="lineart">╰──</span> <a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a>
@@ -283,15 +283,15 @@ GtkToolButton implements
283
283
  <p>The label of a <a class="link" href="GtkToolButton.html" title="GtkToolButton"><span class="type">GtkToolButton</span></a> is determined by the properties
284
284
  <a class="link" href="GtkToolButton.html#GtkToolButton--label-widget" title="The “label-widget” property"><span class="type">“label-widget”</span></a>, <a class="link" href="GtkToolButton.html#GtkToolButton--label" title="The “label” property"><span class="type">“label”</span></a>, and
285
285
  <a class="link" href="GtkToolButton.html#GtkToolButton--stock-id" title="The “stock-id” property"><span class="type">“stock-id”</span></a>. If <a class="link" href="GtkToolButton.html#GtkToolButton--label-widget" title="The “label-widget” property"><span class="type">“label-widget”</span></a> is
286
- non-<a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then that widget is used as the label. Otherwise, if
287
- <a class="link" href="GtkToolButton.html#GtkToolButton--label" title="The “label” property"><span class="type">“label”</span></a> is non-<a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, that string is used as the label.
288
- Otherwise, if <a class="link" href="GtkToolButton.html#GtkToolButton--stock-id" title="The “stock-id” property"><span class="type">“stock-id”</span></a> is non-<a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the label is
286
+ non-<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>, then that widget is used as the label. Otherwise, if
287
+ <a class="link" href="GtkToolButton.html#GtkToolButton--label" title="The “label” property"><span class="type">“label”</span></a> is non-<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>, that string is used as the label.
288
+ Otherwise, if <a class="link" href="GtkToolButton.html#GtkToolButton--stock-id" title="The “stock-id” property"><span class="type">“stock-id”</span></a> is non-<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>, the label is
289
289
  determined by the stock item. Otherwise, the button does not have a label.</p>
290
290
  <p>The icon of a <a class="link" href="GtkToolButton.html" title="GtkToolButton"><span class="type">GtkToolButton</span></a> is determined by the properties
291
291
  <a class="link" href="GtkToolButton.html#GtkToolButton--icon-widget" title="The “icon-widget” property"><span class="type">“icon-widget”</span></a> and <a class="link" href="GtkToolButton.html#GtkToolButton--stock-id" title="The “stock-id” property"><span class="type">“stock-id”</span></a>. If
292
- <a class="link" href="GtkToolButton.html#GtkToolButton--icon-widget" title="The “icon-widget” property"><span class="type">“icon-widget”</span></a> is non-<a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then
292
+ <a class="link" href="GtkToolButton.html#GtkToolButton--icon-widget" title="The “icon-widget” property"><span class="type">“icon-widget”</span></a> is non-<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>, then
293
293
  that widget is used as the icon. Otherwise, if <a class="link" href="GtkToolButton.html#GtkToolButton--stock-id" title="The “stock-id” property"><span class="type">“stock-id”</span></a> is
294
- non-<a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the icon is determined by the stock item. Otherwise,
294
+ non-<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>, the icon is determined by the stock item. Otherwise,
295
295
  the button does not have a icon.</p>
296
296
  <div class="refsect2">
297
297
  <a name="id-1.3.13.16.11.6"></a><h3>CSS nodes</h3>
@@ -304,7 +304,7 @@ the button does not have a icon.</p>
304
304
  <a name="gtk-tool-button-new"></a><h3>gtk_tool_button_new ()</h3>
305
305
  <pre class="programlisting"><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="returnvalue">GtkToolItem</span></a> *
306
306
  gtk_tool_button_new (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *icon_widget</code></em>,
307
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
307
+ <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
308
308
  <p>Creates a new <a class="link" href="GtkToolButton.html" title="GtkToolButton"><span class="type">GtkToolButton</span></a> using <em class="parameter"><code>icon_widget</code></em>
309
309
  as contents and <em class="parameter"><code>label</code></em>
310
310
  as
@@ -320,12 +320,12 @@ label.</p>
320
320
  <tbody>
321
321
  <tr>
322
322
  <td class="parameter_name"><p>label</p></td>
323
- <td class="parameter_description"><p> a string that will be used as label, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
323
+ <td class="parameter_description"><p> a string that will be used as label, 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>
324
324
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
325
325
  </tr>
326
326
  <tr>
327
327
  <td class="parameter_name"><p>icon_widget</p></td>
328
- <td class="parameter_description"><p> a widget that will be used as the button contents, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
328
+ <td class="parameter_description"><p> a widget that will be used as the button contents, 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>
329
329
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
330
330
  </tr>
331
331
  </tbody>
@@ -341,7 +341,7 @@ label.</p>
341
341
  <div class="refsect2">
342
342
  <a name="gtk-tool-button-new-from-stock"></a><h3>gtk_tool_button_new_from_stock ()</h3>
343
343
  <pre class="programlisting"><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="returnvalue">GtkToolItem</span></a> *
344
- gtk_tool_button_new_from_stock (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);</pre>
344
+ gtk_tool_button_new_from_stock (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);</pre>
345
345
  <div class="warning">
346
346
  <p><code class="literal">gtk_tool_button_new_from_stock</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
347
347
  <p>Use <a class="link" href="GtkToolButton.html#gtk-tool-button-new" title="gtk_tool_button_new ()"><code class="function">gtk_tool_button_new()</code></a> together with
@@ -378,14 +378,14 @@ and <a class="link" href="gtk3-Stock-Items.html#GTK-STOCK-APPLY:CAPS" title="GTK
378
378
  <a name="gtk-tool-button-set-label"></a><h3>gtk_tool_button_set_label ()</h3>
379
379
  <pre class="programlisting"><span class="returnvalue">void</span>
380
380
  gtk_tool_button_set_label (<em class="parameter"><code><a class="link" href="GtkToolButton.html" title="GtkToolButton"><span class="type">GtkToolButton</span></a> *button</code></em>,
381
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
381
+ <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
382
382
  <p>Sets <em class="parameter"><code>label</code></em>
383
383
  as the label used for the tool button. The <a class="link" href="GtkToolButton.html#GtkToolButton--label" title="The “label” property"><span class="type">“label”</span></a>
384
- property only has an effect if not overridden by a non-<a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
384
+ property only has an effect if not overridden by a non-<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>
385
385
  <a class="link" href="GtkToolButton.html#GtkToolButton--label-widget" title="The “label-widget” property"><span class="type">“label-widget”</span></a> property. If both the <a class="link" href="GtkToolButton.html#GtkToolButton--label-widget" title="The “label-widget” property"><span class="type">“label-widget”</span></a>
386
- and <a class="link" href="GtkToolButton.html#GtkToolButton--label" title="The “label” property"><span class="type">“label”</span></a> properties are <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the label is determined by the
386
+ and <a class="link" href="GtkToolButton.html#GtkToolButton--label" title="The “label” property"><span class="type">“label”</span></a> properties are <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>, the label is determined by the
387
387
  <a class="link" href="GtkToolButton.html#GtkToolButton--stock-id" title="The “stock-id” property"><span class="type">“stock-id”</span></a> property. If the <a class="link" href="GtkToolButton.html#GtkToolButton--stock-id" title="The “stock-id” property"><span class="type">“stock-id”</span></a> property is
388
- also <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>button</code></em>
388
+ also <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>, <em class="parameter"><code>button</code></em>
389
389
  will not have a label.</p>
390
390
  <div class="refsect3">
391
391
  <a name="gtk-tool-button-set-label.parameters"></a><h4>Parameters</h4>
@@ -403,7 +403,7 @@ also <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.htm
403
403
  </tr>
404
404
  <tr>
405
405
  <td class="parameter_name"><p>label</p></td>
406
- <td class="parameter_description"><p> a string that will be used as label, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
406
+ <td class="parameter_description"><p> a string that will be used as label, 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>
407
407
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
408
408
  </tr>
409
409
  </tbody>
@@ -414,9 +414,9 @@ also <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.htm
414
414
  <hr>
415
415
  <div class="refsect2">
416
416
  <a name="gtk-tool-button-get-label"></a><h3>gtk_tool_button_get_label ()</h3>
417
- <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
417
+ <pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
418
418
  gtk_tool_button_get_label (<em class="parameter"><code><a class="link" href="GtkToolButton.html" title="GtkToolButton"><span class="type">GtkToolButton</span></a> *button</code></em>);</pre>
419
- <p>Returns the label used by the tool button, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the tool button
419
+ <p>Returns the label used by the tool button, 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 the tool button
420
420
  doesn’t have a label. or uses a the label from a stock item. The returned
421
421
  string is owned by GTK+, and must not be modified or freed.</p>
422
422
  <div class="refsect3">
@@ -436,7 +436,7 @@ string is owned by GTK+, and must not be modified or freed.</p>
436
436
  </div>
437
437
  <div class="refsect3">
438
438
  <a name="gtk-tool-button-get-label.returns"></a><h4>Returns</h4>
439
- <p> The label, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
439
+ <p> The label, 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>
440
440
  <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>]</span></p>
441
441
  </div>
442
442
  <p class="since">Since: 2.4</p>
@@ -446,11 +446,11 @@ string is owned by GTK+, and must not be modified or freed.</p>
446
446
  <a name="gtk-tool-button-set-use-underline"></a><h3>gtk_tool_button_set_use_underline ()</h3>
447
447
  <pre class="programlisting"><span class="returnvalue">void</span>
448
448
  gtk_tool_button_set_use_underline (<em class="parameter"><code><a class="link" href="GtkToolButton.html" title="GtkToolButton"><span class="type">GtkToolButton</span></a> *button</code></em>,
449
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_underline</code></em>);</pre>
449
+ <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> use_underline</code></em>);</pre>
450
450
  <p>If set, an underline in the label property indicates that the next character
451
451
  should be used for the mnemonic accelerator key in the overflow menu. For
452
452
  example, if the label property is “_Open” and <em class="parameter"><code>use_underline</code></em>
453
- is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>,
453
+ is <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>,
454
454
  the label on the tool button will be “Open” and the item on the overflow
455
455
  menu will have an underlined “O”.</p>
456
456
  <p>Labels shown on tool buttons never have mnemonics on them; this property
@@ -482,7 +482,7 @@ only affects the menu item on the overflow menu.</p>
482
482
  <hr>
483
483
  <div class="refsect2">
484
484
  <a name="gtk-tool-button-get-use-underline"></a><h3>gtk_tool_button_get_use_underline ()</h3>
485
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
485
+ <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>
486
486
  gtk_tool_button_get_use_underline (<em class="parameter"><code><a class="link" href="GtkToolButton.html" title="GtkToolButton"><span class="type">GtkToolButton</span></a> *button</code></em>);</pre>
487
487
  <p>Returns whether underscores in the label property are used as mnemonics
488
488
  on menu items on the overflow menu. See <a class="link" href="GtkToolButton.html#gtk-tool-button-set-use-underline" title="gtk_tool_button_set_use_underline ()"><code class="function">gtk_tool_button_set_use_underline()</code></a>.</p>
@@ -503,7 +503,7 @@ on menu items on the overflow menu. See <a class="link" href="GtkToolButton.html
503
503
  </div>
504
504
  <div class="refsect3">
505
505
  <a name="gtk-tool-button-get-use-underline.returns"></a><h4>Returns</h4>
506
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if underscores in the label property are used as
506
+ <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 underscores in the label property are used as
507
507
  mnemonics on menu items on the overflow menu.</p>
508
508
  </div>
509
509
  <p class="since">Since: 2.4</p>
@@ -513,13 +513,13 @@ mnemonics on menu items on the overflow menu.</p>
513
513
  <a name="gtk-tool-button-set-stock-id"></a><h3>gtk_tool_button_set_stock_id ()</h3>
514
514
  <pre class="programlisting"><span class="returnvalue">void</span>
515
515
  gtk_tool_button_set_stock_id (<em class="parameter"><code><a class="link" href="GtkToolButton.html" title="GtkToolButton"><span class="type">GtkToolButton</span></a> *button</code></em>,
516
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);</pre>
516
+ <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);</pre>
517
517
  <div class="warning">
518
518
  <p><code class="literal">gtk_tool_button_set_stock_id</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
519
519
  <p>Use <a class="link" href="GtkToolButton.html#gtk-tool-button-set-icon-name" title="gtk_tool_button_set_icon_name ()"><code class="function">gtk_tool_button_set_icon_name()</code></a> instead.</p>
520
520
  </div>
521
521
  <p>Sets the name of the stock item. See <a class="link" href="GtkToolButton.html#gtk-tool-button-new-from-stock" title="gtk_tool_button_new_from_stock ()"><code class="function">gtk_tool_button_new_from_stock()</code></a>.
522
- The stock_id property only has an effect if not overridden by non-<a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
522
+ The stock_id property only has an effect if not overridden by non-<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>
523
523
  <a class="link" href="GtkToolButton.html#GtkToolButton--label-widget" title="The “label-widget” property"><span class="type">“label-widget”</span></a> and <a class="link" href="GtkToolButton.html#GtkToolButton--icon-widget" title="The “icon-widget” property"><span class="type">“icon-widget”</span></a> properties.</p>
524
524
  <div class="refsect3">
525
525
  <a name="gtk-tool-button-set-stock-id.parameters"></a><h4>Parameters</h4>
@@ -537,7 +537,7 @@ The stock_id property only has an effect if not overridden by non-<a href="https
537
537
  </tr>
538
538
  <tr>
539
539
  <td class="parameter_name"><p>stock_id</p></td>
540
- <td class="parameter_description"><p> a name of a stock item, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
540
+ <td class="parameter_description"><p> a name of a stock item, 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>
541
541
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
542
542
  </tr>
543
543
  </tbody>
@@ -548,7 +548,7 @@ The stock_id property only has an effect if not overridden by non-<a href="https
548
548
  <hr>
549
549
  <div class="refsect2">
550
550
  <a name="gtk-tool-button-get-stock-id"></a><h3>gtk_tool_button_get_stock_id ()</h3>
551
- <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
551
+ <pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
552
552
  gtk_tool_button_get_stock_id (<em class="parameter"><code><a class="link" href="GtkToolButton.html" title="GtkToolButton"><span class="type">GtkToolButton</span></a> *button</code></em>);</pre>
553
553
  <div class="warning">
554
554
  <p><code class="literal">gtk_tool_button_get_stock_id</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
@@ -583,11 +583,11 @@ The returned string is owned by GTK+ and must not be freed or modifed.</p>
583
583
  <a name="gtk-tool-button-set-icon-name"></a><h3>gtk_tool_button_set_icon_name ()</h3>
584
584
  <pre class="programlisting"><span class="returnvalue">void</span>
585
585
  gtk_tool_button_set_icon_name (<em class="parameter"><code><a class="link" href="GtkToolButton.html" title="GtkToolButton"><span class="type">GtkToolButton</span></a> *button</code></em>,
586
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *icon_name</code></em>);</pre>
586
+ <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *icon_name</code></em>);</pre>
587
587
  <p>Sets the icon for the tool button from a named themed icon.
588
588
  See the docs for <a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> for more details.
589
589
  The <a class="link" href="GtkToolButton.html#GtkToolButton--icon-name" title="The “icon-name” property"><span class="type">“icon-name”</span></a> property only has an effect if not
590
- overridden by non-<a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> <a class="link" href="GtkToolButton.html#GtkToolButton--label-widget" title="The “label-widget” property"><span class="type">“label-widget”</span></a>,
590
+ overridden by non-<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> <a class="link" href="GtkToolButton.html#GtkToolButton--label-widget" title="The “label-widget” property"><span class="type">“label-widget”</span></a>,
591
591
  <a class="link" href="GtkToolButton.html#GtkToolButton--icon-widget" title="The “icon-widget” property"><span class="type">“icon-widget”</span></a> and <a class="link" href="GtkToolButton.html#GtkToolButton--stock-id" title="The “stock-id” property"><span class="type">“stock-id”</span></a> properties.</p>
592
592
  <div class="refsect3">
593
593
  <a name="gtk-tool-button-set-icon-name.parameters"></a><h4>Parameters</h4>
@@ -616,7 +616,7 @@ overridden by non-<a href="https://developer.gnome.org/glib/unstable/glib-Standa
616
616
  <hr>
617
617
  <div class="refsect2">
618
618
  <a name="gtk-tool-button-get-icon-name"></a><h3>gtk_tool_button_get_icon_name ()</h3>
619
- <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
619
+ <pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
620
620
  gtk_tool_button_get_icon_name (<em class="parameter"><code><a class="link" href="GtkToolButton.html" title="GtkToolButton"><span class="type">GtkToolButton</span></a> *button</code></em>);</pre>
621
621
  <p>Returns the name of the themed icon for the tool button,
622
622
  see <a class="link" href="GtkToolButton.html#gtk-tool-button-set-icon-name" title="gtk_tool_button_set_icon_name ()"><code class="function">gtk_tool_button_set_icon_name()</code></a>.</p>
@@ -637,7 +637,7 @@ see <a class="link" href="GtkToolButton.html#gtk-tool-button-set-icon-name" titl
637
637
  </div>
638
638
  <div class="refsect3">
639
639
  <a name="gtk-tool-button-get-icon-name.returns"></a><h4>Returns</h4>
640
- <p> the icon name or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the tool button has
640
+ <p> the icon name 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 the tool button has
641
641
  no themed icon. </p>
642
642
  <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>]</span></p>
643
643
  </div>
@@ -653,8 +653,8 @@ gtk_tool_button_set_icon_widget (<em class="parameter"><code><a class="link" hre
653
653
  as the widget used as icon on <em class="parameter"><code>button</code></em>
654
654
  . If <em class="parameter"><code>icon_widget</code></em>
655
655
  is
656
- <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> the icon is determined by the <a class="link" href="GtkToolButton.html#GtkToolButton--stock-id" title="The “stock-id” property"><span class="type">“stock-id”</span></a> property. If the
657
- <a class="link" href="GtkToolButton.html#GtkToolButton--stock-id" title="The “stock-id” property"><span class="type">“stock-id”</span></a> property is also <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>button</code></em>
656
+ <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> the icon is determined by the <a class="link" href="GtkToolButton.html#GtkToolButton--stock-id" title="The “stock-id” property"><span class="type">“stock-id”</span></a> property. If the
657
+ <a class="link" href="GtkToolButton.html#GtkToolButton--stock-id" title="The “stock-id” property"><span class="type">“stock-id”</span></a> property is also <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>, <em class="parameter"><code>button</code></em>
658
658
  will not have an icon.</p>
659
659
  <div class="refsect3">
660
660
  <a name="gtk-tool-button-set-icon-widget.parameters"></a><h4>Parameters</h4>
@@ -672,7 +672,7 @@ gtk_tool_button_set_icon_widget (<em class="parameter"><code><a class="link" hre
672
672
  </tr>
673
673
  <tr>
674
674
  <td class="parameter_name"><p>icon_widget</p></td>
675
- <td class="parameter_description"><p> the widget used as icon, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
675
+ <td class="parameter_description"><p> the widget used as icon, 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>
676
676
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
677
677
  </tr>
678
678
  </tbody>
@@ -707,7 +707,7 @@ See <a class="link" href="GtkToolButton.html#gtk-tool-button-set-icon-widget" ti
707
707
  <a name="gtk-tool-button-get-icon-widget.returns"></a><h4>Returns</h4>
708
708
  <p> The widget used as icon
709
709
  on <em class="parameter"><code>button</code></em>
710
- , or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
710
+ , 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>
711
711
  <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>
712
712
  </div>
713
713
  <p class="since">Since: 2.4</p>
@@ -722,10 +722,10 @@ gtk_tool_button_set_label_widget (<em class="parameter"><code><a class="link" hr
722
722
  as the widget that will be used as the label
723
723
  for <em class="parameter"><code>button</code></em>
724
724
  . If <em class="parameter"><code>label_widget</code></em>
725
- is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> the <a class="link" href="GtkToolButton.html#GtkToolButton--label" title="The “label” property"><span class="type">“label”</span></a> property is used
726
- as label. If <a class="link" href="GtkToolButton.html#GtkToolButton--label" title="The “label” property"><span class="type">“label”</span></a> is also <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the label in the stock item
725
+ is <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> the <a class="link" href="GtkToolButton.html#GtkToolButton--label" title="The “label” property"><span class="type">“label”</span></a> property is used
726
+ as label. If <a class="link" href="GtkToolButton.html#GtkToolButton--label" title="The “label” property"><span class="type">“label”</span></a> is also <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>, the label in the stock item
727
727
  determined by the <a class="link" href="GtkToolButton.html#GtkToolButton--stock-id" title="The “stock-id” property"><span class="type">“stock-id”</span></a> property is used as label. If
728
- <a class="link" href="GtkToolButton.html#GtkToolButton--stock-id" title="The “stock-id” property"><span class="type">“stock-id”</span></a> is also <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>button</code></em>
728
+ <a class="link" href="GtkToolButton.html#GtkToolButton--stock-id" title="The “stock-id” property"><span class="type">“stock-id”</span></a> is also <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>, <em class="parameter"><code>button</code></em>
729
729
  does not have a label.</p>
730
730
  <div class="refsect3">
731
731
  <a name="gtk-tool-button-set-label-widget.parameters"></a><h4>Parameters</h4>
@@ -743,7 +743,7 @@ determined by the <a class="link" href="GtkToolButton.html#GtkToolButton--stock-
743
743
  </tr>
744
744
  <tr>
745
745
  <td class="parameter_name"><p>label_widget</p></td>
746
- <td class="parameter_description"><p> the widget used as label, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
746
+ <td class="parameter_description"><p> the widget used as label, 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>
747
747
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
748
748
  </tr>
749
749
  </tbody>
@@ -778,7 +778,7 @@ See <a class="link" href="GtkToolButton.html#gtk-tool-button-set-label-widget" t
778
778
  <a name="gtk-tool-button-get-label-widget.returns"></a><h4>Returns</h4>
779
779
  <p> The widget used as label
780
780
  on <em class="parameter"><code>button</code></em>
781
- , or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
781
+ , 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>
782
782
  <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>
783
783
  </div>
784
784
  <p class="since">Since: 2.4</p>
@@ -813,7 +813,7 @@ on <em class="parameter"><code>button</code></em>
813
813
  </colgroup>
814
814
  <tbody>
815
815
  <tr>
816
- <td class="struct_member_name"><p><a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> <em class="structfield"><code><a name="GtkToolButtonClass.button-type"></a>button_type</code></em>;</p></td>
816
+ <td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> <em class="structfield"><code><a name="GtkToolButtonClass.button-type"></a>button_type</code></em>;</p></td>
817
817
  <td class="struct_member_description"> </td>
818
818
  <td class="struct_member_annotations"> </td>
819
819
  </tr>
@@ -832,7 +832,7 @@ mouse or activated with the keyboard.</p></td>
832
832
  <a name="GtkToolButton.property-details"></a><h2>Property Details</h2>
833
833
  <div class="refsect2">
834
834
  <a name="GtkToolButton--icon-name"></a><h3>The <code class="literal">“icon-name”</code> property</h3>
835
- <pre class="programlisting"> “icon-name” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
835
+ <pre class="programlisting"> “icon-name” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
836
836
  <p>The name of the themed icon displayed on the item.
837
837
  This property only has an effect if not overridden by
838
838
  <a class="link" href="GtkToolButton.html#GtkToolButton--label-widget" title="The “label-widget” property"><span class="type">“label-widget”</span></a>, <a class="link" href="GtkToolButton.html#GtkToolButton--icon-widget" title="The “icon-widget” property"><span class="type">“icon-widget”</span></a> or
@@ -851,7 +851,7 @@ This property only has an effect if not overridden by
851
851
  <hr>
852
852
  <div class="refsect2">
853
853
  <a name="GtkToolButton--label"></a><h3>The <code class="literal">“label”</code> property</h3>
854
- <pre class="programlisting"> “label” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
854
+ <pre class="programlisting"> “label” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
855
855
  <p>Text to show in the item.</p>
856
856
  <p>Flags: Read / Write</p>
857
857
  <p>Default value: NULL</p>
@@ -866,7 +866,7 @@ This property only has an effect if not overridden by
866
866
  <hr>
867
867
  <div class="refsect2">
868
868
  <a name="GtkToolButton--stock-id"></a><h3>The <code class="literal">“stock-id”</code> property</h3>
869
- <pre class="programlisting"> “stock-id” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
869
+ <pre class="programlisting"> “stock-id” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
870
870
  <p>The stock icon displayed on the item.</p>
871
871
  <div class="warning">
872
872
  <p><code class="literal">GtkToolButton:stock-id</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
@@ -878,7 +878,7 @@ This property only has an effect if not overridden by
878
878
  <hr>
879
879
  <div class="refsect2">
880
880
  <a name="GtkToolButton--use-underline"></a><h3>The <code class="literal">“use-underline”</code> property</h3>
881
- <pre class="programlisting"> “use-underline” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
881
+ <pre class="programlisting"> “use-underline” <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>
882
882
  <p>If set, an underline in the label property indicates that the next character should be used for the mnemonic accelerator key in the overflow menu.</p>
883
883
  <p>Flags: Read / Write</p>
884
884
  <p>Default value: FALSE</p>
@@ -888,7 +888,7 @@ This property only has an effect if not overridden by
888
888
  <a name="GtkToolButton.style-property-details"></a><h2>Style Property Details</h2>
889
889
  <div class="refsect2">
890
890
  <a name="GtkToolButton--s-icon-spacing"></a><h3>The <code class="literal">“icon-spacing”</code> style property</h3>
891
- <pre class="programlisting"> “icon-spacing” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
891
+ <pre class="programlisting"> “icon-spacing” <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>
892
892
  <p>Spacing in pixels between the icon and label.</p>
893
893
  <p>Flags: Read / Write</p>
894
894
  <p>Allowed values: &gt;= 0</p>
@@ -901,7 +901,7 @@ This property only has an effect if not overridden by
901
901
  <a name="GtkToolButton-clicked"></a><h3>The <code class="literal">“clicked”</code> signal</h3>
902
902
  <pre class="programlisting"><span class="returnvalue">void</span>
903
903
  user_function (<a class="link" href="GtkToolButton.html" title="GtkToolButton"><span class="type">GtkToolButton</span></a> *toolbutton,
904
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
904
+ <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>
905
905
  <p>This signal is emitted when the tool button is clicked with the mouse
906
906
  or activated with the keyboard.</p>
907
907
  <div class="refsect3">
@@ -926,7 +926,7 @@ or activated with the keyboard.</p>
926
926
  </tbody>
927
927
  </table></div>
928
928
  </div>
929
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
929
+ <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>
930
930
  </div>
931
931
  </div>
932
932
  <div class="refsect1">