gtk2 3.0.8-x86-mingw32 → 3.0.9-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (287) 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-update-icon-cache.exe +0 -0
  21. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +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 +0 -0
  24. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll.a +0 -0
  25. data/vendor/local/lib/gtk-2.0/modules/libgail.dll.a +0 -0
  26. data/vendor/local/lib/libgailutil.dll.a +0 -0
  27. data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
  28. data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
  29. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +24 -24
  30. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +11 -11
  31. data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplay.html +77 -77
  32. data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplayManager.html +8 -8
  33. data/vendor/local/share/gtk-doc/html/gdk2/GdkScreen.html +132 -132
  34. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Application-launching.html +10 -10
  35. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Bitmaps-and-Pixmaps.html +37 -37
  36. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Colormaps-and-Colors.html +67 -67
  37. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Cursors.html +12 -12
  38. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drag-and-Drop.html +29 -29
  39. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drawing-Primitives.html +118 -118
  40. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Event-Structures.html +102 -102
  41. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Events.html +49 -49
  42. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Fonts.html +79 -79
  43. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-GdkRGB.html +64 -64
  44. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-General.html +58 -58
  45. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Graphics-Contexts.html +25 -25
  46. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Images.html +37 -37
  47. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input-Devices.html +40 -40
  48. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input.html +15 -15
  49. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Keyboard-Handling.html +97 -97
  50. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pango-Interaction.html +23 -23
  51. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pixbufs.html +20 -20
  52. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Points-Rectangles-and-Regions.html +37 -37
  53. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Properties-and-Atoms.html +84 -84
  54. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Selections.html +27 -27
  55. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Testing.html +10 -10
  56. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Threads.html +74 -74
  57. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Visuals.html +40 -40
  58. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Windows.html +280 -280
  59. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-X-Window-System-Interaction.html +60 -60
  60. data/vendor/local/share/gtk-doc/html/gdk2/multihead.html +2 -2
  61. data/vendor/local/share/gtk-doc/html/gtk2/GtkAboutDialog.html +118 -118
  62. data/vendor/local/share/gtk-doc/html/gtk2/GtkAccelLabel.html +10 -10
  63. data/vendor/local/share/gtk-doc/html/gtk2/GtkAccessible.html +1 -1
  64. data/vendor/local/share/gtk-doc/html/gtk2/GtkAction.html +87 -87
  65. data/vendor/local/share/gtk-doc/html/gtk2/GtkActionGroup.html +82 -82
  66. data/vendor/local/share/gtk-doc/html/gtk2/GtkActivatable.html +7 -7
  67. data/vendor/local/share/gtk-doc/html/gtk2/GtkAdjustment.html +60 -60
  68. data/vendor/local/share/gtk-doc/html/gtk2/GtkAlignment.html +34 -34
  69. data/vendor/local/share/gtk-doc/html/gtk2/GtkArrow.html +4 -4
  70. data/vendor/local/share/gtk-doc/html/gtk2/GtkAspectFrame.html +19 -19
  71. data/vendor/local/share/gtk-doc/html/gtk2/GtkAssistant.html +47 -47
  72. data/vendor/local/share/gtk-doc/html/gtk2/GtkBin.html +2 -2
  73. data/vendor/local/share/gtk-doc/html/gtk2/GtkBox.html +52 -52
  74. data/vendor/local/share/gtk-doc/html/gtk2/GtkBuildable.html +27 -27
  75. data/vendor/local/share/gtk-doc/html/gtk2/GtkBuilder.html +98 -98
  76. data/vendor/local/share/gtk-doc/html/gtk2/GtkButton.html +68 -68
  77. data/vendor/local/share/gtk-doc/html/gtk2/GtkButtonBox.html +25 -25
  78. data/vendor/local/share/gtk-doc/html/gtk2/GtkCList.html +214 -214
  79. data/vendor/local/share/gtk-doc/html/gtk2/GtkCTree.html +146 -146
  80. data/vendor/local/share/gtk-doc/html/gtk2/GtkCalendar.html +88 -88
  81. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellEditable.html +11 -11
  82. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellLayout.html +20 -20
  83. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRenderer.html +81 -81
  84. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererAccel.html +16 -16
  85. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererCombo.html +12 -12
  86. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererPixbuf.html +18 -18
  87. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererProgress.html +14 -14
  88. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpin.html +7 -7
  89. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpinner.html +6 -6
  90. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererText.html +75 -75
  91. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererToggle.html +32 -32
  92. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellView.html +20 -20
  93. data/vendor/local/share/gtk-doc/html/gtk2/GtkCheckButton.html +8 -8
  94. data/vendor/local/share/gtk-doc/html/gtk2/GtkColorButton.html +23 -23
  95. data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelection.html +45 -45
  96. data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelectionDialog.html +3 -3
  97. data/vendor/local/share/gtk-doc/html/gtk2/GtkCombo.html +34 -34
  98. data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBox.html +96 -96
  99. data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxEntry.html +8 -8
  100. data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxText.html +9 -9
  101. data/vendor/local/share/gtk-doc/html/gtk2/GtkContainer.html +73 -73
  102. data/vendor/local/share/gtk-doc/html/gtk2/GtkCurve.html +20 -20
  103. data/vendor/local/share/gtk-doc/html/gtk2/GtkDialog.html +62 -62
  104. data/vendor/local/share/gtk-doc/html/gtk2/GtkDrawingArea.html +9 -9
  105. data/vendor/local/share/gtk-doc/html/gtk2/GtkEditable.html +51 -51
  106. data/vendor/local/share/gtk-doc/html/gtk2/GtkEntry.html +255 -255
  107. data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryBuffer.html +46 -46
  108. data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryCompletion.html +94 -94
  109. data/vendor/local/share/gtk-doc/html/gtk2/GtkEventBox.html +15 -15
  110. data/vendor/local/share/gtk-doc/html/gtk2/GtkExpander.html +52 -52
  111. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooser.html +98 -98
  112. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserButton.html +26 -26
  113. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserDialog.html +13 -13
  114. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserWidget.html +3 -3
  115. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileSelection.html +29 -29
  116. data/vendor/local/share/gtk-doc/html/gtk2/GtkFixed.html +16 -16
  117. data/vendor/local/share/gtk-doc/html/gtk2/GtkFontButton.html +51 -51
  118. data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelection.html +19 -19
  119. data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelectionDialog.html +16 -16
  120. data/vendor/local/share/gtk-doc/html/gtk2/GtkFrame.html +23 -23
  121. data/vendor/local/share/gtk-doc/html/gtk2/GtkGammaCurve.html +2 -2
  122. data/vendor/local/share/gtk-doc/html/gtk2/GtkHBox.html +4 -4
  123. data/vendor/local/share/gtk-doc/html/gtk2/GtkHButtonBox.html +5 -5
  124. data/vendor/local/share/gtk-doc/html/gtk2/GtkHPaned.html +2 -2
  125. data/vendor/local/share/gtk-doc/html/gtk2/GtkHRuler.html +2 -2
  126. data/vendor/local/share/gtk-doc/html/gtk2/GtkHSV.html +31 -31
  127. data/vendor/local/share/gtk-doc/html/gtk2/GtkHScale.html +5 -5
  128. data/vendor/local/share/gtk-doc/html/gtk2/GtkHScrollbar.html +4 -4
  129. data/vendor/local/share/gtk-doc/html/gtk2/GtkHSeparator.html +2 -2
  130. data/vendor/local/share/gtk-doc/html/gtk2/GtkHandleBox.html +16 -16
  131. data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContext.html +63 -63
  132. data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContextSimple.html +5 -5
  133. data/vendor/local/share/gtk-doc/html/gtk2/GtkIMMulticontext.html +1 -1
  134. data/vendor/local/share/gtk-doc/html/gtk2/GtkIconTheme.html +83 -83
  135. data/vendor/local/share/gtk-doc/html/gtk2/GtkIconView.html +192 -192
  136. data/vendor/local/share/gtk-doc/html/gtk2/GtkImage.html +26 -26
  137. data/vendor/local/share/gtk-doc/html/gtk2/GtkImageMenuItem.html +25 -25
  138. data/vendor/local/share/gtk-doc/html/gtk2/GtkInfoBar.html +26 -26
  139. data/vendor/local/share/gtk-doc/html/gtk2/GtkInputDialog.html +8 -8
  140. data/vendor/local/share/gtk-doc/html/gtk2/GtkInvisible.html +2 -2
  141. data/vendor/local/share/gtk-doc/html/gtk2/GtkItem.html +11 -11
  142. data/vendor/local/share/gtk-doc/html/gtk2/GtkItemFactory.html +66 -66
  143. data/vendor/local/share/gtk-doc/html/gtk2/GtkLabel.html +139 -139
  144. data/vendor/local/share/gtk-doc/html/gtk2/GtkLayout.html +26 -26
  145. data/vendor/local/share/gtk-doc/html/gtk2/GtkLinkButton.html +24 -24
  146. data/vendor/local/share/gtk-doc/html/gtk2/GtkList.html +29 -29
  147. data/vendor/local/share/gtk-doc/html/gtk2/GtkListItem.html +37 -37
  148. data/vendor/local/share/gtk-doc/html/gtk2/GtkListStore.html +48 -48
  149. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenu.html +90 -90
  150. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuBar.html +4 -4
  151. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuItem.html +62 -62
  152. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuShell.html +50 -50
  153. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuToolButton.html +13 -13
  154. data/vendor/local/share/gtk-doc/html/gtk2/GtkMessageDialog.html +19 -19
  155. data/vendor/local/share/gtk-doc/html/gtk2/GtkMisc.html +26 -26
  156. data/vendor/local/share/gtk-doc/html/gtk2/GtkNotebook.html +210 -210
  157. data/vendor/local/share/gtk-doc/html/gtk2/GtkObject.html +89 -89
  158. data/vendor/local/share/gtk-doc/html/gtk2/GtkOffscreenWindow.html +2 -2
  159. data/vendor/local/share/gtk-doc/html/gtk2/GtkOldEditable.html +60 -60
  160. data/vendor/local/share/gtk-doc/html/gtk2/GtkOptionMenu.html +8 -8
  161. data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetup.html +59 -59
  162. data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetupUnixDialog.html +5 -5
  163. data/vendor/local/share/gtk-doc/html/gtk2/GtkPaned.html +62 -62
  164. data/vendor/local/share/gtk-doc/html/gtk2/GtkPaperSize.html +54 -54
  165. data/vendor/local/share/gtk-doc/html/gtk2/GtkPixmap.html +5 -5
  166. data/vendor/local/share/gtk-doc/html/gtk2/GtkPlug.html +9 -9
  167. data/vendor/local/share/gtk-doc/html/gtk2/GtkPreview.html +25 -25
  168. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintContext.html +17 -17
  169. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintJob.html +30 -30
  170. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintSettings.html +151 -151
  171. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintUnixDialog.html +30 -30
  172. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrinter.html +86 -86
  173. data/vendor/local/share/gtk-doc/html/gtk2/GtkProgress.html +34 -34
  174. data/vendor/local/share/gtk-doc/html/gtk2/GtkProgressBar.html +42 -42
  175. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioAction.html +23 -23
  176. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioButton.html +23 -23
  177. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioMenuItem.html +19 -19
  178. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioToolButton.html +11 -11
  179. data/vendor/local/share/gtk-doc/html/gtk2/GtkRange.html +100 -100
  180. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentAction.html +23 -23
  181. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooser.html +101 -101
  182. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserDialog.html +12 -12
  183. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserMenu.html +8 -8
  184. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserWidget.html +2 -2
  185. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentFilter.html +27 -27
  186. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentManager.html +128 -128
  187. data/vendor/local/share/gtk-doc/html/gtk2/GtkRuler.html +22 -22
  188. data/vendor/local/share/gtk-doc/html/gtk2/GtkScale.html +35 -35
  189. data/vendor/local/share/gtk-doc/html/gtk2/GtkScaleButton.html +27 -27
  190. data/vendor/local/share/gtk-doc/html/gtk2/GtkScrollbar.html +14 -14
  191. data/vendor/local/share/gtk-doc/html/gtk2/GtkScrolledWindow.html +22 -22
  192. data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparator.html +2 -2
  193. data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorMenuItem.html +2 -2
  194. data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorToolItem.html +10 -10
  195. data/vendor/local/share/gtk-doc/html/gtk2/GtkSettings.html +196 -196
  196. data/vendor/local/share/gtk-doc/html/gtk2/GtkSizeGroup.html +12 -12
  197. data/vendor/local/share/gtk-doc/html/gtk2/GtkSocket.html +10 -10
  198. data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinButton.html +79 -79
  199. data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinner.html +8 -8
  200. data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusIcon.html +157 -157
  201. data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusbar.html +31 -31
  202. data/vendor/local/share/gtk-doc/html/gtk2/GtkStyle.html +263 -263
  203. data/vendor/local/share/gtk-doc/html/gtk2/GtkTable.html +67 -67
  204. data/vendor/local/share/gtk-doc/html/gtk2/GtkTearoffMenuItem.html +2 -2
  205. data/vendor/local/share/gtk-doc/html/gtk2/GtkText.html +30 -30
  206. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextBuffer.html +181 -181
  207. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextIter.html +281 -281
  208. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextMark.html +24 -24
  209. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTag.html +133 -133
  210. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTagTable.html +17 -17
  211. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextView.html +211 -211
  212. data/vendor/local/share/gtk-doc/html/gtk2/GtkTipsQuery.html +30 -30
  213. data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleAction.html +22 -22
  214. data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleButton.html +42 -42
  215. data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleToolButton.html +15 -15
  216. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolButton.html +57 -57
  217. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItem.html +63 -63
  218. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItemGroup.html +36 -36
  219. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolPalette.html +24 -24
  220. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolShell.html +3 -3
  221. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolbar.html +105 -105
  222. data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltip.html +23 -23
  223. data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltips.html +15 -15
  224. data/vendor/local/share/gtk-doc/html/gtk2/GtkTree.html +30 -30
  225. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeItem.html +9 -9
  226. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModel.html +147 -147
  227. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelFilter.html +37 -37
  228. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelSort.html +16 -16
  229. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSelection.html +38 -38
  230. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSortable.html +28 -28
  231. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeStore.html +58 -58
  232. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeView.html +414 -414
  233. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeViewColumn.html +147 -147
  234. data/vendor/local/share/gtk-doc/html/gtk2/GtkUIManager.html +57 -57
  235. data/vendor/local/share/gtk-doc/html/gtk2/GtkVBox.html +4 -4
  236. data/vendor/local/share/gtk-doc/html/gtk2/GtkVButtonBox.html +5 -5
  237. data/vendor/local/share/gtk-doc/html/gtk2/GtkVPaned.html +2 -2
  238. data/vendor/local/share/gtk-doc/html/gtk2/GtkVRuler.html +2 -2
  239. data/vendor/local/share/gtk-doc/html/gtk2/GtkVScale.html +5 -5
  240. data/vendor/local/share/gtk-doc/html/gtk2/GtkVScrollbar.html +2 -2
  241. data/vendor/local/share/gtk-doc/html/gtk2/GtkVSeparator.html +2 -2
  242. data/vendor/local/share/gtk-doc/html/gtk2/GtkViewport.html +5 -5
  243. data/vendor/local/share/gtk-doc/html/gtk2/GtkVolumeButton.html +2 -2
  244. data/vendor/local/share/gtk-doc/html/gtk2/GtkWidget.html +537 -537
  245. data/vendor/local/share/gtk-doc/html/gtk2/GtkWindow.html +255 -255
  246. data/vendor/local/share/gtk-doc/html/gtk2/GtkWindowGroup.html +3 -3
  247. data/vendor/local/share/gtk-doc/html/gtk2/TextWidget.html +1 -1
  248. data/vendor/local/share/gtk-doc/html/gtk2/TreeWidget.html +23 -23
  249. data/vendor/local/share/gtk-doc/html/gtk2/ch01.html +5 -5
  250. data/vendor/local/share/gtk-doc/html/gtk2/chap-drawing-model.html +1 -1
  251. data/vendor/local/share/gtk-doc/html/gtk2/gtk-changes-2-0.html +5 -5
  252. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAboutDialog.html +7 -7
  253. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkColorButton.html +3 -3
  254. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkComboBox.html +5 -5
  255. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkIconView.html +7 -7
  256. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkLinkButton.html +3 -3
  257. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkRecentChooser.html +11 -11
  258. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-checklist.html +1 -1
  259. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-entry-icons.html +7 -7
  260. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-tooltips.html +2 -2
  261. data/vendor/local/share/gtk-doc/html/gtk2/gtk-question-index.html +43 -43
  262. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Accelerator-Maps.html +40 -40
  263. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Bindings.html +42 -42
  264. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Clipboards.html +87 -87
  265. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Drag-and-Drop.html +50 -50
  266. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Feature-Test-Macros.html +7 -7
  267. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Filesystem-utilities.html +13 -13
  268. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-General.html +153 -153
  269. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Graphics-Contexts.html +1 -1
  270. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-GtkTreeView-drag-and-drop.html +25 -25
  271. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-High-level-Printing-API.html +167 -167
  272. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Keyboard-Accelerators.html +88 -88
  273. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Orientable.html +2 -2
  274. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Resource-Files.html +71 -71
  275. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Selections.html +119 -119
  276. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Signals.html +68 -68
  277. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Stock-Items.html +10 -10
  278. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Testing.html +26 -26
  279. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Themeable-Stock-Images.html +53 -53
  280. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Types.html +34 -34
  281. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkcheckmenuitem.html +29 -29
  282. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkfilefilter.html +23 -23
  283. data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-selection-modes.html +1 -1
  284. data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-advanced.html +4 -4
  285. data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-chooser.html +1 -1
  286. data/vendor/local/share/gtk-doc/html/gtk2/migrating-GtkCombo.html +4 -4
  287. metadata +9 -9
