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
@@ -102,19 +102,19 @@
102
102
  <td class="property_flags">Read / Write</td>
103
103
  </tr>
104
104
  <tr>
105
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
105
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
106
106
  <td class="property_name"><a class="link" href="GtkTipsQuery.html#GtkTipsQuery--emit-always" title="The “emit-always” property">emit-always</a></td>
107
107
  <td class="property_flags">Read / Write</td>
108
108
  </tr>
109
109
  <tr>
110
110
  <td class="property_type">
111
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
111
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
112
112
  <td class="property_name"><a class="link" href="GtkTipsQuery.html#GtkTipsQuery--label-inactive" title="The “label-inactive” property">label-inactive</a></td>
113
113
  <td class="property_flags">Read / Write</td>
114
114
  </tr>
115
115
  <tr>
116
116
  <td class="property_type">
117
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
117
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
118
118
  <td class="property_name"><a class="link" href="GtkTipsQuery.html#GtkTipsQuery--label-no-tip" title="The “label-no-tip” property">label-no-tip</a></td>
119
119
  <td class="property_flags">Read / Write</td>
120
120
  </tr>
@@ -133,22 +133,22 @@
133
133
  <tr>
134
134
  <td class="signal_type"><span class="returnvalue">void</span></td>
135
135
  <td class="signal_name"><a class="link" href="GtkTipsQuery.html#GtkTipsQuery-start-query" title="The “start-query” signal">start-query</a></td>
136
- <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
136
+ <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
137
137
  </tr>
138
138
  <tr>
139
139
  <td class="signal_type"><span class="returnvalue">void</span></td>
140
140
  <td class="signal_name"><a class="link" href="GtkTipsQuery.html#GtkTipsQuery-stop-query" title="The “stop-query” signal">stop-query</a></td>
141
- <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
141
+ <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
142
142
  </tr>
143
143
  <tr>
144
144
  <td class="signal_type"><span class="returnvalue">void</span></td>
145
145
  <td class="signal_name"><a class="link" href="GtkTipsQuery.html#GtkTipsQuery-widget-entered" title="The “widget-entered” signal">widget-entered</a></td>
146
- <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
146
+ <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
147
147
  </tr>
148
148
  <tr>
149
- <td class="signal_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
149
+ <td class="signal_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
150
150
  <td class="signal_name"><a class="link" href="GtkTipsQuery.html#GtkTipsQuery-widget-selected" title="The “widget-selected” signal">widget-selected</a></td>
151
- <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
151
+ <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
152
152
  </tr>
153
153
  </tbody>
154
154
  </table></div>
@@ -168,8 +168,8 @@
168
168
  </div>
169
169
  <div class="refsect1">
170
170
  <a name="GtkTipsQuery.object-hierarchy"></a><h2>Object Hierarchy</h2>
171
- <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>
172
- <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>
171
+ <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
172
+ <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
173
173
  <span class="lineart">╰──</span> <a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
174
174
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
175
175
  <span class="lineart">╰──</span> <a class="link" href="GtkMisc.html" title="GtkMisc">GtkMisc</a>
@@ -322,8 +322,8 @@ automatically stopped.
322
322
  <a name="gtk-tips-query-set-labels"></a><h3>gtk_tips_query_set_labels ()</h3>
323
323
  <pre class="programlisting"><span class="returnvalue">void</span>
324
324
  gtk_tips_query_set_labels (<em class="parameter"><code><a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a> *tips_query</code></em>,
325
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label_inactive</code></em>,
326
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label_no_tip</code></em>);</pre>
325
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label_inactive</code></em>,
326
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label_no_tip</code></em>);</pre>
327
327
  <div class="warning"><p><code class="literal">gtk_tips_query_set_labels</code> is deprecated and should not be used in newly-written code.</p></div>
328
328
  <p>
329
329
  Sets the text to display when the query is not in effect,
@@ -387,9 +387,9 @@ stopped.
387
387
  <hr>
388
388
  <div class="refsect2">
389
389
  <a name="GtkTipsQuery--emit-always"></a><h3>The <code class="literal">“emit-always”</code> property</h3>
390
- <pre class="programlisting"> “emit-always” <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>
390
+ <pre class="programlisting"> “emit-always” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
391
391
  <p>
392
- <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 widget-entered and widget-selected signals are emitted even when
392
+ <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the widget-entered and widget-selected signals are emitted even when
393
393
  the widget has no tooltip set.
394
394
  </p>
395
395
  <p>Flags: Read / Write</p>
@@ -398,7 +398,7 @@ the widget has no tooltip set.
398
398
  <hr>
399
399
  <div class="refsect2">
400
400
  <a name="GtkTipsQuery--label-inactive"></a><h3>The <code class="literal">“label-inactive”</code> property</h3>
401
- <pre class="programlisting"> “label-inactive” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
401
+ <pre class="programlisting"> “label-inactive” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
402
402
  <p>
