gtk2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (466) hide show
  1. data/ChangeLog +22 -0
  2. data/ext/gtk2/rbgtkwindow.c +3 -1
  3. data/lib/1.8/gtk2.so +0 -0
  4. data/lib/1.9/gtk2.so +0 -0
  5. data/sample/gtk-demo/cairo-operator.rb +1 -1
  6. data/sample/misc/bindings.rb +1 -1
  7. data/sample/misc/cairo-pong.rb +1 -1
  8. data/vendor/local/bin/gtk-builder-convert +29 -2
  9. data/vendor/local/bin/gtk-demo.exe +0 -0
  10. data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
  11. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  12. data/vendor/local/bin/libgailutil-18.dll +0 -0
  13. data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
  14. data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
  15. data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
  16. data/vendor/local/include/gtk-2.0/gdk/gdk.h +2 -5
  17. data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +4 -0
  18. data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +2 -0
  19. data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +7 -0
  20. data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +7 -4
  21. data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
  22. data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +1 -0
  23. data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +4 -0
  24. data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +13 -9
  25. data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +2 -0
  26. data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +5 -0
  27. data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +16 -6
  28. data/vendor/local/include/gtk-2.0/gtk/gtk.h +1 -0
  29. data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +5 -1
  30. data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +14 -3
  31. data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +3 -0
  32. data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +77 -0
  33. data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +4 -0
  34. data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +2 -0
  35. data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
  36. data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +5 -3
  37. data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +6 -0
  38. data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +4 -0
  39. data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +2 -0
  40. data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
  41. data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +4 -0
  42. data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +5 -1
  43. data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +2 -1
  44. data/vendor/local/lib/gailutil.lib +0 -0
  45. data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
  46. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
  47. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
  48. data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
  49. data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
  50. data/vendor/local/lib/libgailutil.dll.a +0 -0
  51. data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
  52. data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
  53. data/vendor/local/lib/pkgconfig/gail.pc +1 -1
  54. data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
  55. data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
  56. data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
  57. data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
  58. data/vendor/local/manifest/{gtk+-dev_2.22.1-1_win32.mft → gtk+-dev_2.24.0-1_win32.mft} +9 -6
  59. data/vendor/local/manifest/{gtk+_2.22.1-1_win32.mft → gtk+_2.24.0-1_win32.mft} +2 -6
  60. data/vendor/local/share/doc/{gtk+-2.22.1 → gtk+-2.24.0}/COPYING +0 -0
  61. data/vendor/local/share/doc/{gtk+-dev-2.22.1 → gtk+-dev-2.24.0}/COPYING +0 -0
  62. data/vendor/local/share/gtk-2.0/demo/appwindow.c +0 -21
  63. data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
  64. data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
  65. data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
  66. data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
  67. data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
  68. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +60 -94
  69. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +44 -58
  70. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
  71. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
  72. data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
  73. data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
  74. data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +2 -1
  75. data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +151 -208
  76. data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +33 -37
  77. data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +180 -239
  78. data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
  79. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
  80. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
  81. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
  82. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
  83. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
  84. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
  85. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
  86. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
  87. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
  88. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
  89. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
  90. data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +135 -5
  91. data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +83 -47
  92. data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +20 -23
  93. data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
  94. data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +81 -39
  95. data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +135 -199
  96. data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +71 -90
  97. data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +161 -200
  98. data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +293 -409
  99. data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +320 -435
  100. data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +109 -141
  101. data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +155 -234
  102. data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +143 -217
  103. data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +103 -124
  104. data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +168 -250
  105. data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +90 -131
  106. data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +143 -191
  107. data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +35 -53
  108. data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +162 -195
  109. data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +85 -112
  110. data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +79 -137
  111. data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +144 -176
  112. data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +188 -235
  113. data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +97 -134
  114. data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +22 -35
  115. data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +44 -70
  116. data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +83 -108
  117. data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +653 -744
  118. data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +476 -490
  119. data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +53 -44
  120. data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +85 -76
  121. data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
  122. data/vendor/local/share/gtk-doc/html/gdk/index.sgml +10 -1
  123. data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
  124. data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
  125. data/vendor/local/share/gtk-doc/html/gdk/style.css +2 -1
  126. data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
  127. data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
  128. data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
  129. data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
  130. data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
  131. data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
  132. data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +193 -186
  133. data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +38 -46
  134. data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
  135. data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +169 -236
  136. data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +175 -258
  137. data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +46 -50
  138. data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +78 -114
  139. data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +52 -66
  140. data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +30 -36
  141. data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +36 -46
  142. data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +97 -118
  143. data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
  144. data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +95 -120
  145. data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +86 -117
  146. data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +96 -137
  147. data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +152 -185
  148. data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +59 -76
  149. data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +615 -895
  150. data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +520 -1791
  151. data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +125 -163
  152. data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +33 -35
  153. data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +60 -87
  154. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +106 -130
  155. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +35 -44
  156. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +27 -32
  157. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +24 -25
  158. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +23 -25
  159. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +19 -20
  160. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +19 -20
  161. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +69 -74
  162. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +45 -54
  163. data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +57 -76
  164. data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +30 -34
  165. data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +53 -75
  166. data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +104 -180
  167. data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +29 -32
  168. data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +63 -81
  169. data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +344 -186
  170. data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +57 -46
  171. data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +301 -0
  172. data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +311 -260
  173. data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +61 -79
  174. data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +97 -121
  175. data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +21 -23
  176. data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +68 -88
  177. data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +360 -470
  178. data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +71 -104
  179. data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +130 -185
  180. data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +33 -38
  181. data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +76 -96
  182. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +331 -403
  183. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +64 -89
  184. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +30 -35
  185. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +21 -26
  186. data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +102 -146
  187. data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +38 -49
  188. data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +60 -86
  189. data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +66 -81
  190. data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +52 -61
  191. data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +51 -58
  192. data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +18 -19
  193. data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +17 -20
  194. data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +29 -34
  195. data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
  196. data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +30 -24
  197. data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +65 -101
  198. data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +25 -30
  199. data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
  200. data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +19 -20
  201. data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +55 -66
  202. data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +140 -182
  203. data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +18 -22
  204. data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +18 -22
  205. data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +184 -248
  206. data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +321 -447
  207. data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +174 -195
  208. data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +58 -69
  209. data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +67 -80
  210. data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +32 -37
  211. data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +33 -41
  212. data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +36 -42
  213. data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +179 -272
  214. data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +197 -249
  215. data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +68 -76
  216. data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +51 -60
  217. data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +130 -180
  218. data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +80 -130
  219. data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +138 -168
  220. data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +177 -221
  221. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +41 -49
  222. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +112 -145
  223. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +86 -118
  224. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +73 -49
  225. data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
  226. data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +33 -39
  227. data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +396 -452
  228. data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +148 -206
  229. data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +21 -25
  230. data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +80 -165
  231. data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +56 -66
  232. data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +115 -160
  233. data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +22 -25
  234. data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +94 -134
  235. data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkPaperSize.html → GtkPaperSize.html} +204 -252
  236. data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +34 -44
  237. data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +51 -67
  238. data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +109 -136
  239. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +38 -53
  240. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +53 -68
  241. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +265 -403
  242. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +74 -94
  243. data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +100 -134
  244. data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +80 -111
  245. data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +91 -108
  246. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +42 -53
  247. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +86 -79
  248. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +63 -71
  249. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +33 -42
  250. data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +218 -185
  251. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +34 -41
  252. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +135 -194
  253. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +27 -29
  254. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +25 -30
  255. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +17 -19
  256. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +63 -85
  257. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +202 -269
  258. data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +83 -58
  259. data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +61 -72
  260. data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +64 -83
  261. data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
  262. data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +93 -143
  263. data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
  264. data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +17 -18
  265. data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +24 -27
  266. data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +129 -259
  267. data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +38 -45
  268. data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +44 -53
  269. data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +132 -177
  270. data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +24 -25
  271. data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +190 -254
  272. data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +60 -75
  273. data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +546 -928
  274. data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +94 -135
  275. data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +18 -19
  276. data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +97 -140
  277. data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +494 -656
  278. data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkTextIter.html → GtkTextIter.html} +664 -806
  279. data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +41 -46
  280. data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +164 -194
  281. data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +84 -76
  282. data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +340 -425
  283. data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +74 -94
  284. data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +43 -57
  285. data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +59 -71
  286. data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +32 -38
  287. data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +74 -85
  288. data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +133 -166
  289. data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +84 -103
  290. data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +116 -139
  291. data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +42 -59
  292. data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +249 -360
  293. data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
  294. data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +60 -70
  295. data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +105 -152
  296. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +46 -134
  297. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +428 -557
  298. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +95 -126
  299. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +63 -70
  300. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +123 -171
  301. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +53 -62
  302. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +170 -199
  303. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +565 -863
  304. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +203 -282
  305. data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +125 -189
  306. data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +17 -20
  307. data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +27 -34
  308. data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
  309. data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +31 -24
  310. data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +24 -29
  311. data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
  312. data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +17 -18
  313. data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +58 -69
  314. data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +16 -17
  315. data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1278 -1579
  316. data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +380 -532
  317. data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +21 -39
  318. data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
  319. data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +6 -3
  320. data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
  321. data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
  322. data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
  323. data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
  324. data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
  325. data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
  326. data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
  327. data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
  328. data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
  329. data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
  330. data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
  331. data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
  332. data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
  333. data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
  334. data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +17 -11
  335. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
  336. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
  337. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
  338. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
  339. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
  340. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
  341. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
  342. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
  343. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +117 -0
  344. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
  345. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
  346. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
  347. data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +236 -45
  348. data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +469 -385
  349. data/vendor/local/share/gtk-doc/html/gtk/ch01.html +15 -4
  350. data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
  351. data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
  352. data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
  353. data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
  354. data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
  355. data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
  356. data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
  357. data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +69 -124
  358. data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +149 -211
  359. data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +189 -293
  360. data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +175 -246
  361. data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +35 -41
  362. data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +41 -47
  363. data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +270 -318
  364. data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +16 -22
  365. data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +75 -82
  366. data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +221 -289
  367. data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +142 -232
  368. data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +17 -20
  369. data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +150 -190
  370. data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +328 -408
  371. data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +190 -306
  372. data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
  373. data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +152 -158
  374. data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +85 -136
  375. data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +204 -239
  376. data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +271 -343
  377. data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +18 -11
  378. data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
  379. data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
  380. data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
  381. data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
  382. data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
  383. data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +63 -75
  384. data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +58 -75
  385. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
  386. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
  387. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
  388. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
  389. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +5 -10
  390. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
  391. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
  392. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
  393. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
  394. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
  395. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
  396. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
  397. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
  398. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
  399. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
  400. data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
  401. data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
  402. data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
  403. data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
  404. data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +39 -31
  405. data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
  406. data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
  407. data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
  408. data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +445 -412
  409. data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +488 -455
  410. data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
  411. data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
  412. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
  413. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
  414. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
  415. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
  416. data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +8 -5
  417. data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
  418. data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
  419. data/vendor/local/share/gtk-doc/html/gtk/index.html +10 -6
  420. data/vendor/local/share/gtk-doc/html/gtk/index.sgml +194 -142
  421. data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
  422. data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
  423. data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
  424. data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
  425. data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
  426. data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
  427. data/vendor/local/share/gtk-doc/html/gtk/style.css +2 -1
  428. data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
  429. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
  430. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
  431. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
  432. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
  433. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
  434. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
  435. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
  436. data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
  437. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
  438. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
  439. data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
  440. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
  441. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
  442. data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
  443. data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
  444. data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
  445. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
  446. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
  447. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
  448. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
  449. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
  450. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
  451. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
  452. data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
  453. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
  454. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
  455. data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +4934 -0
  456. data/vendor/local/src/tml/packaging/{gtk+_2.22.1-1_win32.sh → gtk+_2.24.0-1_win32.sh} +2 -2
  457. metadata +26 -33
  458. data/ext/gtk2/Makefile +0 -169
  459. data/ext/gtk2/rbgdkkeysyms.h +0 -2174
  460. data/ext/gtk2/rbgtkinits.c +0 -473
  461. data/ext/gtk2/ruby-gtk2.pc +0 -3
  462. data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
  463. data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
  464. data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
  465. data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
  466. data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +0 -5048
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="Actions.html" title="Action-based menus and toolbars">
9
9
  <link rel="prev" href="GtkToggleAction.html" title="GtkToggleAction">