@@ -117,7 +117,7 @@
117
117
  </tr>
118
118
  <tr>
119
119
  <td class="function_type">
120
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
120
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
121
121
  </td>
122
122
  <td class="function_name">
123
123
  <a class="link" href="GtkTable.html#gtk-table-get-default-row-spacing" title="gtk_table_get_default_row_spacing ()">gtk_table_get_default_row_spacing</a> <span class="c_punctuation">()</span>
@@ -125,7 +125,7 @@
125
125
  </tr>
126
126
  <tr>
127
127
  <td class="function_type">
128
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
128
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
129
129
  </td>
130
130
  <td class="function_name">
131
131
  <a class="link" href="GtkTable.html#gtk-table-get-homogeneous" title="gtk_table_get_homogeneous ()">gtk_table_get_homogeneous</a> <span class="c_punctuation">()</span>
@@ -133,7 +133,7 @@
133
133
  </tr>
134
134
  <tr>
135
135
  <td class="function_type">
136
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
136
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
137
137
  </td>
138
138
  <td class="function_name">
139
139
  <a class="link" href="GtkTable.html#gtk-table-get-row-spacing" title="gtk_table_get_row_spacing ()">gtk_table_get_row_spacing</a> <span class="c_punctuation">()</span>
@@ -141,7 +141,7 @@
141
141
  </tr>
