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="SelectorWidgets.html" title="Selectors (File/Font/Color/Input Devices)">
9
9
  <link rel="prev" href="GtkColorButton.html" title="GtkColorButton">
10
10
  <link rel="next" href="GtkColorSelection.html" title="GtkColorSelection">
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">
@@ -32,7 +32,7 @@
32
32
  <a href="#GtkColorSelectionDialog.properties" class="shortcut">Properties</a>
33
33
  </td></tr>
34
34
  </table>
35
- <div class="refentry" title="GtkColorSelectionDialog">
35
+ <div class="refentry">
36
36
  <a name="GtkColorSelectionDialog"></a><div class="titlepage"></div>
37
37
  <div class="refnamediv"><table width="100%"><tr>
38
38
  <td valign="top">
@@ -41,18 +41,18 @@
41
41
  </td>
42
42
  <td valign="top" align="right"><img src="colorsel.png"></td>
43
43
  </tr></table></div>
44
- <div class="refsynopsisdiv" title="Synopsis">
44
+ <div class="refsynopsisdiv">
45
45
  <a name="GtkColorSelectionDialog.synopsis"></a><h2>Synopsis</h2>
46
46
  <pre class="synopsis">
47
47
  #include &lt;gtk/gtk.h&gt;
48
48
 
49
- <a class="link" href="GtkColorSelectionDialog.html#GtkColorSelectionDialog-struct" title="GtkColorSelectionDialog">GtkColorSelectionDialog</a>;
50
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkColorSelectionDialog.html#gtk-color-selection-dialog-new" title="gtk_color_selection_dialog_new ()">gtk_color_selection_dialog_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> *title</code></em>);
51
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkColorSelectionDialog.html#gtk-color-selection-dialog-get-color-selection" title="gtk_color_selection_dialog_get_color_selection ()">gtk_color_selection_dialog_get_color_selection</a>
49
+ struct <a class="link" href="GtkColorSelectionDialog.html#GtkColorSelectionDialog-struct" title="struct GtkColorSelectionDialog">GtkColorSelectionDialog</a>;
50
+ <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkColorSelectionDialog.html#gtk-color-selection-dialog-new" title="gtk_color_selection_dialog_new ()">gtk_color_selection_dialog_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> *title</code></em>);
51
+ <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkColorSelectionDialog.html#gtk-color-selection-dialog-get-color-selection" title="gtk_color_selection_dialog_get_color_selection ()">gtk_color_selection_dialog_get_color_selection</a>
52
52
  (<em class="parameter"><code><a class="link" href="GtkColorSelectionDialog.html" title="GtkColorSelectionDialog"><span class="type">GtkColorSelectionDialog</span></a> *colorsel</code></em>);
53
53
  </pre>
54
54
  </div>
55
- <div class="refsect1" title="Object Hierarchy">
55
+ <div class="refsect1">
56
56
  <a name="GtkColorSelectionDialog.object-hierarchy"></a><h2>Object Hierarchy</h2>
57
57
  <pre class="synopsis">
58
58
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
@@ -66,13 +66,13 @@
66
66
  +----GtkColorSelectionDialog
67
67
  </pre>
68
68
  </div>
69
- <div class="refsect1" title="Implemented Interfaces">
69
+ <div class="refsect1">
70
70
  <a name="GtkColorSelectionDialog.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
71
71
  <p>
72
72
  GtkColorSelectionDialog implements
73
73
  AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
74
74
  </div>
75
- <div class="refsect1" title="Properties">
75
+ <div class="refsect1">
76
76
  <a name="GtkColorSelectionDialog.properties"></a><h2>Properties</h2>
77
77
  <pre class="synopsis">
78
78
  "<a class="link" href="GtkColorSelectionDialog.html#GtkColorSelectionDialog--cancel-button" title='The "cancel-button" property'>cancel-button</a>" <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>* : Read
@@ -81,14 +81,14 @@ GtkColorSelectionDialog implements
81
81
  "<a class="link" href="GtkColorSelectionDialog.html#GtkColorSelectionDialog--ok-button" title='The "ok-button" property'>ok-button</a>" <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>* : Read
82
82
  </pre>
83
83
  </div>
84
- <div class="refsect1" title="Description">
84
+ <div class="refsect1">
85
85
  <a name="GtkColorSelectionDialog.description"></a><h2>Description</h2>