403
403
  The text to display in the <a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a> widget when the query is not in
404
404
  effect.
@@ -409,7 +409,7 @@ effect.
409
409
  <hr>
410
410
  <div class="refsect2">
411
411
  <a name="GtkTipsQuery--label-no-tip"></a><h3>The <code class="literal">“label-no-tip”</code> property</h3>
412
- <pre class="programlisting"> “label-no-tip” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
412
+ <pre class="programlisting"> “label-no-tip” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
413
413
  <p>
414
414
  The text to display in the <a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a> widget when the query is running
415
415
  and the widget that the pointer is over has no tooltip.
@@ -424,7 +424,7 @@ and the widget that the pointer is over has no tooltip.
424
424
  <a name="GtkTipsQuery-start-query"></a><h3>The <code class="literal">“start-query”</code> signal</h3>
425
425
  <pre class="programlisting"><span class="returnvalue">void</span>
426
426
  user_function (<a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a> *tipsquery,
427
- <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>
427
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
428
428
  <p>
429
429
  Emitted when the query is started.
430
430
  </p>
@@ -450,14 +450,14 @@ Emitted when the query is started.
450
450
  </tbody>
451
451
  </table></div>
452
452
  </div>
453
- <p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
453
+ <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
454
454
  </div>
455
455
  <hr>
456
456
  <div class="refsect2">
457
457
  <a name="GtkTipsQuery-stop-query"></a><h3>The <code class="literal">“stop-query”</code> signal</h3>
458
458
  <pre class="programlisting"><span class="returnvalue">void</span>
459
459
  user_function (<a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a> *tipsquery,
460
- <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>
460
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
461
461
  <p>
462
462
  Emitted when the query is stopped.
463
463
  </p>
@@ -483,7 +483,7 @@ Emitted when the query is stopped.
483
483
  </tbody>
484
484
  </table></div>
485
485
  </div>
486
- <p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
486
+ <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
487
487
  </div>
488
488
  <hr>
489
489
  <div class="refsect2">
@@ -491,9 +491,9 @@ Emitted when the query is stopped.
491
491
  <pre class="programlisting"><span class="returnvalue">void</span>
492
492
  user_function (<a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a> *tipsquery,
493
493
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
494
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *arg1,
495
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *arg2,
496
- <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>
494
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *arg1,
495
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *arg2,
496
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
497
497
  <p>
498
498
  Emitted when a widget is entered by the pointer while the query is in effect.
499
499
  </p>
@@ -534,18 +534,18 @@ Emitted when a widget is entered by the pointer while the query is in effect.
534
534
  </tbody>
535
535
  </table></div>
536
536
  </div>
537
- <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>
537
+ <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
538
538
  </div>
539
539
  <hr>
540
540
  <div class="refsect2">
541
541
  <a name="GtkTipsQuery-widget-selected"></a><h3>The <code class="literal">“widget-selected”</code> signal</h3>
542
- <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>
542
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
543
543
  user_function (<a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a> *tipsquery,
544
544
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
545
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *arg1,
546
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *arg2,
545
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *arg1,
546
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *arg2,
547
547
  <a href="../html/gdk2-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *arg3,
548
- <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>
548
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
549
549
  <p>
550
550
  Emitted when a widget is selected during a query.
551
551
  </p>
@@ -593,9 +593,9 @@ Emitted when a widget is selected during a query.
593
593
  </div>
594
594
  <div class="refsect3">
595
595
  <a name="GtkTipsQuery-widget-selected.returns"></a><h4>Returns</h4>
596
- <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 query should be stopped.</p>
596
+ <p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the query should be stopped.</p>
597
597
  </div>
598
- <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>
598
+ <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
599
599
  </div>
600
600
  </div>
601
601
  <div class="refsect1">
@@ -69,7 +69,7 @@
69
69
  </tr>
70
70
  <tr>
71
71
  <td class="function_type">
72
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
72
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
73
73
  </td>
74
74
  <td class="function_name">
75
75
  <a class="link" href="GtkToggleAction.html#gtk-toggle-action-get-active" title="gtk_toggle_action_get_active ()">gtk_toggle_action_get_active</a> <span class="c_punctuation">()</span>
@@ -85,7 +85,7 @@
85
85
  </tr>
86
86
  <tr>
87
87
  <td class="function_type">
88
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
88
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
89
89
  </td>
90
90
  <td class="function_name">
91
91
  <a class="link" href="GtkToggleAction.html#gtk-toggle-action-get-draw-as-radio" title="gtk_toggle_action_get_draw_as_radio ()">gtk_toggle_action_get_draw_as_radio</a> <span class="c_punctuation">()</span>
@@ -104,12 +104,12 @@
104
104
  </colgroup>
105
105
  <tbody>
106
106
  <tr>
107
- <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>
107
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
108
108
  <td class="property_name"><a class="link" href="GtkToggleAction.html#GtkToggleAction--active" title="The “active” property">active</a></td>
109
109
  <td class="property_flags">Read / Write</td>
110
110
  </tr>
111
111
  <tr>
112
- <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>
112
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
113
113
  <td class="property_name"><a class="link" href="GtkToggleAction.html#GtkToggleAction--draw-as-radio" title="The “draw-as-radio” property">draw-as-radio</a></td>
114
114
  <td class="property_flags">Read / Write</td>
115
115
  </tr>
@@ -127,7 +127,7 @@
127
127
  <tbody><tr>
128
128
  <td class="signal_type"><span class="returnvalue">void</span></td>
129
129
  <td class="signal_name"><a class="link" href="GtkToggleAction.html#GtkToggleAction-toggled" title="The “toggled” signal">toggled</a></td>
130
- <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
130
+ <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
131
131
  </tr></tbody>
132
132
  </table></div>
133
133
  </div>
@@ -146,7 +146,7 @@
146
146
  </div>
147
147
  <div class="refsect1">
148
148
  <a name="GtkToggleAction.object-hierarchy"></a><h2>Object Hierarchy</h2>
149
- <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>
149
+ <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
150
150
  <span class="lineart">╰──</span> <a class="link" href="GtkAction.html" title="GtkAction">GtkAction</a>
151
151
  <span class="lineart">╰──</span> GtkToggleAction
152
152
  <span class="lineart">╰──</span> <a class="link" href="GtkRadioAction.html" title="GtkRadioAction">GtkRadioAction</a>
@@ -175,10 +175,10 @@ A <a class="link" href="GtkToggleAction.html" title="GtkToggleAction"><span clas
175
175
  <div class="refsect2">
176
176
  <a name="gtk-toggle-action-new"></a><h3>gtk_toggle_action_new ()</h3>
177
177
  <pre class="programlisting"><a class="link" href="GtkToggleAction.html" title="GtkToggleAction"><span class="returnvalue">GtkToggleAction</span></a> *
178
- gtk_toggle_action_new (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
179
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>,
180
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tooltip</code></em>,
181
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);</pre>
178
+ gtk_toggle_action_new (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
179
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>,
180
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tooltip</code></em>,
181
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);</pre>
182
182
  <p>Creates a new <a class="link" href="GtkToggleAction.html" title="GtkToggleAction"><span class="type">GtkToggleAction</span></a> object. To add the action to
183
183
  a <a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> and set the accelerator for the action,
184
184
  call <a class="link" href="GtkActionGroup.html#gtk-action-group-add-action-with-accel" title="gtk_action_group_add_action_with_accel ()"><code class="function">gtk_action_group_add_action_with_accel()</code></a>.</p>
@@ -198,18 +198,18 @@ call <a class="link" href="GtkActionGroup.html#gtk-action-group-add-action-with-
198
198
  </tr>
199
199
  <tr>
200
200
  <td class="parameter_name"><p>label</p></td>
201
- <td class="parameter_description"><p> The label displayed in menu items and on buttons, 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>
201
+ <td class="parameter_description"><p> The label displayed in menu items and on buttons, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
202
202
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
203
203
  </tr>
204
204
  <tr>
205
205
  <td class="parameter_name"><p>tooltip</p></td>
206
- <td class="parameter_description"><p> A tooltip for the action, 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>
206
+ <td class="parameter_description"><p> A tooltip for the action, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
207
207
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
208
208
  </tr>
209
209
  <tr>
210
210
  <td class="parameter_name"><p>stock_id</p></td>
211
211
  <td class="parameter_description"><p>The stock icon to display in widgets representing the
212
- action, 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>
212
+ action, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
213
213
  <td class="parameter_annotations"> </td>
214
214
  </tr>
215
215
  </tbody>
@@ -249,7 +249,7 @@ gtk_toggle_action_toggled (<em class="parameter"><code><a class="link" href="Gtk
249
249
  <a name="gtk-toggle-action-set-active"></a><h3>gtk_toggle_action_set_active ()</h3>
250
250
  <pre class="programlisting"><span class="returnvalue">void</span>
251
251
  gtk_toggle_action_set_active (<em class="parameter"><code><a class="link" href="GtkToggleAction.html" title="GtkToggleAction"><span class="type">GtkToggleAction</span></a> *action</code></em>,
252
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_active</code></em>);</pre>
252
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_active</code></em>);</pre>
253
253
  <p>Sets the checked state on the toggle action.</p>
254
254
  <div class="refsect3">
255
255
  <a name="gtk-toggle-action-set-active.parameters"></a><h4>Parameters</h4>
@@ -278,7 +278,7 @@ gtk_toggle_action_set_active (<em class="parameter"><code><a class="link" href="
278
278
  <hr>
279
279
  <div class="refsect2">
280
280
  <a name="gtk-toggle-action-get-active"></a><h3>gtk_toggle_action_get_active ()</h3>
281
- <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>
281
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
282
282
  gtk_toggle_action_get_active (<em class="parameter"><code><a class="link" href="GtkToggleAction.html" title="GtkToggleAction"><span class="type">GtkToggleAction</span></a> *action</code></em>);</pre>
283
283
  <p>Returns the checked state of the toggle action.</p>
284
284
  <div class="refsect3">
@@ -307,7 +307,7 @@ gtk_toggle_action_get_active (<em class="parameter"><code><a class="link" href="
307
307
  <a name="gtk-toggle-action-set-draw-as-radio"></a><h3>gtk_toggle_action_set_draw_as_radio ()</h3>
308
308
  <pre class="programlisting"><span class="returnvalue">void</span>
309
309
  gtk_toggle_action_set_draw_as_radio (<em class="parameter"><code><a class="link" href="GtkToggleAction.html" title="GtkToggleAction"><span class="type">GtkToggleAction</span></a> *action</code></em>,
310
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> draw_as_radio</code></em>);</pre>
310
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> draw_as_radio</code></em>);</pre>
311
311
  <p>Sets whether the action should have proxies like a radio action.</p>
312
312
  <div class="refsect3">
313
313
  <a name="gtk-toggle-action-set-draw-as-radio.parameters"></a><h4>Parameters</h4>
@@ -337,7 +337,7 @@ action</p></td>
337
337
  <hr>
338
338
  <div class="refsect2">
339
339
  <a name="gtk-toggle-action-get-draw-as-radio"></a><h3>gtk_toggle_action_get_draw_as_radio ()</h3>
340
- <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>
340
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
341
341
  gtk_toggle_action_get_draw_as_radio (<em class="parameter"><code><a class="link" href="GtkToggleAction.html" title="GtkToggleAction"><span class="type">GtkToggleAction</span></a> *action</code></em>);</pre>
342
342
  <p>Returns whether the action should have proxies like a radio action.</p>
343
343
  <div class="refsect3">
@@ -377,7 +377,7 @@ private members and should not be accessed directly.
377
377
  <a name="GtkToggleAction.property-details"></a><h2>Property Details</h2>
378
378
  <div class="refsect2">
379
379
  <a name="GtkToggleAction--active"></a><h3>The <code class="literal">“active”</code> property</h3>
380
- <pre class="programlisting"> “active” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
380
+ <pre class="programlisting"> “active” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
381
381
  <p>If the toggle action should be active in or not.</p>
382
382
  <p>Flags: Read / Write</p>
383
383
  <p>Default value: FALSE</p>
@@ -386,11 +386,11 @@ private members and should not be accessed directly.
386
386
  <hr>
387
387
  <div class="refsect2">
388
388
  <a name="GtkToggleAction--draw-as-radio"></a><h3>The <code class="literal">“draw-as-radio”</code> property</h3>
389
- <pre class="programlisting"> “draw-as-radio” <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>
389
+ <pre class="programlisting"> “draw-as-radio” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
390
390
  <p>Whether the proxies for this action look like radio action proxies.</p>
391
391
  <p>This is an appearance property and thus only applies if
392
392
 
393
- <a class="link" href="GtkActivatable.html#GtkActivatable--use-action-appearance" title="The “use-action-appearance” property"><span class="type">“use-action-appearance”</span></a> is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.</p>
393
+ <a class="link" href="GtkActivatable.html#GtkActivatable--use-action-appearance" title="The “use-action-appearance” property"><span class="type">“use-action-appearance”</span></a> is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.</p>
394
394
  <p>Flags: Read / Write</p>
395
395
  <p>Default value: FALSE</p>
396
396
  </div>
@@ -401,7 +401,7 @@ private members and should not be accessed directly.
401
401
  <a name="GtkToggleAction-toggled"></a><h3>The <code class="literal">“toggled”</code> signal</h3>
402
402
  <pre class="programlisting"><span class="returnvalue">void</span>
403
403
  user_function (<a class="link" href="GtkToggleAction.html" title="GtkToggleAction"><span class="type">GtkToggleAction</span></a> *toggleaction,
404
- <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>
404
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
405
405
  <p>
406
406
  </p>
407
407
  <div class="refsect3">
@@ -426,7 +426,7 @@ user_function (<a class="link" href="GtkToggleAction.html" title="GtkToggleActio
426
426
  </tbody>
427
427
  </table></div>
428
428
  </div>
429
- <p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
429
+ <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
430
430
  </div>
431
431
  </div>
432
432
  </div>
@@ -77,7 +77,7 @@
77
77
  </tr>
78
78
  <tr>
79
79
  <td class="function_type">
80
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
80
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
81
81
  </td>
82
82
  <td class="function_name">
83
83
  <a class="link" href="GtkToggleButton.html#gtk-toggle-button-get-mode" title="gtk_toggle_button_get_mode ()">gtk_toggle_button_get_mode</a> <span class="c_punctuation">()</span>
@@ -93,7 +93,7 @@
93
93
  </tr>
94
94
  <tr>
95
95
  <td class="function_type">
96
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
96
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
97
97
  </td>
98
98
  <td class="function_name">
99
99
  <a class="link" href="GtkToggleButton.html#gtk-toggle-button-get-active" title="gtk_toggle_button_get_active ()">gtk_toggle_button_get_active</a> <span class="c_punctuation">()</span>
@@ -109,7 +109,7 @@
109
109
  </tr>
110
110
  <tr>
111
111
  <td class="function_type">
112
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
112
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
113
113
  </td>
114
114
  <td class="function_name">
115
115
  <a class="link" href="GtkToggleButton.html#gtk-toggle-button-get-inconsistent" title="gtk_toggle_button_get_inconsistent ()">gtk_toggle_button_get_inconsistent</a> <span class="c_punctuation">()</span>
@@ -136,17 +136,17 @@
136
136
  </colgroup>
137
137
  <tbody>
138
138
  <tr>
139
- <td class="property_type"><a href="/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>
139
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
140
140
  <td class="property_name"><a class="link" href="GtkToggleButton.html#GtkToggleButton--active" title="The “active” property">active</a></td>
141
141
  <td class="property_flags">Read / Write</td>
142
142
  </tr>
143
143
  <tr>
144
- <td class="property_type"><a href="/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>
144
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
145
145
  <td class="property_name"><a class="link" href="GtkToggleButton.html#GtkToggleButton--draw-indicator" title="The “draw-indicator” property">draw-indicator</a></td>
146
146
  <td class="property_flags">Read / Write</td>
147
147
  </tr>
148
148
  <tr>
149
- <td class="property_type"><a href="/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>
149
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
150
150
  <td class="property_name"><a class="link" href="GtkToggleButton.html#GtkToggleButton--inconsistent" title="The “inconsistent” property">inconsistent</a></td>
151
151
  <td class="property_flags">Read / Write</td>
152
152
  </tr>
@@ -164,7 +164,7 @@
164
164
  <tbody><tr>
165
165
  <td class="signal_type"><span class="returnvalue">void</span></td>
166
166
  <td class="signal_name"><a class="link" href="GtkToggleButton.html#GtkToggleButton-toggled" title="The “toggled” signal">toggled</a></td>
167
- <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
167
+ <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
168
168
  </tr></tbody>
169
169
  </table></div>
170
170
  </div>
@@ -189,8 +189,8 @@
189
189
  </div>
190
190
  <div class="refsect1">
191
191
  <a name="GtkToggleButton.object-hierarchy"></a><h2>Object Hierarchy</h2>
192
- <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>
193
- <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>
192
+ <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
193
+ <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
194
194
  <span class="lineart">╰──</span> <a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
195
195
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
196
196
  <span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
@@ -261,17 +261,17 @@ To simply switch the state of a toggle button, use gtk_toggle_button_toggled.
261
261
  <span class="normal"> dialog </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkDialog.html#gtk-dialog-new">gtk_dialog_new</a></span><span class="normal"> </span><span class="symbol">();</span>
262
262
  <span class="normal"> toggle1 </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkToggleButton.html#gtk-toggle-button-new-with-label">gtk_toggle_button_new_with_label</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"Hi, i'm a toggle button."</span><span class="symbol">);</span>
263
263
  <span class="normal"> </span><span class="comment">/* Makes this toggle button invisible */</span>
264
- <span class="normal"> </span><span class="function"><a href="GtkToggleButton.html#gtk-toggle-button-set-mode">gtk_toggle_button_set_mode</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_TOGGLE_BUTTON</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">toggle1</span><span class="symbol">),</span><span class="normal"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS">TRUE</a></span><span class="symbol">);</span>
265
- <span class="normal"> </span><span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect">g_signal_connect</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">toggle1</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"toggled"</span><span class="symbol">,</span>
266
- <span class="normal"> </span><span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#G-CALLBACK:CAPS">G_CALLBACK</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">output_state</span><span class="symbol">),</span><span class="normal"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
264
+ <span class="normal"> </span><span class="function"><a href="GtkToggleButton.html#gtk-toggle-button-set-mode">gtk_toggle_button_set_mode</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_TOGGLE_BUTTON</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">toggle1</span><span class="symbol">),</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS">TRUE</a></span><span class="symbol">);</span>
265
+ <span class="normal"> </span><span class="function"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#g-signal-connect">g_signal_connect</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">toggle1</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"toggled"</span><span class="symbol">,</span>
266
+ <span class="normal"> </span><span class="function"><a href="https://developer.gnome.org/gobject/unstable/gobject-Closures.html#G-CALLBACK:CAPS">G_CALLBACK</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">output_state</span><span class="symbol">),</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
267
267
  <span class="normal"> </span><span class="function"><a href="GtkBox.html#gtk-box-pack-start">gtk_box_pack_start</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_BOX</span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_DIALOG</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">dialog</span><span class="symbol">)-&gt;</span><span class="normal">action_area</span><span class="symbol">),</span>
268
- <span class="normal"> toggle1</span><span class="symbol">,</span><span class="normal"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">2</span><span class="symbol">);</span>
268
+ <span class="normal"> toggle1</span><span class="symbol">,</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">2</span><span class="symbol">);</span>
269
269
  <span class="normal"> toggle2 </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkToggleButton.html#gtk-toggle-button-new-with-label">gtk_toggle_button_new_with_label</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"Hi, i'm another toggle button."</span><span class="symbol">);</span>
270
- <span class="normal"> </span><span class="function"><a href="GtkToggleButton.html#gtk-toggle-button-set-mode">gtk_toggle_button_set_mode</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_TOGGLE_BUTTON</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">toggle2</span><span class="symbol">),</span><span class="normal"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">);</span>
271
- <span class="normal"> </span><span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect">g_signal_connect</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">toggle2</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"toggled"</span><span class="symbol">,</span>
272
- <span class="normal"> </span><span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#G-CALLBACK:CAPS">G_CALLBACK</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">output_state</span><span class="symbol">),</span><span class="normal"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
270
+ <span class="normal"> </span><span class="function"><a href="GtkToggleButton.html#gtk-toggle-button-set-mode">gtk_toggle_button_set_mode</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_TOGGLE_BUTTON</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">toggle2</span><span class="symbol">),</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">);</span>
271
+ <span class="normal"> </span><span class="function"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#g-signal-connect">g_signal_connect</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">toggle2</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"toggled"</span><span class="symbol">,</span>
272
+ <span class="normal"> </span><span class="function"><a href="https://developer.gnome.org/gobject/unstable/gobject-Closures.html#G-CALLBACK:CAPS">G_CALLBACK</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">output_state</span><span class="symbol">),</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
273
273
  <span class="normal"> </span><span class="function"><a href="GtkBox.html#gtk-box-pack-start">gtk_box_pack_start</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_BOX</span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_DIALOG</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">dialog</span><span class="symbol">)-&gt;</span><span class="normal">action_area</span><span class="symbol">),</span>
274
- <span class="normal"> toggle2</span><span class="symbol">,</span><span class="normal"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">2</span><span class="symbol">);</span>
274
+ <span class="normal"> toggle2</span><span class="symbol">,</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">2</span><span class="symbol">);</span>
275
275
  <span class="normal"> </span><span class="function"><a href="GtkWidget.html#gtk-widget-show-all">gtk_widget_show_all</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">dialog</span><span class="symbol">);</span>
276
276
  <span class="cbracket">}</span></pre></td>
277
277
  </tr>
@@ -300,7 +300,7 @@ Creates a new toggle button. A widget should be packed into the button, as in <a
300
300
  <div class="refsect2">
301
301
  <a name="gtk-toggle-button-new-with-label"></a><h3>gtk_toggle_button_new_with_label ()</h3>
302
302
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
303
- gtk_toggle_button_new_with_label (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
303
+ gtk_toggle_button_new_with_label (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
304
304
  <p>
305
305
  Creates a new toggle button with a text label.
306
306
  </p>
@@ -328,7 +328,7 @@ Creates a new toggle button with a text label.
328
328
  <div class="refsect2">
329
329
  <a name="gtk-toggle-button-new-with-mnemonic"></a><h3>gtk_toggle_button_new_with_mnemonic ()</h3>
330
330
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
331
- gtk_toggle_button_new_with_mnemonic (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
331
+ gtk_toggle_button_new_with_mnemonic (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
332
332
  <p>Creates a new <a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a> containing a label. The label
333
333
  will be created using <a class="link" href="GtkLabel.html#gtk-label-new-with-mnemonic" title="gtk_label_new_with_mnemonic ()"><code class="function">gtk_label_new_with_mnemonic()</code></a>, so underscores
334
334
  in <em class="parameter"><code>label</code></em>
@@ -359,11 +359,11 @@ mnemonic character</p></td>
359
359
  <a name="gtk-toggle-button-set-mode"></a><h3>gtk_toggle_button_set_mode ()</h3>
360
360
  <pre class="programlisting"><span class="returnvalue">void</span>
361
361
  gtk_toggle_button_set_mode (<em class="parameter"><code><a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a> *toggle_button</code></em>,
362
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> draw_indicator</code></em>);</pre>
362
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> draw_indicator</code></em>);</pre>
363
363
  <p>Sets whether the button is displayed as a separate indicator and label.
364
364
  You can call this function on a checkbutton or a radiobutton with
365
365
  <em class="parameter"><code>draw_indicator</code></em>
366
- = <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to make the button look like a normal button</p>
366
+ = <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to make the button look like a normal button</p>
367
367
  <p>This function only affects instances of classes like <a class="link" href="GtkCheckButton.html" title="GtkCheckButton"><span class="type">GtkCheckButton</span></a>
368
368
  and <a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a> that derive from <a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a>,
369
369
  not instances of <a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a> itself.</p>
@@ -383,8 +383,8 @@ not instances of <a class="link" href="GtkToggleButton.html" title="GtkToggleBut
383
383
  </tr>
384
384
  <tr>
385
385
  <td class="parameter_name"><p>draw_indicator</p></td>
386
- <td class="parameter_description"><p>if <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, draw the button as a separate indicator
387
- and label; if <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, draw the button like a normal button</p></td>
386
+ <td class="parameter_description"><p>if <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, draw the button as a separate indicator
387
+ and label; if <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, draw the button like a normal button</p></td>
388
388
  <td class="parameter_annotations"> </td>
389
389
  </tr>
390
390
  </tbody>
@@ -394,7 +394,7 @@ and label; if <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/
394
394
  <hr>
395
395
  <div class="refsect2">
396
396
  <a name="gtk-toggle-button-get-mode"></a><h3>gtk_toggle_button_get_mode ()</h3>
397
- <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>
397
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
398
398
  gtk_toggle_button_get_mode (<em class="parameter"><code><a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a> *toggle_button</code></em>);</pre>
399
399
  <p>Retrieves whether the button is displayed as a separate indicator
400
400
  and label. See <a class="link" href="GtkToggleButton.html#gtk-toggle-button-set-mode" title="gtk_toggle_button_set_mode ()"><code class="function">gtk_toggle_button_set_mode()</code></a>.</p>
@@ -415,7 +415,7 @@ and label. See <a class="link" href="GtkToggleButton.html#gtk-toggle-button-set-
415
415
  </div>
416
416
  <div class="refsect3">
417
417
  <a name="gtk-toggle-button-get-mode.returns"></a><h4>Returns</h4>
418
- <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the togglebutton is drawn as a separate indicator
418
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the togglebutton is drawn as a separate indicator
419
419
  and label.</p>
420
420
  </div>
421
421
  </div>
@@ -448,11 +448,11 @@ application ever to call this function.
448
448
  <hr>
449
449
  <div class="refsect2">
450
450
  <a name="gtk-toggle-button-get-active"></a><h3>gtk_toggle_button_get_active ()</h3>
451
- <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>
451
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
452
452
  gtk_toggle_button_get_active (<em class="parameter"><code><a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a> *toggle_button</code></em>);</pre>
453
453
  <p>
454
- Queries a <a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a> and returns its current state. Returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if
455
- the toggle button is pressed in and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if it is raised.
454
+ Queries a <a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a> and returns its current state. Returns <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if
455
+ the toggle button is pressed in and <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if it is raised.
456
456
  </p>
457
457
  <div class="refsect3">
458
458
  <a name="gtk-toggle-button-get-active.parameters"></a><h4>Parameters</h4>
@@ -471,7 +471,7 @@ the toggle button is pressed in and <a href="/home/vagrant/ruby-gnome2.win32/gli
471
471
  </div>
472
472
  <div class="refsect3">
473
473
  <a name="gtk-toggle-button-get-active.returns"></a><h4>Returns</h4>
474
- <p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value.</p>
474
+ <p>a <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value.</p>
475
475
  </div>
476
476
  </div>
477
477
  <hr>
@@ -479,10 +479,10 @@ the toggle button is pressed in and <a href="/home/vagrant/ruby-gnome2.win32/gli
479
479
  <a name="gtk-toggle-button-set-active"></a><h3>gtk_toggle_button_set_active ()</h3>
480
480
  <pre class="programlisting"><span class="returnvalue">void</span>
481
481
  gtk_toggle_button_set_active (<em class="parameter"><code><a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a> *toggle_button</code></em>,
482
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_active</code></em>);</pre>
482
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_active</code></em>);</pre>
483
483
  <p>
484
- Sets the status of the toggle button. Set to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want the
485
- GtkToggleButton to be 'pressed in', and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to raise it.
484
+ Sets the status of the toggle button. Set to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want the
485
+ GtkToggleButton to be 'pressed in', and <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to raise it.
486
486
  This action causes the toggled signal to be emitted.
487
487
  </p>
488
488
  <div class="refsect3">
@@ -501,7 +501,7 @@ This action causes the toggled signal to be emitted.
501
501
  </tr>
502
502
  <tr>
503
503
  <td class="parameter_name"><p>is_active</p></td>
504
- <td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p></td>
504
+ <td class="parameter_description"><p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p></td>
505
505
  <td class="parameter_annotations"> </td>
506
506
  </tr>
507
507
  </tbody>
@@ -511,7 +511,7 @@ This action causes the toggled signal to be emitted.
511
511
  <hr>
512
512
  <div class="refsect2">
513
513
  <a name="gtk-toggle-button-get-inconsistent"></a><h3>gtk_toggle_button_get_inconsistent ()</h3>
514
- <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>
514
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
515
515
  gtk_toggle_button_get_inconsistent (<em class="parameter"><code><a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a> *toggle_button</code></em>);</pre>
516
516
  <p>Gets the value set by <a class="link" href="GtkToggleButton.html#gtk-toggle-button-set-inconsistent" title="gtk_toggle_button_set_inconsistent ()"><code class="function">gtk_toggle_button_set_inconsistent()</code></a>.</p>
517
517
  <div class="refsect3">
@@ -531,7 +531,7 @@ gtk_toggle_button_get_inconsistent (<em class="parameter"><code><a class="link"
531
531
  </div>
532
532
  <div class="refsect3">
533
533
  <a name="gtk-toggle-button-get-inconsistent.returns"></a><h4>Returns</h4>
534
- <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the button is displayed as inconsistent, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
534
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the button is displayed as inconsistent, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
535
535
  </div>
536
536
  </div>
537
537
  <hr>
@@ -539,7 +539,7 @@ gtk_toggle_button_get_inconsistent (<em class="parameter"><code><a class="link"
539
539
  <a name="gtk-toggle-button-set-inconsistent"></a><h3>gtk_toggle_button_set_inconsistent ()</h3>
540
540
  <pre class="programlisting"><span class="returnvalue">void</span>
541
541
  gtk_toggle_button_set_inconsistent (<em class="parameter"><code><a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a> *toggle_button</code></em>,
542
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
542
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
543
543
  <p>If the user has selected a range of elements (such as some text or
544
544
  spreadsheet cells) that are affected by a toggle button, and the
545
545
  current values in that range are inconsistent, you may want to
@@ -564,7 +564,7 @@ visual appearance, it doesn't affect the semantics of the button.</p>
564
564
  </tr>
565
565
  <tr>
566
566
  <td class="parameter_name"><p>setting</p></td>
567
- <td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if state is inconsistent</p></td>
567
+ <td class="parameter_description"><p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if state is inconsistent</p></td>
568
568
  <td class="parameter_annotations"> </td>
569
569
  </tr>
570
570
  </tbody>
@@ -599,7 +599,7 @@ This is a deprecated macro, and is only maintained for compatibility reasons.
599
599
  <a name="GtkToggleButton.property-details"></a><h2>Property Details</h2>
600
600
  <div class="refsect2">
601
601
  <a name="GtkToggleButton--active"></a><h3>The <code class="literal">“active”</code> property</h3>
602
- <pre class="programlisting"> “active” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
602
+ <pre class="programlisting"> “active” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
603
603
  <p>If the toggle button should be pressed in or not.</p>
604
604
  <p>Flags: Read / Write</p>
605
605
  <p>Default value: FALSE</p>
@@ -607,7 +607,7 @@ This is a deprecated macro, and is only maintained for compatibility reasons.
607
607
  <hr>
608
608
  <div class="refsect2">
609
609
  <a name="GtkToggleButton--draw-indicator"></a><h3>The <code class="literal">“draw-indicator”</code> property</h3>
610
- <pre class="programlisting"> “draw-indicator” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
610
+ <pre class="programlisting"> “draw-indicator” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
611
611
  <p>If the toggle part of the button is displayed.</p>
612
612
  <p>Flags: Read / Write</p>
613
613
  <p>Default value: FALSE</p>
@@ -615,7 +615,7 @@ This is a deprecated macro, and is only maintained for compatibility reasons.
615
615
  <hr>
616
616
  <div class="refsect2">
617
617
  <a name="GtkToggleButton--inconsistent"></a><h3>The <code class="literal">“inconsistent”</code> property</h3>
618
- <pre class="programlisting"> “inconsistent” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
618
+ <pre class="programlisting"> “inconsistent” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
619
619
  <p>If the toggle button is in an "in between" state.</p>
620
620
  <p>Flags: Read / Write</p>
621
621
  <p>Default value: FALSE</p>
@@ -627,7 +627,7 @@ This is a deprecated macro, and is only maintained for compatibility reasons.
627
627
  <a name="GtkToggleButton-toggled"></a><h3>The <code class="literal">“toggled”</code> signal</h3>
628
628
  <pre class="programlisting"><span class="returnvalue">void</span>
629
629
  user_function (<a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a> *togglebutton,
630
- <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>
630
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
631
631
  <p>
632
632
  Should be connected if you wish to perform an action whenever the
633
633
  <a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a>'s state is changed.
@@ -654,7 +654,7 @@ Should be connected if you wish to perform an action whenever the
654
654
  </tbody>
655
655
  </table></div>
656
656
  </div>
657
- <p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
657
+ <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
658
658
  </div>
659
659
  </div>
660
660
  <div class="refsect1">