142
142
  <tr>
143
143
  <td class="function_type">
144
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
144
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
145
145
  </td>
146
146
  <td class="function_name">
147
147
  <a class="link" href="GtkTable.html#gtk-table-get-col-spacing" title="gtk_table_get_col_spacing ()">gtk_table_get_col_spacing</a> <span class="c_punctuation">()</span>
@@ -149,7 +149,7 @@
149
149
  </tr>
150
150
  <tr>
151
151
  <td class="function_type">
152
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
152
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
153
153
  </td>
154
154
  <td class="function_name">
155
155
  <a class="link" href="GtkTable.html#gtk-table-get-default-col-spacing" title="gtk_table_get_default_col_spacing ()">gtk_table_get_default_col_spacing</a> <span class="c_punctuation">()</span>
@@ -176,27 +176,27 @@
176
176
  </colgroup>
177
177
  <tbody>
178
178
  <tr>
179
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
179
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
180
180
  <td class="property_name"><a class="link" href="GtkTable.html#GtkTable--column-spacing" title="The “column-spacing” property">column-spacing</a></td>
181
181
  <td class="property_flags">Read / Write</td>
182
182
  </tr>
183
183
  <tr>
184
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
184
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
185
185
  <td class="property_name"><a class="link" href="GtkTable.html#GtkTable--homogeneous" title="The “homogeneous” property">homogeneous</a></td>
186
186
  <td class="property_flags">Read / Write</td>
187
187
  </tr>
188
188
  <tr>
189
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
189
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
190
190
  <td class="property_name"><a class="link" href="GtkTable.html#GtkTable--n-columns" title="The “n-columns” property">n-columns</a></td>
191
191
  <td class="property_flags">Read / Write</td>
192
192
  </tr>
193
193
  <tr>
194
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
194
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
195
195
  <td class="property_name"><a class="link" href="GtkTable.html#GtkTable--n-rows" title="The “n-rows” property">n-rows</a></td>
196
196
  <td class="property_flags">Read / Write</td>
197
197
  </tr>
198
198
  <tr>
