gdk3 2.1.0-x86-mingw32 → 2.2.0-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (331) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +3 -1
  3. data/ext/gdk3/rbgdkcursor.c +5 -12
  4. data/ext/gdk3/rbgdkdevicemanager.c +2 -2
  5. data/ext/gdk3/rbgdkdisplay.c +7 -0
  6. data/ext/gdk3/rbgdkevent.c +8 -9
  7. data/ext/gdk3/rbgdkwindow.c +7 -0
  8. data/lib/1.9/gdk3.so +0 -0
  9. data/lib/2.0/gdk3.so +0 -0
  10. data/lib/2.1/gdk3.so +0 -0
  11. data/test/test-gdk-event.rb +126 -20
  12. data/vendor/local/bin/gtk-launch.exe +0 -0
  13. data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
  14. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  15. data/vendor/local/bin/gtk3-demo-application.exe +0 -0
  16. data/vendor/local/bin/gtk3-demo.exe +0 -0
  17. data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
  18. data/vendor/local/bin/libgailutil-3-0.dll +0 -0
  19. data/vendor/local/bin/libgdk-3-0.dll +0 -0
  20. data/vendor/local/bin/libgtk-3-0.dll +0 -0
  21. data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +1 -1
  22. data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +3 -3
  23. data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
  24. data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -34
  25. data/vendor/local/lib/libgailutil-3.dll.a +0 -0
  26. data/vendor/local/lib/libgdk-3.dll.a +0 -0
  27. data/vendor/local/lib/libgdk-3.la +1 -1
  28. data/vendor/local/lib/libgtk-3.dll.a +0 -0
  29. data/vendor/local/lib/libgtk-3.la +2 -2
  30. data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
  31. data/vendor/local/lib/pkgconfig/gdk-3.0.pc +1 -1
  32. data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +1 -1
  33. data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +1 -1
  34. data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +1 -1
  35. data/vendor/local/share/gir-1.0/Gtk-3.0.gir +5 -4
  36. data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +36 -1
  37. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +1 -1
  38. data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +3 -3
  39. data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +7 -7
  40. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +6 -6
  41. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +4 -4
  42. data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +11 -11
  43. data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +2 -2
  44. data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +4 -4
  45. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +9 -9
  46. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +3 -3
  47. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +1 -1
  48. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +3 -3
  49. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameClock.html +2 -2
  50. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +1 -1
  51. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +9 -9
  52. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +2 -2
  53. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +7 -7
  54. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +1 -1
  55. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +1 -1
  56. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +10 -10
  57. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +1 -1
  58. data/vendor/local/share/gtk-doc/html/gdk3/index.html +1 -1
  59. data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +11 -11
  60. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +6 -6
  61. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +1 -1
  62. data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +81 -81
  63. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +7 -7
  64. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +3 -3
  65. data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +12 -12
  66. data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +9 -9
  67. data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +2 -2
  68. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +7 -7
  69. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +6 -6
  70. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +8 -8
  71. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +14 -14
  72. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +66 -66
  73. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +18 -18
  74. data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +2 -2
  75. data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +2 -2
  76. data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +10 -10
  77. data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +2 -2
  78. data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +9 -9
  79. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +17 -17
  80. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +45 -45
  81. data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +14 -14
  82. data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +2 -2
  83. data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +16 -16
  84. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +25 -25
  85. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +2 -2
  86. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +1 -1
  87. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +4 -4
  88. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +3 -3
  89. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +9 -9
  90. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +6 -6
  91. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +5 -5
  92. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +5 -5
  93. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +2 -2
  94. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +2 -2
  95. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +2 -2
  96. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +5 -5
  97. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +5 -5
  98. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +2 -2
  99. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +2 -2
  100. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +4 -4
  101. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +4 -4
  102. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +3 -3
  103. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +2 -2
  104. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +2 -2
  105. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +72 -4
  106. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +10 -2
  107. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +16 -16
  108. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +2 -2
  109. data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +43 -43
  110. data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +14 -10
  111. data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +8 -8
  112. data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +4 -4
  113. data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +11 -11
  114. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +44 -44
  115. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +5 -5
  116. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +10 -10
  117. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +2 -2
  118. data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +4 -4
  119. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +44 -44
  120. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +4 -4
  121. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +2 -2
  122. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +2 -2
  123. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +2 -2
  124. data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +2 -2
  125. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +4 -4
  126. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +3 -3
  127. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +2 -2
  128. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +2 -2
  129. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +2 -2
  130. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +2 -2
  131. data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +2 -2
  132. data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +8 -8
  133. data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +2 -2
  134. data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +2 -2
  135. data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +2 -2
  136. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +30 -6
  137. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +2 -2
  138. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +2 -2
  139. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +2 -2
  140. data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +6 -6
  141. data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +2 -2
  142. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +16 -16
  143. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +1 -1
  144. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +1 -1
  145. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +49 -49
  146. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +28 -28
  147. data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +16 -16
  148. data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +2 -2
  149. data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +8 -8
  150. data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +2 -2
  151. data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +14 -14
  152. data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +2 -2
  153. data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +4 -4
  154. data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +4 -4
  155. data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +18 -18
  156. data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +22 -22
  157. data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +17 -17
  158. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +9 -9
  159. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +5 -5
  160. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +14 -14
  161. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +14 -14
  162. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +24 -24
  163. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +4 -4
  164. data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +4 -4
  165. data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +2 -2
  166. data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +22 -22
  167. data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +26 -26
  168. data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +2 -2
  169. data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +4 -4
  170. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +2 -2
  171. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +2 -2
  172. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +14 -14
  173. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +45 -45
  174. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +2 -2
  175. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +3 -3
  176. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +1 -1
  177. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +2 -2
  178. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +4 -4
  179. data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +2 -2
  180. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +3 -3
  181. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +4 -4
  182. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +4 -4
  183. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +2 -2
  184. data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +10 -10
  185. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +1 -1
  186. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +5 -5
  187. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +2 -2
  188. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +2 -2
  189. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +2 -2
  190. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +2 -2
  191. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +14 -14
  192. data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +2 -2
  193. data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +4 -4
  194. data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +10 -10
  195. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +1 -1
  196. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +2 -2
  197. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +6 -6
  198. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +10 -10
  199. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +4 -4
  200. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +2 -2
  201. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +2 -2
  202. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +2 -2
  203. data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +38 -38
  204. data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +2 -2
  205. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +12 -12
  206. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +2 -2
  207. data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +2 -2
  208. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +2 -2
  209. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +30 -30
  210. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +6 -6
  211. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +37 -21
  212. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +9 -9
  213. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +6 -6
  214. data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +4 -4
  215. data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +2 -2
  216. data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +2 -2
  217. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +30 -30
  218. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +1 -1
  219. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +7 -7
  220. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +7 -7
  221. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +33 -33
  222. data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +12 -12
  223. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +3 -3
  224. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +8 -8
  225. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +4 -4
  226. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +4 -4
  227. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +6 -6
  228. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +2 -2
  229. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +4 -4
  230. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +10 -10
  231. data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +4 -4
  232. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +34 -34
  233. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +8 -8
  234. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +1 -1
  235. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +3 -3
  236. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +9 -9
  237. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +18 -18
  238. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +32 -32
  239. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +4 -4
  240. data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +15 -15
  241. data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +2 -2
  242. data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +2 -2
  243. data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +2 -2
  244. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +2 -2
  245. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +2 -2
  246. data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +2 -2
  247. data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +2 -2
  248. data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +2 -2
  249. data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +188 -188
  250. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +11 -11
  251. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +2 -2
  252. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +11 -11
  253. data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +126 -2
  254. data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +21 -21
  255. data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +5 -5
  256. data/vendor/local/share/gtk-doc/html/gtk3/ch24s02.html +4 -4
  257. data/vendor/local/share/gtk-doc/html/gtk3/ch26s02.html +7 -7
  258. data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +1 -1
  259. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +9 -9
  260. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +1 -1
  261. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +2 -2
  262. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +10 -10
  263. data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +9 -9
  264. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +3 -3
  265. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +9 -9
  266. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +10 -10
  267. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +6 -6
  268. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +3 -3
  269. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +7 -7
  270. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +8 -8
  271. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +4 -0
  272. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +14 -14
  273. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +16 -16
  274. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +43 -43
  275. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +30 -30
  276. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +1 -1
  277. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +7 -7
  278. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +1 -1
  279. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +11 -11
  280. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +1 -1
  281. data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +31 -31
  282. data/vendor/local/share/gtk-doc/html/gtk3/index.html +1 -1
  283. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
  284. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
  285. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
  286. data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
  287. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
  288. data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
  289. data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30.mo +0 -0
  290. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
  291. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
  292. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo +0 -0
  293. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +0 -0
  294. data/vendor/local/share/man/man1/broadwayd.1 +1 -1
  295. data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
  296. data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
  297. data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
  298. metadata +6 -39
  299. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.dll +0 -0
  300. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.dll.a +0 -0
  301. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.la +0 -41
  302. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.dll +0 -0
  303. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.dll.a +0 -0
  304. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.la +0 -41
  305. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.dll +0 -0
  306. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.dll.a +0 -0
  307. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.la +0 -41
  308. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.dll +0 -0
  309. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.dll.a +0 -0
  310. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.la +0 -41
  311. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.dll +0 -0
  312. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.dll.a +0 -0
  313. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.la +0 -41
  314. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.dll +0 -0
  315. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.dll.a +0 -0
  316. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.la +0 -41
  317. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.dll +0 -0
  318. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.dll.a +0 -0
  319. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.la +0 -41
  320. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.dll +0 -0
  321. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.dll.a +0 -0
  322. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.la +0 -41
  323. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.dll +0 -0
  324. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.dll.a +0 -0
  325. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.la +0 -41
  326. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.dll +0 -0
  327. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.dll.a +0 -0
  328. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.la +0 -41
  329. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.dll +0 -0
  330. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.dll.a +0 -0
  331. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.la +0 -41
