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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (286) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2.2/gtk2.so +0 -0
  3. data/lib/2.3/gtk2.so +0 -0
  4. data/sample/gtk-demo/appwindow.rb +2 -2
  5. data/sample/gtk-demo/cairo-clip-image.rb +1 -1
  6. data/sample/gtk-demo/cairo-image.rb +1 -1
  7. data/sample/gtk-demo/iconview.rb +3 -3
  8. data/sample/gtk-demo/images.rb +3 -3
  9. data/sample/gtk-demo/pixbufs.rb +9 -7
  10. data/sample/gtk-demo/stock_browser.rb +1 -1
  11. data/sample/gtk-demo/textview.rb +2 -2
  12. data/sample/misc/aboutdialog.rb +1 -1
  13. data/sample/misc/combobox.rb +1 -1
  14. data/sample/misc/iconview.rb +2 -2
  15. data/sample/misc/itemfactory.rb +1 -1
  16. data/sample/misc/itemfactory2.rb +1 -1
  17. data/sample/misc/to_drawable.rb +2 -2
  18. data/sample/misc/treeview.rb +1 -1
  19. data/test/test_gdk_pixbuf.rb +6 -6
  20. data/vendor/local/bin/gtk-demo.exe +0 -0
  21. data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
  22. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll.a +0 -0
  23. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll.a +0 -0
  24. data/vendor/local/lib/gtk-2.0/modules/libgail.dll.a +0 -0
  25. data/vendor/local/lib/libgailutil.dll.a +0 -0
  26. data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
  27. data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
  28. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +24 -24
  29. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +11 -11
  30. data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplay.html +77 -77
  31. data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplayManager.html +8 -8
  32. data/vendor/local/share/gtk-doc/html/gdk2/GdkScreen.html +132 -132
  33. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Application-launching.html +10 -10
  34. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Bitmaps-and-Pixmaps.html +37 -37
  35. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Colormaps-and-Colors.html +67 -67
  36. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Cursors.html +12 -12
  37. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drag-and-Drop.html +29 -29
  38. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drawing-Primitives.html +118 -118
  39. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Event-Structures.html +102 -102
  40. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Events.html +49 -49
  41. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Fonts.html +79 -79
  42. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-GdkRGB.html +64 -64
  43. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-General.html +58 -58
  44. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Graphics-Contexts.html +25 -25
  45. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Images.html +37 -37
  46. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input-Devices.html +40 -40
  47. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input.html +15 -15
  48. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Keyboard-Handling.html +97 -97
  49. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pango-Interaction.html +23 -23
  50. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pixbufs.html +20 -20
  51. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Points-Rectangles-and-Regions.html +37 -37
  52. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Properties-and-Atoms.html +84 -84
  53. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Selections.html +27 -27
  54. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Testing.html +10 -10
  55. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Threads.html +74 -74
  56. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Visuals.html +40 -40
  57. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Windows.html +280 -280
  58. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-X-Window-System-Interaction.html +60 -60
  59. data/vendor/local/share/gtk-doc/html/gdk2/multihead.html +2 -2
  60. data/vendor/local/share/gtk-doc/html/gtk2/GtkAboutDialog.html +118 -118
  61. data/vendor/local/share/gtk-doc/html/gtk2/GtkAccelLabel.html +10 -10
  62. data/vendor/local/share/gtk-doc/html/gtk2/GtkAccessible.html +1 -1
  63. data/vendor/local/share/gtk-doc/html/gtk2/GtkAction.html +87 -87
  64. data/vendor/local/share/gtk-doc/html/gtk2/GtkActionGroup.html +82 -82
  65. data/vendor/local/share/gtk-doc/html/gtk2/GtkActivatable.html +7 -7
  66. data/vendor/local/share/gtk-doc/html/gtk2/GtkAdjustment.html +60 -60
  67. data/vendor/local/share/gtk-doc/html/gtk2/GtkAlignment.html +34 -34
  68. data/vendor/local/share/gtk-doc/html/gtk2/GtkArrow.html +4 -4
  69. data/vendor/local/share/gtk-doc/html/gtk2/GtkAspectFrame.html +19 -19
  70. data/vendor/local/share/gtk-doc/html/gtk2/GtkAssistant.html +47 -47
  71. data/vendor/local/share/gtk-doc/html/gtk2/GtkBin.html +2 -2
  72. data/vendor/local/share/gtk-doc/html/gtk2/GtkBox.html +52 -52
  73. data/vendor/local/share/gtk-doc/html/gtk2/GtkBuildable.html +27 -27
  74. data/vendor/local/share/gtk-doc/html/gtk2/GtkBuilder.html +98 -98
  75. data/vendor/local/share/gtk-doc/html/gtk2/GtkButton.html +68 -68
  76. data/vendor/local/share/gtk-doc/html/gtk2/GtkButtonBox.html +25 -25
  77. data/vendor/local/share/gtk-doc/html/gtk2/GtkCList.html +214 -214
  78. data/vendor/local/share/gtk-doc/html/gtk2/GtkCTree.html +146 -146
  79. data/vendor/local/share/gtk-doc/html/gtk2/GtkCalendar.html +88 -88
  80. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellEditable.html +11 -11
  81. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellLayout.html +20 -20
  82. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRenderer.html +81 -81
  83. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererAccel.html +16 -16
  84. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererCombo.html +12 -12
  85. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererPixbuf.html +18 -18
  86. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererProgress.html +14 -14
  87. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpin.html +7 -7
  88. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpinner.html +6 -6
  89. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererText.html +75 -75
  90. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererToggle.html +32 -32
  91. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellView.html +20 -20
  92. data/vendor/local/share/gtk-doc/html/gtk2/GtkCheckButton.html +8 -8
  93. data/vendor/local/share/gtk-doc/html/gtk2/GtkColorButton.html +23 -23
  94. data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelection.html +45 -45
  95. data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelectionDialog.html +3 -3
  96. data/vendor/local/share/gtk-doc/html/gtk2/GtkCombo.html +34 -34
  97. data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBox.html +96 -96
  98. data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxEntry.html +8 -8
  99. data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxText.html +9 -9
  100. data/vendor/local/share/gtk-doc/html/gtk2/GtkContainer.html +73 -73
  101. data/vendor/local/share/gtk-doc/html/gtk2/GtkCurve.html +20 -20
  102. data/vendor/local/share/gtk-doc/html/gtk2/GtkDialog.html +62 -62
  103. data/vendor/local/share/gtk-doc/html/gtk2/GtkDrawingArea.html +9 -9
  104. data/vendor/local/share/gtk-doc/html/gtk2/GtkEditable.html +51 -51
  105. data/vendor/local/share/gtk-doc/html/gtk2/GtkEntry.html +255 -255
  106. data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryBuffer.html +46 -46
  107. data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryCompletion.html +94 -94
  108. data/vendor/local/share/gtk-doc/html/gtk2/GtkEventBox.html +15 -15
  109. data/vendor/local/share/gtk-doc/html/gtk2/GtkExpander.html +52 -52
  110. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooser.html +98 -98
  111. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserButton.html +26 -26
  112. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserDialog.html +13 -13
  113. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserWidget.html +3 -3
  114. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileSelection.html +29 -29
  115. data/vendor/local/share/gtk-doc/html/gtk2/GtkFixed.html +16 -16
  116. data/vendor/local/share/gtk-doc/html/gtk2/GtkFontButton.html +51 -51
  117. data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelection.html +19 -19
  118. data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelectionDialog.html +16 -16
  119. data/vendor/local/share/gtk-doc/html/gtk2/GtkFrame.html +23 -23
  120. data/vendor/local/share/gtk-doc/html/gtk2/GtkGammaCurve.html +2 -2
  121. data/vendor/local/share/gtk-doc/html/gtk2/GtkHBox.html +4 -4
  122. data/vendor/local/share/gtk-doc/html/gtk2/GtkHButtonBox.html +5 -5
  123. data/vendor/local/share/gtk-doc/html/gtk2/GtkHPaned.html +2 -2
  124. data/vendor/local/share/gtk-doc/html/gtk2/GtkHRuler.html +2 -2
  125. data/vendor/local/share/gtk-doc/html/gtk2/GtkHSV.html +31 -31
  126. data/vendor/local/share/gtk-doc/html/gtk2/GtkHScale.html +5 -5
  127. data/vendor/local/share/gtk-doc/html/gtk2/GtkHScrollbar.html +4 -4
  128. data/vendor/local/share/gtk-doc/html/gtk2/GtkHSeparator.html +2 -2
  129. data/vendor/local/share/gtk-doc/html/gtk2/GtkHandleBox.html +16 -16
  130. data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContext.html +63 -63
  131. data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContextSimple.html +5 -5
  132. data/vendor/local/share/gtk-doc/html/gtk2/GtkIMMulticontext.html +1 -1
  133. data/vendor/local/share/gtk-doc/html/gtk2/GtkIconTheme.html +83 -83
  134. data/vendor/local/share/gtk-doc/html/gtk2/GtkIconView.html +192 -192
  135. data/vendor/local/share/gtk-doc/html/gtk2/GtkImage.html +26 -26
  136. data/vendor/local/share/gtk-doc/html/gtk2/GtkImageMenuItem.html +25 -25
  137. data/vendor/local/share/gtk-doc/html/gtk2/GtkInfoBar.html +26 -26
  138. data/vendor/local/share/gtk-doc/html/gtk2/GtkInputDialog.html +8 -8
  139. data/vendor/local/share/gtk-doc/html/gtk2/GtkInvisible.html +2 -2
  140. data/vendor/local/share/gtk-doc/html/gtk2/GtkItem.html +11 -11
  141. data/vendor/local/share/gtk-doc/html/gtk2/GtkItemFactory.html +66 -66
  142. data/vendor/local/share/gtk-doc/html/gtk2/GtkLabel.html +139 -139
  143. data/vendor/local/share/gtk-doc/html/gtk2/GtkLayout.html +26 -26
  144. data/vendor/local/share/gtk-doc/html/gtk2/GtkLinkButton.html +24 -24
  145. data/vendor/local/share/gtk-doc/html/gtk2/GtkList.html +29 -29
  146. data/vendor/local/share/gtk-doc/html/gtk2/GtkListItem.html +37 -37
  147. data/vendor/local/share/gtk-doc/html/gtk2/GtkListStore.html +48 -48
  148. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenu.html +90 -90
  149. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuBar.html +4 -4
  150. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuItem.html +62 -62
  151. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuShell.html +50 -50
  152. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuToolButton.html +13 -13
  153. data/vendor/local/share/gtk-doc/html/gtk2/GtkMessageDialog.html +19 -19
  154. data/vendor/local/share/gtk-doc/html/gtk2/GtkMisc.html +26 -26
  155. data/vendor/local/share/gtk-doc/html/gtk2/GtkNotebook.html +210 -210
  156. data/vendor/local/share/gtk-doc/html/gtk2/GtkObject.html +89 -89
  157. data/vendor/local/share/gtk-doc/html/gtk2/GtkOffscreenWindow.html +2 -2
  158. data/vendor/local/share/gtk-doc/html/gtk2/GtkOldEditable.html +60 -60
  159. data/vendor/local/share/gtk-doc/html/gtk2/GtkOptionMenu.html +8 -8
  160. data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetup.html +59 -59
  161. data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetupUnixDialog.html +5 -5
  162. data/vendor/local/share/gtk-doc/html/gtk2/GtkPaned.html +62 -62
  163. data/vendor/local/share/gtk-doc/html/gtk2/GtkPaperSize.html +54 -54
  164. data/vendor/local/share/gtk-doc/html/gtk2/GtkPixmap.html +5 -5
  165. data/vendor/local/share/gtk-doc/html/gtk2/GtkPlug.html +9 -9
  166. data/vendor/local/share/gtk-doc/html/gtk2/GtkPreview.html +25 -25
  167. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintContext.html +17 -17
  168. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintJob.html +30 -30
  169. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintSettings.html +151 -151
  170. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintUnixDialog.html +30 -30
  171. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrinter.html +86 -86
  172. data/vendor/local/share/gtk-doc/html/gtk2/GtkProgress.html +34 -34
  173. data/vendor/local/share/gtk-doc/html/gtk2/GtkProgressBar.html +42 -42
  174. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioAction.html +23 -23
  175. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioButton.html +23 -23
  176. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioMenuItem.html +19 -19
  177. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioToolButton.html +11 -11
  178. data/vendor/local/share/gtk-doc/html/gtk2/GtkRange.html +100 -100
  179. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentAction.html +23 -23
  180. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooser.html +101 -101
  181. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserDialog.html +12 -12
  182. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserMenu.html +8 -8
  183. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserWidget.html +2 -2
  184. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentFilter.html +27 -27
  185. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentManager.html +128 -128
  186. data/vendor/local/share/gtk-doc/html/gtk2/GtkRuler.html +22 -22
  187. data/vendor/local/share/gtk-doc/html/gtk2/GtkScale.html +35 -35
  188. data/vendor/local/share/gtk-doc/html/gtk2/GtkScaleButton.html +27 -27
  189. data/vendor/local/share/gtk-doc/html/gtk2/GtkScrollbar.html +14 -14
  190. data/vendor/local/share/gtk-doc/html/gtk2/GtkScrolledWindow.html +22 -22
  191. data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparator.html +2 -2
  192. data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorMenuItem.html +2 -2
  193. data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorToolItem.html +10 -10
  194. data/vendor/local/share/gtk-doc/html/gtk2/GtkSettings.html +196 -196
  195. data/vendor/local/share/gtk-doc/html/gtk2/GtkSizeGroup.html +12 -12
  196. data/vendor/local/share/gtk-doc/html/gtk2/GtkSocket.html +10 -10
  197. data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinButton.html +79 -79
  198. data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinner.html +8 -8
  199. data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusIcon.html +157 -157
  200. data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusbar.html +31 -31
  201. data/vendor/local/share/gtk-doc/html/gtk2/GtkStyle.html +263 -263
  202. data/vendor/local/share/gtk-doc/html/gtk2/GtkTable.html +67 -67
  203. data/vendor/local/share/gtk-doc/html/gtk2/GtkTearoffMenuItem.html +2 -2
  204. data/vendor/local/share/gtk-doc/html/gtk2/GtkText.html +30 -30
  205. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextBuffer.html +181 -181
  206. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextIter.html +281 -281
  207. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextMark.html +24 -24
  208. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTag.html +133 -133
  209. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTagTable.html +17 -17
  210. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextView.html +211 -211
  211. data/vendor/local/share/gtk-doc/html/gtk2/GtkTipsQuery.html +30 -30
  212. data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleAction.html +22 -22
  213. data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleButton.html +42 -42
  214. data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleToolButton.html +15 -15
  215. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolButton.html +57 -57
  216. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItem.html +63 -63
  217. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItemGroup.html +36 -36
  218. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolPalette.html +24 -24
  219. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolShell.html +3 -3
  220. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolbar.html +105 -105
  221. data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltip.html +23 -23
  222. data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltips.html +15 -15
  223. data/vendor/local/share/gtk-doc/html/gtk2/GtkTree.html +30 -30
  224. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeItem.html +9 -9
  225. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModel.html +147 -147
  226. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelFilter.html +37 -37
  227. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelSort.html +16 -16
  228. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSelection.html +38 -38
  229. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSortable.html +28 -28
  230. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeStore.html +58 -58
  231. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeView.html +414 -414
  232. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeViewColumn.html +147 -147
  233. data/vendor/local/share/gtk-doc/html/gtk2/GtkUIManager.html +57 -57
  234. data/vendor/local/share/gtk-doc/html/gtk2/GtkVBox.html +4 -4
  235. data/vendor/local/share/gtk-doc/html/gtk2/GtkVButtonBox.html +5 -5
  236. data/vendor/local/share/gtk-doc/html/gtk2/GtkVPaned.html +2 -2
  237. data/vendor/local/share/gtk-doc/html/gtk2/GtkVRuler.html +2 -2
  238. data/vendor/local/share/gtk-doc/html/gtk2/GtkVScale.html +5 -5
  239. data/vendor/local/share/gtk-doc/html/gtk2/GtkVScrollbar.html +2 -2
  240. data/vendor/local/share/gtk-doc/html/gtk2/GtkVSeparator.html +2 -2
  241. data/vendor/local/share/gtk-doc/html/gtk2/GtkViewport.html +5 -5
  242. data/vendor/local/share/gtk-doc/html/gtk2/GtkVolumeButton.html +2 -2
  243. data/vendor/local/share/gtk-doc/html/gtk2/GtkWidget.html +537 -537
  244. data/vendor/local/share/gtk-doc/html/gtk2/GtkWindow.html +255 -255
  245. data/vendor/local/share/gtk-doc/html/gtk2/GtkWindowGroup.html +3 -3
  246. data/vendor/local/share/gtk-doc/html/gtk2/TextWidget.html +1 -1
  247. data/vendor/local/share/gtk-doc/html/gtk2/TreeWidget.html +23 -23
  248. data/vendor/local/share/gtk-doc/html/gtk2/ch01.html +5 -5
  249. data/vendor/local/share/gtk-doc/html/gtk2/chap-drawing-model.html +1 -1
  250. data/vendor/local/share/gtk-doc/html/gtk2/gtk-changes-2-0.html +5 -5
  251. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAboutDialog.html +7 -7
  252. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkColorButton.html +3 -3
  253. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkComboBox.html +5 -5
  254. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkIconView.html +7 -7
  255. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkLinkButton.html +3 -3
  256. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkRecentChooser.html +11 -11
  257. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-checklist.html +1 -1
  258. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-entry-icons.html +7 -7
  259. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-tooltips.html +2 -2
  260. data/vendor/local/share/gtk-doc/html/gtk2/gtk-question-index.html +43 -43
  261. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Accelerator-Maps.html +40 -40
  262. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Bindings.html +42 -42
  263. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Clipboards.html +87 -87
  264. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Drag-and-Drop.html +50 -50
  265. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Feature-Test-Macros.html +7 -7
  266. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Filesystem-utilities.html +13 -13
  267. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-General.html +153 -153
  268. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Graphics-Contexts.html +1 -1
  269. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-GtkTreeView-drag-and-drop.html +25 -25
  270. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-High-level-Printing-API.html +167 -167
  271. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Keyboard-Accelerators.html +88 -88
  272. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Orientable.html +2 -2
  273. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Resource-Files.html +71 -71
  274. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Selections.html +119 -119
  275. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Signals.html +68 -68
  276. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Stock-Items.html +10 -10
  277. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Testing.html +26 -26
  278. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Themeable-Stock-Images.html +53 -53
  279. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Types.html +34 -34
  280. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkcheckmenuitem.html +29 -29
  281. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkfilefilter.html +23 -23
  282. data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-selection-modes.html +1 -1
  283. data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-advanced.html +4 -4
  284. data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-chooser.html +1 -1
  285. data/vendor/local/share/gtk-doc/html/gtk2/migrating-GtkCombo.html +4 -4
  286. metadata +9 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 64ca3ed8b8f594629188d381e30ab7405cc6a367