199
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
199
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
200
200
  <td class="property_name"><a class="link" href="GtkTable.html#GtkTable--row-spacing" title="The “row-spacing” property">row-spacing</a></td>
201
201
  <td class="property_flags">Read / Write</td>
202
202
  </tr>
@@ -213,22 +213,22 @@
213
213
  </colgroup>
214
214
  <tbody>
215
215
  <tr>
216
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
216
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
217
217
  <td class="property_name"><a class="link" href="GtkTable.html#GtkTable--c-bottom-attach" title="The “bottom-attach” child property">bottom-attach</a></td>
218
218
  <td class="property_flags">Read / Write</td>
219
219
  </tr>
220
220
  <tr>
221
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
221
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
222
222
  <td class="property_name"><a class="link" href="GtkTable.html#GtkTable--c-left-attach" title="The “left-attach” child property">left-attach</a></td>
223
223
  <td class="property_flags">Read / Write</td>
224
224
  </tr>
225
225
  <tr>
226
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
226
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
227
227
  <td class="property_name"><a class="link" href="GtkTable.html#GtkTable--c-right-attach" title="The “right-attach” child property">right-attach</a></td>
228
228
  <td class="property_flags">Read / Write</td>
229
229
  </tr>
230
230
  <tr>
231
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
231
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
232
232
  <td class="property_name"><a class="link" href="GtkTable.html#GtkTable--c-top-attach" title="The “top-attach” child property">top-attach</a></td>
233
233
  <td class="property_flags">Read / Write</td>
234
234
  </tr>
@@ -238,7 +238,7 @@
238
238
  <td class="property_flags">Read / Write</td>
239
239
  </tr>
240
240
  <tr>
241
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
241
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
242
242
  <td class="property_name"><a class="link" href="GtkTable.html#GtkTable--c-x-padding" title="The “x-padding” child property">x-padding</a></td>
243
243
  <td class="property_flags">Read / Write</td>
244
244
  </tr>
@@ -248,7 +248,7 @@
248
248
  <td class="property_flags">Read / Write</td>
249
249
  </tr>
250
250
  <tr>
251
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
251
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
252
252
  <td class="property_name"><a class="link" href="GtkTable.html#GtkTable--c-y-padding" title="The “y-padding” child property">y-padding</a></td>
253
253
  <td class="property_flags">Read / Write</td>
254
254
  </tr>
@@ -270,8 +270,8 @@
270
270
  </div>
271
271
  <div class="refsect1">
272
272
  <a name="GtkTable.object-hierarchy"></a><h2>Object Hierarchy</h2>
273
- <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
274
- <span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
273
+ <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
274
+ <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
275
275
  <span class="lineart">╰──</span> <a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
276
276
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
277
277
  <span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
@@ -321,9 +321,9 @@ table will resize themselves to the size of the largest widget in the table.
321
321
  <div class="refsect2">
322
322
  <a name="gtk-table-new"></a><h3>gtk_table_new ()</h3>
323
323
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
324
- gtk_table_new (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> rows</code></em>,
325
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> columns</code></em>,
326
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> homogeneous</code></em>);</pre>
324
+ gtk_table_new (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> rows</code></em>,
325
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> columns</code></em>,
326
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> homogeneous</code></em>);</pre>
327
327
  <p>
328
328
  Used to create a new table widget. An initial size must be given by
329
329
  specifying how many rows and columns the table should have, although
@@ -352,7 +352,7 @@ as well and is silently interpreted as 1.
352
352
  </tr>
353
353
  <tr>
354
354
  <td class="parameter_name"><p>homogeneous</p></td>
355
- <td class="parameter_description"><p>If set to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, all table cells are resized to the size of the cell
355
+ <td class="parameter_description"><p>If set to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, all table cells are resized to the size of the cell
356
356
  containing the largest widget.</p></td>
357
357
  <td class="parameter_annotations"> </td>
358
358
  </tr>
@@ -369,8 +369,8 @@ containing the largest widget.</p></td>
369
369
  <a name="gtk-table-resize"></a><h3>gtk_table_resize ()</h3>
370
370
  <pre class="programlisting"><span class="returnvalue">void</span>
371
371
  gtk_table_resize (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
372
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> rows</code></em>,
373
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> columns</code></em>);</pre>
372
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> rows</code></em>,
373
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> columns</code></em>);</pre>
374
374
  <p>
375
375
  If you need to change a table's size <span class="emphasis"><em>after</em></span> it has been created, this function allows you to do so.
376
376
  </p>
@@ -408,14 +408,14 @@ If you need to change a table's size <span class="emphasis"><em>after</em></span
408
408
  <pre class="programlisting"><span class="returnvalue">void</span>
409
409
  gtk_table_attach (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
410
410
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
411
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> left_attach</code></em>,
412
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> right_attach</code></em>,
413
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> top_attach</code></em>,
414
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> bottom_attach</code></em>,
411
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> left_attach</code></em>,
412
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> right_attach</code></em>,
413
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> top_attach</code></em>,
414
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> bottom_attach</code></em>,
415
415
  <em class="parameter"><code><a class="link" href="gtk2-Standard-Enumerations.html#GtkAttachOptions" title="enum GtkAttachOptions"><span class="type">GtkAttachOptions</span></a> xoptions</code></em>,
416
416
  <em class="parameter"><code><a class="link" href="gtk2-Standard-Enumerations.html#GtkAttachOptions" title="enum GtkAttachOptions"><span class="type">GtkAttachOptions</span></a> yoptions</code></em>,
417
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> xpadding</code></em>,
418
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> ypadding</code></em>);</pre>
417
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> xpadding</code></em>,
418
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> ypadding</code></em>);</pre>
419
419
  <p>
420
420
  Adds a widget to a table. The number of 'cells' that a widget will occupy is
421
421
  specified by <em class="parameter"><code>left_attach</code></em>, <em class="parameter"><code>right_attach</code></em>, <em class="parameter"><code>top_attach</code></em> and <em class="parameter"><code>bottom_attach</code></em>.
@@ -491,10 +491,10 @@ and row numbers of the table. (Columns and rows are indexed from zero).
491
491
  <pre class="programlisting"><span class="returnvalue">void</span>
492
492
  gtk_table_attach_defaults (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
493
493
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
494
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> left_attach</code></em>,
495
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> right_attach</code></em>,
496
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> top_attach</code></em>,
497
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> bottom_attach</code></em>);</pre>
494
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> left_attach</code></em>,
495
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> right_attach</code></em>,
496
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> top_attach</code></em>,
497
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> bottom_attach</code></em>);</pre>
498
498
  <p>
499
499
  As there are many options associated with <a class="link" href="GtkTable.html#gtk-table-attach" title="gtk_table_attach ()"><code class="function">gtk_table_attach()</code></a>, this convenience function provides the programmer with a means to add children to a table with identical padding and expansion options. The values used for the <a class="link" href="gtk2-Standard-Enumerations.html#GtkAttachOptions" title="enum GtkAttachOptions"><span class="type">GtkAttachOptions</span></a> are <code class="literal">GTK_EXPAND | GTK_FILL</code>, and the padding is set to 0.
500
500
  </p>