10
10
  <link rel="next" href="GtkRecentAction.html" title="GtkRecentAction">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -34,7 +34,7 @@
34
34
  <a href="#GtkRadioAction.signals" class="shortcut">Signals</a>
35
35
  </td></tr>
36
36
  </table>
37
- <div class="refentry" title="GtkRadioAction">
37
+ <div class="refentry">
38
38
  <a name="GtkRadioAction"></a><div class="titlepage"></div>
39
39
  <div class="refnamediv"><table width="100%"><tr>
40
40
  <td valign="top">
@@ -43,12 +43,12 @@
43
43
  </td>
44
44
  <td valign="top" align="right"></td>
45
45
  </tr></table></div>
46
- <div class="refsynopsisdiv" title="Synopsis">
46
+ <div class="refsynopsisdiv">
47
47
  <a name="GtkRadioAction.synopsis"></a><h2>Synopsis</h2>
48
48
  <pre class="synopsis">
49
49
  #include &lt;gtk/gtk.h&gt;
50
50
 
51
- <a class="link" href="GtkRadioAction.html#GtkRadioAction-struct" title="GtkRadioAction">GtkRadioAction</a>;
51
+ struct <a class="link" href="GtkRadioAction.html#GtkRadioAction-struct" title="struct GtkRadioAction">GtkRadioAction</a>;
52
52
  <a class="link" href="GtkRadioAction.html" title="GtkRadioAction"><span class="returnvalue">GtkRadioAction</span></a> * <a class="link" href="GtkRadioAction.html#gtk-radio-action-new" title="gtk_radio_action_new ()">gtk_radio_action_new</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