@@ -212,7 +212,7 @@ using the <code class="function">GDK_IS_X11_DISPLAY()</code> macro).
212
212
  <span class="normal"> </span><span class="cbracket">}</span>
213
213
  <span class="normal"> </span><span class="keyword">else</span>
214
214
  <span class="preproc">#endif</span>
215
- <span class="preproc">#ifdef</span><span class="normal"> GDK_WINDOWING_QUARTZ</span>
215
+ <span class="preproc">#ifdef</span><span class="normal"> <a href="gdk3-General.html#GDK-WINDOWING-QUARTZ:CAPS">GDK_WINDOWING_QUARTZ</a></span>
216
216
  <span class="normal"> </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="function">GDK_IS_QUARTZ_DISPLAY</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">display</span><span class="symbol">))</span>
217
217
  <span class="normal"> </span><span class="cbracket">{</span>
218
218
  <span class="normal"> </span><span class="comment">/* make Quartz-specific calls here &amp;ast/</span>
@@ -15,7 +15,7 @@
15
15
  <div>
16
16
  <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GDK 3 Reference Manual</p></th></tr></table></div>
17
17
  <div><p class="releaseinfo">
18
- This document is for the GDK 3 library, version 3.10.6
18
+ This document is for the GDK 3 library, version 3.10.7
19
19
 
20
20
  The latest versions can be found online at
21
21
  <a class="ulink" href="http://developer.gnome.org/gdk3/" target="_top">http://developer.gnome.org/gdk3/</a>.
@@ -106,8 +106,8 @@ const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gt
106
106
  <div class="refsect1">
107
107
  <a name="GtkAboutDialog.object-hierarchy"></a><h2>Object Hierarchy</h2>
108
108
  <pre class="synopsis">
109
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
110
- +----<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
109
+ GObject
110
+ +----GInitiallyUnowned
111
111
  +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
112
112
  +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
113
113
  +----<a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a>
@@ -125,11 +125,11 @@ GtkAboutDialog implements
125
125
  <div class="refsect1">
126
126
  <a name="GtkAboutDialog.properties"></a><h2>Properties</h2>
127
127
  <pre class="synopsis">
128
- "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--artists" title='The "artists" property'>artists</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> : Read / Write
129
- "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--authors" title='The "authors" property'>authors</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> : Read / Write
128
+ "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--artists" title='The "artists" property'>artists</a>" <span class="type">GStrv</span> : Read / Write
129
+ "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--authors" title='The "authors" property'>authors</a>" <span class="type">GStrv</span> : Read / Write
130
130
  "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--comments" title='The "comments" property'>comments</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
131
131
  "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--copyright" title='The "copyright" property'>copyright</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
132
- "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--documenters" title='The "documenters" property'>documenters</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> : Read / Write
132
+ "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--documenters" title='The "documenters" property'>documenters</a>" <span class="type">GStrv</span> : Read / Write
133
133
  "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--license" title='The "license" property'>license</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
134
134
  "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--license-type" title='The "license-type" property'>license-type</a>" <a class="link" href="GtkAboutDialog.html#GtkLicense" title="enum GtkLicense"><span class="type">GtkLicense</span></a> : Read / Write
135
135
  "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--logo" title='The "logo" property'>logo</a>" <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>* : Read / Write
@@ -145,7 +145,7 @@ GtkAboutDialog implements
145
145
  <div class="refsect1">
146
146
  <a name="GtkAboutDialog.signals"></a><h2>Signals</h2>
147
147
  <pre class="synopsis">
148
- "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog-activate-link" title='The "activate-link" signal'>activate-link</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
148
+ "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog-activate-link" title='The "activate-link" signal'>activate-link</a>" : <code class="literal">Run Last</code>
149
149
  </pre>
150
150
  </div>
151
151
  <div class="refsect1">
@@ -1096,7 +1096,7 @@ Returns the pixbuf displayed as logo in the about dialog.
1096
1096
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1097
1097
  <td>the pixbuf displayed as logo. The
1098
1098
  pixbuf is owned by the about dialog. If you want to keep a
1099
- reference to it, you have to call <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> on it. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1099
+ reference to it, you have to call <code class="function">g_object_ref()</code> on it. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1100
1100
  </td>
1101
1101
  </tr>
1102
1102
  </tbody>
@@ -1263,7 +1263,7 @@ reused for future invocations of this function.
1263
1263
  <a name="GtkAboutDialog.property-details"></a><h2>Property Details</h2>
1264
1264
  <div class="refsect2">
1265
1265
  <a name="GtkAboutDialog--artists"></a><h3>The <code class="literal">"artists"</code> property</h3>
1266
- <pre class="programlisting"> "artists" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> : Read / Write</pre>
1266
+ <pre class="programlisting"> "artists" <span class="type">GStrv</span> : Read / Write</pre>
1267
1267
  <p>
1268
1268
  The people who contributed artwork to the program, as a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated
1269
1269
  array of strings. Each string may contain email addresses and URLs, which
@@ -1274,7 +1274,7 @@ will be displayed as links, see the introduction for more details.
1274
1274
  <hr>
1275
1275
  <div class="refsect2">
1276
1276
  <a name="GtkAboutDialog--authors"></a><h3>The <code class="literal">"authors"</code> property</h3>
1277
- <pre class="programlisting"> "authors" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> : Read / Write</pre>
1277
+ <pre class="programlisting"> "authors" <span class="type">GStrv</span> : Read / Write</pre>
1278
1278
  <p>
1279
1279
  The authors of the program, as a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings.
1280
1280
  Each string may contain email addresses and URLs, which will be displayed
@@ -1307,7 +1307,7 @@ Copyright information for the program.
1307
1307
  <hr>
1308
1308
  <div class="refsect2">
1309
1309
  <a name="GtkAboutDialog--documenters"></a><h3>The <code class="literal">"documenters"</code> property</h3>
1310
- <pre class="programlisting"> "documenters" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> : Read / Write</pre>
1310
+ <pre class="programlisting"> "documenters" <span class="type">GStrv</span> : Read / Write</pre>
1311
1311
  <p>
1312
1312
  The people documenting the program, as a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings.
1313
1313
  Each string may contain email addresses and URLs, which will be displayed
@@ -1452,7 +1452,7 @@ Whether to wrap the text in the license dialog.
1452
1452
  <a name="GtkAboutDialog-activate-link"></a><h3>The <code class="literal">"activate-link"</code> signal</h3>
1453
1453
  <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *label,
1454
1454
  <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri,
1455
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
1455
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <code class="literal">Run Last</code></pre>
1456
1456
  <p>
1457
1457
  The signal which gets emitted to activate a URI.
1458
1458
  Applications may connect to it to override the default behaviour,
@@ -46,7 +46,7 @@
46
46
  struct <a class="link" href="GtkAccelLabel.html#GtkAccelLabel-struct" title="struct GtkAccelLabel">GtkAccelLabel</a>;
47
47
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkAccelLabel.html#gtk-accel-label-new" title="gtk_accel_label_new ()">gtk_accel_label_new</a> (<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *string</code></em>);
48
48
  <span class="returnvalue">void</span> <a class="link" href="GtkAccelLabel.html#gtk-accel-label-set-accel-closure" title="gtk_accel_label_set_accel_closure ()">gtk_accel_label_set_accel_closure</a> (<em class="parameter"><code><a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> *accel_label</code></em>,
49
- <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#GClosure"><span class="type">GClosure</span></a> *accel_closure</code></em>);
49
+ <em class="parameter"><code><span class="type">GClosure</span> *accel_closure</code></em>);
50
50
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkAccelLabel.html#gtk-accel-label-get-accel-widget" title="gtk_accel_label_get_accel_widget ()">gtk_accel_label_get_accel_widget</a> (<em class="parameter"><code><a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> *accel_label</code></em>);
51
51
  <span class="returnvalue">void</span> <a class="link" href="GtkAccelLabel.html#gtk-accel-label-set-accel-widget" title="gtk_accel_label_set_accel_widget ()">gtk_accel_label_set_accel_widget</a> (<em class="parameter"><code><a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> *accel_label</code></em>,
52
52
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *accel_widget</code></em>);
@@ -60,8 +60,8 @@ struct <a class="link" href="GtkAccelLabel.html#GtkAccelLabel-struc
60
60
  <div class="refsect1">
61
61
  <a name="GtkAccelLabel.object-hierarchy"></a><h2>Object Hierarchy</h2>
62
62
  <pre class="synopsis">
63
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
64
- +----<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
63
+ GObject
64
+ +----GInitiallyUnowned
65
65
  +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
66
66
  +----<a class="link" href="GtkMisc.html" title="GtkMisc">GtkMisc</a>
67
67
  +----<a class="link" href="GtkLabel.html" title="GtkLabel">GtkLabel</a>
@@ -77,7 +77,7 @@ GtkAccelLabel implements
77
77
  <div class="refsect1">
78
78
  <a name="GtkAccelLabel.properties"></a><h2>Properties</h2>
79
79
  <pre class="synopsis">
80
- "<a class="link" href="GtkAccelLabel.html#GtkAccelLabel--accel-closure" title='The "accel-closure" property'>accel-closure</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#GClosure"><span class="type">GClosure</span></a>* : Read / Write
80
+ "<a class="link" href="GtkAccelLabel.html#GtkAccelLabel--accel-closure" title='The "accel-closure" property'>accel-closure</a>" <span class="type">GClosure</span>* : Read / Write
81
81
  "<a class="link" href="GtkAccelLabel.html#GtkAccelLabel--accel-widget" title='The "accel-widget" property'>accel-widget</a>" <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>* : Read / Write
82
82
  </pre>
83
83
  </div>
@@ -202,7 +202,7 @@ Creates a new <a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><s
202
202
  <div class="refsect2">
203
203
  <a name="gtk-accel-label-set-accel-closure"></a><h3>gtk_accel_label_set_accel_closure ()</h3>
204
204
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_accel_label_set_accel_closure (<em class="parameter"><code><a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> *accel_label</code></em>,
205
- <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#GClosure"><span class="type">GClosure</span></a> *accel_closure</code></em>);</pre>
205
+ <em class="parameter"><code><span class="type">GClosure</span> *accel_closure</code></em>);</pre>
206
206
  <p>
207
207
  Sets the closure to be monitored by this accelerator label. The closure
208
208
  must be connected to an accelerator group; see <a class="link" href="gtk3-Keyboard-Accelerators.html#gtk-accel-group-connect" title="gtk_accel_group_connect ()"><code class="function">gtk_accel_group_connect()</code></a>.
@@ -375,7 +375,7 @@ accelerators are added or removed from the associated widget.
375
375
  <a name="GtkAccelLabel.property-details"></a><h2>Property Details</h2>
376
376
  <div class="refsect2">
377
377
  <a name="GtkAccelLabel--accel-closure"></a><h3>The <code class="literal">"accel-closure"</code> property</h3>
378
- <pre class="programlisting"> "accel-closure" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#GClosure"><span class="type">GClosure</span></a>* : Read / Write</pre>
378
+ <pre class="programlisting"> "accel-closure" <span class="type">GClosure</span>* : Read / Write</pre>
379
379
  <p>The closure to be monitored for accelerator changes.</p>
380
380
  </div>
381
381
  <hr>
@@ -52,7 +52,7 @@ struct <a class="link" href="GtkAccessible.html#GtkAccessible-struc
52
52
  <div class="refsect1">
53
53
  <a name="GtkAccessible.object-hierarchy"></a><h2>Object Hierarchy</h2>
54
54
  <pre class="synopsis">
55
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
55
+ GObject
56
56
  +----AtkObject
57
57
  +----GtkAccessible
58
58
  </pre>
@@ -76,7 +76,7 @@ const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gt
76
76
  const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkAction.html#gtk-action-get-accel-path" title="gtk_action_get_accel_path ()">gtk_action_get_accel_path</a> (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);
77
77
  <span class="returnvalue">void</span> <a class="link" href="GtkAction.html#gtk-action-set-accel-path" title="gtk_action_set_accel_path ()">gtk_action_set_accel_path</a> (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
78
78
  <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *accel_path</code></em>);
79
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#GClosure"><span class="returnvalue">GClosure</span></a> * <a class="link" href="GtkAction.html#gtk-action-get-accel-closure" title="gtk_action_get_accel_closure ()">gtk_action_get_accel_closure</a> (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);
79
+ <span class="returnvalue">GClosure</span> * <a class="link" href="GtkAction.html#gtk-action-get-accel-closure" title="gtk_action_get_accel_closure ()">gtk_action_get_accel_closure</a> (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);
80
80
  <span class="returnvalue">void</span> <a class="link" href="GtkAction.html#gtk-action-set-accel-group" title="gtk_action_set_accel_group ()">gtk_action_set_accel_group</a> (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
81
81
  <em class="parameter"><code><a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>);
82
82
  <span class="returnvalue">void</span> <a class="link" href="GtkAction.html#gtk-action-set-label" title="gtk_action_set_label ()">gtk_action_set_label</a> (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
@@ -92,8 +92,8 @@ const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gt
92
92
  <em class="parameter"><code>const <a href="/home/kou/work/ruby/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>);
93
93
  const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkAction.html#gtk-action-get-stock-id" title="gtk_action_get_stock_id ()">gtk_action_get_stock_id</a> (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);
94
94
  <span class="returnvalue">void</span> <a class="link" href="GtkAction.html#gtk-action-set-gicon" title="gtk_action_set_gicon ()">gtk_action_set_gicon</a> (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
95
- <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *icon</code></em>);
96
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="returnvalue">GIcon</span></a> * <a class="link" href="GtkAction.html#gtk-action-get-gicon" title="gtk_action_get_gicon ()">gtk_action_get_gicon</a> (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);
95
+ <em class="parameter"><code><span class="type">GIcon</span> *icon</code></em>);
96
+ <span class="returnvalue">GIcon</span> * <a class="link" href="GtkAction.html#gtk-action-get-gicon" title="gtk_action_get_gicon ()">gtk_action_get_gicon</a> (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);
97
97
  <span class="returnvalue">void</span> <a class="link" href="GtkAction.html#gtk-action-set-icon-name" title="gtk_action_set_icon_name ()">gtk_action_set_icon_name</a> (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
98
98
  <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *icon_name</code></em>);
99
99
  const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkAction.html#gtk-action-get-icon-name" title="gtk_action_get_icon_name ()">gtk_action_get_icon_name</a> (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);
@@ -111,7 +111,7 @@ const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gt
111
111
  <div class="refsect1">
112
112
  <a name="GtkAction.object-hierarchy"></a><h2>Object Hierarchy</h2>
113
113
  <pre class="synopsis">
114
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
114
+ GObject
115
115
  +----GtkAction
116
116
  +----<a class="link" href="GtkToggleAction.html" title="GtkToggleAction">GtkToggleAction</a>
117
117
  +----<a class="link" href="GtkRecentAction.html" title="GtkRecentAction">GtkRecentAction</a>
@@ -128,7 +128,7 @@ GtkAction implements
128
128
  <pre class="synopsis">
129
129
  "<a class="link" href="GtkAction.html#GtkAction--action-group" title='The "action-group" property'>action-group</a>" <a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a>* : Read / Write
130
130
  "<a class="link" href="GtkAction.html#GtkAction--always-show-image" title='The "always-show-image" property'>always-show-image</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct
131
- "<a class="link" href="GtkAction.html#GtkAction--gicon" title='The "gicon" property'>gicon</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a>* : Read / Write
131
+ "<a class="link" href="GtkAction.html#GtkAction--gicon" title='The "gicon" property'>gicon</a>" <span class="type">GIcon</span>* : Read / Write
132
132
  "<a class="link" href="GtkAction.html#GtkAction--hide-if-empty" title='The "hide-if-empty" property'>hide-if-empty</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
133
133
  "<a class="link" href="GtkAction.html#GtkAction--icon-name" title='The "icon-name" property'>icon-name</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
134
134
  "<a class="link" href="GtkAction.html#GtkAction--is-important" title='The "is-important" property'>is-important</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
@@ -147,7 +147,7 @@ GtkAction implements
147
147
  <div class="refsect1">
148
148
  <a name="GtkAction.signals"></a><h2>Signals</h2>
149
149
  <pre class="synopsis">
150
- "<a class="link" href="GtkAction.html#GtkAction-activate" title='The "activate" signal'>activate</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-NO-RECURSE:CAPS"><code class="literal">No Recursion</code></a>
150
+ "<a class="link" href="GtkAction.html#GtkAction-activate" title='The "activate" signal'>activate</a>" : <code class="literal">No Recursion</code>
151
151
  </pre>
152
152
  </div>
153
153
  <div class="refsect1">
@@ -156,8 +156,8 @@ GtkAction implements
156
156
  </p>
157
157
  <div class="warning">
158
158
  <h3 class="title">Warning</h3>
159
- In GTK+ 3.10, GtkAction has been deprecated. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and
160
- associate actions with <a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widgets. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenuModel.html"><span class="type">GMenuModel</span></a> for creating
159
+ In GTK+ 3.10, GtkAction has been deprecated. Use <span class="type">GAction</span> instead, and
160
+ associate actions with <a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widgets. Use <span class="type">GMenuModel</span> for creating
161
161
  menus with <a class="link" href="GtkMenu.html#gtk-menu-new-from-model" title="gtk_menu_new_from_model ()"><code class="function">gtk_menu_new_from_model()</code></a>.
162
162
  </div>
163
163
  <p>
@@ -222,7 +222,7 @@ When the proxy is activated, it should activate its action.
222
222
  <em class="parameter"><code>const <a href="/home/kou/work/ruby/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>
223
223
  <div class="warning">
224
224
  <h3 class="title">Warning</h3>
225
- <p><code class="literal">gtk_action_new</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, associating it to a widget with
225
+ <p><code class="literal">gtk_action_new</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> instead, associating it to a widget with
226
226
  <a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> or creating a <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> with <a class="link" href="GtkMenu.html#gtk-menu-new-from-model" title="gtk_menu_new_from_model ()"><code class="function">gtk_menu_new_from_model()</code></a></p>
227
227
  </div>
228
228
  <p>
@@ -274,7 +274,7 @@ the action, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local
274
274
  <pre class="programlisting">const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_action_get_name (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
275
275
  <div class="warning">
276
276
  <h3 class="title">Warning</h3>
277
- <p><code class="literal">gtk_action_get_name</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#g-action-get-name"><code class="function">g_action_get_name()</code></a> on a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead</p>
277
+ <p><code class="literal">gtk_action_get_name</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <code class="function">g_action_get_name()</code> on a <span class="type">GAction</span> instead</p>
278
278
  </div>
279
279
  <p>
280
280
  Returns the name of the action.
@@ -304,7 +304,7 @@ be freed.</td>
304
304
  <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_action_is_sensitive (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
305
305
  <div class="warning">
306
306
  <h3 class="title">Warning</h3>
307
- <p><code class="literal">gtk_action_is_sensitive</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <code class="function">g_simple_action_get_enabled()</code> on a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html"><span class="type">GSimpleAction</span></a>
307
+ <p><code class="literal">gtk_action_is_sensitive</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <code class="function">g_simple_action_get_enabled()</code> on a <span class="type">GSimpleAction</span>
308
308
  instead</p>
309
309
  </div>
310
310
  <p>
@@ -336,7 +336,7 @@ are both sensitive.</td>
336
336
  <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_action_get_sensitive (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
337
337
  <div class="warning">
338
338
  <h3 class="title">Warning</h3>
339
- <p><code class="literal">gtk_action_get_sensitive</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <code class="function">g_simple_action_get_enabled()</code> on a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html"><span class="type">GSimpleAction</span></a>
339
+ <p><code class="literal">gtk_action_get_sensitive</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <code class="function">g_simple_action_get_enabled()</code> on a <span class="type">GSimpleAction</span>
340
340
  instead</p>
341
341
  </div>
342
342
  <p>
@@ -370,7 +370,7 @@ for that.
370
370
  <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> sensitive</code></em>);</pre>
371
371
  <div class="warning">
372
372
  <h3 class="title">Warning</h3>
373
- <p><code class="literal">gtk_action_set_sensitive</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html#g-simple-action-set-enabled"><code class="function">g_simple_action_set_enabled()</code></a> on a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html"><span class="type">GSimpleAction</span></a>
373
+ <p><code class="literal">gtk_action_set_sensitive</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <code class="function">g_simple_action_set_enabled()</code> on a <span class="type">GSimpleAction</span>
374
374
  instead</p>
375
375
  </div>
376
376
  <p>
@@ -404,7 +404,7 @@ for that.
404
404
  <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_action_is_visible (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
405
405
  <div class="warning">
406
406
  <h3 class="title">Warning</h3>
407
- <p><code class="literal">gtk_action_is_visible</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and control and monitor the state of
407
+ <p><code class="literal">gtk_action_is_visible</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> instead, and control and monitor the state of
408
408
  <a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widgets directly</p>
409
409
  </div>
410
410
  <p>
@@ -436,7 +436,7 @@ are both visible.</td>
436
436
  <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_action_get_visible (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
437
437
  <div class="warning">
438
438
  <h3 class="title">Warning</h3>
439
- <p><code class="literal">gtk_action_get_visible</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and control and monitor the state of
439
+ <p><code class="literal">gtk_action_get_visible</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> instead, and control and monitor the state of
440
440
  <a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widgets directly</p>
441
441
  </div>
442
442
  <p>
@@ -470,7 +470,7 @@ for that.
470
470
  <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> visible</code></em>);</pre>
471
471
  <div class="warning">
472
472
  <h3 class="title">Warning</h3>
473
- <p><code class="literal">gtk_action_set_visible</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and control and monitor the state of
473
+ <p><code class="literal">gtk_action_set_visible</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> instead, and control and monitor the state of
474
474
  <a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widgets directly</p>
475
475
  </div>
476
476
  <p>
@@ -504,7 +504,7 @@ for that.
504
504
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_action_activate (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
505
505
  <div class="warning">
506
506
  <h3 class="title">Warning</h3>
507
- <p><code class="literal">gtk_action_activate</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GActionGroup.html#g-action-group-activate-action"><code class="function">g_action_group_activate_action()</code></a> on a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead</p>
507
+ <p><code class="literal">gtk_action_activate</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <code class="function">g_action_group_activate_action()</code> on a <span class="type">GAction</span> instead</p>
508
508
  </div>
509
509
  <p>
510
510
  Emits the "activate" signal on the specified action, if it isn't
@@ -533,7 +533,7 @@ It can also be used to manually activate an action.
533
533
  <em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> icon_size</code></em>);</pre>
534
534
  <div class="warning">
535
535
  <h3 class="title">Warning</h3>
536
- <p><code class="literal">gtk_action_create_icon</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#g-menu-item-set-icon"><code class="function">g_menu_item_set_icon()</code></a> to set an icon on a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem"><span class="type">GMenuItem</span></a>,
536
+ <p><code class="literal">gtk_action_create_icon</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <code class="function">g_menu_item_set_icon()</code> to set an icon on a <span class="type">GMenuItem</span>,
537
537
  or <a class="link" href="GtkContainer.html#gtk-container-add" title="gtk_container_add ()"><code class="function">gtk_container_add()</code></a> to add a <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> to a <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a></p>
538
538
  </div>
539
539
  <p>
@@ -570,7 +570,7 @@ create icons displayed in the proxy widgets.
570
570
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_action_create_menu_item (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
571
571
  <div class="warning">
572
572
  <h3 class="title">Warning</h3>
573
- <p><code class="literal">gtk_action_create_menu_item</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#g-menu-item-new"><code class="function">g_menu_item_new()</code></a> and associate it with a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a>
573
+ <p><code class="literal">gtk_action_create_menu_item</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <code class="function">g_menu_item_new()</code> and associate it with a <span class="type">GAction</span>
574
574
  instead.</p>
575
575
  </div>
576
576
  <p>
@@ -601,7 +601,7 @@ Creates a menu item widget that proxies for the given action.
601
601
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_action_create_tool_item (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
602
602
  <div class="warning">
603
603
  <h3 class="title">Warning</h3>
604
- <p><code class="literal">gtk_action_create_tool_item</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> and associate it with a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> using
604
+ <p><code class="literal">gtk_action_create_tool_item</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> and associate it with a <span class="type">GAction</span> using
605
605
  <a class="link" href="GtkActionable.html#gtk-actionable-set-action-name" title="gtk_actionable_set_action_name ()"><code class="function">gtk_actionable_set_action_name()</code></a> instead</p>
606
606
  </div>
607
607
  <p>
@@ -632,7 +632,7 @@ Creates a toolbar item widget that proxies for the given action.
632
632
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_action_create_menu (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
633
633
  <div class="warning">
634
634
  <h3 class="title">Warning</h3>
635
- <p><code class="literal">gtk_action_create_menu</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> and <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenuModel.html"><span class="type">GMenuModel</span></a> instead, and create a
635
+ <p><code class="literal">gtk_action_create_menu</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> and <span class="type">GMenuModel</span> instead, and create a
636
636
  <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> with <a class="link" href="GtkMenu.html#gtk-menu-new-from-model" title="gtk_menu_new_from_model ()"><code class="function">gtk_menu_new_from_model()</code></a></p>
637
637
  </div>
638
638
  <p>
@@ -699,7 +699,7 @@ and must not be modified. <span class="annotation">[<acronym title="Generics and
699
699
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_action_connect_accelerator (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
700
700
  <div class="warning">
701
701
  <h3 class="title">Warning</h3>
702
- <p><code class="literal">gtk_action_connect_accelerator</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> and the accelerator group on an associated
702
+ <p><code class="literal">gtk_action_connect_accelerator</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> and the accelerator group on an associated
703
703
  <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> instead</p>
704
704
  </div>
705
705
  <p>
@@ -732,7 +732,7 @@ function has been called and doesn't remove the accelerator until
732
732
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_action_disconnect_accelerator (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
733
733
  <div class="warning">
734
734
  <h3 class="title">Warning</h3>
735
- <p><code class="literal">gtk_action_disconnect_accelerator</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> and the accelerator group on an associated
735
+ <p><code class="literal">gtk_action_disconnect_accelerator</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> and the accelerator group on an associated
736
736
  <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> instead</p>
737
737
  </div>
738
738
  <p>
@@ -757,8 +757,8 @@ Undoes the effect of one call to <a class="link" href="GtkAction.html#gtk-action
757
757
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_action_block_activate (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
758
758
  <div class="warning">
759
759
  <h3 class="title">Warning</h3>
760
- <p><code class="literal">gtk_action_block_activate</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html#g-simple-action-set-enabled"><code class="function">g_simple_action_set_enabled()</code></a> to disable the
761
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html"><span class="type">GSimpleAction</span></a> instead</p>
760
+ <p><code class="literal">gtk_action_block_activate</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <code class="function">g_simple_action_set_enabled()</code> to disable the
761
+ <span class="type">GSimpleAction</span> instead</p>
762
762
  </div>
763
763
  <p>
764
764
  Disable activation signals from the action
@@ -788,8 +788,8 @@ cases (updating toggle state for instance).
788
788
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_action_unblock_activate (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
789
789
  <div class="warning">
790
790
  <h3 class="title">Warning</h3>
791
- <p><code class="literal">gtk_action_unblock_activate</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html#g-simple-action-set-enabled"><code class="function">g_simple_action_set_enabled()</code></a> to enable the
792
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html"><span class="type">GSimpleAction</span></a> instead</p>
791
+ <p><code class="literal">gtk_action_unblock_activate</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <code class="function">g_simple_action_set_enabled()</code> to enable the
792
+ <span class="type">GSimpleAction</span> instead</p>
793
793
  </div>
794
794
  <p>
795
795
  Reenable activation signals from the action
@@ -813,7 +813,7 @@ Reenable activation signals from the action
813
813
  <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_action_get_always_show_image (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
814
814
  <div class="warning">
815
815
  <h3 class="title">Warning</h3>
816
- <p><code class="literal">gtk_action_get_always_show_image</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#g-menu-item-get-attribute-value"><code class="function">g_menu_item_get_attribute_value()</code></a> on a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem"><span class="type">GMenuItem</span></a>
816
+ <p><code class="literal">gtk_action_get_always_show_image</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <code class="function">g_menu_item_get_attribute_value()</code> on a <span class="type">GMenuItem</span>
817
817
  instead</p>
818
818
  </div>
819
819
  <p>
@@ -847,7 +847,7 @@ show their image, if available.
847
847
  <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> always_show</code></em>);</pre>
848
848
  <div class="warning">
849
849
  <h3 class="title">Warning</h3>
850
- <p><code class="literal">gtk_action_set_always_show_image</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#g-menu-item-set-icon"><code class="function">g_menu_item_set_icon()</code></a> on a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem"><span class="type">GMenuItem</span></a> instead, if the
850
+ <p><code class="literal">gtk_action_set_always_show_image</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <code class="function">g_menu_item_set_icon()</code> on a <span class="type">GMenuItem</span> instead, if the
851
851
  item should have an image</p>
852
852
  </div>
853
853
  <p>
@@ -884,7 +884,7 @@ without their image.
884
884
  <pre class="programlisting">const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_action_get_accel_path (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
885
885
  <div class="warning">
886
886
  <h3 class="title">Warning</h3>
887
- <p><code class="literal">gtk_action_get_accel_path</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> and the accelerator path on an associated
887
+ <p><code class="literal">gtk_action_get_accel_path</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> and the accelerator path on an associated
888
888
  <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> instead</p>
889
889
  </div>
890
890
  <p>
@@ -917,7 +917,7 @@ and must not be freed or modified.</td>
917
917
  <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *accel_path</code></em>);</pre>
918
918
  <div class="warning">
919
919
  <h3 class="title">Warning</h3>
920
- <p><code class="literal">gtk_action_set_accel_path</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> and the accelerator path on an associated
920
+ <p><code class="literal">gtk_action_set_accel_path</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> and the accelerator path on an associated
921
921
  <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> instead</p>
922
922
  </div>
923
923
  <p>
@@ -951,10 +951,10 @@ pass a static string, you can save some memory by interning it first with
951
951
  <hr>
952
952
  <div class="refsect2">
953
953
  <a name="gtk-action-get-accel-closure"></a><h3>gtk_action_get_accel_closure ()</h3>
954
- <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#GClosure"><span class="returnvalue">GClosure</span></a> * gtk_action_get_accel_closure (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
954
+ <pre class="programlisting"><span class="returnvalue">GClosure</span> * gtk_action_get_accel_closure (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
955
955
  <div class="warning">
956
956
  <h3 class="title">Warning</h3>
957
- <p><code class="literal">gtk_action_get_accel_closure</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> and <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> instead, which have no
957
+ <p><code class="literal">gtk_action_get_accel_closure</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> and <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> instead, which have no
958
958
  equivalent for getting the accel closure</p>
959
959
  </div>
960
960
  <p>
@@ -988,7 +988,7 @@ or modified. <span class="annotation">[<acronym title="Don't free data after the
988
988
  <em class="parameter"><code><a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>);</pre>
989
989
  <div class="warning">
990
990
  <h3 class="title">Warning</h3>
991
- <p><code class="literal">gtk_action_set_accel_group</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> and the accelerator group on an associated
991
+ <p><code class="literal">gtk_action_set_accel_group</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> and the accelerator group on an associated
992
992
  <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> instead</p>
993
993
  </div>
994
994
  <p>
@@ -1021,8 +1021,8 @@ will be installed.
1021
1021
  <em class="parameter"><code>const <a href="/home/kou/work/ruby/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>
1022
1022
  <div class="warning">
1023
1023
  <h3 class="title">Warning</h3>
1024
- <p><code class="literal">gtk_action_set_label</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and set a label on a menu item with
1025
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#g-menu-item-set-label"><code class="function">g_menu_item_set_label()</code></a>. For <a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widgets, use the widget-specific
1024
+ <p><code class="literal">gtk_action_set_label</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> instead, and set a label on a menu item with
1025
+ <code class="function">g_menu_item_set_label()</code>. For <a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widgets, use the widget-specific
1026
1026
  API to set a label</p>
1027
1027
  </div>
1028
1028
  <p>
@@ -1053,8 +1053,8 @@ Sets the label of <em class="parameter"><code>action</code></em>.
1053
1053
  <pre class="programlisting">const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_action_get_label (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
1054
1054
  <div class="warning">
1055
1055
  <h3 class="title">Warning</h3>
1056
- <p><code class="literal">gtk_action_get_label</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and get a label from a menu item
1057
- with <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#g-menu-item-get-attribute-value"><code class="function">g_menu_item_get_attribute_value()</code></a>. For <a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widgets, use the
1056
+ <p><code class="literal">gtk_action_get_label</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> instead, and get a label from a menu item
1057
+ with <code class="function">g_menu_item_get_attribute_value()</code>. For <a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widgets, use the
1058
1058
  widget-specific API to get a label</p>
1059
1059
  </div>
1060
1060
  <p>
@@ -1086,7 +1086,7 @@ Gets the label text of <em class="parameter"><code>action</code></em>.
1086
1086
  <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *short_label</code></em>);</pre>
1087
1087
  <div class="warning">
1088
1088
  <h3 class="title">Warning</h3>
1089
- <p><code class="literal">gtk_action_set_short_label</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, which has no equivalent of short
1089
+ <p><code class="literal">gtk_action_set_short_label</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> instead, which has no equivalent of short
1090
1090
  labels</p>
1091
1091
  </div>
1092
1092
  <p>
@@ -1117,7 +1117,7 @@ Sets a shorter label text on <em class="parameter"><code>action</code></em>.
1117
1117
  <pre class="programlisting">const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_action_get_short_label (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
1118
1118
  <div class="warning">
1119
1119
  <h3 class="title">Warning</h3>
1120
- <p><code class="literal">gtk_action_get_short_label</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, which has no equivalent of short
1120
+ <p><code class="literal">gtk_action_get_short_label</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> instead, which has no equivalent of short
1121
1121
  labels</p>
1122
1122
  </div>
1123
1123
  <p>
@@ -1149,7 +1149,7 @@ Gets the short label text of <em class="parameter"><code>action</code></em>.
1149
1149
  <em class="parameter"><code>const <a href="/home/kou/work/ruby/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>);</pre>
1150
1150
  <div class="warning">
1151
1151
  <h3 class="title">Warning</h3>
1152
- <p><code class="literal">gtk_action_set_tooltip</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and set tooltips on associated
1152
+ <p><code class="literal">gtk_action_set_tooltip</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> instead, and set tooltips on associated
1153
1153
  <span class="type">GActionable</span> widgets with <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-text" title="gtk_widget_set_tooltip_text ()"><code class="function">gtk_widget_set_tooltip_text()</code></a></p>
1154
1154
  </div>
1155
1155
  <p>
@@ -1180,7 +1180,7 @@ Sets the tooltip text on <em class="parameter"><code>action</code></em>
1180
1180
  <pre class="programlisting">const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_action_get_tooltip (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
1181
1181
  <div class="warning">
1182
1182
  <h3 class="title">Warning</h3>
1183
- <p><code class="literal">gtk_action_get_tooltip</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and get tooltips from associated
1183
+ <p><code class="literal">gtk_action_get_tooltip</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> instead, and get tooltips from associated
1184
1184
  <span class="type">GActionable</span> widgets with <a class="link" href="GtkWidget.html#gtk-widget-get-tooltip-text" title="gtk_widget_get_tooltip_text ()"><code class="function">gtk_widget_get_tooltip_text()</code></a></p>
1185
1185
  </div>
1186
1186
  <p>
@@ -1212,7 +1212,7 @@ Gets the tooltip text of <em class="parameter"><code>action</code></em>.
1212
1212
  <em class="parameter"><code>const <a href="/home/kou/work/ruby/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>
1213
1213
  <div class="warning">
1214
1214
  <h3 class="title">Warning</h3>
1215
- <p><code class="literal">gtk_action_set_stock_id</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, which has no equivalent of stock
1215
+ <p><code class="literal">gtk_action_set_stock_id</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> instead, which has no equivalent of stock
1216
1216
  items</p>
1217
1217
  </div>
1218
1218
  <p>
@@ -1243,7 +1243,7 @@ Sets the stock id on <em class="parameter"><code>action</code></em>
1243
1243
  <pre class="programlisting">const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_action_get_stock_id (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
1244
1244
  <div class="warning">
1245
1245
  <h3 class="title">Warning</h3>
1246
- <p><code class="literal">gtk_action_get_stock_id</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, which has no equivalent of stock
1246
+ <p><code class="literal">gtk_action_get_stock_id</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> instead, which has no equivalent of stock
1247
1247
  items</p>
1248
1248
  </div>
1249
1249
  <p>
@@ -1272,11 +1272,11 @@ Gets the stock id of <em class="parameter"><code>action</code></em>.
1272
1272
  <div class="refsect2">
1273
1273
  <a name="gtk-action-set-gicon"></a><h3>gtk_action_set_gicon ()</h3>
1274
1274
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_action_set_gicon (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
1275
- <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *icon</code></em>);</pre>
1275
+ <em class="parameter"><code><span class="type">GIcon</span> *icon</code></em>);</pre>
1276
1276
  <div class="warning">
1277
1277
  <h3 class="title">Warning</h3>
1278
- <p><code class="literal">gtk_action_set_gicon</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#g-menu-item-set-icon"><code class="function">g_menu_item_set_icon()</code></a> to set an
1279
- icon on a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem"><span class="type">GMenuItem</span></a> associated with a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a>, or <a class="link" href="GtkContainer.html#gtk-container-add" title="gtk_container_add ()"><code class="function">gtk_container_add()</code></a> to
1278
+ <p><code class="literal">gtk_action_set_gicon</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> instead, and <code class="function">g_menu_item_set_icon()</code> to set an
1279
+ icon on a <span class="type">GMenuItem</span> associated with a <span class="type">GAction</span>, or <a class="link" href="GtkContainer.html#gtk-container-add" title="gtk_container_add ()"><code class="function">gtk_container_add()</code></a> to
1280
1280
  add a <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> to a <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a></p>
1281
1281
  </div>
1282
1282
  <p>
@@ -1295,7 +1295,7 @@ Sets the icon of <em class="parameter"><code>action</code></em>.
1295
1295
  </tr>
1296
1296
  <tr>
1297
1297
  <td><p><span class="term"><em class="parameter"><code>icon</code></em> :</span></p></td>
1298
- <td>the <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> to set</td>
1298
+ <td>the <span class="type">GIcon</span> to set</td>
1299
1299
  </tr>
1300
1300
  </tbody>
1301
1301
  </table></div>
@@ -1304,12 +1304,12 @@ Sets the icon of <em class="parameter"><code>action</code></em>.
1304
1304
  <hr>
1305
1305
  <div class="refsect2">
1306
1306
  <a name="gtk-action-get-gicon"></a><h3>gtk_action_get_gicon ()</h3>
1307
- <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="returnvalue">GIcon</span></a> * gtk_action_get_gicon (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
1307
+ <pre class="programlisting"><span class="returnvalue">GIcon</span> * gtk_action_get_gicon (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
1308
1308
  <div class="warning">
1309
1309
  <h3 class="title">Warning</h3>
1310
- <p><code class="literal">gtk_action_get_gicon</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and
1311
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#g-menu-item-get-attribute-value"><code class="function">g_menu_item_get_attribute_value()</code></a> to get an icon from a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem"><span class="type">GMenuItem</span></a>
1312
- associated with a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a></p>
1310
+ <p><code class="literal">gtk_action_get_gicon</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> instead, and
1311
+ <code class="function">g_menu_item_get_attribute_value()</code> to get an icon from a <span class="type">GMenuItem</span>
1312
+ associated with a <span class="type">GAction</span></p>
1313
1313
  </div>
1314
1314
  <p>
1315
1315
  Gets the gicon of <em class="parameter"><code>action</code></em>.
@@ -1327,7 +1327,7 @@ Gets the gicon of <em class="parameter"><code>action</code></em>.
1327
1327
  </tr>
1328
1328
  <tr>
1329
1329
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1330
- <td>The action's <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> if one is set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1330
+ <td>The action's <span class="type">GIcon</span> if one is set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1331
1331
  </td>
1332
1332
  </tr>
1333
1333
  </tbody>
@@ -1341,8 +1341,8 @@ Gets the gicon of <em class="parameter"><code>action</code></em>.
1341
1341
  <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *icon_name</code></em>);</pre>
1342
1342
  <div class="warning">
1343
1343
  <h3 class="title">Warning</h3>
1344
- <p><code class="literal">gtk_action_set_icon_name</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#g-menu-item-set-icon"><code class="function">g_menu_item_set_icon()</code></a> to set an
1345
- icon on a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem"><span class="type">GMenuItem</span></a> associated with a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a>, or <a class="link" href="GtkContainer.html#gtk-container-add" title="gtk_container_add ()"><code class="function">gtk_container_add()</code></a> to
1344
+ <p><code class="literal">gtk_action_set_icon_name</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> instead, and <code class="function">g_menu_item_set_icon()</code> to set an
1345
+ icon on a <span class="type">GMenuItem</span> associated with a <span class="type">GAction</span>, or <a class="link" href="GtkContainer.html#gtk-container-add" title="gtk_container_add ()"><code class="function">gtk_container_add()</code></a> to
1346
1346
  add a <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> to a <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a></p>
1347
1347
  </div>
1348
1348
  <p>
@@ -1373,9 +1373,9 @@ Sets the icon name on <em class="parameter"><code>action</code></em>
1373
1373
  <pre class="programlisting">const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_action_get_icon_name (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
1374
1374
  <div class="warning">
1375
1375
  <h3 class="title">Warning</h3>
1376
- <p><code class="literal">gtk_action_get_icon_name</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and
1377
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#g-menu-item-get-attribute-value"><code class="function">g_menu_item_get_attribute_value()</code></a> to get an icon from a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem"><span class="type">GMenuItem</span></a>
1378
- associated with a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a></p>
1376
+ <p><code class="literal">gtk_action_get_icon_name</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> instead, and
1377
+ <code class="function">g_menu_item_get_attribute_value()</code> to get an icon from a <span class="type">GMenuItem</span>
1378
+ associated with a <span class="type">GAction</span></p>
1379
1379
  </div>
1380
1380
  <p>
1381
1381
  Gets the icon name of <em class="parameter"><code>action</code></em>.
@@ -1406,7 +1406,7 @@ Gets the icon name of <em class="parameter"><code>action</code></em>.
1406
1406
  <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> visible_horizontal</code></em>);</pre>
1407
1407
  <div class="warning">
1408
1408
  <h3 class="title">Warning</h3>
1409
- <p><code class="literal">gtk_action_set_visible_horizontal</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and control and monitor the
1409
+ <p><code class="literal">gtk_action_set_visible_horizontal</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> instead, and control and monitor the
1410
1410
  visibility of associated widgets and menu items directly</p>
1411
1411
  </div>
1412
1412
  <p>
@@ -1437,7 +1437,7 @@ Sets whether <em class="parameter"><code>action</code></em> is visible when hori
1437
1437
  <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_action_get_visible_horizontal (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
1438
1438
  <div class="warning">
1439
1439
  <h3 class="title">Warning</h3>
1440
- <p><code class="literal">gtk_action_get_visible_horizontal</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and control and monitor the
1440
+ <p><code class="literal">gtk_action_get_visible_horizontal</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> instead, and control and monitor the
1441
1441
  visibility of associated widgets and menu items directly</p>
1442
1442
  </div>
1443
1443
  <p>
@@ -1469,7 +1469,7 @@ Checks whether <em class="parameter"><code>action</code></em> is visible when ho
1469
1469
  <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> visible_vertical</code></em>);</pre>
1470
1470
  <div class="warning">
1471
1471
  <h3 class="title">Warning</h3>
1472
- <p><code class="literal">gtk_action_set_visible_vertical</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and control and monitor the
1472
+ <p><code class="literal">gtk_action_set_visible_vertical</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> instead, and control and monitor the
1473
1473
  visibility of associated widgets and menu items directly</p>
1474
1474
  </div>
1475
1475
  <p>
@@ -1500,7 +1500,7 @@ Sets whether <em class="parameter"><code>action</code></em> is visible when vert
1500
1500
  <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_action_get_visible_vertical (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
1501
1501
  <div class="warning">
1502
1502
  <h3 class="title">Warning</h3>
1503
- <p><code class="literal">gtk_action_get_visible_vertical</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and control and monitor the
1503
+ <p><code class="literal">gtk_action_get_visible_vertical</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> instead, and control and monitor the
1504
1504
  visibility of associated widgets and menu items directly</p>
1505
1505
  </div>
1506
1506
  <p>
@@ -1532,7 +1532,7 @@ Checks whether <em class="parameter"><code>action</code></em> is visible when ho
1532
1532
  <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_important</code></em>);</pre>
1533
1533
  <div class="warning">
1534
1534
  <h3 class="title">Warning</h3>
1535
- <p><code class="literal">gtk_action_set_is_important</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and control and monitor whether
1535
+ <p><code class="literal">gtk_action_set_is_important</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> instead, and control and monitor whether
1536
1536
  labels are shown directly</p>
1537
1537
  </div>
1538
1538
  <p>
@@ -1565,7 +1565,7 @@ or not.
1565
1565
  <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_action_get_is_important (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
1566
1566
  <div class="warning">
1567
1567
  <h3 class="title">Warning</h3>
1568
- <p><code class="literal">gtk_action_get_is_important</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and control and monitor whether
1568
+ <p><code class="literal">gtk_action_get_is_important</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">GAction</span> instead, and control and monitor whether
1569
1569
  labels are shown directly</p>
1570
1570
  </div>
1571
1571
  <p>
@@ -1598,7 +1598,7 @@ Checks whether <em class="parameter"><code>action</code></em> is important or no
1598
1598
  <pre class="programlisting"> "action-group" <a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a>* : Read / Write</pre>
1599
1599
  <div class="warning">
1600
1600
  <h3 class="title">Warning</h3>
1601
- <p><code class="literal">GtkAction:action-group</code> has been deprecated since version 3.10 and should not be used in newly-written code. Lookup the <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> using <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GActionMap.html#g-action-map-lookup-action"><code class="function">g_action_map_lookup_action()</code></a>
1601
+ <p><code class="literal">GtkAction:action-group</code> has been deprecated since version 3.10 and should not be used in newly-written code. Lookup the <span class="type">GAction</span> using <code class="function">g_action_map_lookup_action()</code>
1602
1602
  instead</p>
1603
1603
  </div>
1604
1604
  <p>
@@ -1613,7 +1613,7 @@ The GtkActionGroup this GtkAction is associated with, or NULL
1613
1613
  <div class="warning">
1614
1614
  <h3 class="title">Warning</h3>
1615
1615
  <p><code class="literal">GtkAction:always-show-image</code> has been deprecated since version 3.10 and should not be used in newly-written code. There is no corresponding replacement when using
1616
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a></p>
1616
+ <span class="type">GAction</span></p>
1617
1617
  </div>
1618
1618
  <p>
1619
1619
  If <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the action's menu item proxies will ignore the <a class="link" href="GtkSettings.html#GtkSettings--gtk-menu-images" title='The "gtk-menu-images" property'><span class="type">"gtk-menu-images"</span></a>
@@ -1630,13 +1630,13 @@ without their image.
1630
1630
  <hr>
1631
1631
  <div class="refsect2">
1632
1632
  <a name="GtkAction--gicon"></a><h3>The <code class="literal">"gicon"</code> property</h3>
1633
- <pre class="programlisting"> "gicon" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a>* : Read / Write</pre>
1633
+ <pre class="programlisting"> "gicon" <span class="type">GIcon</span>* : Read / Write</pre>
1634
1634
  <div class="warning">
1635
1635
  <h3 class="title">Warning</h3>
1636
- <p><code class="literal">GtkAction:gicon</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use the "icon" attribute on a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem"><span class="type">GMenuItem</span></a> instead</p>
1636
+ <p><code class="literal">GtkAction:gicon</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use the "icon" attribute on a <span class="type">GMenuItem</span> instead</p>
1637
1637
  </div>
1638
1638
  <p>
1639
- The <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> displayed in the <a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a>.
1639
+ The <span class="type">GIcon</span> displayed in the <a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a>.
1640
1640
  </p>
1641
1641
  <p>
1642
1642
  Note that the stock icon is preferred, if the <a class="link" href="GtkAction.html#GtkAction--stock-id" title='The "stock-id" property'><span class="type">"stock-id"</span></a>
@@ -1657,7 +1657,7 @@ This is an appearance property and thus only applies if
1657
1657
  <div class="warning">
1658
1658
  <h3 class="title">Warning</h3>
1659
1659
  <p><code class="literal">GtkAction:hide-if-empty</code> has been deprecated since version 3.10 and should not be used in newly-written code. There is no corresponding replacement when using
1660
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a></p>
1660
+ <span class="type">GAction</span></p>
1661
1661
  </div>
1662
1662
  <p>
1663
1663
  When TRUE, empty menu proxies for this action are hidden.
@@ -1670,7 +1670,7 @@ When TRUE, empty menu proxies for this action are hidden.
1670
1670
  <pre class="programlisting"> "icon-name" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1671
1671
  <div class="warning">
1672
1672
  <h3 class="title">Warning</h3>
1673
- <p><code class="literal">GtkAction:icon-name</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use the "icon" attribute on a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem"><span class="type">GMenuItem</span></a> instead</p>
1673
+ <p><code class="literal">GtkAction:icon-name</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use the "icon" attribute on a <span class="type">GMenuItem</span> instead</p>
1674
1674
  </div>
1675
1675
  <p>
1676
1676
  The name of the icon from the icon theme.
@@ -1679,7 +1679,7 @@ The name of the icon from the icon theme.
1679
1679
  <p>
1680
1680
  Note that the stock icon is preferred, if the <a class="link" href="GtkAction.html#GtkAction--stock-id" title='The "stock-id" property'><span class="type">"stock-id"</span></a>
1681
1681
 
1682
- property holds the id of an existing stock icon, and the <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> is
1682
+ property holds the id of an existing stock icon, and the <span class="type">GIcon</span> is
1683
1683
  preferred if the <a class="link" href="GtkAction.html#GtkAction--gicon" title='The "gicon" property'><span class="type">"gicon"</span></a> property is set.
1684
1684
 
1685
1685
  </p>
@@ -1698,7 +1698,7 @@ This is an appearance property and thus only applies if
1698
1698
  <div class="warning">
1699
1699
  <h3 class="title">Warning</h3>
1700
1700
  <p><code class="literal">GtkAction:is-important</code> has been deprecated since version 3.10 and should not be used in newly-written code. There is no corresponding replacement when using
1701
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a></p>
1701
+ <span class="type">GAction</span></p>
1702
1702
  </div>
1703
1703
  <p>
1704
1704
  Whether the action is considered important. When TRUE, toolitem
@@ -1712,7 +1712,7 @@ proxies for this action show text in GTK_TOOLBAR_BOTH_HORIZ mode.
1712
1712
  <pre class="programlisting"> "label" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1713
1713
  <div class="warning">
1714
1714
  <h3 class="title">Warning</h3>
1715
- <p><code class="literal">GtkAction:label</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use the "label" attribute on <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem"><span class="type">GMenuItem</span></a> instead</p>
1715
+ <p><code class="literal">GtkAction:label</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use the "label" attribute on <span class="type">GMenuItem</span> instead</p>
1716
1716
  </div>
1717
1717
  <p>
1718
1718
  The label used for menu items and buttons that activate
@@ -1761,7 +1761,7 @@ Whether the action is enabled.
1761
1761
  <div class="warning">
1762
1762
  <h3 class="title">Warning</h3>
1763
1763
  <p><code class="literal">GtkAction:short-label</code> has been deprecated since version 3.10 and should not be used in newly-written code. There is no corresponding replacement when using
1764
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a></p>
1764
+ <span class="type">GAction</span></p>
1765
1765
  </div>
1766
1766
  <p>
1767
1767
  A shorter label that may be used on toolbar buttons.
@@ -1780,7 +1780,7 @@ This is an appearance property and thus only applies if
1780
1780
  <div class="warning">
1781
1781
  <h3 class="title">Warning</h3>
1782
1782
  <p><code class="literal">GtkAction:stock-id</code> has been deprecated since version 3.10 and should not be used in newly-written code. There is no corresponding replacement when using
1783
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a></p>
1783
+ <span class="type">GAction</span></p>
1784
1784
  </div>
1785
1785
  <p>
1786
1786
  The stock icon displayed in widgets representing this action.
@@ -1812,7 +1812,7 @@ A tooltip for this action.
1812
1812
  <div class="warning">
1813
1813
  <h3 class="title">Warning</h3>
1814
1814
  <p><code class="literal">GtkAction:visible</code> has been deprecated since version 3.10 and should not be used in newly-written code. There is no corresponding replacement when using
1815
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a></p>
1815
+ <span class="type">GAction</span></p>
1816
1816
  </div>
1817
1817
  <p>
1818
1818
  Whether the action is visible.
@@ -1826,7 +1826,7 @@ Whether the action is visible.
1826
1826
  <div class="warning">
1827
1827
  <h3 class="title">Warning</h3>
1828
1828
  <p><code class="literal">GtkAction:visible-horizontal</code> has been deprecated since version 3.10 and should not be used in newly-written code. There is no corresponding replacement when using
1829
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a></p>
1829
+ <span class="type">GAction</span></p>
1830
1830
  </div>
1831
1831
  <p>
1832
1832
  Whether the toolbar item is visible when the toolbar is in a horizontal orientation.
@@ -1840,7 +1840,7 @@ Whether the toolbar item is visible when the toolbar is in a horizontal orientat
1840
1840
  <div class="warning">
1841
1841
  <h3 class="title">Warning</h3>
1842
1842
  <p><code class="literal">GtkAction:visible-overflown</code> has been deprecated since version 3.10 and should not be used in newly-written code. There is no corresponding replacement when using
1843
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a></p>
1843
+ <span class="type">GAction</span></p>
1844
1844
  </div>
1845
1845
  <p>
1846
1846
  When <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, toolitem proxies for this action are represented in the
@@ -1857,7 +1857,7 @@ toolbar overflow menu.
1857
1857
  <div class="warning">
1858
1858
  <h3 class="title">Warning</h3>
1859
1859
  <p><code class="literal">GtkAction:visible-vertical</code> has been deprecated since version 3.10 and should not be used in newly-written code. There is no corresponding replacement when using
1860
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a></p>
1860
+ <span class="type">GAction</span></p>
1861
1861
  </div>
1862
1862
  <p>
1863
1863
  Whether the toolbar item is visible when the toolbar is in a vertical orientation.
@@ -1870,7 +1870,7 @@ Whether the toolbar item is visible when the toolbar is in a vertical orientatio
1870
1870
  <div class="refsect2">
1871
1871
  <a name="GtkAction-activate"></a><h3>The <code class="literal">"activate"</code> signal</h3>
1872
1872
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action,
1873
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-NO-RECURSE:CAPS"><code class="literal">No Recursion</code></a></pre>
1873
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <code class="literal">No Recursion</code></pre>
1874
1874
  <div class="warning">
1875
1875
  <h3 class="title">Warning</h3>
1876
1876
  <p><code class="literal">GtkAction::activate</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">"activate"</span> instead</p>