@@ -546,8 +546,8 @@ As there are many options associated with <a class="link" href="GtkTable.html#gt
546
546
  <a name="gtk-table-set-row-spacing"></a><h3>gtk_table_set_row_spacing ()</h3>
547
547
  <pre class="programlisting"><span class="returnvalue">void</span>
548
548
  gtk_table_set_row_spacing (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
549
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> row</code></em>,
550
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> spacing</code></em>);</pre>
549
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> row</code></em>,
550
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> spacing</code></em>);</pre>
551
551
  <p>
552
552
  Changes the space between a given table row and the subsequent row.
553
553
  </p>
@@ -584,8 +584,8 @@ Changes the space between a given table row and the subsequent row.
584
584
  <a name="gtk-table-set-col-spacing"></a><h3>gtk_table_set_col_spacing ()</h3>
585
585
  <pre class="programlisting"><span class="returnvalue">void</span>
586
586
  gtk_table_set_col_spacing (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
587
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> column</code></em>,
588
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> spacing</code></em>);</pre>
587
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> column</code></em>,
588
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> spacing</code></em>);</pre>
589
589
  <p>
590
590
  Alters the amount of space between a given table column and the following
591
591
  column.
@@ -623,7 +623,7 @@ column.
623
623
  <a name="gtk-table-set-row-spacings"></a><h3>gtk_table_set_row_spacings ()</h3>
624
624
  <pre class="programlisting"><span class="returnvalue">void</span>
625
625
  gtk_table_set_row_spacings (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
626
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> spacing</code></em>);</pre>
626
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> spacing</code></em>);</pre>
627
627
  <p>
628
628
  Sets the space between every row in <em class="parameter"><code>table</code></em> equal to <em class="parameter"><code>spacing</code></em>.
629
629
  </p>
@@ -655,7 +655,7 @@ Sets the space between every row in <em class="parameter"><code>table</code></em
655
655
  <a name="gtk-table-set-col-spacings"></a><h3>gtk_table_set_col_spacings ()</h3>
656
656
  <pre class="programlisting"><span class="returnvalue">void</span>
657
657
  gtk_table_set_col_spacings (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
658
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> spacing</code></em>);</pre>
658
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> spacing</code></em>);</pre>
659
659
  <p>
660
660
  Sets the space between every column in <em class="parameter"><code>table</code></em> equal to <em class="parameter"><code>spacing</code></em>.
661
661
  </p>
@@ -687,7 +687,7 @@ Sets the space between every column in <em class="parameter"><code>table</code><
687
687
  <a name="gtk-table-set-homogeneous"></a><h3>gtk_table_set_homogeneous ()</h3>
688
688
  <pre class="programlisting"><span class="returnvalue">void</span>
689
689
  gtk_table_set_homogeneous (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
690
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> homogeneous</code></em>);</pre>
690
+ <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>
691
691
  <p>
692
692
  Changes the homogenous property of table cells, ie. whether all cells are an equal size or not.
693
693
  </p>
@@ -707,8 +707,8 @@ Changes the homogenous property of table cells, ie. whether all cells are an equ
707
707
  </tr>
708
708
  <tr>
709
709
  <td class="parameter_name"><p>homogeneous</p></td>
710
- <td class="parameter_description"><p>Set to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to ensure all table cells are the same size. Set
711
- to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if this is not your desired behaviour.</p></td>
710
+ <td class="parameter_description"><p>Set to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to ensure all table cells are the same size. Set
711
+ to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if this is not your desired behaviour.</p></td>
712
712
  <td class="parameter_annotations"> </td>
713
713
  </tr>
714
714
  </tbody>
@@ -718,7 +718,7 @@ to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/htm
718
718
  <hr>
719
719
  <div class="refsect2">
720
720
  <a name="gtk-table-get-default-row-spacing"></a><h3>gtk_table_get_default_row_spacing ()</h3>
721
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
721
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
722
722
  gtk_table_get_default_row_spacing (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>);</pre>
723
723
  <p>Gets the default row spacing for the table. This is
724
724
  the spacing that will be used for newly added rows.
@@ -746,7 +746,7 @@ the spacing that will be used for newly added rows.
746
746
  <hr>
747
747
  <div class="refsect2">
748
748
  <a name="gtk-table-get-homogeneous"></a><h3>gtk_table_get_homogeneous ()</h3>
749
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
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_table_get_homogeneous (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>);</pre>
751
751
  <p>Returns whether the table cells are all constrained to the same
752
752
  width and height. (See <code class="function">gtk_table_set_homogenous()</code>)</p>
@@ -767,15 +767,15 @@ width and height. (See <code class="function">gtk_table_set_homogenous()</code>)
767
767
  </div>
768
768
  <div class="refsect3">
769
769
  <a name="gtk-table-get-homogeneous.returns"></a><h4>Returns</h4>
770
- <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the cells are all constrained to the same size</p>
770
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the cells are all constrained to the same size</p>
771
771
  </div>
772
772
  </div>
773
773
  <hr>
774
774
  <div class="refsect2">
775
775
  <a name="gtk-table-get-row-spacing"></a><h3>gtk_table_get_row_spacing ()</h3>
776
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
776
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
777
777
  gtk_table_get_row_spacing (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
778
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> row</code></em>);</pre>
778
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> row</code></em>);</pre>
779
779
  <p>Gets the amount of space between row <em class="parameter"><code>row</code></em>
780
780
  , and
781
781
  row <em class="parameter"><code>row</code></em>
@@ -810,9 +810,9 @@ row <em class="parameter"><code>row</code></em>
810
810
  <hr>
811
811
  <div class="refsect2">
812
812
  <a name="gtk-table-get-col-spacing"></a><h3>gtk_table_get_col_spacing ()</h3>
813
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
813
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
814
814
  gtk_table_get_col_spacing (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
815
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> column</code></em>);</pre>
815
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> column</code></em>);</pre>
816
816
  <p>Gets the amount of space between column <em class="parameter"><code>col</code></em>
817
817
  , and
818
818
  column <em class="parameter"><code>col</code></em>
@@ -847,7 +847,7 @@ column <em class="parameter"><code>col</code></em>
847
847
  <hr>
848
848
  <div class="refsect2">
849
849
  <a name="gtk-table-get-default-col-spacing"></a><h3>gtk_table_get_default_col_spacing ()</h3>
850
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
850
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
851
851
  gtk_table_get_default_col_spacing (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>);</pre>
852
852
  <p>Gets the default column spacing for the table. This is
853
853
  the spacing that will be used for newly added columns.
@@ -877,8 +877,8 @@ the spacing that will be used for newly added columns.
877
877
  <a name="gtk-table-get-size"></a><h3>gtk_table_get_size ()</h3>
878
878
  <pre class="programlisting"><span class="returnvalue">void</span>
879
879
  gtk_table_get_size (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
880
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *rows</code></em>,
881
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *columns</code></em>);</pre>
880
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *rows</code></em>,
881
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *columns</code></em>);</pre>
882
882
  <p>Returns the number of rows and columns in the table.</p>
883
883
  <div class="refsect3">
884
884
  <a name="gtk-table-get-size.parameters"></a><h4>Parameters</h4>