53
53
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>,
54
54
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tooltip</code></em>,
@@ -62,7 +62,7 @@
62
62
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> current_value</code></em>);
63
63
  </pre>
64
64
  </div>
65
- <div class="refsect1" title="Object Hierarchy">
65
+ <div class="refsect1">
66
66
  <a name="GtkRadioAction.object-hierarchy"></a><h2>Object Hierarchy</h2>
67
67
  <pre class="synopsis">
68
68
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
@@ -71,13 +71,13 @@
71
71
  +----GtkRadioAction
72
72
  </pre>
73
73
  </div>
74
- <div class="refsect1" title="Implemented Interfaces">
74
+ <div class="refsect1">
75
75
  <a name="GtkRadioAction.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
76
76
  <p>
77
77
  GtkRadioAction implements
78
78
  <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
79
79
  </div>
80
- <div class="refsect1" title="Properties">
80
+ <div class="refsect1">
81
81
  <a name="GtkRadioAction.properties"></a><h2>Properties</h2>
82
82
  <pre class="synopsis">
83
83
  "<a class="link" href="GtkRadioAction.html#GtkRadioAction--current-value" title='The "current-value" property'>current-value</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
@@ -85,13 +85,13 @@ GtkRadioAction implements
85
85
  "<a class="link" href="GtkRadioAction.html#GtkRadioAction--value" title='The "value" property'>value</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
86
86
  </pre>
87
87
  </div>
88
- <div class="refsect1" title="Signals">
88
+ <div class="refsect1">
89
89
  <a name="GtkRadioAction.signals"></a><h2>Signals</h2>
90
90
  <pre class="synopsis">
91
- "<a class="link" href="GtkRadioAction.html#GtkRadioAction-changed" title='The "changed" signal'>changed</a>" : Run First / No Recursion
91
+ "<a class="link" href="GtkRadioAction.html#GtkRadioAction-changed" title='The "changed" signal'>changed</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-NO-RECURSE:CAPS"><code class="literal">No Recursion</code></a>
92
92
  </pre>
93
93
  </div>
94
- <div class="refsect1" title="Description">
94
+ <div class="refsect1">
95
95
  <a name="GtkRadioAction.description"></a><h2>Description</h2>
96
96
  <p>
97
97
  A <a class="link" href="GtkRadioAction.html" title="GtkRadioAction"><span class="type">GtkRadioAction</span></a> is similar to <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a>. A number of radio
@@ -99,18 +99,18 @@ actions can be linked together so that only one may be active at any
99
99
  one time.
100
100
  </p>
101
101
  </div>
102
- <div class="refsect1" title="Details">
102
+ <div class="refsect1">
103
103
  <a name="GtkRadioAction.details"></a><h2>Details</h2>
104
- <div class="refsect2" title="GtkRadioAction">
105
- <a name="GtkRadioAction-struct"></a><h3>GtkRadioAction</h3>
106
- <pre class="programlisting">typedef struct _GtkRadioAction GtkRadioAction;</pre>
104
+ <div class="refsect2">
105
+ <a name="GtkRadioAction-struct"></a><h3>struct GtkRadioAction</h3>
106
+ <pre class="programlisting">struct GtkRadioAction;</pre>
107
107
  <p>
108
108
  The <span class="structname">GtkRadioAction</span> struct contains
109
109
  only private members and should not be accessed directly.
110
110
  </p>
111
111
  </div>
112
112
  <hr>
113
- <div class="refsect2" title="gtk_radio_action_new ()">
113
+ <div class="refsect2">
114
114
  <a name="gtk-radio-action-new"></a><h3>gtk_radio_action_new ()</h3>