86
86
  <p>
87
87
  The <a class="link" href="GtkColorSelectionDialog.html" title="GtkColorSelectionDialog"><span class="type">GtkColorSelectionDialog</span></a> provides a standard dialog which
88
88
  allows the user to select a color much like the <a class="link" href="GtkFileSelection.html" title="GtkFileSelection"><span class="type">GtkFileSelection</span></a>
89
89
  provides a standard dialog for file selection.
90
90
  </p>
91
- <div class="refsect2" title="GtkColorSelectionDialog as GtkBuildable">
91
+ <div class="refsect2">
92
92
  <a name="GtkColorSelectionDialog-BUILDER-UI"></a><h3>GtkColorSelectionDialog as GtkBuildable</h3>
93
93
  <p>
94
94
  The GtkColorSelectionDialog implementation of the GtkBuildable interface
@@ -98,13 +98,13 @@ name "color_selection". It also exposes the buttons with the names
98
98
  </p>
99
99
  </div>
100
100
  </div>
101
- <div class="refsect1" title="Details">
101
+ <div class="refsect1">
102
102
  <a name="GtkColorSelectionDialog.details"></a><h2>Details</h2>
103
- <div class="refsect2" title="GtkColorSelectionDialog">
104
- <a name="GtkColorSelectionDialog-struct"></a><h3>GtkColorSelectionDialog</h3>
105
- <pre class="programlisting">typedef struct _GtkColorSelectionDialog GtkColorSelectionDialog;</pre>
103
+ <div class="refsect2">
104
+ <a name="GtkColorSelectionDialog-struct"></a><h3>struct GtkColorSelectionDialog</h3>
105
+ <pre class="programlisting">struct GtkColorSelectionDialog;</pre>
106
106
  <p>
107
- The <a class="link" href="GtkColorSelectionDialog.html#GtkColorSelectionDialog-struct" title="GtkColorSelectionDialog"><span class="type">GtkColorSelectionDialog</span></a> struct contains the following fields.
107
+ The <a class="link" href="GtkColorSelectionDialog.html#GtkColorSelectionDialog-struct" title="struct GtkColorSelectionDialog"><span class="type">GtkColorSelectionDialog</span></a> struct contains the following fields.
108
108
  (These fields should be considered read-only. They should never be set by
109
109
  an application.)
110
110
  </p>
@@ -151,9 +151,9 @@ Connect a handler for the clicked event.
151
151
  </p>
152
152
  </div>
153
153
  <hr>
154
- <div class="refsect2" title="gtk_color_selection_dialog_new ()">
154
+ <div class="refsect2">
155
155
  <a name="gtk-color-selection-dialog-new"></a><h3>gtk_color_selection_dialog_new ()</h3>
156
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_color_selection_dialog_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> *title</code></em>);</pre>
156
+ <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_color_selection_dialog_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> *title</code></em>);</pre>
157
157
  <p>
158
158
  Creates a new <a class="link" href="GtkColorSelectionDialog.html" title="GtkColorSelectionDialog"><span class="type">GtkColorSelectionDialog</span></a>.
159
159
  </p>
@@ -162,21 +162,19 @@ Creates a new <a class="link" href="GtkColorSelectionDialog.html" title="GtkColo
162
162
  <tbody>
163
163
  <tr>
164
164
  <td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
165
- <td>a string containing the title text for the dialog.
166
- </td>
165
+ <td>a string containing the title text for the dialog.</td>
167
166
  </tr>
168
167
  <tr>
169
168
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
170
- <td>a <a class="link" href="GtkColorSelectionDialog.html" title="GtkColorSelectionDialog"><span class="type">GtkColorSelectionDialog</span></a>.
171
- </td>
169
+ <td>a <a class="link" href="GtkColorSelectionDialog.html" title="GtkColorSelectionDialog"><span class="type">GtkColorSelectionDialog</span></a>.</td>
172
170
  </tr>
173
171
  </tbody>
174
172
  </table></div>
175
173
  </div>
176
174
  <hr>
177
- <div class="refsect2" title="gtk_color_selection_dialog_get_color_selection ()">
175
+ <div class="refsect2">
178
176
  <a name="gtk-color-selection-dialog-get-color-selection"></a><h3>gtk_color_selection_dialog_get_color_selection ()</h3>
