gtk2 3.0.8-x64-mingw32 → 3.0.9-x64-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (286) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2.2/gtk2.so +0 -0
  3. data/lib/2.3/gtk2.so +0 -0
  4. data/sample/gtk-demo/appwindow.rb +2 -2
  5. data/sample/gtk-demo/cairo-clip-image.rb +1 -1
  6. data/sample/gtk-demo/cairo-image.rb +1 -1
  7. data/sample/gtk-demo/iconview.rb +3 -3
  8. data/sample/gtk-demo/images.rb +3 -3
  9. data/sample/gtk-demo/pixbufs.rb +9 -7
  10. data/sample/gtk-demo/stock_browser.rb +1 -1
  11. data/sample/gtk-demo/textview.rb +2 -2
  12. data/sample/misc/aboutdialog.rb +1 -1
  13. data/sample/misc/combobox.rb +1 -1
  14. data/sample/misc/iconview.rb +2 -2
  15. data/sample/misc/itemfactory.rb +1 -1
  16. data/sample/misc/itemfactory2.rb +1 -1
  17. data/sample/misc/to_drawable.rb +2 -2
  18. data/sample/misc/treeview.rb +1 -1
  19. data/test/test_gdk_pixbuf.rb +6 -6
  20. data/vendor/local/bin/gtk-demo.exe +0 -0
  21. data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
  22. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll.a +0 -0
  23. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll.a +0 -0
  24. data/vendor/local/lib/gtk-2.0/modules/libgail.dll.a +0 -0
  25. data/vendor/local/lib/libgailutil.dll.a +0 -0
  26. data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
  27. data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
  28. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +24 -24
  29. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +11 -11
  30. data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplay.html +77 -77
  31. data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplayManager.html +8 -8
  32. data/vendor/local/share/gtk-doc/html/gdk2/GdkScreen.html +132 -132
  33. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Application-launching.html +10 -10
  34. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Bitmaps-and-Pixmaps.html +37 -37
  35. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Colormaps-and-Colors.html +67 -67
  36. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Cursors.html +12 -12
  37. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drag-and-Drop.html +29 -29
  38. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drawing-Primitives.html +118 -118
  39. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Event-Structures.html +102 -102
  40. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Events.html +49 -49
  41. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Fonts.html +79 -79
  42. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-GdkRGB.html +64 -64
  43. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-General.html +58 -58
  44. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Graphics-Contexts.html +25 -25
  45. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Images.html +37 -37
  46. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input-Devices.html +40 -40
  47. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input.html +15 -15
  48. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Keyboard-Handling.html +97 -97
  49. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pango-Interaction.html +23 -23
  50. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pixbufs.html +20 -20
  51. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Points-Rectangles-and-Regions.html +37 -37
  52. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Properties-and-Atoms.html +84 -84
  53. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Selections.html +27 -27
  54. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Testing.html +10 -10
  55. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Threads.html +74 -74
  56. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Visuals.html +40 -40
  57. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Windows.html +280 -280
  58. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-X-Window-System-Interaction.html +60 -60
  59. data/vendor/local/share/gtk-doc/html/gdk2/multihead.html +2 -2
  60. data/vendor/local/share/gtk-doc/html/gtk2/GtkAboutDialog.html +118 -118
  61. data/vendor/local/share/gtk-doc/html/gtk2/GtkAccelLabel.html +10 -10
  62. data/vendor/local/share/gtk-doc/html/gtk2/GtkAccessible.html +1 -1
  63. data/vendor/local/share/gtk-doc/html/gtk2/GtkAction.html +87 -87
  64. data/vendor/local/share/gtk-doc/html/gtk2/GtkActionGroup.html +82 -82
  65. data/vendor/local/share/gtk-doc/html/gtk2/GtkActivatable.html +7 -7
  66. data/vendor/local/share/gtk-doc/html/gtk2/GtkAdjustment.html +60 -60
  67. data/vendor/local/share/gtk-doc/html/gtk2/GtkAlignment.html +34 -34
  68. data/vendor/local/share/gtk-doc/html/gtk2/GtkArrow.html +4 -4
  69. data/vendor/local/share/gtk-doc/html/gtk2/GtkAspectFrame.html +19 -19
  70. data/vendor/local/share/gtk-doc/html/gtk2/GtkAssistant.html +47 -47
  71. data/vendor/local/share/gtk-doc/html/gtk2/GtkBin.html +2 -2
  72. data/vendor/local/share/gtk-doc/html/gtk2/GtkBox.html +52 -52
  73. data/vendor/local/share/gtk-doc/html/gtk2/GtkBuildable.html +27 -27
  74. data/vendor/local/share/gtk-doc/html/gtk2/GtkBuilder.html +98 -98
  75. data/vendor/local/share/gtk-doc/html/gtk2/GtkButton.html +68 -68
  76. data/vendor/local/share/gtk-doc/html/gtk2/GtkButtonBox.html +25 -25
  77. data/vendor/local/share/gtk-doc/html/gtk2/GtkCList.html +214 -214
  78. data/vendor/local/share/gtk-doc/html/gtk2/GtkCTree.html +146 -146
  79. data/vendor/local/share/gtk-doc/html/gtk2/GtkCalendar.html +88 -88
  80. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellEditable.html +11 -11
  81. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellLayout.html +20 -20
  82. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRenderer.html +81 -81
  83. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererAccel.html +16 -16
  84. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererCombo.html +12 -12
  85. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererPixbuf.html +18 -18
  86. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererProgress.html +14 -14
  87. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpin.html +7 -7
  88. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpinner.html +6 -6
  89. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererText.html +75 -75
  90. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererToggle.html +32 -32
  91. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellView.html +20 -20
  92. data/vendor/local/share/gtk-doc/html/gtk2/GtkCheckButton.html +8 -8
  93. data/vendor/local/share/gtk-doc/html/gtk2/GtkColorButton.html +23 -23
  94. data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelection.html +45 -45
  95. data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelectionDialog.html +3 -3
  96. data/vendor/local/share/gtk-doc/html/gtk2/GtkCombo.html +34 -34
  97. data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBox.html +96 -96
  98. data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxEntry.html +8 -8
  99. data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxText.html +9 -9
  100. data/vendor/local/share/gtk-doc/html/gtk2/GtkContainer.html +73 -73
  101. data/vendor/local/share/gtk-doc/html/gtk2/GtkCurve.html +20 -20
  102. data/vendor/local/share/gtk-doc/html/gtk2/GtkDialog.html +62 -62
  103. data/vendor/local/share/gtk-doc/html/gtk2/GtkDrawingArea.html +9 -9
  104. data/vendor/local/share/gtk-doc/html/gtk2/GtkEditable.html +51 -51
  105. data/vendor/local/share/gtk-doc/html/gtk2/GtkEntry.html +255 -255
  106. data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryBuffer.html +46 -46
  107. data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryCompletion.html +94 -94
  108. data/vendor/local/share/gtk-doc/html/gtk2/GtkEventBox.html +15 -15
  109. data/vendor/local/share/gtk-doc/html/gtk2/GtkExpander.html +52 -52
  110. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooser.html +98 -98
  111. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserButton.html +26 -26
  112. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserDialog.html +13 -13
  113. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserWidget.html +3 -3
  114. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileSelection.html +29 -29
  115. data/vendor/local/share/gtk-doc/html/gtk2/GtkFixed.html +16 -16
  116. data/vendor/local/share/gtk-doc/html/gtk2/GtkFontButton.html +51 -51
  117. data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelection.html +19 -19
  118. data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelectionDialog.html +16 -16
  119. data/vendor/local/share/gtk-doc/html/gtk2/GtkFrame.html +23 -23
  120. data/vendor/local/share/gtk-doc/html/gtk2/GtkGammaCurve.html +2 -2
  121. data/vendor/local/share/gtk-doc/html/gtk2/GtkHBox.html +4 -4
  122. data/vendor/local/share/gtk-doc/html/gtk2/GtkHButtonBox.html +5 -5
  123. data/vendor/local/share/gtk-doc/html/gtk2/GtkHPaned.html +2 -2
  124. data/vendor/local/share/gtk-doc/html/gtk2/GtkHRuler.html +2 -2
  125. data/vendor/local/share/gtk-doc/html/gtk2/GtkHSV.html +31 -31
  126. data/vendor/local/share/gtk-doc/html/gtk2/GtkHScale.html +5 -5
  127. data/vendor/local/share/gtk-doc/html/gtk2/GtkHScrollbar.html +4 -4
  128. data/vendor/local/share/gtk-doc/html/gtk2/GtkHSeparator.html +2 -2
  129. data/vendor/local/share/gtk-doc/html/gtk2/GtkHandleBox.html +16 -16
  130. data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContext.html +63 -63
  131. data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContextSimple.html +5 -5
  132. data/vendor/local/share/gtk-doc/html/gtk2/GtkIMMulticontext.html +1 -1
  133. data/vendor/local/share/gtk-doc/html/gtk2/GtkIconTheme.html +83 -83
  134. data/vendor/local/share/gtk-doc/html/gtk2/GtkIconView.html +192 -192
  135. data/vendor/local/share/gtk-doc/html/gtk2/GtkImage.html +26 -26
  136. data/vendor/local/share/gtk-doc/html/gtk2/GtkImageMenuItem.html +25 -25
  137. data/vendor/local/share/gtk-doc/html/gtk2/GtkInfoBar.html +26 -26
  138. data/vendor/local/share/gtk-doc/html/gtk2/GtkInputDialog.html +8 -8
  139. data/vendor/local/share/gtk-doc/html/gtk2/GtkInvisible.html +2 -2
  140. data/vendor/local/share/gtk-doc/html/gtk2/GtkItem.html +11 -11
  141. data/vendor/local/share/gtk-doc/html/gtk2/GtkItemFactory.html +66 -66
  142. data/vendor/local/share/gtk-doc/html/gtk2/GtkLabel.html +139 -139
  143. data/vendor/local/share/gtk-doc/html/gtk2/GtkLayout.html +26 -26
  144. data/vendor/local/share/gtk-doc/html/gtk2/GtkLinkButton.html +24 -24
  145. data/vendor/local/share/gtk-doc/html/gtk2/GtkList.html +29 -29
  146. data/vendor/local/share/gtk-doc/html/gtk2/GtkListItem.html +37 -37
  147. data/vendor/local/share/gtk-doc/html/gtk2/GtkListStore.html +48 -48
  148. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenu.html +90 -90
  149. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuBar.html +4 -4
  150. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuItem.html +62 -62
  151. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuShell.html +50 -50
  152. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuToolButton.html +13 -13
  153. data/vendor/local/share/gtk-doc/html/gtk2/GtkMessageDialog.html +19 -19
  154. data/vendor/local/share/gtk-doc/html/gtk2/GtkMisc.html +26 -26
  155. data/vendor/local/share/gtk-doc/html/gtk2/GtkNotebook.html +210 -210
  156. data/vendor/local/share/gtk-doc/html/gtk2/GtkObject.html +89 -89
  157. data/vendor/local/share/gtk-doc/html/gtk2/GtkOffscreenWindow.html +2 -2
  158. data/vendor/local/share/gtk-doc/html/gtk2/GtkOldEditable.html +60 -60
  159. data/vendor/local/share/gtk-doc/html/gtk2/GtkOptionMenu.html +8 -8
  160. data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetup.html +59 -59
  161. data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetupUnixDialog.html +5 -5
  162. data/vendor/local/share/gtk-doc/html/gtk2/GtkPaned.html +62 -62
  163. data/vendor/local/share/gtk-doc/html/gtk2/GtkPaperSize.html +54 -54
  164. data/vendor/local/share/gtk-doc/html/gtk2/GtkPixmap.html +5 -5
  165. data/vendor/local/share/gtk-doc/html/gtk2/GtkPlug.html +9 -9
  166. data/vendor/local/share/gtk-doc/html/gtk2/GtkPreview.html +25 -25
  167. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintContext.html +17 -17
  168. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintJob.html +30 -30
  169. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintSettings.html +151 -151
  170. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintUnixDialog.html +30 -30
  171. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrinter.html +86 -86
  172. data/vendor/local/share/gtk-doc/html/gtk2/GtkProgress.html +34 -34
  173. data/vendor/local/share/gtk-doc/html/gtk2/GtkProgressBar.html +42 -42
  174. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioAction.html +23 -23
  175. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioButton.html +23 -23
  176. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioMenuItem.html +19 -19
  177. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioToolButton.html +11 -11
  178. data/vendor/local/share/gtk-doc/html/gtk2/GtkRange.html +100 -100
  179. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentAction.html +23 -23
  180. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooser.html +101 -101
  181. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserDialog.html +12 -12
  182. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserMenu.html +8 -8
  183. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserWidget.html +2 -2
  184. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentFilter.html +27 -27
  185. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentManager.html +128 -128
  186. data/vendor/local/share/gtk-doc/html/gtk2/GtkRuler.html +22 -22
  187. data/vendor/local/share/gtk-doc/html/gtk2/GtkScale.html +35 -35
  188. data/vendor/local/share/gtk-doc/html/gtk2/GtkScaleButton.html +27 -27
  189. data/vendor/local/share/gtk-doc/html/gtk2/GtkScrollbar.html +14 -14
  190. data/vendor/local/share/gtk-doc/html/gtk2/GtkScrolledWindow.html +22 -22
  191. data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparator.html +2 -2
  192. data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorMenuItem.html +2 -2
  193. data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorToolItem.html +10 -10
  194. data/vendor/local/share/gtk-doc/html/gtk2/GtkSettings.html +196 -196
  195. data/vendor/local/share/gtk-doc/html/gtk2/GtkSizeGroup.html +12 -12
  196. data/vendor/local/share/gtk-doc/html/gtk2/GtkSocket.html +10 -10
  197. data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinButton.html +79 -79
  198. data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinner.html +8 -8
  199. data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusIcon.html +157 -157
  200. data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusbar.html +31 -31
  201. data/vendor/local/share/gtk-doc/html/gtk2/GtkStyle.html +263 -263
  202. data/vendor/local/share/gtk-doc/html/gtk2/GtkTable.html +67 -67
  203. data/vendor/local/share/gtk-doc/html/gtk2/GtkTearoffMenuItem.html +2 -2
  204. data/vendor/local/share/gtk-doc/html/gtk2/GtkText.html +30 -30
  205. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextBuffer.html +181 -181
  206. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextIter.html +281 -281
  207. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextMark.html +24 -24
  208. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTag.html +133 -133
  209. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTagTable.html +17 -17
  210. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextView.html +211 -211
  211. data/vendor/local/share/gtk-doc/html/gtk2/GtkTipsQuery.html +30 -30
  212. data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleAction.html +22 -22
  213. data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleButton.html +42 -42
  214. data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleToolButton.html +15 -15
  215. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolButton.html +57 -57
  216. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItem.html +63 -63
  217. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItemGroup.html +36 -36
  218. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolPalette.html +24 -24
  219. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolShell.html +3 -3
  220. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolbar.html +105 -105
  221. data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltip.html +23 -23
  222. data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltips.html +15 -15
  223. data/vendor/local/share/gtk-doc/html/gtk2/GtkTree.html +30 -30
  224. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeItem.html +9 -9
  225. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModel.html +147 -147
  226. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelFilter.html +37 -37
  227. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelSort.html +16 -16
  228. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSelection.html +38 -38
  229. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSortable.html +28 -28
  230. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeStore.html +58 -58
  231. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeView.html +414 -414
  232. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeViewColumn.html +147 -147
  233. data/vendor/local/share/gtk-doc/html/gtk2/GtkUIManager.html +57 -57
  234. data/vendor/local/share/gtk-doc/html/gtk2/GtkVBox.html +4 -4
  235. data/vendor/local/share/gtk-doc/html/gtk2/GtkVButtonBox.html +5 -5
  236. data/vendor/local/share/gtk-doc/html/gtk2/GtkVPaned.html +2 -2
  237. data/vendor/local/share/gtk-doc/html/gtk2/GtkVRuler.html +2 -2
  238. data/vendor/local/share/gtk-doc/html/gtk2/GtkVScale.html +5 -5
  239. data/vendor/local/share/gtk-doc/html/gtk2/GtkVScrollbar.html +2 -2
  240. data/vendor/local/share/gtk-doc/html/gtk2/GtkVSeparator.html +2 -2
  241. data/vendor/local/share/gtk-doc/html/gtk2/GtkViewport.html +5 -5
  242. data/vendor/local/share/gtk-doc/html/gtk2/GtkVolumeButton.html +2 -2
  243. data/vendor/local/share/gtk-doc/html/gtk2/GtkWidget.html +537 -537
  244. data/vendor/local/share/gtk-doc/html/gtk2/GtkWindow.html +255 -255
  245. data/vendor/local/share/gtk-doc/html/gtk2/GtkWindowGroup.html +3 -3
  246. data/vendor/local/share/gtk-doc/html/gtk2/TextWidget.html +1 -1
  247. data/vendor/local/share/gtk-doc/html/gtk2/TreeWidget.html +23 -23
  248. data/vendor/local/share/gtk-doc/html/gtk2/ch01.html +5 -5
  249. data/vendor/local/share/gtk-doc/html/gtk2/chap-drawing-model.html +1 -1
  250. data/vendor/local/share/gtk-doc/html/gtk2/gtk-changes-2-0.html +5 -5
  251. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAboutDialog.html +7 -7
  252. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkColorButton.html +3 -3
  253. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkComboBox.html +5 -5
  254. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkIconView.html +7 -7
  255. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkLinkButton.html +3 -3
  256. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkRecentChooser.html +11 -11
  257. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-checklist.html +1 -1
  258. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-entry-icons.html +7 -7
  259. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-tooltips.html +2 -2
  260. data/vendor/local/share/gtk-doc/html/gtk2/gtk-question-index.html +43 -43
  261. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Accelerator-Maps.html +40 -40
  262. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Bindings.html +42 -42
  263. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Clipboards.html +87 -87
  264. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Drag-and-Drop.html +50 -50
  265. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Feature-Test-Macros.html +7 -7
  266. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Filesystem-utilities.html +13 -13
  267. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-General.html +153 -153
  268. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Graphics-Contexts.html +1 -1
  269. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-GtkTreeView-drag-and-drop.html +25 -25
  270. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-High-level-Printing-API.html +167 -167
  271. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Keyboard-Accelerators.html +88 -88
  272. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Orientable.html +2 -2
  273. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Resource-Files.html +71 -71
  274. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Selections.html +119 -119
  275. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Signals.html +68 -68
  276. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Stock-Items.html +10 -10
  277. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Testing.html +26 -26
  278. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Themeable-Stock-Images.html +53 -53
  279. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Types.html +34 -34
  280. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkcheckmenuitem.html +29 -29
  281. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkfilefilter.html +23 -23
  282. data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-selection-modes.html +1 -1
  283. data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-advanced.html +4 -4
  284. data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-chooser.html +1 -1
  285. data/vendor/local/share/gtk-doc/html/gtk2/migrating-GtkCombo.html +4 -4
  286. metadata +9 -9