4
- data.tar.gz: 7a09a5ff68346d246c53ec38d6c2a46b4f7656db
3
+ metadata.gz: 499fb7dfa00e0bc68becbcd58d53fb6bfddf2a57
4
+ data.tar.gz: 2b318d1246a86ab903d850b88563be6154ce3012
5
5
  SHA512:
6
- metadata.gz: 13b3af6c395472257f5fae7426667b78c62a9d880176ac7a1e430785648123ca3ad31945d577e600a4b5c4d5c0d60d23a4797659b45a6532c2d5924e4bd41b86
7
- data.tar.gz: 8574b1fc055269a12ca7c4400285fbd619bc3de1491df31fd4ea666681d8c8b81dac1bd176eb79e2cbcd12948c7f517af20bcf86d94ab6d398ac2091fd0e2329
6
+ metadata.gz: bb38977803281ce229b0b02c2cecf966f407bcb84df043d33c1f7ee66cf5705466b8ca1f059c018d8828ca58c652feb77d0f1c7f5d65a87bcfb632f06b98f697
7
+ data.tar.gz: 3a0439cfe8ad25c70f2658a1275864adc7035a84967538b9a82bb9ec1d8fdaccb4aae4daa464d46e250ef582d5c59303eb1c56a40f8d38f87605dc7aac8b4e35
Binary file
Binary file
@@ -184,7 +184,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
184
184
  Boston, MA 02111-1307, USA.