179
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_color_selection_dialog_get_color_selection
177
+ <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_color_selection_dialog_get_color_selection
180
178
  (<em class="parameter"><code><a class="link" href="GtkColorSelectionDialog.html" title="GtkColorSelectionDialog"><span class="type">GtkColorSelectionDialog</span></a> *colorsel</code></em>);</pre>
181
179
  <p>
182
180
  Retrieves the <a class="link" href="GtkColorSelection.html" title="GtkColorSelection"><span class="type">GtkColorSelection</span></a> widget embedded in the dialog.
@@ -191,8 +189,7 @@ Retrieves the <a class="link" href="GtkColorSelection.html" title="GtkColorSelec
191
189
  </tr>
192
190
  <tr>
193
191
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
194
- <td> the embedded <a class="link" href="GtkColorSelection.html" title="GtkColorSelection"><span class="type">GtkColorSelection</span></a>
195
-
192
+ <td>the embedded <a class="link" href="GtkColorSelection.html" title="GtkColorSelection"><span class="type">GtkColorSelection</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
196
193
  </td>
197
194
  </tr>
198
195
  </tbody>
@@ -200,27 +197,27 @@ Retrieves the <a class="link" href="GtkColorSelection.html" title="GtkColorSelec
200
197
  <p class="since">Since 2.14</p>
201
198
  </div>
202
199
  </div>
203
- <div class="refsect1" title="Property Details">
200
+ <div class="refsect1">
204
201
  <a name="GtkColorSelectionDialog.property-details"></a><h2>Property Details</h2>
205
- <div class="refsect2" title='The "cancel-button" property'>
202
+ <div class="refsect2">
206
203
  <a name="GtkColorSelectionDialog--cancel-button"></a><h3>The <code class="literal">"cancel-button"</code> property</h3>
207
204
  <pre class="programlisting"> "cancel-button" <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>* : Read</pre>
208
205
  <p>The cancel button of the dialog.</p>
209
206
  </div>
210
207
  <hr>
211
- <div class="refsect2" title='The "color-selection" property'>
208
+ <div class="refsect2">
212
209
  <a name="GtkColorSelectionDialog--color-selection"></a><h3>The <code class="literal">"color-selection"</code> property</h3>
213
210
  <pre class="programlisting"> "color-selection" <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>* : Read</pre>
214
211
  <p>The color selection embedded in the dialog.</p>
215
212
  </div>
216
213
  <hr>
217
- <div class="refsect2" title='The "help-button" property'>
214
+ <div class="refsect2">
218
215
  <a name="GtkColorSelectionDialog--help-button"></a><h3>The <code class="literal">"help-button"</code> property</h3>
219
216
  <pre class="programlisting"> "help-button" <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>* : Read</pre>
220
217
  <p>The help button of the dialog.</p>
221
218
  </div>
222
219
  <hr>
223
- <div class="refsect2" title='The "ok-button" property'>
220
+ <div class="refsect2">
224
221
  <a name="GtkColorSelectionDialog--ok-button"></a><h3>The <code class="literal">"ok-button"</code> property</h3>
225
222
  <pre class="programlisting"> "ok-button" <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>* : Read</pre>
226
223
  <p>The OK button of the dialog.</p>
@@ -229,6 +226,6 @@ Retrieves the <a class="link" href="GtkColorSelection.html" title="GtkColorSelec
229
226
  </div>
230
227
  <div class="footer">
231
228
  <hr>
232
- Generated by GTK-Doc V1.15</div>
229
+ Generated by GTK-Doc V1.16.1</div>
233
230
  </body>
234
231
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="DeprecatedObjects.html" title="Deprecated">
9
9
  <link rel="prev" href="GtkCTree.html" title="GtkCTree">
10
10
  <link rel="next" href="GtkFileSelection.html" title="GtkFileSelection">
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">
@@ -32,7 +32,7 @@
32
32
  <a href="#GtkCombo.properties" class="shortcut">Properties</a>
33
33
  </td></tr>
34
34
  </table>
35
- <div class="refentry" title="GtkCombo">
35
+ <div class="refentry">
36
36
  <a name="GtkCombo"></a><div class="titlepage"></div>
37
37
  <div class="refnamediv"><table width="100%"><tr>
38
38
  <td valign="top">
@@ -41,13 +41,13 @@
41
41
  </td>