115
115
  <pre class="programlisting"><a class="link" href="GtkRadioAction.html" title="GtkRadioAction"><span class="returnvalue">GtkRadioAction</span></a> * gtk_radio_action_new (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
116
116
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>,
@@ -127,35 +127,32 @@ call <a class="link" href="GtkActionGroup.html#gtk-action-group-add-action-with-
127
127
  <tbody>
128
128
  <tr>
129
129
  <td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
130
- <td>A unique name for the action
131
- </td>
130
+ <td>A unique name for the action</td>
132
131
  </tr>
133
132
  <tr>
134
133
  <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
135
- <td> The label displayed in menu items and on buttons, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
134
+ <td>The label displayed in menu items and on buttons, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
136
135
  </td>
137
136
  </tr>
138
137
  <tr>
139
138
  <td><p><span class="term"><em class="parameter"><code>tooltip</code></em> :</span></p></td>
140
- <td> A tooltip for this action, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
139
+ <td>A tooltip for this action, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
141
140
  </td>
142
141
  </tr>
143
142
  <tr>
144
143
  <td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
145
144
  <td>The stock icon to display in widgets representing this
146
- action, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
145
+ action, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
147
146
  </td>
148
147
  </tr>
149
148
  <tr>
150
149
  <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
151
150
  <td>The value which <a class="link" href="GtkRadioAction.html#gtk-radio-action-get-current-value" title="gtk_radio_action_get_current_value ()"><code class="function">gtk_radio_action_get_current_value()</code></a> should
152
- return if this action is selected.
153
- </td>
151
+ return if this action is selected.</td>
154
152
  </tr>
155
153
  <tr>
156
154
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
157
- <td> a new <a class="link" href="GtkRadioAction.html" title="GtkRadioAction"><span class="type">GtkRadioAction</span></a>
158
-
155
+ <td>a new <a class="link" href="GtkRadioAction.html" title="GtkRadioAction"><span class="type">GtkRadioAction</span></a>
159
156
  </td>
160
157
  </tr>
161
158
  </tbody>
@@ -163,7 +160,7 @@ call <a class="link" href="GtkActionGroup.html#gtk-action-group-add-action-with-
163
160
  <p class="since">Since 2.4</p>
164
161
  </div>
165
162
  <hr>
166
- <div class="refsect2" title="gtk_radio_action_get_group ()">
163
+ <div class="refsect2">
167
164
  <a name="gtk-radio-action-get-group"></a><h3>gtk_radio_action_get_group ()</h3>
168
165
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * gtk_radio_action_get_group (<em class="parameter"><code><a class="link" href="GtkRadioAction.html" title="GtkRadioAction"><span class="type">GtkRadioAction</span></a> *action</code></em>);</pre>
169
166
  <p>
@@ -210,12 +207,11 @@ A common way to set up a group of radio group is the following:
210
207
  <tbody>
211
208
  <tr>
212
209
  <td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
213
- <td>the action object
214
- </td>
210
+ <td>the action object</td>
215
211
  </tr>
216
212
  <tr>
217
213
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
218
- <td> the list representing the radio group for this object. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkAction][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym> GtkAction]</span>
214
+ <td>the list representing the radio group for this object. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkAction][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
219
215
  </td>
220
216
  </tr>
221
217
  </tbody>
@@ -223,7 +219,7 @@ A common way to set up a group of radio group is the following:
223
219
  <p class="since">Since 2.4</p>
224
220
  </div>
225
221
  <hr>
226
- <div class="refsect2" title="gtk_radio_action_set_group ()">
222
+ <div class="refsect2">
227
223
  <a name="gtk-radio-action-set-group"></a><h3>gtk_radio_action_set_group ()</h3>
228
224
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_radio_action_set_group (<em class="parameter"><code><a class="link" href="GtkRadioAction.html" title="GtkRadioAction"><span class="type">GtkRadioAction</span></a> *action</code></em>,
229
225
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>);</pre>
@@ -235,20 +231,18 @@ Sets the radio group for the radio action object.
235
231
  <tbody>
236
232
  <tr>
237
233
  <td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
238
- <td>the action object
239
- </td>
234
+ <td>the action object</td>
240
235
  </tr>
241
236
  <tr>
242
237
  <td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
243
- <td>a list representing a radio group
244
- </td>
238
+ <td>a list representing a radio group</td>
245
239
  </tr>
246
240
  </tbody>
247
241
  </table></div>
248
242
  <p class="since">Since 2.4</p>
249
243
  </div>
250
244
  <hr>
251
- <div class="refsect2" title="gtk_radio_action_get_current_value ()">
245
+ <div class="refsect2">
252
246
  <a name="gtk-radio-action-get-current-value"></a><h3>gtk_radio_action_get_current_value ()</h3>
253
247
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_radio_action_get_current_value (<em class="parameter"><code><a class="link" href="GtkRadioAction.html" title="GtkRadioAction"><span class="type">GtkRadioAction</span></a> *action</code></em>);</pre>
254
248
  <p>
@@ -265,16 +259,14 @@ the group to which <em class="parameter"><code>action</code></em> belongs.
265
259
  </tr>
266
260
  <tr>
267
261
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
268
- <td> The value of the currently active group member
269
-
270
- </td>
262
+ <td>The value of the currently active group member</td>
271
263
  </tr>
272
264
  </tbody>
273
265
  </table></div>
274
266
  <p class="since">Since 2.4</p>
275
267
  </div>
276
268
  <hr>
277
- <div class="refsect2" title="gtk_radio_action_set_current_value ()">
269
+ <div class="refsect2">
278
270
  <a name="gtk-radio-action-set-current-value"></a><h3>gtk_radio_action_set_current_value ()</h3>
279
271
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_radio_action_set_current_value (<em class="parameter"><code><a class="link" href="GtkRadioAction.html" title="GtkRadioAction"><span class="type">GtkRadioAction</span></a> *action</code></em>,
280
272
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> current_value</code></em>);</pre>
@@ -292,17 +284,16 @@ property <em class="parameter"><code>current_value</code></em>.
292
284
  </tr>
293
285
  <tr>
294
286
  <td><p><span class="term"><em class="parameter"><code>current_value</code></em> :</span></p></td>
295
- <td>the new value
296
- </td>
287
+ <td>the new value</td>
297
288
  </tr>
298
289
  </tbody>
299
290
  </table></div>
300
291
  <p class="since">Since 2.10</p>
301
292
  </div>
302
293
  </div>
303
- <div class="refsect1" title="Property Details">
294
+ <div class="refsect1">
304
295
  <a name="GtkRadioAction.property-details"></a><h2>Property Details</h2>
305
- <div class="refsect2" title='The "current-value" property'>
296
+ <div class="refsect2">
306
297
  <a name="GtkRadioAction--current-value"></a><h3>The <code class="literal">"current-value"</code> property</h3>
307
298
  <pre class="programlisting"> "current-value" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
308
299
  <p>
@@ -313,7 +304,7 @@ this action belongs.
313
304
  <p class="since">Since 2.10</p>
314
305
  </div>
315
306
  <hr>
316
- <div class="refsect2" title='The "group" property'>
307
+ <div class="refsect2">
317
308
  <a name="GtkRadioAction--group"></a><h3>The <code class="literal">"group"</code> property</h3>
318
309
  <pre class="programlisting"> "group" <a class="link" href="GtkRadioAction.html" title="GtkRadioAction"><span class="type">GtkRadioAction</span></a>* : Write</pre>
319
310
  <p>
@@ -322,27 +313,27 @@ Sets a new group for a radio action.
322
313
  <p class="since">Since 2.4</p>
323
314
  </div>
324
315
  <hr>
325
- <div class="refsect2" title='The "value" property'>
316
+ <div class="refsect2">
326
317
  <a name="GtkRadioAction--value"></a><h3>The <code class="literal">"value"</code> property</h3>
327
318
  <pre class="programlisting"> "value" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
328
319
  <p>
329
320
  The value is an arbitrary integer which can be used as a
330
321
  convenient way to determine which action in the group is
331
322
  currently active in an ::activate or ::changed signal handler.
332
- See <a class="link" href="GtkRadioAction.html#gtk-radio-action-get-current-value" title="gtk_radio_action_get_current_value ()"><code class="function">gtk_radio_action_get_current_value()</code></a> and <a class="link" href="GtkActionGroup.html#GtkRadioActionEntry" title="GtkRadioActionEntry"><span class="type">GtkRadioActionEntry</span></a>
323
+ See <a class="link" href="GtkRadioAction.html#gtk-radio-action-get-current-value" title="gtk_radio_action_get_current_value ()"><code class="function">gtk_radio_action_get_current_value()</code></a> and <a class="link" href="GtkActionGroup.html#GtkRadioActionEntry" title="struct GtkRadioActionEntry"><span class="type">GtkRadioActionEntry</span></a>
333
324
  for convenient ways to get and set this property.
334
325
  </p>
335
326
  <p>Default value: 0</p>
336
327
  <p class="since">Since 2.4</p>
337
328
  </div>
338
329
  </div>
339
- <div class="refsect1" title="Signal Details">
330
+ <div class="refsect1">
340
331
  <a name="GtkRadioAction.signal-details"></a><h2>Signal Details</h2>
341
- <div class="refsect2" title='The "changed" signal'>
332
+ <div class="refsect2">
342
333
  <a name="GtkRadioAction-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
343
334
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkRadioAction.html" title="GtkRadioAction"><span class="type">GtkRadioAction</span></a> *action,
344
335
  <a class="link" href="GtkRadioAction.html" title="GtkRadioAction"><span class="type">GtkRadioAction</span></a> *current,
345
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First / No Recursion</pre>
336
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-NO-RECURSE:CAPS"><code class="literal">No Recursion</code></a></pre>
346
337
  <p>
347
338
  The ::changed signal is emitted on every member of a radio group when the
348
339
  active member is changed. The signal gets emitted after the ::activate signals
@@ -353,13 +344,11 @@ for the previous and current active members.
353
344
  <tbody>
354
345
  <tr>
355
346
  <td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
356
- <td>the action on which the signal is emitted
357
- </td>
347
+ <td>the action on which the signal is emitted</td>
358
348
  </tr>
359
349
  <tr>
360
350
  <td><p><span class="term"><em class="parameter"><code>current</code></em> :</span></p></td>
361
- <td>the member of <em class="parameter"><code>action</code></em>s group which has just been activated
362
- </td>
351
+ <td>the member of <em class="parameter"><code>action</code></em>s group which has just been activated</td>
363
352
  </tr>
364
353
  <tr>
365
354
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -373,6 +362,6 @@ for the previous and current active members.
373
362
  </div>
374
363
  <div class="footer">
375
364
  <hr>
376
- Generated by GTK-Doc V1.15</div>
365
+ Generated by GTK-Doc V1.16.1</div>
377
366
  </body>
378
367
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="ButtonWidgets.html" title="Buttons and Toggles">
9
9
  <link rel="prev" href="GtkCheckButton.html" title="GtkCheckButton">
10
10
  <link rel="next" href="GtkToggleButton.html" title="GtkToggleButton">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -34,7 +34,7 @@
34
34
  <a href="#GtkRadioButton.signals" class="shortcut">Signals</a>
35
35
  </td></tr>
36
36
  </table>
37
- <div class="refentry" title="GtkRadioButton">
37
+ <div class="refentry">
38
38
  <a name="GtkRadioButton"></a><div class="titlepage"></div>
39
39
  <div class="refnamediv"><table width="100%"><tr>
40
40
  <td valign="top">
@@ -43,31 +43,31 @@
43
43
  </td>
44
44
  <td valign="top" align="right"><img src="radio-group.png"></td>
45
45
  </tr></table></div>
46
- <div class="refsynopsisdiv" title="Synopsis">
46
+ <div class="refsynopsisdiv">
47
47
  <a name="GtkRadioButton.synopsis"></a><h2>Synopsis</h2>
48
48
  <pre class="synopsis">
49
49
  #include &lt;gtk/gtk.h&gt;
50
50
 
51
- <a class="link" href="GtkRadioButton.html#GtkRadioButton-struct" title="GtkRadioButton">GtkRadioButton</a>;
52
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkRadioButton.html#gtk-radio-button-new" title="gtk_radio_button_new ()">gtk_radio_button_new</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>);
53
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkRadioButton.html#gtk-radio-button-new-from-widget" title="gtk_radio_button_new_from_widget ()">gtk_radio_button_new_from_widget</a> (<em class="parameter"><code><a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a> *radio_group_member</code></em>);
54
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkRadioButton.html#gtk-radio-button-new-with-label" title="gtk_radio_button_new_with_label ()">gtk_radio_button_new_with_label</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>,
51
+ struct <a class="link" href="GtkRadioButton.html#GtkRadioButton-struct" title="struct GtkRadioButton">GtkRadioButton</a>;
52
+ <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkRadioButton.html#gtk-radio-button-new" title="gtk_radio_button_new ()">gtk_radio_button_new</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>);
53
+ <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkRadioButton.html#gtk-radio-button-new-from-widget" title="gtk_radio_button_new_from_widget ()">gtk_radio_button_new_from_widget</a> (<em class="parameter"><code><a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a> *radio_group_member</code></em>);
54
+ <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkRadioButton.html#gtk-radio-button-new-with-label" title="gtk_radio_button_new_with_label ()">gtk_radio_button_new_with_label</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>,
55
55
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);
56
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkRadioButton.html#gtk-radio-button-new-with-label-from-widget" title="gtk_radio_button_new_with_label_from_widget ()">gtk_radio_button_new_with_label_from_widget</a>
56
+ <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkRadioButton.html#gtk-radio-button-new-with-label-from-widget" title="gtk_radio_button_new_with_label_from_widget ()">gtk_radio_button_new_with_label_from_widget</a>
57
57
  (<em class="parameter"><code><a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a> *radio_group_member</code></em>,
58
58
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);
59
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkRadioButton.html#gtk-radio-button-new-with-mnemonic" title="gtk_radio_button_new_with_mnemonic ()">gtk_radio_button_new_with_mnemonic</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>,
59
+ <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkRadioButton.html#gtk-radio-button-new-with-mnemonic" title="gtk_radio_button_new_with_mnemonic ()">gtk_radio_button_new_with_mnemonic</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>,
60
60
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);
61
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkRadioButton.html#gtk-radio-button-new-with-mnemonic-from-widget" title="gtk_radio_button_new_with_mnemonic_from_widget ()">gtk_radio_button_new_with_mnemonic_from_widget</a>
61
+ <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkRadioButton.html#gtk-radio-button-new-with-mnemonic-from-widget" title="gtk_radio_button_new_with_mnemonic_from_widget ()">gtk_radio_button_new_with_mnemonic_from_widget</a>
62
62
  (<em class="parameter"><code><a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a> *radio_group_member</code></em>,
63
63
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);
64
64
  #define <a class="link" href="GtkRadioButton.html#gtk-radio-button-group" title="gtk_radio_button_group">gtk_radio_button_group</a>