@@ -61,7 +61,7 @@
61
61
  </tr>
62
62
  <tr>
63
63
  <td class="function_type">
64
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
64
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
65
65
  </td>
66
66
  <td class="function_name">
67
67
  <a class="link" href="GtkToolItem.html#gtk-tool-item-get-homogeneous" title="gtk_tool_item_get_homogeneous ()">gtk_tool_item_get_homogeneous</a> <span class="c_punctuation">()</span>
@@ -77,7 +77,7 @@
77
77
  </tr>
78
78
  <tr>
79
79
  <td class="function_type">
80
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
80
+ <a href="https://developer.gnome.org/glib/unstable/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="GtkToolItem.html#gtk-tool-item-get-expand" title="gtk_tool_item_get_expand ()">gtk_tool_item_get_expand</a> <span class="c_punctuation">()</span>
@@ -117,7 +117,7 @@
117
117
  </tr>
118
118
  <tr>
119
119
  <td class="function_type">
120
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
120
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
121
121
  </td>
122
122
  <td class="function_name">
123
123
  <a class="link" href="GtkToolItem.html#gtk-tool-item-get-use-drag-window" title="gtk_tool_item_get_use_drag_window ()">gtk_tool_item_get_use_drag_window</a> <span class="c_punctuation">()</span>