42
42
  <td valign="top" align="right"></td>
43
43
  </tr></table></div>
44
- <div class="refsynopsisdiv" title="Synopsis">
44
+ <div class="refsynopsisdiv">
45
45
  <a name="GtkCombo.synopsis"></a><h2>Synopsis</h2>
46
46
  <pre class="synopsis">
47
47
  #include &lt;gtk/gtk.h&gt;
48
48
 
49
- <a class="link" href="GtkCombo.html#GtkCombo-struct" title="GtkCombo">GtkCombo</a>;
50
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkCombo.html#gtk-combo-new" title="gtk_combo_new ()">gtk_combo_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
49
+ struct <a class="link" href="GtkCombo.html#GtkCombo-struct" title="struct GtkCombo">GtkCombo</a>;
50
+ <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkCombo.html#gtk-combo-new" title="gtk_combo_new ()">gtk_combo_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
51
51
  <span class="returnvalue">void</span> <a class="link" href="GtkCombo.html#gtk-combo-set-popdown-strings" title="gtk_combo_set_popdown_strings ()">gtk_combo_set_popdown_strings</a> (<em class="parameter"><code><a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a> *combo</code></em>,
52
52
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *strings</code></em>);
53
53
  <span class="returnvalue">void</span> <a class="link" href="GtkCombo.html#gtk-combo-set-value-in-list" title="gtk_combo_set_value_in_list ()">gtk_combo_set_value_in_list</a> (<em class="parameter"><code><a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a> *combo</code></em>,
@@ -65,7 +65,7 @@
65
65
  <span class="returnvalue">void</span> <a class="link" href="GtkCombo.html#gtk-combo-disable-activate" title="gtk_combo_disable_activate ()">gtk_combo_disable_activate</a> (<em class="parameter"><code><a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a> *combo</code></em>);
66
66
  </pre>
67
67
  </div>
68
- <div class="refsect1" title="Object Hierarchy">
68
+ <div class="refsect1">
69
69
  <a name="GtkCombo.object-hierarchy"></a><h2>Object Hierarchy</h2>
70
70
  <pre class="synopsis">
71
71
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
@@ -78,13 +78,13 @@
78
78
  +----GtkCombo
79
79
  </pre>
80
80
  </div>
81
- <div class="refsect1" title="Implemented Interfaces">
81
+ <div class="refsect1">
82
82
  <a name="GtkCombo.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
83
83
  <p>
84
84
  GtkCombo implements
85
85
  AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and <a class="link" href="gtk-Orientable.html#GtkOrientable">GtkOrientable</a>.</p>
86
86
  </div>
87
- <div class="refsect1" title="Properties">
87
+ <div class="refsect1">
88
88
  <a name="GtkCombo.properties"></a><h2>Properties</h2>
89
89
  <pre class="synopsis">
90
90
  "<a class="link" href="GtkCombo.html#GtkCombo--allow-empty" title='The "allow-empty" property'>allow-empty</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
@@ -94,7 +94,7 @@ GtkCombo implements
94
94
  "<a class="link" href="GtkCombo.html#GtkCombo--value-in-list" title='The "value-in-list" property'>value-in-list</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
95
95
  </pre>
96
96
  </div>
97
- <div class="refsect1" title="Description">
97
+ <div class="refsect1">
98
98
  <a name="GtkCombo.description"></a><h2>Description</h2>
99
99
  <p>
100
100
  The <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a> widget consists of a single-line text entry field and a drop-down
@@ -103,7 +103,7 @@ button to the right of the entry field.
103
103
  </p>
104
104
  <p>
105
105
  The drop-down list is a <a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> widget and can be accessed using the
106
- <em class="structfield"><code>list</code></em> member of the <a class="link" href="GtkCombo.html#GtkCombo-struct" title="GtkCombo"><span class="type">GtkCombo</span></a>.
106
+ <em class="structfield"><code>list</code></em> member of the <a class="link" href="GtkCombo.html#GtkCombo-struct" title="struct GtkCombo"><span class="type">GtkCombo</span></a>.
107
107
  List elements can contain arbitrary widgets, but if an element is not a
108
108
  plain label, then you must use the <code class="function">gtk_list_set_item_string()</code> function.
109
109
  This sets the string which will be placed in the text entry field when the
@@ -118,7 +118,7 @@ arrow (cursor) keys, though this behaviour can be turned off with
118
118
  As of GTK+ 2.4, <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a> has been deprecated in favor of <a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a>.
119
119
  </p>
120
120
  <div class="example">
121
- <a name="gtkcombo-simple-example"></a><p class="title"><b>Example 59. Creating a <span class="structname">GtkCombo</span> widget with simple text
121
+ <a name="gtkcombo-simple-example"></a><p class="title"><b>Example 62. Creating a <span class="structname">GtkCombo</span> widget with simple text
122
122
  items.</b></p>
123
123
  <div class="example-contents">
124
124
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
@@ -149,7 +149,7 @@ items.</b></p>
149
149
 
150
150
  </div>
151
151
  <br class="example-break"><div class="example">
152
- <a name="id1285032"></a><p class="title"><b>Example 60. Creating a <span class="structname">GtkCombo</span> widget with a complex item.</b></p>
152
+ <a name="id1325133"></a><p class="title"><b>Example 63. Creating a <span class="structname">GtkCombo</span> widget with a complex item.</b></p>
153
153
  <div class="example-contents">
154
154
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
155
155
  <tbody>
@@ -202,22 +202,22 @@ items.</b></p>
202
202
  </div>
203
203
  <br class="example-break">
204
204
  </div>
205
- <div class="refsect1" title="Details">
205
+ <div class="refsect1">
206
206
  <a name="GtkCombo.details"></a><h2>Details</h2>
207
- <div class="refsect2" title="GtkCombo">
208
- <a name="GtkCombo-struct"></a><h3>GtkCombo</h3>
209
- <pre class="programlisting">typedef struct {
207
+ <div class="refsect2">
208
+ <a name="GtkCombo-struct"></a><h3>struct GtkCombo</h3>
209
+ <pre class="programlisting">struct GtkCombo {
210
210
  GtkWidget *entry;
211
211
 
212
212
  GtkWidget *list;
213
- } GtkCombo;
213
+ };
214
214
  </pre>
215
- <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
215
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
216
216
  <h3 class="title">Warning</h3>
217
217
  <p><code class="literal">GtkCombo</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
218
218
  </div>
219
219
  <p>
220
- The <a class="link" href="GtkCombo.html#GtkCombo-struct" title="GtkCombo"><span class="type">GtkCombo</span></a> struct contains the following fields.
220
+ The <a class="link" href="GtkCombo.html#GtkCombo-struct" title="struct GtkCombo"><span class="type">GtkCombo</span></a> struct contains the following fields.
221
221
  (These fields should be considered read-only. They should never be set by
222
222
  an application.)
223
223
  </p>
@@ -226,22 +226,20 @@ an application.)
226
226
  <tbody>