185
185
  ]
186
186
 
187
- transparent = Gdk::Pixbuf.new(Demo.find_file("gtk-logo-rgb.gif")).add_alpha(true, 0xff, 0xff, 0xff)
187
+ transparent = GdkPixbuf::Pixbuf.new(:file => Demo.find_file("gtk-logo-rgb.gif")).add_alpha(true, 0xff, 0xff, 0xff)
188
188
 
189
189
  Gtk::AboutDialog.set_email_hook {|about, link|
190
190
  puts "send mail to #{link}"
@@ -222,7 +222,7 @@ Boston, MA 02111-1307, USA.
222
222
  factory.add_default
223
223
 
224
224
  filename = Demo.find_file('gtk-logo-rgb.gif')
225
- pixbuf = Gdk::Pixbuf.new(filename)
225
+ pixbuf = GdkPixbuf::Pixbuf.new(:file => filename)
226
226
 
227
227
  transparent = pixbuf.add_alpha(true, 0xff, 0xff, 0xff)
228
228
 
@@ -23,7 +23,7 @@ module Demo
23
23
 
24
24
  cr.new_path
25
25
 
26
- loader = Gdk::PixbufLoader.new
26
+ loader = GdkPixbuf::PixbufLoader.new
27
27
  File.open("background.jpg", "rb") do |f|
28
28
  loader.last_write(f.read)
29
29
  end
@@ -18,7 +18,7 @@ module Demo
18
18
 
19
19
  def draw(cr)
20
20
  cr.save do
21
- loader = Gdk::PixbufLoader.new
21
+ loader = GdkPixbuf::PixbufLoader.new
22
22
  File.open("background.jpg", "rb") do |f|
23
23
  loader.last_write(f.read)
24
24
  end
@@ -37,10 +37,10 @@ puts path
37
37
 
38
38
  def initialize
39
39
  super('Gtk::IconView demo')
40
- @file_pixbuf = Gdk::Pixbuf.new(Demo.find_file("gnome-fs-regular.png"))
41
- @folder_pixbuf = Gdk::Pixbuf.new(Demo.find_file("gnome-fs-directory.png"))
40
+ @file_pixbuf = GdkPixbuf::Pixbuf.new(:file => Demo.find_file("gnome-fs-regular.png"))
41
+ @folder_pixbuf = GdkPixbuf::Pixbuf.new(:file => Demo.find_file("gnome-fs-directory.png"))
42
42
 
43
- @store = Gtk::ListStore.new(String, String, TrueClass, Gdk::Pixbuf)
43
+ @store = Gtk::ListStore.new(String, String, TrueClass, GdkPixbuf::Pixbuf)
44
44
  @parent = "/"
45
45
 
46
46
  @store.set_default_sort_func do |a, b|
@@ -6,7 +6,7 @@
6
6
  = Images
7
7
 
8
8
  Gtk::Image is used to display an image; the image can be in a number of formats.
9
- Typically, you load an image into a Gdk::Pixbuf, then display the pixbuf.
9
+ Typically, you load an image into a GdkPixbuf::Pixbuf, then display the pixbuf.
10
10
 
11
11
  This demo code shows some of the more obscure cases, in the simple
12
12
  case a call to Gtk::Image.new is all you need.
@@ -55,7 +55,7 @@ module Demo
55
55
  pixbuf = nil
56
56
  begin
57
57
  filename = Demo.find_file('gtk-logo-rgb.gif')
58
- pixbuf = Gdk::Pixbuf.new(filename)
58
+ pixbuf = GdkPixbuf::Pixbuf.new(:file => filename)
59
59
  rescue
60
60
  # This code shows off error handling. You can just use
61
61
  # Gtk::Image.new instead if you don't want to report
@@ -159,7 +159,7 @@ module Demo
159
159
  @pixbuf_loader = nil
160
160
  end
161
161
 
162
- @pixbuf_loader = Gdk::PixbufLoader.new
162
+ @pixbuf_loader = GdkPixbuf::PixbufLoader.new
163
163
 
164
164
  @pixbuf_loader.signal_connect('area_prepared') do |loader|
165
165
  pixbuf = loader.pixbuf
@@ -5,7 +5,7 @@
5
5
  =begin
6
6
  = Pixbufs
7
7
 
8
- A Gdk::Pixbuf represents an image, normally in RGB or RGBA format.
8
+ A GdkPixbuf::Pixbuf represents an image, normally in RGB or RGBA format.
9
9
  Pixbufs are normally used to load files from disk and perform
10
10
  image scaling.
11
11
 
@@ -51,9 +51,11 @@ module Demo
51
51
 
52
52
  set_size_request(@background.width, @background.height)
53
53
 
54
- @frame = Gdk::Pixbuf.new(Gdk::Pixbuf::COLORSPACE_RGB,
55
- false, 8,
56
- @background.width, @background.height)
54
+ @frame = GdkPixbuf::Pixbuf.new(:colorspace => :rgb,
55
+ :has_alpha => false,
56
+ :bits_per_sample => 8,
57
+ :width => @background.width,
58
+ :height => @background.height)
57
59
 
58
60
  @da = Gtk::DrawingArea.new
59
61
 
@@ -96,12 +98,12 @@ module Demo
96
98
  # in the location where the file is installed.
97
99
  #
98
100
  filename = Demo.find_file(BACKGROUND_NAME)
99
- @background = Gdk::Pixbuf.new(filename)
101
+ @background = GdkPixbuf::Pixbuf.new(:file => filename)
100
102
 
101
103
  IMAGE_NAMES.each_with_index do |basename, i|
102
104
  filename = Demo.find_file(basename)
103
105
 
104
- @images[i] = Gdk::Pixbuf.new(filename)
106
+ @images[i] = GdkPixbuf::Pixbuf.new(:file => filename)
105
107
  end
106
108
  end
107
109
 
@@ -154,7 +156,7 @@ module Demo
154
156
  dest = r1.intersect(r2)
155
157
  if dest
156
158
  @frame.composite!(image, dest.x, dest.y, dest.width, dest.height,
157
- xpos, ypos, k, k, Gdk::Pixbuf::INTERP_NEAREST,
159
+ xpos, ypos, k, k, :nearest,
158
160
  if (i & 1) == 1
159
161
  [
160
162
  127,
@@ -147,7 +147,7 @@ module Demo
147
147
  # Make the result the proper size for our thumbnail
148
148
  w, h = Gtk::IconSize.lookup(size)
149
149
 
150
- scaled = info.small_icon.scale(w, h, Gdk::Pixbuf::INTERP_BILINEAR)
150
+ scaled = info.small_icon.scale(w, h, GdkPixbuf::Pixbuf::INTERP_BILINEAR)
151
151
  info.small_icon = scaled
152
152
  end
153
153
 
@@ -188,14 +188,14 @@ module Demo
188
188
  #
189
189
 
190
190
  filename = Demo.find_file("gtk-logo-rgb.gif")
191
- pixbuf = Gdk::Pixbuf.new(filename) if filename
191
+ pixbuf = GdkPixbuf::Pixbuf.new(:file => filename) if filename
192
192
 
193
193
  unless pixbuf
194
194
  $stderr.print "Failed to load image file gtk-logo-rgb.gif\n"
195
195
  exit 1
196
196
  end
197
197
 
198
- scaled = pixbuf.scale(32, 32, Gdk::Pixbuf::INTERP_BILINEAR)
198
+ scaled = pixbuf.scale(32, 32, :bilinear)
199
199
  pixbuf = scaled
200
200
 
201
201
  ##
@@ -31,7 +31,7 @@ a.comments = "This is a sample script for Gtk::AboutDialog"
31
31
  a.copyright = "Copyright (C) 2005 Ruby-GNOME2 Project"
32
32
  a.documenters = ["Documenter 1 <no1@foo.bar.com>", "Documenter 2 <no2@foo.bar.com>"]
33
33
  a.license = "This program is licenced under the same licence as Ruby-GNOME2."
34
- a.logo = Gdk::Pixbuf.new("gnome-logo-icon.png")
34
+ a.logo = GdkPixbuf::Pixbuf.new(:file => "gnome-logo-icon.png")
35
35
  a.program_name = "Gtk::AboutDialog sample"
36
36
  a.translator_credits = "Translator 1\nTranslator 2\n"
37
37
  a.version = "1.0.0"
@@ -35,7 +35,7 @@ end
35
35
  #
36
36
  # Icon and text
37
37
  #
38
- model = Gtk::ListStore.new(Gdk::Pixbuf, String)
38
+ model = Gtk::ListStore.new(GdkPixbuf::Pixbuf, String)
39
39
  [[Gtk::Stock::QUIT, "quit"],
40
40
  [Gtk::Stock::CANCEL, "cancel"],
41
41
  [Gtk::Stock::OK, "ok"]].each do |stock, name|
@@ -13,7 +13,7 @@ require 'gtk2'
13
13
  TEXT_COLUMN = 0
14
14
  PIXBUF_COLUMN = 1
15
15
 
16
- model = Gtk::ListStore.new(String, Gdk::Pixbuf)
16
+ model = Gtk::ListStore.new(String, GdkPixbuf::Pixbuf)
17
17
 
18
18
  iv = Gtk::IconView.new(model)
19
19
 
@@ -23,7 +23,7 @@ iv.pixbuf_column = PIXBUF_COLUMN
23
23
  Dir.glob("../gtk-demo/gnome*.png").each do |f|
24
24
  iter = model.append
25
25
  iter[TEXT_COLUMN] = File.basename(f)
26
- iter[PIXBUF_COLUMN] = Gdk::Pixbuf.new(f)
26
+ iter[PIXBUF_COLUMN] = GdkPixbuf::Pixbuf.new(:file => f)
27
27
  end
28
28
 
29
29
  iv.signal_connect("item_activated") do |iv, path|
@@ -56,7 +56,7 @@ ifp.create_items([
56
56
  ["/_Misc", "<LastBranch>"],
57
57
  ["/_Misc/Tearoff", "<Tearoff>"],
58
58
  ["/_Misc/Title", "<Title>"],
59
- ["/_Misc/Image", "<ImageItem>", "", Gdk::Pixbuf.new("gnome-logo-icon.png"), cal_misc, 1],
59
+ ["/_Misc/Image", "<ImageItem>", "", GdkPixbuf::Pixbuf.new(:file => "gnome-logo-icon.png"), cal_misc, 1],
60
60
  ["/_Misc/Separator", "<Separator>"],
61
61
  ["/_Misc/Item", "<Item>", nil, nil, cal_misc, 2]
62
62
  ])
@@ -60,7 +60,7 @@ ifp.create_item("/_Misc", "<LastBranch>")
60
60
  ifp.create_item("/_Misc/Tearoff", "<Tearoff>")
61
61
  ifp.create_item("/_Misc/Title", "<Title>")
62
62
  ifp.create_item("/_Misc/Seperator", "<Separator>")
63
- ifp.create_item("/_Misc/Image", "<ImageItem>", "", Gdk::Pixbuf.new("gnome-logo-icon.png")) do
63
+ ifp.create_item("/_Misc/Image", "<ImageItem>", "", GdkPixbuf::Pixbuf.new(:file => "gnome-logo-icon.png")) do
64
64
  p "ImageItem"
65
65
  end
66
66
 
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  =begin
3
- to_drawable.rb - Gdk::Pixbuf(GDK methods) sample script.
3
+ to_drawable.rb - GdkPixbuf::Pixbuf(GDK methods) sample script.
4
4
 
5
5
  Copyright (c) 2002-2006 Ruby-GNOME2 Project Team
6
6
  This program is licenced under the same licence as Ruby-GNOME2.
@@ -16,7 +16,7 @@ unless filename
16
16
  exit(1)
17
17
  end
18
18
 
19
- pixbuf = Gdk::Pixbuf.new(filename)
19
+ pixbuf = GdkPixbuf::Pixbuf.new(:file => filename)
20
20
 
21
21
  w = Gtk::Window.new("Drawable sample")
22
22
  w.realize
@@ -13,7 +13,7 @@ require 'gtk2'
13
13
  window = Gtk::Window.new("Gtk::TreeView sample")
14
14
 
15
15
  # Create data
16
- model = Gtk::TreeStore.new(String, String, Gdk::Color, Float, Gdk::Pixbuf)
16
+ model = Gtk::TreeStore.new(String, String, Gdk::Color, Float, GdkPixbuf::Pixbuf)
17
17
 
18
18
  # column 1
19
19
  root_iter = model.append(nil)
@@ -23,12 +23,12 @@ class TestGdkPixbuf < Test::Unit::TestCase
23
23
  width, height = gdk_window.size
24
24
 
25
25
  assert_nothing_raised do
26
- Gdk::Pixbuf.from_drawable(colormap,
27
- gdk_window,
28
- src_x,
29
- src_y,
30
- width,
31
- height)
26
+ GdkPixbuf::Pixbuf.from_drawable(colormap,
27
+ gdk_window,
28
+ src_x,
29
+ src_y,
30
+ width,
31
+ height)
32
32
  end
33
33
  end
34
34
  end
@@ -73,7 +73,7 @@
73
73
  </tr>
74
74
  <tr>
75
75
  <td class="function_type">
76
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
76
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
77
77
  </td>
78
78
  <td class="function_name">
79
79
  <a class="link" href="gail-libgail-util-GailMisc.html#gail-misc-get-index-at-point-in-layout" title="gail_misc_get_index_at_point_in_layout ()">gail_misc_get_index_at_point_in_layout</a> <span class="c_punctuation">()</span>
@@ -119,7 +119,7 @@ Atk interfaces for custom widgets.</p>
119
119
  <pre class="programlisting"><span class="returnvalue">AtkAttributeSet</span> *
120
120
  gail_misc_add_attribute (<em class="parameter"><code><span class="type">AtkAttributeSet</span> *attrib_set</code></em>,
121
121
  <em class="parameter"><code><span class="type">AtkTextAttribute</span> attr</code></em>,
122
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);</pre>
122
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);</pre>
123
123
  <p>Creates an <span class="type">AtkAttribute</span> from <em class="parameter"><code>attr</code></em>
124
124
  and <em class="parameter"><code>value</code></em>
125
125
  , and adds it
@@ -163,10 +163,10 @@ to <em class="parameter"><code>attrib_set</code></em>
163
163
  <pre class="programlisting"><span class="returnvalue">AtkAttributeSet</span> *
164
164
  gail_misc_layout_get_run_attributes (<em class="parameter"><code><span class="type">AtkAttributeSet</span> *attrib_set</code></em>,
165
165
  <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a> *layout</code></em>,
166
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
167
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offset</code></em>,
168
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *start_offset</code></em>,
169
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *end_offset</code></em>);</pre>
166
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
167
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offset</code></em>,
168
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *start_offset</code></em>,
169
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *end_offset</code></em>);</pre>
170
170
  <p>Adds the attributes for the run starting at offset to the specified
171
171
  attribute set.</p>
172
172
  <div class="refsect3">
@@ -263,12 +263,12 @@ gail_misc_get_default_attributes (<em class="parameter"><code><span class="type"
263
263
  gail_misc_get_extents_from_pango_rectangle
264
264
  (<em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>,
265
265
  <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Glyph-Storage.html#PangoRectangle"><span class="type">PangoRectangle</span></a> *char_rect</code></em>,
266
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x_layout</code></em>,
267
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y_layout</code></em>,
268
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
269
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>,
270
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *width</code></em>,
271
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *height</code></em>,
266
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x_layout</code></em>,
267
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y_layout</code></em>,
268
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
269
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>,
270
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *width</code></em>,
271
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *height</code></em>,
272
272
  <em class="parameter"><code><span class="type">AtkCoordType</span> coords</code></em>);</pre>
273
273
  <p>Gets the extents of <em class="parameter"><code>char_rect</code></em>
274
274
  in device coordinates,
@@ -343,14 +343,14 @@ PangoLayout that contains the PangoRectangle, relative to <em class="parameter">
343
343
  <hr>
344
344
  <div class="refsect2">
345
345
  <a name="gail-misc-get-index-at-point-in-layout"></a><h3>gail_misc_get_index_at_point_in_layout ()</h3>
346
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
346
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
347
347
  gail_misc_get_index_at_point_in_layout
348
348
  (<em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>,
349
349
  <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a> *layout</code></em>,
350
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x_layout</code></em>,
351
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y_layout</code></em>,
352
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
353
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
350
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x_layout</code></em>,
351
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y_layout</code></em>,
352
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
353
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
354
354
  <em class="parameter"><code><span class="type">AtkCoordType</span> coords</code></em>);</pre>
355
355
  <p>Gets the byte offset at the specified <em class="parameter"><code>x</code></em>
356
356
  and <em class="parameter"><code>y</code></em>
@@ -424,10 +424,10 @@ in a
424
424
  <a name="gail-misc-get-origins"></a><h3>gail_misc_get_origins ()</h3>
425
425
  <pre class="programlisting"><span class="returnvalue">void</span>
426
426
  gail_misc_get_origins (<em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>,
427
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x_window</code></em>,
428
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y_window</code></em>,
429
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x_toplevel</code></em>,
430
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y_toplevel</code></em>);</pre>
427
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x_window</code></em>,
428
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y_window</code></em>,
429
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x_toplevel</code></em>,
430
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y_toplevel</code></em>);</pre>
431
431
  <p>Gets the origin of the widget window, and the origin of the
432
432
  widgets top-level window.</p>
433
433
  <div class="refsect3">
@@ -514,9 +514,9 @@ and adds it to the AttributeSet.</p>
514
514
  <a name="gail-misc-buffer-get-run-attributes"></a><h3>gail_misc_buffer_get_run_attributes ()</h3>
515
515
  <pre class="programlisting"><span class="returnvalue">AtkAttributeSet</span> *
516
516
  gail_misc_buffer_get_run_attributes (<em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html#GtkTextBuffer-struct"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
517
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offset</code></em>,
518
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *start_offset</code></em>,
519
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *end_offset</code></em>);</pre>
517
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offset</code></em>,
518
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *start_offset</code></em>,
519
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *end_offset</code></em>);</pre>
520
520
  <p>Creates an AtkAttributeSet which contains the attributes for the