@@ -897,13 +897,13 @@ gtk_table_get_size (<em class="parameter"><code><a class="link" href="GtkTable.h
897
897
  <tr>
898
898
  <td class="parameter_name"><p>rows</p></td>
899
899
  <td class="parameter_description"><p> return location for the number of
900
- rows, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
900
+ rows, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
901
901
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
902
902
  </tr>
903
903
  <tr>
904
904
  <td class="parameter_name"><p>columns</p></td>
905
905
  <td class="parameter_description"><p> return location for the number
906
- of columns, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
906
+ of columns, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
907
907
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
908
908
  </tr>
909
909
  </tbody>
@@ -919,7 +919,7 @@ of columns, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share
919
919
  <pre class="programlisting">struct GtkTable;</pre>
920
920
  <p>
921
921
  The <span class="structname">GtkTable</span> structure holds the data for the actual table itself.
922
- <em class="structfield"><code>children</code></em> is a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of all the widgets the table contains. <em class="structfield"><code>rows</code></em> and <em class="structfield"><code>columns</code></em> are pointers to <span class="type">GtkTableRowCol</span> structures, which contain the default spacing and expansion details for the <a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a>'s rows and columns, respectively.
922
+ <em class="structfield"><code>children</code></em> is a <a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of all the widgets the table contains. <em class="structfield"><code>rows</code></em> and <em class="structfield"><code>columns</code></em> are pointers to <span class="type">GtkTableRowCol</span> structures, which contain the default spacing and expansion details for the <a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a>'s rows and columns, respectively.
923
923
  </p>
924
924
  <p>
925
925
  <em class="structfield"><code>nrows</code></em> and <em class="structfield"><code>ncols</code></em> are 16bit integers storing the number of rows and columns the table has.
@@ -930,7 +930,7 @@ The <span class="structname">GtkTable</span> structure holds the data for the ac
930
930
  <a name="GtkTable.property-details"></a><h2>Property Details</h2>
931
931
  <div class="refsect2">
932
932
  <a name="GtkTable--column-spacing"></a><h3>The <code class="literal">“column-spacing”</code> property</h3>
933
- <pre class="programlisting"> “column-spacing” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
933
+ <pre class="programlisting"> “column-spacing” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
934
934
  <p>The amount of space between two consecutive columns.</p>
935
935
  <p>Flags: Read / Write</p>
936
936
  <p>Allowed values: &lt;= 65535</p>
@@ -939,7 +939,7 @@ The <span class="structname">GtkTable</span> structure holds the data for the ac
939
939
  <hr>
940
940
  <div class="refsect2">
941
941
  <a name="GtkTable--homogeneous"></a><h3>The <code class="literal">“homogeneous”</code> property</h3>
942
- <pre class="programlisting"> “homogeneous” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
942
+ <pre class="programlisting"> “homogeneous” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
943
943
  <p>If TRUE, the table cells are all the same width/height.</p>
944
944
  <p>Flags: Read / Write</p>
945
945
  <p>Default value: FALSE</p>
@@ -947,7 +947,7 @@ The <span class="structname">GtkTable</span> structure holds the data for the ac
947
947
  <hr>
948
948
  <div class="refsect2">
949
949
  <a name="GtkTable--n-columns"></a><h3>The <code class="literal">“n-columns”</code> property</h3>
950
- <pre class="programlisting"> “n-columns” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
950
+ <pre class="programlisting"> “n-columns” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
951
951
  <p>The number of columns in the table.</p>
952
952
  <p>Flags: Read / Write</p>
953
953
  <p>Allowed values: [1,65535]</p>
@@ -956,7 +956,7 @@ The <span class="structname">GtkTable</span> structure holds the data for the ac
956
956
  <hr>
957
957
  <div class="refsect2">
958
958
  <a name="GtkTable--n-rows"></a><h3>The <code class="literal">“n-rows”</code> property</h3>
959
- <pre class="programlisting"> “n-rows” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
959
+ <pre class="programlisting"> “n-rows” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
960
960
  <p>The number of rows in the table.</p>
961
961
  <p>Flags: Read / Write</p>
962
962
  <p>Allowed values: [1,65535]</p>
@@ -965,7 +965,7 @@ The <span class="structname">GtkTable</span> structure holds the data for the ac
965
965
  <hr>
966
966
  <div class="refsect2">
967
967
  <a name="GtkTable--row-spacing"></a><h3>The <code class="literal">“row-spacing”</code> property</h3>
968
- <pre class="programlisting"> “row-spacing” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
968
+ <pre class="programlisting"> “row-spacing” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
969
969
  <p>The amount of space between two consecutive rows.</p>
970
970
  <p>Flags: Read / Write</p>
971
971
  <p>Allowed values: &lt;= 65535</p>
@@ -976,7 +976,7 @@ The <span class="structname">GtkTable</span> structure holds the data for the ac
976
976
  <a name="GtkTable.child-property-details"></a><h2>Child Property Details</h2>
977
977
  <div class="refsect2">
978
978
  <a name="GtkTable--c-bottom-attach"></a><h3>The <code class="literal">“bottom-attach”</code> child property</h3>
979
- <pre class="programlisting"> “bottom-attach” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
979
+ <pre class="programlisting"> “bottom-attach” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
980
980
  <p>The row number to attach the bottom of the child to.</p>
981
981
  <p>Flags: Read / Write</p>
982
982
  <p>Allowed values: [1,65535]</p>
@@ -985,7 +985,7 @@ The <span class="structname">GtkTable</span> structure holds the data for the ac
985
985
  <hr>
986
986
  <div class="refsect2">
987
987
  <a name="GtkTable--c-left-attach"></a><h3>The <code class="literal">“left-attach”</code> child property</h3>
988
- <pre class="programlisting"> “left-attach” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
988
+ <pre class="programlisting"> “left-attach” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
989
989
  <p>The column number to attach the left side of the child to.</p>
990
990
  <p>Flags: Read / Write</p>
991
991
  <p>Allowed values: &lt;= 65535</p>
@@ -994,7 +994,7 @@ The <span class="structname">GtkTable</span> structure holds the data for the ac
994
994
  <hr>
995
995
  <div class="refsect2">
996
996
  <a name="GtkTable--c-right-attach"></a><h3>The <code class="literal">“right-attach”</code> child property</h3>
997
- <pre class="programlisting"> “right-attach” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
997
+ <pre class="programlisting"> “right-attach” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
998
998
  <p>The column number to attach the right side of a child widget to.</p>
999
999
  <p>Flags: Read / Write</p>
1000
1000
  <p>Allowed values: [1,65535]</p>
@@ -1003,7 +1003,7 @@ The <span class="structname">GtkTable</span> structure holds the data for the ac
1003
1003
  <hr>
1004
1004
  <div class="refsect2">
1005
1005
  <a name="GtkTable--c-top-attach"></a><h3>The <code class="literal">“top-attach”</code> child property</h3>
1006
- <pre class="programlisting"> “top-attach” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1006
+ <pre class="programlisting"> “top-attach” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1007
1007
  <p>The row number to attach the top of a child widget to.</p>
1008
1008
  <p>Flags: Read / Write</p>
1009
1009
  <p>Allowed values: &lt;= 65535</p>
@@ -1020,7 +1020,7 @@ The <span class="structname">GtkTable</span> structure holds the data for the ac
1020
1020
  <hr>
1021
1021
  <div class="refsect2">
1022
1022
  <a name="GtkTable--c-x-padding"></a><h3>The <code class="literal">“x-padding”</code> child property</h3>
1023
- <pre class="programlisting"> “x-padding” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1023
+ <pre class="programlisting"> “x-padding” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1024
1024
  <p>Extra space to put between the child and its left and right neighbors, in pixels.</p>
1025
1025
  <p>Flags: Read / Write</p>
1026
1026
  <p>Allowed values: &lt;= 65535</p>
@@ -1037,7 +1037,7 @@ The <span class="structname">GtkTable</span> structure holds the data for the ac
1037
1037
  <hr>
1038
1038
  <div class="refsect2">
1039
1039
  <a name="GtkTable--c-y-padding"></a><h3>The <code class="literal">“y-padding”</code> child property</h3>
1040
- <pre class="programlisting"> “y-padding” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1040
+ <pre class="programlisting"> “y-padding” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1041
1041
  <p>Extra space to put between the child and its upper and lower neighbors, in pixels.</p>
1042
1042
  <p>Flags: Read / Write</p>
1043
1043
  <p>Allowed values: &lt;= 65535</p>
@@ -65,8 +65,8 @@
65
65
  </div>
66
66
  <div class="refsect1">
67
67
  <a name="GtkTearoffMenuItem.object-hierarchy"></a><h2>Object Hierarchy</h2>
68
- <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
69
- <span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
68
+ <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
69
+ <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
70
70
  <span class="lineart">╰──</span> <a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
71
71
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
72
72
  <span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
@@ -93,7 +93,7 @@
93
93
  </tr>
94
94
  <tr>
95
95
  <td class="function_type">
96
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
96
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
97
97
  </td>
98
98
  <td class="function_name">
99
99
  <a class="link" href="GtkText.html#gtk-text-get-point" title="gtk_text_get_point ()">gtk_text_get_point</a> <span class="c_punctuation">()</span>
@@ -101,7 +101,7 @@
101
101
  </tr>
102
102
  <tr>
103
103
  <td class="function_type">
104
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
104
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
105
105
  </td>
106
106
  <td class="function_name">
107
107
  <a class="link" href="GtkText.html#gtk-text-get-length" title="gtk_text_get_length ()">gtk_text_get_length</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.win32/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="GtkText.html#gtk-text-backward-delete" title="gtk_text_backward_delete ()">gtk_text_backward_delete</a> <span class="c_punctuation">()</span>
@@ -141,7 +141,7 @@
141
141
  </tr>
142
142
  <tr>
143
143
  <td class="function_type">
144
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
144
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
145
145
  </td>
146
146
  <td class="function_name">
147
147
  <a class="link" href="GtkText.html#gtk-text-forward-delete" title="gtk_text_forward_delete ()">gtk_text_forward_delete</a> <span class="c_punctuation">()</span>
@@ -172,7 +172,7 @@
172
172
  <td class="property_flags">Read / Write</td>
173
173
  </tr>
174
174
  <tr>
175
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
175
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
176
176
  <td class="property_name"><a class="link" href="GtkText.html#GtkText--line-wrap" title="The “line-wrap” property">line-wrap</a></td>
177
177
  <td class="property_flags">Read / Write</td>
178
178
  </tr>
@@ -183,7 +183,7 @@
183
183
  <td class="property_flags">Read / Write</td>
184
184
  </tr>
185
185
  <tr>
186
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
186
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
187
187
  <td class="property_name"><a class="link" href="GtkText.html#GtkText--word-wrap" title="The “word-wrap” property">word-wrap</a></td>
188
188
  <td class="property_flags">Read / Write</td>
189
189
  </tr>
@@ -201,7 +201,7 @@
201
201
  <tbody><tr>
202
202
  <td class="signal_type"><span class="returnvalue">void</span></td>
203
203
  <td class="signal_name"><a class="link" href="GtkText.html#GtkText-set-scroll-adjustments" title="The “set-scroll-adjustments” signal">set-scroll-adjustments</a></td>
204
- <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
204
+ <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
205
205
  </tr></tbody>
206
206
  </table></div>
207
207
  </div>
@@ -230,8 +230,8 @@
230
230
  </div>
231
231
  <div class="refsect1">
232
232
  <a name="GtkText.object-hierarchy"></a><h2>Object Hierarchy</h2>
233
- <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
234
- <span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
233
+ <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
234
+ <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
235
235
  <span class="lineart">╰──</span> <a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
236
236
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
237
237
  <span class="lineart">╰──</span> <a class="link" href="GtkOldEditable.html" title="GtkOldEditable">GtkOldEditable</a>
@@ -275,7 +275,7 @@ gtk_text_new (<em class="parameter"><code><a class="link" href="GtkAdjustment.ht
275
275
  <p>
276
276
  Creates a new <a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> widget, initialized with the given pointers to
277
277
  <a href="GtkAdjustment.html#GtkAdjustment-struct"><span class="type">GtkAdjustments</span></a>. These pointers can be used to track the viewing position
278
- of the <a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> widget. Passing <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to either or both of them will make
278
+ of the <a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> widget. Passing <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to either or both of them will make
279
279
  the <a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> create its own. You can set these later with the function
280
280
  <code class="function">gtk_text_set_adjustment()</code>.
281
281
  </p>
@@ -311,7 +311,7 @@ the <a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkTe
311
311
  <a name="gtk-text-set-editable"></a><h3>gtk_text_set_editable ()</h3>
312
312
  <pre class="programlisting"><span class="returnvalue">void</span>
313
313
  gtk_text_set_editable (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
314
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> editable</code></em>);</pre>
314
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> editable</code></em>);</pre>
315
315
  <div class="warning"><p><code class="literal">gtk_text_set_editable</code> is deprecated and should not be used in newly-written code.</p></div>
316
316
  <p>
317
317
  Sets whether the <a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> widget can be edited by the user or not. This
@@ -334,7 +334,7 @@ functions.
334
334
  </tr>
335
335
  <tr>
336
336
  <td class="parameter_name"><p>editable</p></td>
337
- <td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> makes it editable, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> makes it immutable by the user</p></td>
337
+ <td class="parameter_description"><p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> makes it editable, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> makes it immutable by the user</p></td>
338
338
  <td class="parameter_annotations"> </td>
339
339
  </tr>
340
340
  </tbody>
@@ -346,7 +346,7 @@ functions.
346
346
  <a name="gtk-text-set-word-wrap"></a><h3>gtk_text_set_word_wrap ()</h3>
347
347
  <pre class="programlisting"><span class="returnvalue">void</span>
348
348
  gtk_text_set_word_wrap (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
349
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> word_wrap</code></em>);</pre>
349
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> word_wrap</code></em>);</pre>
350
350
  <div class="warning"><p><code class="literal">gtk_text_set_word_wrap</code> is deprecated and should not be used in newly-written code.</p></div>