227
227
  <tr>
228
228
  <td><p><span class="term"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *<em class="structfield"><code><a name="GtkCombo-struct.entry"></a>entry</code></em>;</span></p></td>
229
- <td>the text entry field.
230
- </td>
229
+ <td>the text entry field.</td>
231
230
  </tr>
232
231
  <tr>
233
232
  <td><p><span class="term"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *<em class="structfield"><code><a name="GtkCombo-struct.list"></a>list</code></em>;</span></p></td>
234
- <td>the list shown in the drop-down window.
235
- </td>
233
+ <td>the list shown in the drop-down window.</td>
236
234
  </tr>
237
235
  </tbody>
238
236
  </table></div>
239
237
  </div>
240
238
  <hr>
241
- <div class="refsect2" title="gtk_combo_new ()">
239
+ <div class="refsect2">
242
240
  <a name="gtk-combo-new"></a><h3>gtk_combo_new ()</h3>
243
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_combo_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
244
- <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
241
+ <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_combo_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
242
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
245
243
  <h3 class="title">Warning</h3>
246
244
  <p><code class="literal">gtk_combo_new</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
247
245
  </div>
@@ -252,47 +250,44 @@ Creates a new <a class="link" href="GtkCombo.html" title="GtkCombo"><span class=
252
250
  <col align="left" valign="top">
253
251
  <tbody><tr>
254
252
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
255
- <td>a new <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
256
- </td>
253
+ <td>a new <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.</td>
257
254
  </tr></tbody>
258
255
  </table></div>
259
256
  </div>
260
257
  <hr>