@@ -133,7 +133,7 @@
133
133
  </tr>
134
134
  <tr>
135
135
  <td class="function_type">
136
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
136
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
137
137
  </td>
138
138
  <td class="function_name">
139
139
  <a class="link" href="GtkToolItem.html#gtk-tool-item-get-visible-horizontal" title="gtk_tool_item_get_visible_horizontal ()">gtk_tool_item_get_visible_horizontal</a> <span class="c_punctuation">()</span>
@@ -149,7 +149,7 @@
149
149
  </tr>
150
150
  <tr>
151
151
  <td class="function_type">
152
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
152
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
153
153
  </td>
154
154
  <td class="function_name">
155
155
  <a class="link" href="GtkToolItem.html#gtk-tool-item-get-visible-vertical" title="gtk_tool_item_get_visible_vertical ()">gtk_tool_item_get_visible_vertical</a> <span class="c_punctuation">()</span>
@@ -165,7 +165,7 @@
165
165
  </tr>
166
166
  <tr>
167
167
  <td class="function_type">
168
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
168
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
169
169
  </td>
170
170
  <td class="function_name">
171
171
  <a class="link" href="GtkToolItem.html#gtk-tool-item-get-is-important" title="gtk_tool_item_get_is_important ()">gtk_tool_item_get_is_important</a> <span class="c_punctuation">()</span>
@@ -213,7 +213,7 @@
213
213
  </tr>
214
214
  <tr>
215
215
  <td class="function_type">
216
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>
216
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>
217
217
  </td>
218
218
  <td class="function_name">
219
219
  <a class="link" href="GtkToolItem.html#gtk-tool-item-get-text-alignment" title="gtk_tool_item_get_text_alignment ()">gtk_tool_item_get_text_alignment</a> <span class="c_punctuation">()</span>
@@ -288,17 +288,17 @@
288
288
  </colgroup>
289
289
  <tbody>
290
290
  <tr>
291
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
291
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
292
292
  <td class="property_name"><a class="link" href="GtkToolItem.html#GtkToolItem--is-important" title="The “is-important” property">is-important</a></td>
293
293
  <td class="property_flags">Read / Write</td>
294
294
  </tr>
295
295
  <tr>
296
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
296
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
297
297
  <td class="property_name"><a class="link" href="GtkToolItem.html#GtkToolItem--visible-horizontal" title="The “visible-horizontal” property">visible-horizontal</a></td>
298
298
  <td class="property_flags">Read / Write</td>
299
299
  </tr>
300
300
  <tr>
301
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
301
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
302
302
  <td class="property_name"><a class="link" href="GtkToolItem.html#GtkToolItem--visible-vertical" title="The “visible-vertical” property">visible-vertical</a></td>
303
303
  <td class="property_flags">Read / Write</td>
304
304
  </tr>
@@ -315,19 +315,19 @@
315
315
  </colgroup>
316
316
  <tbody>
317
317
  <tr>
318
- <td class="signal_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
318
+ <td class="signal_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
319
319
  <td class="signal_name"><a class="link" href="GtkToolItem.html#GtkToolItem-create-menu-proxy" title="The “create-menu-proxy” signal">create-menu-proxy</a></td>
320
- <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
320
+ <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
321
321
  </tr>
322
322
  <tr>
323
- <td class="signal_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
323
+ <td class="signal_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
324
324
  <td class="signal_name"><a class="link" href="GtkToolItem.html#GtkToolItem-set-tooltip" title="The “set-tooltip” signal">set-tooltip</a></td>
325
- <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
325
+ <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
326
326
  </tr>
327
327
  <tr>
328
328
  <td class="signal_type"><span class="returnvalue">void</span></td>
329
329
  <td class="signal_name"><a class="link" href="GtkToolItem.html#GtkToolItem-toolbar-reconfigured" title="The “toolbar-reconfigured” signal">toolbar-reconfigured</a></td>