351
351
  <p>
352
352
  Sets whether the <a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> widget wraps words down to the next line if it
@@ -368,7 +368,7 @@ can't be completed on the current line.
368
368
  </tr>
369
369
  <tr>
370
370
  <td class="parameter_name"><p>word_wrap</p></td>
371
- <td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> makes it word wrap, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> disables word wrapping</p></td>
371
+ <td class="parameter_description"><p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> makes it word wrap, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> disables word wrapping</p></td>
372
372
  <td class="parameter_annotations"> </td>
373
373
  </tr>
374
374
  </tbody>
@@ -380,7 +380,7 @@ can't be completed on the current line.
380
380
  <a name="gtk-text-set-line-wrap"></a><h3>gtk_text_set_line_wrap ()</h3>
381
381
  <pre class="programlisting"><span class="returnvalue">void</span>
382
382
  gtk_text_set_line_wrap (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
383
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> line_wrap</code></em>);</pre>
383
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> line_wrap</code></em>);</pre>
384
384
  <div class="warning"><p><code class="literal">gtk_text_set_line_wrap</code> is deprecated and should not be used in newly-written code.</p></div>
385
385
  <p>
386
386
  Controls how <a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> handles long lines of continuous text. If line wrap
@@ -405,7 +405,7 @@ wrap but it disregards word boundaries.
405
405
  </tr>