65
65
  <span class="returnvalue">void</span> <a class="link" href="GtkRadioButton.html#gtk-radio-button-set-group" title="gtk_radio_button_set_group ()">gtk_radio_button_set_group</a> (<em class="parameter"><code><a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a> *radio_button</code></em>,
66
66
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>);
67
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a>* <a class="link" href="GtkRadioButton.html#gtk-radio-button-get-group" title="gtk_radio_button_get_group ()">gtk_radio_button_get_group</a> (<em class="parameter"><code><a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a> *radio_button</code></em>);
67
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="GtkRadioButton.html#gtk-radio-button-get-group" title="gtk_radio_button_get_group ()">gtk_radio_button_get_group</a> (<em class="parameter"><code><a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a> *radio_button</code></em>);
68
68
  </pre>
69
69
  </div>
70
- <div class="refsect1" title="Object Hierarchy">
70
+ <div class="refsect1">
71
71
  <a name="GtkRadioButton.object-hierarchy"></a><h2>Object Hierarchy</h2>
72
72
  <pre class="synopsis">
73
73
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
@@ -82,25 +82,25 @@
82
82
  +----GtkRadioButton
83
83
  </pre>
84
84
  </div>
85
- <div class="refsect1" title="Implemented Interfaces">
85
+ <div class="refsect1">
86
86
  <a name="GtkRadioButton.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