330
- <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
330
+ <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
331
331
  </tr>
332
332
  </tbody>
333
333
  </table></div>
@@ -347,8 +347,8 @@
347
347
  </div>
348
348
  <div class="refsect1">
349
349
  <a name="GtkToolItem.object-hierarchy"></a><h2>Object Hierarchy</h2>
350
- <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
351
- <span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
350
+ <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
351
+ <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
352
352
  <span class="lineart">╰──</span> <a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
353
353
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
354
354
  <span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
@@ -398,7 +398,7 @@ gtk_tool_item_new (<em class="parameter"><code><span class="type">void</span></c
398
398
  <a name="gtk-tool-item-set-homogeneous"></a><h3>gtk_tool_item_set_homogeneous ()</h3>
399
399
  <pre class="programlisting"><span class="returnvalue">void</span>
400
400
  gtk_tool_item_set_homogeneous (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
401
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> homogeneous</code></em>);</pre>
401
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> homogeneous</code></em>);</pre>
402
402
  <p>Sets whether <em class="parameter"><code>tool_item</code></em>
403
403
  is to be allocated the same size as other
404
404
  homogeneous items. The effect is that all homogeneous items will have
@@ -431,7 +431,7 @@ is the same size as other homogeneous items</p></td>
431
431
  <hr>
432
432
  <div class="refsect2">
433
433
  <a name="gtk-tool-item-get-homogeneous"></a><h3>gtk_tool_item_get_homogeneous ()</h3>
434
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
434
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
435
435
  gtk_tool_item_get_homogeneous (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
436
436
  <p>Returns whether <em class="parameter"><code>tool_item</code></em>
437
437
  is the same size as other homogeneous
@@ -453,7 +453,7 @@ items. See <a class="link" href="GtkToolItem.html#gtk-tool-item-set-homogeneous"
453
453
  </div>
454
454
  <div class="refsect3">
455
455
  <a name="gtk-tool-item-get-homogeneous.returns"></a><h4>Returns</h4>
456
- <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the item is the same size as other homogeneous
456
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the item is the same size as other homogeneous
457
457
  items.</p>
458
458
  </div>
459
459
  <p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
@@ -463,7 +463,7 @@ items.</p>
463
463
  <a name="gtk-tool-item-set-expand"></a><h3>gtk_tool_item_set_expand ()</h3>
464
464
  <pre class="programlisting"><span class="returnvalue">void</span>
465
465
  gtk_tool_item_set_expand (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
466
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> expand</code></em>);</pre>
466
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> expand</code></em>);</pre>
467
467
  <p>Sets whether <em class="parameter"><code>tool_item</code></em>
468
468
  is allocated extra space when there
469
469
  is more room on the toolbar then needed for the items. The
@@ -497,7 +497,7 @@ is allocated extra space</p></td>
497
497
  <hr>
498
498
  <div class="refsect2">
499
499
  <a name="gtk-tool-item-get-expand"></a><h3>gtk_tool_item_get_expand ()</h3>
500
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
500
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
501
501
  gtk_tool_item_get_expand (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
502
502
  <p>Returns whether <em class="parameter"><code>tool_item</code></em>
503
503
  is allocated extra space.
@@ -519,7 +519,7 @@ See <a class="link" href="GtkToolItem.html#gtk-tool-item-set-expand" title="gtk_
519
519
  </div>
520
520
  <div class="refsect3">
521
521
  <a name="gtk-tool-item-get-expand.returns"></a><h4>Returns</h4>
522
- <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>tool_item</code></em>
522
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>tool_item</code></em>
523
523
  is allocated extra space.</p>
524
524
  </div>
525
525
  <p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
@@ -530,8 +530,8 @@ is allocated extra space.</p>
530
530
  <pre class="programlisting"><span class="returnvalue">void</span>
531
531
  gtk_tool_item_set_tooltip (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
532
532
  <em class="parameter"><code><a class="link" href="GtkTooltips.html" title="GtkTooltips"><span class="type">GtkTooltips</span></a> *tooltips</code></em>,
533
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tip_text</code></em>,
534
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tip_private</code></em>);</pre>
533
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tip_text</code></em>,
534
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tip_private</code></em>);</pre>
535
535
  <div class="warning">
536
536
  <p><code class="literal">gtk_tool_item_set_tooltip</code> has been deprecated since version 2.12 and should not be used in newly-written code.</p>
537
537
  <p>Use <a class="link" href="GtkToolItem.html#gtk-tool-item-set-tooltip-text" title="gtk_tool_item_set_tooltip_text ()"><code class="function">gtk_tool_item_set_tooltip_text()</code></a> instead.</p>
@@ -580,7 +580,7 @@ to be used. See <a class="link" href="GtkTooltips.html#gtk-tooltips-set-tip" tit
580
580
  <a name="gtk-tool-item-set-tooltip-text"></a><h3>gtk_tool_item_set_tooltip_text ()</h3>
581
581
  <pre class="programlisting"><span class="returnvalue">void</span>
582
582
  gtk_tool_item_set_tooltip_text (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
583
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
583
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
584
584
  <div class="warning"><p><code class="literal">gtk_tool_item_set_tooltip_text</code> is deprecated and should not be used in newly-written code.</p></div>
585
585
  <p>Sets the text to be displayed as tooltip on the item.
586
586
  See <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-text" title="gtk_widget_set_tooltip_text ()"><code class="function">gtk_widget_set_tooltip_text()</code></a>.</p>
@@ -614,7 +614,7 @@ See <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-text" title="gtk
614
614
  <a name="gtk-tool-item-set-tooltip-markup"></a><h3>gtk_tool_item_set_tooltip_markup ()</h3>
615
615
  <pre class="programlisting"><span class="returnvalue">void</span>
616
616
  gtk_tool_item_set_tooltip_markup (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
617
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *markup</code></em>);</pre>
617
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *markup</code></em>);</pre>
618
618
  <p>Sets the markup text to be displayed as tooltip on the item.
619
619
  See <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-markup" title="gtk_widget_set_tooltip_markup ()"><code class="function">gtk_widget_set_tooltip_markup()</code></a>.</p>
620
620
  <div class="refsect3">
@@ -647,9 +647,9 @@ See <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-markup" title="g
647
647
  <a name="gtk-tool-item-set-use-drag-window"></a><h3>gtk_tool_item_set_use_drag_window ()</h3>
648
648
  <pre class="programlisting"><span class="returnvalue">void</span>
649
649
  gtk_tool_item_set_use_drag_window (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
650
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_drag_window</code></em>);</pre>
650
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_drag_window</code></em>);</pre>
651
651
  <p>Sets whether <em class="parameter"><code>tool_item</code></em>
652
- has a drag window. When <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> the
652
+ has a drag window. When <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> the
653
653
  toolitem can be used as a drag source through <a class="link" href="gtk2-Drag-and-Drop.html#gtk-drag-source-set" title="gtk_drag_source_set ()"><code class="function">gtk_drag_source_set()</code></a>.
654
654
  When <em class="parameter"><code>tool_item</code></em>
655
655
  has a drag window it will intercept all events,
@@ -683,7 +683,7 @@ has a drag window.</p></td>
683
683
  <hr>
684
684
  <div class="refsect2">
685
685
  <a name="gtk-tool-item-get-use-drag-window"></a><h3>gtk_tool_item_get_use_drag_window ()</h3>