261
- <div class="refsect2" title="gtk_combo_set_popdown_strings ()">
258
+ <div class="refsect2">
262
259
  <a name="gtk-combo-set-popdown-strings"></a><h3>gtk_combo_set_popdown_strings ()</h3>
263
260
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_set_popdown_strings (<em class="parameter"><code><a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a> *combo</code></em>,
264
261
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *strings</code></em>);</pre>
265
- <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
262
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
266
263
  <h3 class="title">Warning</h3>
267
264
  <p><code class="literal">gtk_combo_set_popdown_strings</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
268
265
  </div>
269
266
  <p>
270
267
  Convenience function to set all of the items in the popup list.
271
- (See the <a class="link" href="GtkCombo.html#gtkcombo-simple-example" title="Example 59. Creating a GtkCombo widget with simple text items.">example</a> above.)
268
+ (See the <a class="link" href="GtkCombo.html#gtkcombo-simple-example" title="Example 62. Creating a GtkCombo widget with simple text items.">example</a> above.)
272
269
  </p>
273
270
  <div class="variablelist"><table border="0">
274
271
  <col align="left" valign="top">
275
272
  <tbody>
276
273
  <tr>
277
274
  <td><p><span class="term"><em class="parameter"><code>combo</code></em> :</span></p></td>
278
- <td>a <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
279
- </td>
275
+ <td>a <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.</td>
280
276
  </tr>
281
277
  <tr>
282
278
  <td><p><span class="term"><em class="parameter"><code>strings</code></em> :</span></p></td>
283
- <td>a list of strings, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to clear the popup list
284
- </td>
279
+ <td>a list of strings, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to clear the popup list</td>
285
280
  </tr>
286
281
  </tbody>
287
282
  </table></div>
288
283
  </div>
289
284
  <hr>
290
- <div class="refsect2" title="gtk_combo_set_value_in_list ()">
285
+ <div class="refsect2">
291
286
  <a name="gtk-combo-set-value-in-list"></a><h3>gtk_combo_set_value_in_list ()</h3>
292
287
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_set_value_in_list (<em class="parameter"><code><a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a> *combo</code></em>,
293
288
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> val</code></em>,
294
289
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> ok_if_empty</code></em>);</pre>
295
- <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
290
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
296
291
  <h3 class="title">Warning</h3>
297
292
  <p><code class="literal">gtk_combo_set_value_in_list</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
298
293
  </div>
@@ -309,30 +304,27 @@ If an empty field is acceptable, the <em class="parameter"><code>ok_if_empty</co
309
304
  <tbody>
310
305
  <tr>
311
306
  <td><p><span class="term"><em class="parameter"><code>combo</code></em> :</span></p></td>
312
- <td>a <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
313
- </td>
307
+ <td>a <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.</td>
314
308
  </tr>
315
309
  <tr>
316
310
  <td><p><span class="term"><em class="parameter"><code>val</code></em> :</span></p></td>
317
311
  <td>
318
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the value entered must match one of the values in the list.
319
- </td>
312
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the value entered must match one of the values in the list.</td>
320
313
  </tr>
321
314
  <tr>
322
315
  <td><p><span class="term"><em class="parameter"><code>ok_if_empty</code></em> :</span></p></td>
323
316
  <td>
324
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if an empty value is considered valid.
325
- </td>
317
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if an empty value is considered valid.</td>
326
318
  </tr>
327
319
  </tbody>
328
320
  </table></div>
329
321
  </div>
330
322
  <hr>
331
- <div class="refsect2" title="gtk_combo_set_use_arrows ()">
323
+ <div class="refsect2">
332
324
  <a name="gtk-combo-set-use-arrows"></a><h3>gtk_combo_set_use_arrows ()</h3>
333
325
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_set_use_arrows (<em class="parameter"><code><a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a> *combo</code></em>,
334
326
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> val</code></em>);</pre>
335
- <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
327
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
336
328
  <h3 class="title">Warning</h3>
337
329
  <p><code class="literal">gtk_combo_set_use_arrows</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
338
330
  </div>
@@ -345,25 +337,23 @@ the list. This is on by default.
345
337
  <tbody>
346
338
  <tr>
347
339
  <td><p><span class="term"><em class="parameter"><code>combo</code></em> :</span></p></td>