87
87
  <p>
88
88
  GtkRadioButton implements
89
89
  AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and <a class="link" href="GtkActivatable.html" title="GtkActivatable">GtkActivatable</a>.</p>
90
90
  </div>
91
- <div class="refsect1" title="Properties">
91
+ <div class="refsect1">
92
92
  <a name="GtkRadioButton.properties"></a><h2>Properties</h2>
93
93
  <pre class="synopsis">
94
94
  "<a class="link" href="GtkRadioButton.html#GtkRadioButton--group" title='The "group" property'>group</a>" <a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a>* : Write
95
95
  </pre>
96
96
  </div>
97
- <div class="refsect1" title="Signals">
97
+ <div class="refsect1">
98
98
  <a name="GtkRadioButton.signals"></a><h2>Signals</h2>
99
99
  <pre class="synopsis">
100
- "<a class="link" href="GtkRadioButton.html#GtkRadioButton-group-changed" title='The "group-changed" signal'>group-changed</a>" : Run First
100
+ "<a class="link" href="GtkRadioButton.html#GtkRadioButton-group-changed" title='The "group-changed" signal'>group-changed</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
101
101
  </pre>
102
102
  </div>
103
- <div class="refsect1" title="Description">
103
+ <div class="refsect1">
104
104
  <a name="GtkRadioButton.description"></a><h2>Description</h2>
105
105
  <p>
106
106
  A single radio button performs the same basic function as a <a class="link" href="GtkCheckButton.html" title="GtkCheckButton"><span class="type">GtkCheckButton</span></a>,
@@ -139,7 +139,7 @@ itself and its list item when it is destroyed.
139
139
  <p>
140
140
  </p>
141
141
  <div class="example">
142
- <a name="id690757"></a><p class="title"><b>Example 15. How to create a group of two radio buttons.</b></p>
142
+ <a name="id505878"></a><p class="title"><b>Example 15. How to create a group of two radio buttons.</b></p>
143
143
  <div class="example-contents">
144
144
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
145
145
  <tbody>
@@ -195,20 +195,24 @@ Inside the "toggled" handler, <a class="link" href="GtkToggleButton.html#gtk-tog
195
195
  to determine if the button has been selected or deselected.
196
196
  </p>
197
197
  </div>
198
- <div class="refsect1" title="Details">
198
+ <div class="refsect1">
199
199
  <a name="GtkRadioButton.details"></a><h2>Details</h2>
200
- <div class="refsect2" title="GtkRadioButton">
201
- <a name="GtkRadioButton-struct"></a><h3>GtkRadioButton</h3>
202
- <pre class="programlisting">typedef struct _GtkRadioButton GtkRadioButton;</pre>
200
+ <div class="refsect2">
201
+ <a name="GtkRadioButton-struct"></a><h3>struct GtkRadioButton</h3>
202
+ <pre class="programlisting">struct GtkRadioButton;</pre>
203
203
  <p>
204
204
  Contains only private data that should be read and manipulated using the
205
205
  functions below.
206
206
  </p>
207
207
  </div>
208
208
  <hr>
209
- <div class="refsect2" title="gtk_radio_button_new ()">
209
+ <div class="refsect2">
210
210
  <a name="gtk-radio-button-new"></a><h3>gtk_radio_button_new ()</h3>
211
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_radio_button_new (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>);</pre>
211
+ <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_radio_button_new (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>);</pre>
212
+ <p>
213
+ Creates a new <a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a>. To be of any practical value, a widget should
214
+ then be packed into the radio button.
215
+ </p>
212
216
  <p>
213
217
  Creates a new <a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a>. To be of any practical value, a widget should
214
218
  then be packed into the radio button.
@@ -218,21 +222,26 @@ then be packed into the radio button.
218
222
  <tbody>
219
223
  <tr>
220
224
  <td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
221
- <td>an existing radio button group, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if you are creating a new group.
225
+ <td>an existing radio button group, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if you are
226
+ creating a new group. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
222
227
  </td>
223
228
  </tr>
224
229
  <tr>
225
230
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
226
- <td>a new radio button.
227
- </td>
231
+ <td>a new radio button</td>
228
232
  </tr>
229
233
  </tbody>
230
234
  </table></div>
231
235
  </div>
232
236
  <hr>
233
- <div class="refsect2" title="gtk_radio_button_new_from_widget ()">
237
+ <div class="refsect2">
234
238
  <a name="gtk-radio-button-new-from-widget"></a><h3>gtk_radio_button_new_from_widget ()</h3>