686
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
686
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
687
687
  gtk_tool_item_get_use_drag_window (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
688
688
  <p>Returns whether <em class="parameter"><code>tool_item</code></em>
689
689
  has a drag window. See
@@ -705,7 +705,7 @@ gtk_tool_item_get_use_drag_window (<em class="parameter"><code><a class="link" h
705
705
  </div>
706
706
  <div class="refsect3">
707
707
  <a name="gtk-tool-item-get-use-drag-window.returns"></a><h4>Returns</h4>
708
- <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>tool_item</code></em>
708
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>tool_item</code></em>
709
709
  uses a drag window.</p>
710
710
  </div>
711
711
  <p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
@@ -715,7 +715,7 @@ uses a drag window.</p>
715
715
  <a name="gtk-tool-item-set-visible-horizontal"></a><h3>gtk_tool_item_set_visible_horizontal ()</h3>
716
716
  <pre class="programlisting"><span class="returnvalue">void</span>
717
717
  gtk_tool_item_set_visible_horizontal (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
718
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> visible_horizontal</code></em>);</pre>
718
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> visible_horizontal</code></em>);</pre>
719
719
  <p>Sets whether <em class="parameter"><code>tool_item</code></em>
720
720
  is visible when the toolbar is docked horizontally.</p>
721
721
  <div class="refsect3">
@@ -746,7 +746,7 @@ is visible when in horizontal mode</p></td>
746
746
  <hr>
747
747
  <div class="refsect2">
748
748
  <a name="gtk-tool-item-get-visible-horizontal"></a><h3>gtk_tool_item_get_visible_horizontal ()</h3>
749
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
749
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
750
750
  gtk_tool_item_get_visible_horizontal (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
751
751
  <p>Returns whether the <em class="parameter"><code>tool_item</code></em>
752
752
  is visible on toolbars that are
@@ -768,7 +768,7 @@ docked horizontally.</p>
768
768
  </div>
769
769
  <div class="refsect3">
770
770
  <a name="gtk-tool-item-get-visible-horizontal.returns"></a><h4>Returns</h4>
771
- <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>tool_item</code></em>
771
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>tool_item</code></em>
772
772
  is visible on toolbars that are
773
773
  docked horizontally.</p>
774
774
  </div>
@@ -779,12 +779,12 @@ docked horizontally.</p>
779
779
  <a name="gtk-tool-item-set-visible-vertical"></a><h3>gtk_tool_item_set_visible_vertical ()</h3>
780
780
  <pre class="programlisting"><span class="returnvalue">void</span>
781
781
  gtk_tool_item_set_visible_vertical (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
782
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> visible_vertical</code></em>);</pre>
782
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> visible_vertical</code></em>);</pre>
783
783
  <p>Sets whether <em class="parameter"><code>tool_item</code></em>
784
784
  is visible when the toolbar is docked
785
785
  vertically. Some tool items, such as text entries, are too wide to be
786
786
  useful on a vertically docked toolbar. If <em class="parameter"><code>visible_vertical</code></em>
787
- is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
787
+ is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
788
788
  <em class="parameter"><code>tool_item</code></em>
789
789
  will not appear on toolbars that are docked vertically.</p>
790
790
  <div class="refsect3">
@@ -816,7 +816,7 @@ is in vertical mode</p></td>
816
816
  <hr>
817
817
  <div class="refsect2">
818
818
  <a name="gtk-tool-item-get-visible-vertical"></a><h3>gtk_tool_item_get_visible_vertical ()</h3>
819
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
819
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
820
820
  gtk_tool_item_get_visible_vertical (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
821
821
  <p>Returns whether <em class="parameter"><code>tool_item</code></em>
822
822
  is visible when the toolbar is docked vertically.
@@ -848,7 +848,7 @@ is visible when the toolbar is docked vertically</p>
848
848
  <a name="gtk-tool-item-set-is-important"></a><h3>gtk_tool_item_set_is_important ()</h3>
849
849
  <pre class="programlisting"><span class="returnvalue">void</span>
850
850
  gtk_tool_item_set_is_important (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
851
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_important</code></em>);</pre>
851
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_important</code></em>);</pre>
852
852
  <p>Sets whether <em class="parameter"><code>tool_item</code></em>
853
853
  should be considered important. The <a class="link" href="GtkToolButton.html" title="GtkToolButton"><span class="type">GtkToolButton</span></a>
854
854
  class uses this property to determine whether to show or hide its label
@@ -882,7 +882,7 @@ effect known as "priority text"</p>
882
882
  <hr>
883
883
  <div class="refsect2">
884
884
  <a name="gtk-tool-item-get-is-important"></a><h3>gtk_tool_item_get_is_important ()</h3>
885
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
885
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
886
886
  gtk_tool_item_get_is_important (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
887
887
  <p>Returns whether <em class="parameter"><code>tool_item</code></em>
888
888
  is considered important. See
@@ -904,7 +904,7 @@ gtk_tool_item_get_is_important (<em class="parameter"><code><a class="link" href
904
904
  </div>
905
905
  <div class="refsect3">
906
906
  <a name="gtk-tool-item-get-is-important.returns"></a><h4>Returns</h4>
907
- <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>tool_item</code></em>
907
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>tool_item</code></em>
908
908
  is considered important.</p>
909
909
  </div>
910
910
  <p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
@@ -1088,7 +1088,7 @@ for <em class="parameter"><code>tool_item</code></em>
1088
1088
  <hr>
1089
1089
  <div class="refsect2">
1090
1090
  <a name="gtk-tool-item-get-text-alignment"></a><h3>gtk_tool_item_get_text_alignment ()</h3>
1091
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>
1091
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>
1092
1092
  gtk_tool_item_get_text_alignment (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
1093
1093
  <p>Returns the text alignment used for <em class="parameter"><code>tool_item</code></em>
1094
1094
  . Custom subclasses of
@@ -1111,7 +1111,7 @@ be aligned.</p>
1111
1111
  </div>
1112
1112
  <div class="refsect3">
1113
1113
  <a name="gtk-tool-item-get-text-alignment.returns"></a><h4>Returns</h4>
1114
- <p> a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> indicating the horizontal text alignment
1114
+ <p> a <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> indicating the horizontal text alignment
1115
1115
  used for <em class="parameter"><code>tool_item</code></em>
1116
1116
  </p>
1117
1117
  </div>
@@ -1187,7 +1187,7 @@ overflow menu for <em class="parameter"><code>tool_item</code></em>
1187
1187
  <a name="gtk-tool-item-get-proxy-menu-item"></a><h3>gtk_tool_item_get_proxy_menu_item ()</h3>
1188
1188
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
1189
1189
  gtk_tool_item_get_proxy_menu_item (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
1190
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *menu_item_id</code></em>);</pre>
1190
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *menu_item_id</code></em>);</pre>
1191
1191
  <p>If <em class="parameter"><code>menu_item_id</code></em>
1192
1192
  matches the string passed to
1193
1193
  <a class="link" href="GtkToolItem.html#gtk-tool-item-set-proxy-menu-item" title="gtk_tool_item_set_proxy_menu_item ()"><code class="function">gtk_tool_item_set_proxy_menu_item()</code></a> return the corresponding <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a>.</p>
@@ -1233,7 +1233,7 @@ match. </p>
1233
1233
  <a name="gtk-tool-item-set-proxy-menu-item"></a><h3>gtk_tool_item_set_proxy_menu_item ()</h3>
1234
1234
  <pre class="programlisting"><span class="returnvalue">void</span>
1235
1235
  gtk_tool_item_set_proxy_menu_item (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
1236
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *menu_item_id</code></em>,
1236
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *menu_item_id</code></em>,
1237
1237
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *menu_item</code></em>);</pre>
1238
1238
  <p>Sets the <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> used in the toolbar overflow menu. The
1239
1239
  <em class="parameter"><code>menu_item_id</code></em>
@@ -1369,7 +1369,7 @@ It should only be accessed through the functions described below.</p>
1369
1369
  <a name="GtkToolItem.property-details"></a><h2>Property Details</h2>
1370
1370
  <div class="refsect2">
1371
1371
  <a name="GtkToolItem--is-important"></a><h3>The <code class="literal">“is-important”</code> property</h3>
1372
- <pre class="programlisting"> “is-important” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
1372
+ <pre class="programlisting"> “is-important” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
1373
1373
  <p>Whether the toolbar item is considered important. When TRUE, toolbar buttons show text in GTK_TOOLBAR_BOTH_HORIZ mode.</p>
1374
1374
  <p>Flags: Read / Write</p>
1375
1375
  <p>Default value: FALSE</p>
@@ -1377,7 +1377,7 @@ It should only be accessed through the functions described below.</p>
1377
1377
  <hr>
1378
1378
  <div class="refsect2">
1379
1379
  <a name="GtkToolItem--visible-horizontal"></a><h3>The <code class="literal">“visible-horizontal”</code> property</h3>
1380
- <pre class="programlisting"> “visible-horizontal” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
1380
+ <pre class="programlisting"> “visible-horizontal” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
1381
1381
  <p>Whether the toolbar item is visible when the toolbar is in a horizontal orientation.</p>
1382
1382
  <p>Flags: Read / Write</p>
1383
1383
  <p>Default value: TRUE</p>
@@ -1385,7 +1385,7 @@ It should only be accessed through the functions described below.</p>
1385
1385
  <hr>
1386
1386
  <div class="refsect2">
1387
1387
  <a name="GtkToolItem--visible-vertical"></a><h3>The <code class="literal">“visible-vertical”</code> property</h3>
1388
- <pre class="programlisting"> “visible-vertical” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
1388
+ <pre class="programlisting"> “visible-vertical” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
1389
1389
  <p>Whether the toolbar item is visible when the toolbar is in a vertical orientation.</p>
1390
1390
  <p>Flags: Read / Write</p>
1391
1391
  <p>Default value: TRUE</p>
@@ -1395,23 +1395,23 @@ It should only be accessed through the functions described below.</p>
1395
1395
  <a name="GtkToolItem.signal-details"></a><h2>Signal Details</h2>
1396
1396
  <div class="refsect2">
1397
1397
  <a name="GtkToolItem-create-menu-proxy"></a><h3>The <code class="literal">“create-menu-proxy”</code> signal</h3>
1398
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1398
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1399
1399
  user_function (<a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item,
1400
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1400
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1401
1401
  <p>This signal is emitted when the toolbar needs information from <em class="parameter"><code>tool_item</code></em>
1402
1402
 
1403
1403
  about whether the item should appear in the toolbar overflow menu. In
1404
1404
  response the tool item should either</p>
1405
1405
  <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
1406
- <li class="listitem">call <a class="link" href="GtkToolItem.html#gtk-tool-item-set-proxy-menu-item" title="gtk_tool_item_set_proxy_menu_item ()"><code class="function">gtk_tool_item_set_proxy_menu_item()</code></a> with a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1407
- pointer and return <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to indicate that the item should not appear
1406
+ <li class="listitem">call <a class="link" href="GtkToolItem.html#gtk-tool-item-set-proxy-menu-item" title="gtk_tool_item_set_proxy_menu_item ()"><code class="function">gtk_tool_item_set_proxy_menu_item()</code></a> with a <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1407
+ pointer and return <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to indicate that the item should not appear
1408
1408
  in the overflow menu
1409
1409
  </li>
1410
1410
  <li class="listitem"> call <a class="link" href="GtkToolItem.html#gtk-tool-item-set-proxy-menu-item" title="gtk_tool_item_set_proxy_menu_item ()"><code class="function">gtk_tool_item_set_proxy_menu_item()</code></a> with a new menu
1411
- item and return <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, or
1411
+ item and return <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, or
1412
1412
 
1413
1413
  </li>
1414
- <li class="listitem"> return <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to indicate that the signal was not
1414
+ <li class="listitem"> return <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to indicate that the signal was not
1415
1415
  handled by the item. This means that
1416
1416
  the item will not appear in the overflow menu unless a later handler
1417
1417
  installs a menu item.
@@ -1445,19 +1445,19 @@ menu.</p>
1445
1445
  </div>
1446
1446
  <div class="refsect3">
1447
1447
  <a name="GtkToolItem-create-menu-proxy.returns"></a><h4>Returns</h4>
1448
- <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the signal was handled, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if not</p>
1448
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the signal was handled, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if not</p>
1449
1449
  </div>
1450
- <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
1450
+ <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
1451
1451
  </div>
1452
1452
  <hr>
1453
1453
  <div class="refsect2">
1454
1454
  <a name="GtkToolItem-set-tooltip"></a><h3>The <code class="literal">“set-tooltip”</code> signal</h3>
1455
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1455
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1456
1456
  user_function (<a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item,
1457
1457
  <a class="link" href="GtkTooltips.html" title="GtkTooltips"><span class="type">GtkTooltips</span></a> *tooltips,
1458
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tip_text,
1459
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tip_private,
1460
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1458
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tip_text,
1459
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tip_private,
1460
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1461
1461
  <p>This signal is emitted when the toolitem's tooltip changes.
1462
1462
  Application developers can use <a class="link" href="GtkToolItem.html#gtk-tool-item-set-tooltip" title="gtk_tool_item_set_tooltip ()"><code class="function">gtk_tool_item_set_tooltip()</code></a> to
1463
1463
  set the item's tooltip.</p>
@@ -1505,16 +1505,16 @@ set the item's tooltip.</p>
1505
1505
  </div>
1506
1506
  <div class="refsect3">
1507
1507
  <a name="GtkToolItem-set-tooltip.returns"></a><h4>Returns</h4>
1508
- <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the signal was handled, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if not</p>
1508
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the signal was handled, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if not</p>
1509
1509
  </div>
1510
- <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
1510
+ <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
1511
1511
  </div>
1512
1512
  <hr>
1513
1513
  <div class="refsect2">
1514
1514
  <a name="GtkToolItem-toolbar-reconfigured"></a><h3>The <code class="literal">“toolbar-reconfigured”</code> signal</h3>
1515
1515
  <pre class="programlisting"><span class="returnvalue">void</span>
1516
1516
  user_function (<a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item,
1517
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1517
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1518
1518
  <p>This signal is emitted when some property of the toolbar that the
1519
1519
  item is a child of changes. For custom subclasses of <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>,
1520
1520
  the default handler of this signal use the functions</p>
@@ -1548,7 +1548,7 @@ themselves accordingly.</p>
1548
1548
  </tbody>
1549
1549
  </table></div>
1550
1550
  </div>
1551
- <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
1551
+ <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
1552
1552
  </div>
1553
1553
  </div>
1554
1554
  <div class="refsect1">
@@ -46,7 +46,7 @@
46
46
  <tbody>
47
47
  <tr>
48
48
  <td class="function_type">
49
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
49
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
50
50
  </td>
51
51
  <td class="function_name">
52
52
  <a class="link" href="GtkToolItemGroup.html#gtk-tool-item-group-get-collapsed" title="gtk_tool_item_group_get_collapsed ()">gtk_tool_item_group_get_collapsed</a> <span class="c_punctuation">()</span>
@@ -70,7 +70,7 @@
70
70
  </tr>
71
71
  <tr>
72
72
  <td class="function_type">
73
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
73
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
74
74
  </td>
75
75
  <td class="function_name">
76
76
  <a class="link" href="GtkToolItemGroup.html#gtk-tool-item-group-get-item-position" title="gtk_tool_item_group_get_item_position ()">gtk_tool_item_group_get_item_position</a> <span class="c_punctuation">()</span>
@@ -78,14 +78,14 @@
78
78
  </tr>
79
79
  <tr>
80
80
  <td class="function_type">
81
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
81
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
82
82
  </td>
83
83
  <td class="function_name">
84
84
  <a class="link" href="GtkToolItemGroup.html#gtk-tool-item-group-get-n-items" title="gtk_tool_item_group_get_n_items ()">gtk_tool_item_group_get_n_items</a> <span class="c_punctuation">()</span>
85
85
  </td>
86
86
  </tr>
87
87
  <tr>
88
- <td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
88
+ <td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
89
89
  </td>
90
90
  <td class="function_name">
91
91
  <a class="link" href="GtkToolItemGroup.html#gtk-tool-item-group-get-label" title="gtk_tool_item_group_get_label ()">gtk_tool_item_group_get_label</a> <span class="c_punctuation">()</span>
@@ -192,7 +192,7 @@
192
192
  </colgroup>
193
193
  <tbody>
194
194
  <tr>
195
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
195
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
196
196
  <td class="property_name"><a class="link" href="GtkToolItemGroup.html#GtkToolItemGroup--collapsed" title="The “collapsed” property">collapsed</a></td>
197
197
  <td class="property_flags">Read / Write</td>
198
198
  </tr>
@@ -208,7 +208,7 @@
208
208
  </tr>
209
209
  <tr>
210
210
  <td class="property_type">
211
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
211
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
212
212
  <td class="property_name"><a class="link" href="GtkToolItemGroup.html#GtkToolItemGroup--label" title="The “label” property">label</a></td>
213
213
  <td class="property_flags">Read / Write</td>
214
214
  </tr>
@@ -231,27 +231,27 @@
231
231
  </colgroup>
232
232
  <tbody>
233
233
  <tr>
234
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
234
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
235
235
  <td class="property_name"><a class="link" href="GtkToolItemGroup.html#GtkToolItemGroup--c-expand" title="The “expand” child property">expand</a></td>
236
236
  <td class="property_flags">Read / Write</td>
237
237
  </tr>
238
238
  <tr>
239
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
239
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
240
240
  <td class="property_name"><a class="link" href="GtkToolItemGroup.html#GtkToolItemGroup--c-fill" title="The “fill” child property">fill</a></td>
241
241
  <td class="property_flags">Read / Write</td>
242
242
  </tr>
243
243
  <tr>
244
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
244
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
245
245
  <td class="property_name"><a class="link" href="GtkToolItemGroup.html#GtkToolItemGroup--c-homogeneous" title="The “homogeneous” child property">homogeneous</a></td>
246
246
  <td class="property_flags">Read / Write</td>
247
247
  </tr>
248
248
  <tr>
249
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
249
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
250
250
  <td class="property_name"><a class="link" href="GtkToolItemGroup.html#GtkToolItemGroup--c-new-row" title="The “new-row” child property">new-row</a></td>
251
251
  <td class="property_flags">Read / Write</td>
252
252
  </tr>
253
253
  <tr>
254
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
254
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
255
255
  <td class="property_name"><a class="link" href="GtkToolItemGroup.html#GtkToolItemGroup--c-position" title="The “position” child property">position</a></td>
256
256
  <td class="property_flags">Read / Write</td>
257
257
  </tr>
@@ -268,12 +268,12 @@
268
268
  </colgroup>
269
269
  <tbody>
270
270
  <tr>
271
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
271
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
272
272
  <td class="property_name"><a class="link" href="GtkToolItemGroup.html#GtkToolItemGroup--s-expander-size" title="The “expander-size” style property">expander-size</a></td>
273
273
  <td class="property_flags">Read</td>
274
274
  </tr>
275
275
  <tr>
276
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
276
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
277
277
  <td class="property_name"><a class="link" href="GtkToolItemGroup.html#GtkToolItemGroup--s-header-spacing" title="The “header-spacing” style property">header-spacing</a></td>
278
278
  <td class="property_flags">Read</td>
279
279
  </tr>
@@ -295,8 +295,8 @@
295
295
  </div>
296
296
  <div class="refsect1">
297
297
  <a name="GtkToolItemGroup.object-hierarchy"></a><h2>Object Hierarchy</h2>
298
- <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
299
- <span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
298
+ <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
299
+ <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
300
300
  <span class="lineart">╰──</span> <a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
301
301
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
302
302
  <span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
@@ -321,7 +321,7 @@ GtkToolItemGroup implements
321
321
  <a name="GtkToolItemGroup.functions_details"></a><h2>Functions</h2>
322
322
  <div class="refsect2">
323
323
  <a name="gtk-tool-item-group-get-collapsed"></a><h3>gtk_tool_item_group_get_collapsed ()</h3>
324
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
324
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
325
325
  gtk_tool_item_group_get_collapsed (<em class="parameter"><code><a class="link" href="GtkToolItemGroup.html" title="GtkToolItemGroup"><span class="type">GtkToolItemGroup</span></a> *group</code></em>);</pre>
326
326
  <p class="since">Since: <a class="link" href="api-index-2-20.html#api-index-2.20">2.20</a></p>
327
327
  </div>
@@ -330,8 +330,8 @@ gtk_tool_item_group_get_collapsed (<em class="parameter"><code><a class="link" h
330
330
  <a name="gtk-tool-item-group-get-drop-item"></a><h3>gtk_tool_item_group_get_drop_item ()</h3>
331
331
  <pre class="programlisting"><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="returnvalue">GtkToolItem</span></a> *
332
332
  gtk_tool_item_group_get_drop_item (<em class="parameter"><code><a class="link" href="GtkToolItemGroup.html" title="GtkToolItemGroup"><span class="type">GtkToolItemGroup</span></a> *group</code></em>,
333
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
334
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
333
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
334
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
335
335
  <p class="since">Since: <a class="link" href="api-index-2-20.html#api-index-2.20">2.20</a></p>
336
336
  </div>
337
337
  <hr>
@@ -344,7 +344,7 @@ gtk_tool_item_group_get_ellipsize (<em class="parameter"><code><a class="link" h
344
344
  <hr>
345
345
  <div class="refsect2">
346
346
  <a name="gtk-tool-item-group-get-item-position"></a><h3>gtk_tool_item_group_get_item_position ()</h3>
347
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
347
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
348
348
  gtk_tool_item_group_get_item_position (<em class="parameter"><code><a class="link" href="GtkToolItemGroup.html" title="GtkToolItemGroup"><span class="type">GtkToolItemGroup</span></a> *group</code></em>,
349
349
  <em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *item</code></em>);</pre>
350
350
  <p class="since">Since: <a class="link" href="api-index-2-20.html#api-index-2.20">2.20</a></p>
@@ -352,14 +352,14 @@ gtk_tool_item_group_get_item_position (<em class="parameter"><code><a class="lin
352
352
  <hr>
353
353
  <div class="refsect2">
354
354
  <a name="gtk-tool-item-group-get-n-items"></a><h3>gtk_tool_item_group_get_n_items ()</h3>
355
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
355
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
356
356
  gtk_tool_item_group_get_n_items (<em class="parameter"><code><a class="link" href="GtkToolItemGroup.html" title="GtkToolItemGroup"><span class="type">GtkToolItemGroup</span></a> *group</code></em>);</pre>
357
357
  <p class="since">Since: <a class="link" href="api-index-2-20.html#api-index-2.20">2.20</a></p>
358
358
  </div>
359
359
  <hr>
360
360
  <div class="refsect2">
361
361
  <a name="gtk-tool-item-group-get-label"></a><h3>gtk_tool_item_group_get_label ()</h3>
362
- <pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
362
+ <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
363
363
  gtk_tool_item_group_get_label (<em class="parameter"><code><a class="link" href="GtkToolItemGroup.html" title="GtkToolItemGroup"><span class="type">GtkToolItemGroup</span></a> *group</code></em>);</pre>
364
364
  <p class="since">Since: <a class="link" href="api-index-2-20.html#api-index-2.20">2.20</a></p>
365
365
  </div>
@@ -375,7 +375,7 @@ gtk_tool_item_group_get_label_widget (<em class="parameter"><code><a class="link
375
375
  <a name="gtk-tool-item-group-get-nth-item"></a><h3>gtk_tool_item_group_get_nth_item ()</h3>
376
376
  <pre class="programlisting"><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="returnvalue">GtkToolItem</span></a> *
377
377
  gtk_tool_item_group_get_nth_item (<em class="parameter"><code><a class="link" href="GtkToolItemGroup.html" title="GtkToolItemGroup"><span class="type">GtkToolItemGroup</span></a> *group</code></em>,
378
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index</code></em>);</pre>
378
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index</code></em>);</pre>
379
379
  <p class="since">Since: <a class="link" href="api-index-2-20.html#api-index-2.20">2.20</a></p>
380
380
  </div>
381
381
  <hr>
@@ -391,14 +391,14 @@ gtk_tool_item_group_get_header_relief (<em class="parameter"><code><a class="lin
391
391
  <pre class="programlisting"><span class="returnvalue">void</span>
392
392
  gtk_tool_item_group_insert (<em class="parameter"><code><a class="link" href="GtkToolItemGroup.html" title="GtkToolItemGroup"><span class="type">GtkToolItemGroup</span></a> *group</code></em>,
393
393
  <em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *item</code></em>,
394
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);</pre>
394
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);</pre>
395
395
  <p class="since">Since: <a class="link" href="api-index-2-20.html#api-index-2.20">2.20</a></p>
396
396
  </div>
397
397
  <hr>
398
398
  <div class="refsect2">
399
399
  <a name="gtk-tool-item-group-new"></a><h3>gtk_tool_item_group_new ()</h3>
400
400
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
401
- gtk_tool_item_group_new (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
401
+ gtk_tool_item_group_new (<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>
402
402
  <p class="since">Since: <a class="link" href="api-index-2-20.html#api-index-2.20">2.20</a></p>
403
403
  </div>
404
404
  <hr>
@@ -406,7 +406,7 @@ gtk_tool_item_group_new (<em class="parameter"><code>const <a href="/home/vagran
406
406
  <a name="gtk-tool-item-group-set-collapsed"></a><h3>gtk_tool_item_group_set_collapsed ()</h3>
407
407
  <pre class="programlisting"><span class="returnvalue">void</span>
408
408
  gtk_tool_item_group_set_collapsed (<em class="parameter"><code><a class="link" href="GtkToolItemGroup.html" title="GtkToolItemGroup"><span class="type">GtkToolItemGroup</span></a> *group</code></em>,
409
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> collapsed</code></em>);</pre>
409
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> collapsed</code></em>);</pre>
410
410
  <p class="since">Since: <a class="link" href="api-index-2-20.html#api-index-2.20">2.20</a></p>
411
411
  </div>
412
412
  <hr>
@@ -423,7 +423,7 @@ gtk_tool_item_group_set_ellipsize (<em class="parameter"><code><a class="link" h
423
423
  <pre class="programlisting"><span class="returnvalue">void</span>
424
424
  gtk_tool_item_group_set_item_position (<em class="parameter"><code><a class="link" href="GtkToolItemGroup.html" title="GtkToolItemGroup"><span class="type">GtkToolItemGroup</span></a> *group</code></em>,
425
425
  <em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *item</code></em>,
426
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);</pre>
426
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);</pre>
427
427
  <p class="since">Since: <a class="link" href="api-index-2-20.html#api-index-2.20">2.20</a></p>
428
428
  </div>
429
429
  <hr>
@@ -431,7 +431,7 @@ gtk_tool_item_group_set_item_position (<em class="parameter"><code><a class="lin
431
431
  <a name="gtk-tool-item-group-set-label"></a><h3>gtk_tool_item_group_set_label ()</h3>
432
432
  <pre class="programlisting"><span class="returnvalue">void</span>
433
433
  gtk_tool_item_group_set_label (<em class="parameter"><code><a class="link" href="GtkToolItemGroup.html" title="GtkToolItemGroup"><span class="type">GtkToolItemGroup</span></a> *group</code></em>,
434
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
434
+ <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>
435
435
  <p class="since">Since: <a class="link" href="api-index-2-20.html#api-index-2.20">2.20</a></p>
436
436
  </div>
437
437
  <hr>
@@ -462,7 +462,7 @@ gtk_tool_item_group_set_header_relief (<em class="parameter"><code><a class="lin
462
462
  <a name="GtkToolItemGroup.property-details"></a><h2>Property Details</h2>
463
463
  <div class="refsect2">
464
464
  <a name="GtkToolItemGroup--collapsed"></a><h3>The <code class="literal">“collapsed”</code> property</h3>
465
- <pre class="programlisting"> “collapsed” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
465
+ <pre class="programlisting"> “collapsed” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
466
466
  <p>Whether the group has been collapsed and items are hidden.</p>
467
467
  <p>Flags: Read / Write</p>
468
468
  <p>Default value: FALSE</p>
@@ -486,7 +486,7 @@ gtk_tool_item_group_set_header_relief (<em class="parameter"><code><a class="lin
486
486
  <hr>
487
487
  <div class="refsect2">
488
488
  <a name="GtkToolItemGroup--label"></a><h3>The <code class="literal">“label”</code> property</h3>
489
- <pre class="programlisting"> “label” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
489
+ <pre class="programlisting"> “label” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
490
490
  <p>The human-readable title of this item group.</p>
491
491
  <p>Flags: Read / Write</p>
492
492
  <p>Default value: ""</p>
@@ -503,7 +503,7 @@ gtk_tool_item_group_set_header_relief (<em class="parameter"><code><a class="lin
503
503
  <a name="GtkToolItemGroup.child-property-details"></a><h2>Child Property Details</h2>
504
504
  <div class="refsect2">
505
505
  <a name="GtkToolItemGroup--c-expand"></a><h3>The <code class="literal">“expand”</code> child property</h3>
506
- <pre class="programlisting"> “expand” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
506
+ <pre class="programlisting"> “expand” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
507
507
  <p>Whether the item should receive extra space when the group grows.</p>
508
508
  <p>Flags: Read / Write</p>
509
509
  <p>Default value: FALSE</p>
@@ -511,7 +511,7 @@ gtk_tool_item_group_set_header_relief (<em class="parameter"><code><a class="lin
511
511
  <hr>
512
512
  <div class="refsect2">
513
513
  <a name="GtkToolItemGroup--c-fill"></a><h3>The <code class="literal">“fill”</code> child property</h3>
514
- <pre class="programlisting"> “fill” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
514
+ <pre class="programlisting"> “fill” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
515
515
  <p>Whether the item should fill the available space.</p>
516
516
  <p>Flags: Read / Write</p>
517
517
  <p>Default value: TRUE</p>
@@ -519,7 +519,7 @@ gtk_tool_item_group_set_header_relief (<em class="parameter"><code><a class="lin
519
519
  <hr>
520
520
  <div class="refsect2">
521
521
  <a name="GtkToolItemGroup--c-homogeneous"></a><h3>The <code class="literal">“homogeneous”</code> child property</h3>
522
- <pre class="programlisting"> “homogeneous” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
522
+ <pre class="programlisting"> “homogeneous” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
523
523
  <p>Whether the item should be the same size as other homogeneous items.</p>
524
524
  <p>Flags: Read / Write</p>
525
525
  <p>Default value: TRUE</p>
@@ -527,7 +527,7 @@ gtk_tool_item_group_set_header_relief (<em class="parameter"><code><a class="lin
527
527
  <hr>
528
528
  <div class="refsect2">
529
529
  <a name="GtkToolItemGroup--c-new-row"></a><h3>The <code class="literal">“new-row”</code> child property</h3>
530
- <pre class="programlisting"> “new-row” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
530
+ <pre class="programlisting"> “new-row” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
531
531
  <p>Whether the item should start a new row.</p>
532
532
  <p>Flags: Read / Write</p>
533
533
  <p>Default value: FALSE</p>
@@ -535,7 +535,7 @@ gtk_tool_item_group_set_header_relief (<em class="parameter"><code><a class="lin
535
535
  <hr>
536
536
  <div class="refsect2">
537
537
  <a name="GtkToolItemGroup--c-position"></a><h3>The <code class="literal">“position”</code> child property</h3>
538
- <pre class="programlisting"> “position” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
538
+ <pre class="programlisting"> “position” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
539
539
  <p>Position of the item within this group.</p>
540
540
  <p>Flags: Read / Write</p>
541
541
  <p>Allowed values: &gt;= 0</p>
@@ -546,7 +546,7 @@ gtk_tool_item_group_set_header_relief (<em class="parameter"><code><a class="lin
546
546
  <a name="GtkToolItemGroup.style-property-details"></a><h2>Style Property Details</h2>
547
547
  <div class="refsect2">
548
548
  <a name="GtkToolItemGroup--s-expander-size"></a><h3>The <code class="literal">“expander-size”</code> style property</h3>
549
- <pre class="programlisting"> “expander-size” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
549
+ <pre class="programlisting"> “expander-size” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
550
550
  <p>Size of the expander arrow.</p>
551
551
  <p>Flags: Read</p>
552
552
  <p>Allowed values: &gt;= 0</p>
@@ -555,7 +555,7 @@ gtk_tool_item_group_set_header_relief (<em class="parameter"><code><a class="lin
555
555
  <hr>
556
556
  <div class="refsect2">
557
557
  <a name="GtkToolItemGroup--s-header-spacing"></a><h3>The <code class="literal">“header-spacing”</code> style property</h3>
558
- <pre class="programlisting"> “header-spacing” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
558
+ <pre class="programlisting"> “header-spacing” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
559
559
  <p>Spacing between expander arrow and caption.</p>
560
560
  <p>Flags: Read</p>
561
561
  <p>Allowed values: &gt;= 0</p>