521
521
  run starting at offset.</p>
522
522
  <div class="refsect3">
@@ -67,7 +67,7 @@
67
67
  </tr>
68
68
  <tr>
69
69
  <td class="function_type">
70
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
70
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
71
71
  </td>
72
72
  <td class="function_name">
73
73
  <a class="link" href="gail-libgail-util-GailTextUtil.html#gail-text-util-get-text" title="gail_text_util_get_text ()">gail_text_util_get_text</a> <span class="c_punctuation">()</span>
@@ -75,7 +75,7 @@
75
75
  </tr>
76
76
  <tr>
77
77
  <td class="function_type">
78
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
78
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
79
79
  </td>
80
80
  <td class="function_name">
81
81
  <a class="link" href="gail-libgail-util-GailTextUtil.html#gail-text-util-get-substring" title="gail_text_util_get_substring ()">gail_text_util_get_substring</a> <span class="c_punctuation">()</span>
@@ -128,7 +128,7 @@ gail_text_util_new (<em class="parameter"><code><span class="type">void</span></
128
128
  <a name="gail-text-util-text-setup"></a><h3>gail_text_util_text_setup ()</h3>
129
129
  <pre class="programlisting"><span class="returnvalue">void</span>
130
130
  gail_text_util_text_setup (<em class="parameter"><code><a class="link" href="gail-libgail-util-GailTextUtil.html#GailTextUtil" title="struct GailTextUtil"><span class="type">GailTextUtil</span></a> *textutil</code></em>,
131
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
131
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
132
132
  <p>This function initializes the GailTextUtil with the specified character string,</p>
133
133
  <div class="refsect3">
134
134
  <a name="gail-text-util-text-setup.parameters"></a><h4>Parameters</h4>
@@ -186,14 +186,14 @@ gail_text_util_buffer_setup (<em class="parameter"><code><a class="link" href="g
186
186
  <hr>
187
187
  <div class="refsect2">
188
188
  <a name="gail-text-util-get-text"></a><h3>gail_text_util_get_text ()</h3>
189
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
189
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
190
190
  gail_text_util_get_text (<em class="parameter"><code><a class="link" href="gail-libgail-util-GailTextUtil.html#GailTextUtil" title="struct GailTextUtil"><span class="type">GailTextUtil</span></a> *textutil</code></em>,
191
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> layout</code></em>,
191
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> layout</code></em>,
192
192
  <em class="parameter"><code><a class="link" href="gail-libgail-util-GailTextUtil.html#GailOffsetType" title="enum GailOffsetType"><span class="type">GailOffsetType</span></a> function</code></em>,
193
193
  <em class="parameter"><code><span class="type">AtkTextBoundary</span> boundary_type</code></em>,
194
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offset</code></em>,
195
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *start_offset</code></em>,
196
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *end_offset</code></em>);</pre>
194
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offset</code></em>,
195
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *start_offset</code></em>,
196
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *end_offset</code></em>);</pre>
197
197
  <p>This function gets the requested substring from the text in the GtkTextUtil.
198
198
  The layout is used only for getting the text on a line. The value is NULL
199
199
  for a GtkTextView which is not wrapped, is a GtkTextView for a GtkTextView
@@ -254,10 +254,10 @@ after the offset.</p></td>
254
254
  <hr>
255
255
  <div class="refsect2">
256
256
  <a name="gail-text-util-get-substring"></a><h3>gail_text_util_get_substring ()</h3>
257
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
257
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
258
258
  gail_text_util_get_substring (<em class="parameter"><code><a class="link" href="gail-libgail-util-GailTextUtil.html#GailTextUtil" title="struct GailTextUtil"><span class="type">GailTextUtil</span></a> *textutil</code></em>,
259
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> start_pos</code></em>,
260
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> end_pos</code></em>);</pre>
259
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> start_pos</code></em>,
260
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> end_pos</code></em>);</pre>
261
261
  <p>Gets the substring indicated by <em class="parameter"><code>start_pos</code></em>
262
262
  and <em class="parameter"><code>end_pos</code></em>
263
263
  </p>