235
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_radio_button_new_from_widget (<em class="parameter"><code><a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a> *radio_group_member</code></em>);</pre>
239
+ <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_radio_button_new_from_widget (<em class="parameter"><code><a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a> *radio_group_member</code></em>);</pre>
240
+ <p>
241
+ Creates a new <a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a>, adding it to the same group as
242
+ <em class="parameter"><code>radio_group_member</code></em>. As with <a class="link" href="GtkRadioButton.html#gtk-radio-button-new" title="gtk_radio_button_new ()"><code class="function">gtk_radio_button_new()</code></a>, a widget
243
+ should be packed into the radio button.
244
+ </p>
236
245
  <p>
237
246
  Creates a new <a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a>, adding it to the same group as <em class="parameter"><code>radio_group_member</code></em>.
238
247
  As with <a class="link" href="GtkRadioButton.html#gtk-radio-button-new" title="gtk_radio_button_new ()"><code class="function">gtk_radio_button_new()</code></a>, a widget should be packed into the radio button.
@@ -242,54 +251,59 @@ As with <a class="link" href="GtkRadioButton.html#gtk-radio-button-new" title="g
242
251
  <tbody>
243
252
  <tr>
244
253
  <td><p><span class="term"><em class="parameter"><code>radio_group_member</code></em> :</span></p></td>
245
- <td>an existing <a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a>.
254
+ <td>an existing <a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
246
255
  </td>
247
256
  </tr>
248
257
  <tr>
249
258
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
250
- <td>a new radio button.
259
+ <td>a new radio button. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
251
260
  </td>
252
261
  </tr>
253
262
  </tbody>
254
263
  </table></div>
255
264
  </div>
256
265
  <hr>
257
- <div class="refsect2" title="gtk_radio_button_new_with_label ()">
266
+ <div class="refsect2">
258
267
  <a name="gtk-radio-button-new-with-label"></a><h3>gtk_radio_button_new_with_label ()</h3>