348
- <td>a <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
349
- </td>
340
+ <td>a <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.</td>
350
341
  </tr>
351
342
  <tr>
352
343
  <td><p><span class="term"><em class="parameter"><code>val</code></em> :</span></p></td>
353
344
  <td>
354
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the arrow keys can be used to step through the items in
355
- the list.
356
- </td>
345
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the arrow keys can be used to step through the items in
346
+ the list.</td>
357
347
  </tr>
358
348
  </tbody>
359
349
  </table></div>
360
350
  </div>
361
351
  <hr>
362
- <div class="refsect2" title="gtk_combo_set_use_arrows_always ()">
352
+ <div class="refsect2">
363
353
  <a name="gtk-combo-set-use-arrows-always"></a><h3>gtk_combo_set_use_arrows_always ()</h3>
364
354
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_set_use_arrows_always (<em class="parameter"><code><a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a> *combo</code></em>,
365
355
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> val</code></em>);</pre>
366
- <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
356
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
367
357
  <h3 class="title">Warning</h3>
368
358
  <p><code class="literal">gtk_combo_set_use_arrows_always</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
369
359
  </div>
@@ -375,23 +365,21 @@ Obsolete function, does nothing.
375
365
  <tbody>
376
366
  <tr>
377
367
  <td><p><span class="term"><em class="parameter"><code>combo</code></em> :</span></p></td>
378
- <td>a <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
379
- </td>
368
+ <td>a <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.</td>
380
369
  </tr>
381
370
  <tr>
382
371
  <td><p><span class="term"><em class="parameter"><code>val</code></em> :</span></p></td>
383
- <td>unused
384
- </td>
372
+ <td>unused</td>
385
373
  </tr>
386
374
  </tbody>
387
375
  </table></div>
388
376
  </div>
389
377
  <hr>
390
- <div class="refsect2" title="gtk_combo_set_case_sensitive ()">
378
+ <div class="refsect2">
391
379
  <a name="gtk-combo-set-case-sensitive"></a><h3>gtk_combo_set_case_sensitive ()</h3>
392
380
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_set_case_sensitive (<em class="parameter"><code><a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a> *combo</code></em>,
393
381
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> val</code></em>);</pre>
394
- <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
382
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
395
383
  <h3 class="title">Warning</h3>
396
384
  <p><code class="literal">gtk_combo_set_case_sensitive</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
397
385
  </div>
@@ -409,25 +397,23 @@ worried about differences in case.
409
397
  <tbody>
410
398
  <tr>
411
399
  <td><p><span class="term"><em class="parameter"><code>combo</code></em> :</span></p></td>
412
- <td>a <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
413
- </td>
400
+ <td>a <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.</td>
414
401
  </tr>
415
402
  <tr>
416
403
  <td><p><span class="term"><em class="parameter"><code>val</code></em> :</span></p></td>
417
404
  <td>
418
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the text in the list items is case sensitive.
419
- </td>
405
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the text in the list items is case sensitive.</td>
420
406
  </tr>
421
407
  </tbody>
422
408
  </table></div>
423
409
  </div>
424
410
  <hr>
425
- <div class="refsect2" title="gtk_combo_set_item_string ()">
411
+ <div class="refsect2">
426
412
  <a name="gtk-combo-set-item-string"></a><h3>gtk_combo_set_item_string ()</h3>
427
413
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_set_item_string (<em class="parameter"><code><a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a> *combo</code></em>,
428
414
  <em class="parameter"><code><a class="link" href="GtkItem.html" title="GtkItem"><span class="type">GtkItem</span></a> *item</code></em>,
429
415
  <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> *item_value</code></em>);</pre>
430
- <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
416
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
431
417
  <h3 class="title">Warning</h3>
432
418
  <p><code class="literal">gtk_combo_set_item_string</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
433
419
  </div>
@@ -440,27 +426,24 @@ selected. This is needed if the list item is not a simple label.
440
426
  <tbody>
441
427
  <tr>
442
428
  <td><p><span class="term"><em class="parameter"><code>combo</code></em> :</span></p></td>
443
- <td>a <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
444
- </td>
429
+ <td>a <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.</td>
445
430
  </tr>
446
431
  <tr>
447
432
  <td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>