406
406
  <tr>
407
407
  <td class="parameter_name"><p>line_wrap</p></td>
408
- <td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> turns line wrap on, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> turns it off</p></td>
408
+ <td class="parameter_description"><p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> turns line wrap on, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> turns it off</p></td>
409
409
  <td class="parameter_annotations"> </td>
410
410
  </tr>
411
411
  </tbody>
@@ -457,7 +457,7 @@ keep track of the viewing position of the <a class="link" href="GtkText.html" ti
457
457
  <a name="gtk-text-set-point"></a><h3>gtk_text_set_point ()</h3>
458
458
  <pre class="programlisting"><span class="returnvalue">void</span>
459
459
  gtk_text_set_point (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
460
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index</code></em>);</pre>
460
+ <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>
461
461
  <div class="warning"><p><code class="literal">gtk_text_set_point</code> is deprecated and should not be used in newly-written code.</p></div>
462
462
  <p>
463
463
  Sets the cursor at the given point. In this case a point constitutes
@@ -490,7 +490,7 @@ widget.
490
490
  <hr>
491
491
  <div class="refsect2">
492
492
  <a name="gtk-text-get-point"></a><h3>gtk_text_get_point ()</h3>
493
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
493
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
494
494
  gtk_text_get_point (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>);</pre>
495
495
  <div class="warning"><p><code class="literal">gtk_text_get_point</code> is deprecated and should not be used in newly-written code.</p></div>
496
496
  <p>
@@ -520,7 +520,7 @@ the upper left corner of the <a class="link" href="GtkText.html" title="GtkText"
520
520
  <hr>
521
521
  <div class="refsect2">
522
522
  <a name="gtk-text-get-length"></a><h3>gtk_text_get_length ()</h3>
523
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
523
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
524
524
  gtk_text_get_length (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>);</pre>
525
525
  <div class="warning"><p><code class="literal">gtk_text_get_length</code> is deprecated and should not be used in newly-written code.</p></div>
526
526
  <p>
@@ -609,7 +609,7 @@ gtk_text_insert (<em class="parameter"><code><a class="link" href="GtkText.html"
609
609
  <em class="parameter"><code>const <a href="../html/gdk2-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *fore</code></em>,
610
610
  <em class="parameter"><code>const <a href="../html/gdk2-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *back</code></em>,
611
611
  <em class="parameter"><code>const <span class="type">char</span> *chars</code></em>,
612
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> length</code></em>);</pre>
612
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> length</code></em>);</pre>
613
613
  <div class="warning"><p><code class="literal">gtk_text_insert</code> is deprecated and should not be used in newly-written code.</p></div>
614
614
  <p>
615
615
  Inserts given text into the <a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> widget with the given properties as
@@ -662,9 +662,9 @@ all the text.</p></td>
662
662
  <hr>
663
663
  <div class="refsect2">
664
664
  <a name="gtk-text-backward-delete"></a><h3>gtk_text_backward_delete ()</h3>
665
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
665
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
666
666
  gtk_text_backward_delete (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
667
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> nchars</code></em>);</pre>
667
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> nchars</code></em>);</pre>
668
668
  <div class="warning"><p><code class="literal">gtk_text_backward_delete</code> is deprecated and should not be used in newly-written code.</p></div>
669
669
  <p>
670
670
  Deletes from the current point position backward the given number of
@@ -694,15 +694,15 @@ characters.
694
694
  </div>
695
695
  <div class="refsect3">
696
696
  <a name="gtk-text-backward-delete.returns"></a><h4>Returns</h4>
697
- <p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation was successful, otherwise returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p>
697
+ <p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation was successful, otherwise returns <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p>
698
698
  </div>
699
699
  </div>
700
700
  <hr>
701
701
  <div class="refsect2">
702
702
  <a name="gtk-text-forward-delete"></a><h3>gtk_text_forward_delete ()</h3>
703
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
703
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
704
704
  gtk_text_forward_delete (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
705
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> nchars</code></em>);</pre>
705
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> nchars</code></em>);</pre>
706
706
  <div class="warning"><p><code class="literal">gtk_text_forward_delete</code> is deprecated and should not be used in newly-written code.</p></div>
707
707
  <p>
708
708
  Deletes from the current point position forward the given number of
@@ -732,7 +732,7 @@ characters.
732
732
  </div>
733
733
  <div class="refsect3">
734
734
  <a name="gtk-text-forward-delete.returns"></a><h4>Returns</h4>
735
- <p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation was successful, otherwise returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p>
735
+ <p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation was successful, otherwise returns <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p>
736
736
  </div>
737
737
  </div>
738
738
  <hr>
@@ -823,7 +823,7 @@ text.
823
823
  <hr>
824
824
  <div class="refsect2">
825
825
  <a name="GtkText--line-wrap"></a><h3>The <code class="literal">“line-wrap”</code> property</h3>
826
- <pre class="programlisting"> “line-wrap” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
826
+ <pre class="programlisting"> “line-wrap” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
827
827
  <p>
828
828
  Boolean value indicating whether line wrap is enabled or not.
829
829
  </p>
@@ -843,7 +843,7 @@ text.
843
843
  <hr>
844
844
  <div class="refsect2">
845
845
  <a name="GtkText--word-wrap"></a><h3>The <code class="literal">“word-wrap”</code> property</h3>
846
- <pre class="programlisting"> “word-wrap” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
846
+ <pre class="programlisting"> “word-wrap” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
847
847
  <p>
848
848
  Boolean value indicated whether word wrap is enabled or not.
849
849
  </p>
@@ -859,7 +859,7 @@ Boolean value indicated whether word wrap is enabled or not.
859
859
  user_function (<a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text,
860
860
  <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *arg1,
861
861
  <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *arg2,
862
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
862
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
863
863
  <p>
864
864
  </p>
865
865
  <div class="refsect3">
@@ -884,7 +884,7 @@ user_function (<a class="link" href="GtkText.html" title="GtkText"><span class="
884
884
  </tbody>
885
885
  </table></div>
886
886
  </div>
887
- <p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
887
+ <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
888
888
  </div>
889
889
  </div>
890
890
  </div>