259
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_radio_button_new_with_label (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>,
268
+ <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_radio_button_new_with_label (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>,
260
269
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
261
270
  <p>
262
271
  Creates a new <a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a> with a text label.
263
272
  </p>
273
+ <p>
274
+ Creates a new <a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a> with a text label.
275
+ </p>
264
276
  <div class="variablelist"><table border="0">
265
277
  <col align="left" valign="top">
266
278
  <tbody>
267
279
  <tr>
268
280
  <td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
269
- <td>an existing radio button group, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if you are creating a new
270
- group.
281
+ <td>an existing radio button group, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if you are
282
+ creating a new group. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
271
283
  </td>
272
284
  </tr>
273
285
  <tr>
274
286
  <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
275
- <td>the text label to display next to the radio button.
276
- </td>
287
+ <td>the text label to display next to the radio button.</td>
277
288
  </tr>
278
289
  <tr>
279
290
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
280
- <td>a new radio button.
281
- </td>
291
+ <td>a new radio button.</td>
282
292
  </tr>
283
293
  </tbody>
284
294
  </table></div>
285
295
  </div>
286
296
  <hr>
287
- <div class="refsect2" title="gtk_radio_button_new_with_label_from_widget ()">
297
+ <div class="refsect2">
288
298
  <a name="gtk-radio-button-new-with-label-from-widget"></a><h3>gtk_radio_button_new_with_label_from_widget ()</h3>
289
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_radio_button_new_with_label_from_widget
299
+ <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_radio_button_new_with_label_from_widget
290
300
  (<em class="parameter"><code><a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a> *radio_group_member</code></em>,
291
301
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
292
302
  <p>
303
+ Creates a new <a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a> with a text label, adding it to
304
+ the same group as <em class="parameter"><code>radio_group_member</code></em>.
305
+ </p>
306
+ <p>
293
307
  Creates a new <a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a> with a text label, adding it to the same group
294
308
  as <em class="parameter"><code>radio_group_member</code></em>.
295
309
  </p>
@@ -298,26 +312,25 @@ as <em class="parameter"><code>radio_group_member</code></em>.
298
312
  <tbody>
299
313
  <tr>
300
314
  <td><p><span class="term"><em class="parameter"><code>radio_group_member</code></em> :</span></p></td>
301
- <td>widget to get radio group from or NULL
315
+ <td>widget to get radio group from or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
302
316
  </td>
303
317
  </tr>
304
318
  <tr>
305
319
  <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
306
- <td>a text string to display next to the radio button.
307
- </td>
320
+ <td>a text string to display next to the radio button.</td>
308
321
  </tr>
309
322
  <tr>
310
323
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
311
- <td>a new radio button.
324
+ <td>a new radio button. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
312
325
  </td>
313
326
  </tr>
314
327
  </tbody>
315
328
  </table></div>
316
329
  </div>
317
330
  <hr>
318
- <div class="refsect2" title="gtk_radio_button_new_with_mnemonic ()">
331
+ <div class="refsect2">
319
332
  <a name="gtk-radio-button-new-with-mnemonic"></a><h3>gtk_radio_button_new_with_mnemonic ()</h3>
320
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_radio_button_new_with_mnemonic (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>,
333
+ <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_radio_button_new_with_mnemonic (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>,
321
334
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
322
335
  <p>
323
336
  Creates a new <a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a> containing a label, adding it to the same
@@ -330,14 +343,12 @@ mnemonic for the button.
330
343
  <tbody>
331
344
  <tr>
332
345
  <td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
333
- <td>the radio button group
334
- </td>
346
+ <td>the radio button group</td>
335
347
  </tr>
336
348
  <tr>
337
349
  <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
338
350
  <td>the text of the button, with an underscore in front of the
339
- mnemonic character
340
- </td>
351
+ mnemonic character</td>
341
352
  </tr>
342
353
  <tr>
343
354
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
@@ -348,9 +359,9 @@ mnemonic for the button.
348
359
  </table></div>
349
360
  </div>
350
361
  <hr>
351
- <div class="refsect2" title="gtk_radio_button_new_with_mnemonic_from_widget ()">
362
+ <div class="refsect2">
352
363
  <a name="gtk-radio-button-new-with-mnemonic-from-widget"></a><h3>gtk_radio_button_new_with_mnemonic_from_widget ()</h3>
353
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_radio_button_new_with_mnemonic_from_widget
364
+ <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_radio_button_new_with_mnemonic_from_widget
354
365
  (<em class="parameter"><code><a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a> *radio_group_member</code></em>,
355
366
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
356
367
  <p>
@@ -363,29 +374,28 @@ in <em class="parameter"><code>label</code></em> indicate the mnemonic for the b
363
374
  <tbody>
364
375
  <tr>
365
376
  <td><p><span class="term"><em class="parameter"><code>radio_group_member</code></em> :</span></p></td>
366
- <td> widget to get radio group from or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
377
+ <td>widget to get radio group from or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
367
378
  </td>
368
379
  </tr>
369
380
  <tr>
370
381
  <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
371
382
  <td>the text of the button, with an underscore in front of the
372
- mnemonic character
373
- </td>
383
+ mnemonic character</td>
374
384
  </tr>
375
385
  <tr>
376
386
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
377
- <td>a new <a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a>
387
+ <td>a new <a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
378
388
  </td>
379
389
  </tr>
380
390
  </tbody>
381
391
  </table></div>
382
392
  </div>
383
393
  <hr>
384
- <div class="refsect2" title="gtk_radio_button_group">
394
+ <div class="refsect2">
385
395
  <a name="gtk-radio-button-group"></a><h3>gtk_radio_button_group</h3>
386
396
  <pre class="programlisting">#define gtk_radio_button_group gtk_radio_button_get_group
387
397
  </pre>
388
- <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
398
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
389
399
  <h3 class="title">Warning</h3>
390
400
  <p><code class="literal">gtk_radio_button_group</code> is deprecated and should not be used in newly-written code.</p>
391
401
  </div>
@@ -394,7 +404,7 @@ Deprecated compatibility macro. Use <a class="link" href="GtkRadioButton.html#gt
394
404
  </p>
395
405
  </div>
396
406
  <hr>
397
- <div class="refsect2" title="gtk_radio_button_set_group ()">
407
+ <div class="refsect2">
398
408
  <a name="gtk-radio-button-set-group"></a><h3>gtk_radio_button_set_group ()</h3>
399
409
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_radio_button_set_group (<em class="parameter"><code><a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a> *radio_button</code></em>,
400
410
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>);</pre>
@@ -415,22 +425,21 @@ changes.
415
425
  <tbody>
416
426
  <tr>
417
427
  <td><p><span class="term"><em class="parameter"><code>radio_button</code></em> :</span></p></td>
418
- <td>a <a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a>.
419
- </td>
428
+ <td>a <a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a>.</td>
420
429
  </tr>
421
430
  <tr>
422
431
  <td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
423
- <td> an existing radio
424
- button group, such as one returned from <a class="link" href="GtkRadioButton.html#gtk-radio-button-get-group" title="gtk_radio_button_get_group ()"><code class="function">gtk_radio_button_get_group()</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkRadioButton]</span>
432
+ <td>an existing radio
433
+ button group, such as one returned from <a class="link" href="GtkRadioButton.html#gtk-radio-button-get-group" title="gtk_radio_button_get_group ()"><code class="function">gtk_radio_button_get_group()</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkRadioButton]</span>
425
434
  </td>
426
435
  </tr>
427
436
  </tbody>
428
437
  </table></div>
429
438
  </div>
430
439
  <hr>
431
- <div class="refsect2" title="gtk_radio_button_get_group ()">
440
+ <div class="refsect2">
432
441
  <a name="gtk-radio-button-get-group"></a><h3>gtk_radio_button_get_group ()</h3>
433
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a>* gtk_radio_button_get_group (<em class="parameter"><code><a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a> *radio_button</code></em>);</pre>
442
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * gtk_radio_button_get_group (<em class="parameter"><code><a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a> *radio_button</code></em>);</pre>
434
443
  <p>
435
444
  Retrieves the group assigned to a radio button.
436
445
  </p>
@@ -439,24 +448,23 @@ Retrieves the group assigned to a radio button.
439
448
  <tbody>
440
449
  <tr>
441
450
  <td><p><span class="term"><em class="parameter"><code>radio_button</code></em> :</span></p></td>
442
- <td>a <a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a>.
443
- </td>
451
+ <td>a <a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a>.</td>
444
452
  </tr>
445
453
  <tr>
446
454
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
447
- <td> a linked list
455
+ <td>a linked list
448
456
  containing all the radio buttons in the same group
449
457
  as <em class="parameter"><code>radio_button</code></em>. The returned list is owned by the radio button
450
- and must not be modified or freed. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkRadioButton][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym> GtkRadioButton]</span>
458
+ and must not be modified or freed. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkRadioButton][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
451
459
  </td>
452
460
  </tr>
453
461
  </tbody>
454
462
  </table></div>
455
463
  </div>
456
464
  </div>
457
- <div class="refsect1" title="Property Details">
465
+ <div class="refsect1">
458
466
  <a name="GtkRadioButton.property-details"></a><h2>Property Details</h2>
459
- <div class="refsect2" title='The "group" property'>
467
+ <div class="refsect2">
460
468
  <a name="GtkRadioButton--group"></a><h3>The <code class="literal">"group"</code> property</h3>
461
469
  <pre class="programlisting"> "group" <a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a>* : Write</pre>
462
470
  <p>
@@ -464,12 +472,12 @@ Sets a new group for a radio button.
464
472
  </p>
465
473
  </div>
466
474
  </div>
467
- <div class="refsect1" title="Signal Details">
475
+ <div class="refsect1">
468
476
  <a name="GtkRadioButton.signal-details"></a><h2>Signal Details</h2>
469
- <div class="refsect2" title='The "group-changed" signal'>
477
+ <div class="refsect2">
470
478
  <a name="GtkRadioButton-group-changed"></a><h3>The <code class="literal">"group-changed"</code> signal</h3>
471
479
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a> *style,
472
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
480
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
473
481
  <p>
474
482
  Emitted when the group of radio buttons that a radio button belongs
475
483
  to changes. This is emitted when a radio button switches from
@@ -483,8 +491,7 @@ of the group that a button belongs to changes.
483
491
  <tbody>
484
492
  <tr>
485
493
  <td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
486
- <td>the object which received the signal
487
- </td>
494
+ <td>the object which received the signal</td>
488
495
  </tr>
489
496
  <tr>
490
497
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -495,7 +502,7 @@ of the group that a button belongs to changes.
495
502
  <p class="since">Since 2.4</p>
496
503
  </div>
497
504
  </div>
498
- <div class="refsect1" title="See Also">
505
+ <div class="refsect1">
499
506
  <a name="GtkRadioButton.see-also"></a><h2>See Also</h2>
500
507
  <p>
501
508
  </p>
@@ -513,6 +520,6 @@ many.</p></td>
513
520
  </div>
514
521
  <div class="footer">
515
522
  <hr>
516
- Generated by GTK-Doc V1.15</div>
523
+ Generated by GTK-Doc V1.16.1</div>
517
524
  </body>
518
525
  </html>