448
- <td>a <a class="link" href="GtkItem.html" title="GtkItem"><span class="type">GtkItem</span></a>.
449
- </td>
433
+ <td>a <a class="link" href="GtkItem.html" title="GtkItem"><span class="type">GtkItem</span></a>.</td>
450
434
  </tr>
451
435
  <tr>
452
436
  <td><p><span class="term"><em class="parameter"><code>item_value</code></em> :</span></p></td>
453
- <td>the string to place in the <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> when <em class="parameter"><code>item</code></em> is selected.
454
- </td>
437
+ <td>the string to place in the <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> when <em class="parameter"><code>item</code></em> is selected.</td>
455
438
  </tr>
456
439
  </tbody>
457
440
  </table></div>
458
441
  </div>
459
442
  <hr>
460
- <div class="refsect2" title="gtk_combo_disable_activate ()">
443
+ <div class="refsect2">
461
444
  <a name="gtk-combo-disable-activate"></a><h3>gtk_combo_disable_activate ()</h3>
462
445
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_disable_activate (<em class="parameter"><code><a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a> *combo</code></em>);</pre>
463
- <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
446
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
464
447
  <h3 class="title">Warning</h3>
465
448
  <p><code class="literal">gtk_combo_disable_activate</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
466
449
  </div>
@@ -474,43 +457,42 @@ instead.
474
457
  <col align="left" valign="top">
475
458
  <tbody><tr>
476
459
  <td><p><span class="term"><em class="parameter"><code>combo</code></em> :</span></p></td>
477
- <td>a <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
478
- </td>
460
+ <td>a <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.</td>
479
461
  </tr></tbody>
480
462
  </table></div>
481
463
  </div>
482
464
  </div>
483
- <div class="refsect1" title="Property Details">
465
+ <div class="refsect1">
484
466
  <a name="GtkCombo.property-details"></a><h2>Property Details</h2>
485
- <div class="refsect2" title='The "allow-empty" property'>
467
+ <div class="refsect2">
486
468
  <a name="GtkCombo--allow-empty"></a><h3>The <code class="literal">"allow-empty"</code> property</h3>
487
469
  <pre class="programlisting"> "allow-empty" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
488
470
  <p>Whether an empty value may be entered in this field.</p>
489
471
  <p>Default value: TRUE</p>
490
472
  </div>
491
473
  <hr>
492
- <div class="refsect2" title='The "case-sensitive" property'>
474
+ <div class="refsect2">
493
475
  <a name="GtkCombo--case-sensitive"></a><h3>The <code class="literal">"case-sensitive"</code> property</h3>
494
476
  <pre class="programlisting"> "case-sensitive" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
495
477
  <p>Whether list item matching is case sensitive.</p>
496
478
  <p>Default value: FALSE</p>
497
479
  </div>
498
480
  <hr>
499
- <div class="refsect2" title='The "enable-arrow-keys" property'>
481
+ <div class="refsect2">
500
482
  <a name="GtkCombo--enable-arrow-keys"></a><h3>The <code class="literal">"enable-arrow-keys"</code> property</h3>
501
483
  <pre class="programlisting"> "enable-arrow-keys" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
502
484
  <p>Whether the arrow keys move through the list of items.</p>
503
485
  <p>Default value: TRUE</p>
504
486
  </div>
505
487
  <hr>
506
- <div class="refsect2" title='The "enable-arrows-always" property'>
488
+ <div class="refsect2">
507
489
  <a name="GtkCombo--enable-arrows-always"></a><h3>The <code class="literal">"enable-arrows-always"</code> property</h3>
508
490
  <pre class="programlisting"> "enable-arrows-always" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
509
491
  <p>Obsolete property, ignored.</p>
510
492
  <p>Default value: TRUE</p>
511
493
  </div>
512
494
  <hr>
513
- <div class="refsect2" title='The "value-in-list" property'>
495
+ <div class="refsect2">
514
496
  <a name="GtkCombo--value-in-list"></a><h3>The <code class="literal">"value-in-list"</code> property</h3>
515
497
  <pre class="programlisting"> "value-in-list" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
516
498
  <p>Whether entered values must already be present in the list.</p>
@@ -520,6 +502,6 @@ instead.
520
502
  </div>
521
503
  <div class="footer">
522
504
  <hr>
523
- Generated by GTK-Doc V1.15</div>
505
+ Generated by GTK-Doc V1.16.1</div>
524
506
  </body>
525
507
  </html>