gtk2 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (555) hide show
  1. checksums.yaml +7 -0
  2. data/README +2 -2
  3. data/Rakefile +5 -3
  4. data/ext/gtk2/extconf.rb +5 -2
  5. data/ext/gtk2/global.h +1 -8
  6. data/ext/gtk2/rbgdk.c +1 -16
  7. data/ext/gtk2/rbgdkcairo.c +0 -8
  8. data/ext/gtk2/rbgdkcolormap.c +0 -4
  9. data/ext/gtk2/rbgdkcursor.c +0 -18
  10. data/ext/gtk2/rbgdkdisplay.c +7 -45
  11. data/ext/gtk2/rbgdkdisplaymanager.c +0 -5
  12. data/ext/gtk2/rbgdkdragcontext.c +0 -13
  13. data/ext/gtk2/rbgdkdraw.c +2 -26
  14. data/ext/gtk2/rbgdkevent.c +631 -324
  15. data/ext/gtk2/rbgdkgc.c +0 -5
  16. data/ext/gtk2/rbgdkkeymap.c +2 -4
  17. data/ext/gtk2/rbgdkpango.c +0 -5
  18. data/ext/gtk2/rbgdkpangorenderer.c +0 -6
  19. data/ext/gtk2/rbgdkpixbuf.c +0 -3
  20. data/ext/gtk2/rbgdkpixmap.c +3 -18
  21. data/ext/gtk2/rbgdkproperty.c +0 -41
  22. data/ext/gtk2/rbgdkscreen.c +0 -22
  23. data/ext/gtk2/rbgdkselection.c +0 -13
  24. data/ext/gtk2/rbgdkvisual.c +0 -4
  25. data/ext/gtk2/rbgdkwindow.c +2 -71
  26. data/ext/gtk2/rbgdkx11.c +1 -6
  27. data/ext/gtk2/rbgtkaboutdialog.c +0 -5
  28. data/ext/gtk2/rbgtkaccelerator.c +0 -4
  29. data/ext/gtk2/rbgtkaccelgroup.c +0 -8
  30. data/ext/gtk2/rbgtkaccelmap.c +0 -15
  31. data/ext/gtk2/rbgtkaction.c +0 -14
  32. data/ext/gtk2/rbgtkactiongroup.c +0 -9
  33. data/ext/gtk2/rbgtkalignment.c +0 -4
  34. data/ext/gtk2/rbgtkassistant.c +0 -6
  35. data/ext/gtk2/rbgtkbbox.c +0 -4
  36. data/ext/gtk2/rbgtkbutton.c +0 -4
  37. data/ext/gtk2/rbgtkcalendar.c +0 -8
  38. data/ext/gtk2/rbgtkcelllayout.c +0 -5
  39. data/ext/gtk2/rbgtkcellrenderer.c +0 -8
  40. data/ext/gtk2/rbgtkcellrendereraccel.c +0 -6
  41. data/ext/gtk2/rbgtkcellrenderercombo.c +0 -6
  42. data/ext/gtk2/rbgtkcellrendererprogress.c +0 -6
  43. data/ext/gtk2/rbgtkcellrendererspin.c +0 -6
  44. data/ext/gtk2/rbgtkcellview.c +0 -5
  45. data/ext/gtk2/rbgtkclipboard.c +0 -48
  46. data/ext/gtk2/rbgtkcolorbutton.c +0 -6
  47. data/ext/gtk2/rbgtkcolorsel.c +0 -4
  48. data/ext/gtk2/rbgtkcombobox.c +0 -12
  49. data/ext/gtk2/rbgtkcomboboxentry.c +0 -6
  50. data/ext/gtk2/rbgtkconst.c +0 -2
  51. data/ext/gtk2/rbgtkdialog.c +0 -10
  52. data/ext/gtk2/rbgtkdrag.c +0 -24
  53. data/ext/gtk2/rbgtkentry.c +0 -4
  54. data/ext/gtk2/rbgtkentrycompletion.c +0 -10
  55. data/ext/gtk2/rbgtkexpander.c +0 -6
  56. data/ext/gtk2/rbgtkfilechooser.c +0 -10
  57. data/ext/gtk2/rbgtkfilechooserbutton.c +0 -6
  58. data/ext/gtk2/rbgtkfilechooserdialog.c +0 -8
  59. data/ext/gtk2/rbgtkfilechooserwidget.c +0 -6
  60. data/ext/gtk2/rbgtkfilefilter.c +0 -11
  61. data/ext/gtk2/rbgtkfilesystemerror.c +0 -2
  62. data/ext/gtk2/rbgtkfontbutton.c +0 -6
  63. data/ext/gtk2/rbgtkiconinfo.c +0 -5
  64. data/ext/gtk2/rbgtkiconsize.c +0 -4
  65. data/ext/gtk2/rbgtkicontheme.c +0 -11
  66. data/ext/gtk2/rbgtkiconview.c +0 -9
  67. data/ext/gtk2/rbgtkimage.c +0 -8
  68. data/ext/gtk2/rbgtkinvisible.c +0 -4
  69. data/ext/gtk2/rbgtklinkbutton.c +0 -5
  70. data/ext/gtk2/rbgtkliststore.c +0 -14
  71. data/ext/gtk2/rbgtkmenu.c +0 -12
  72. data/ext/gtk2/rbgtkmenubar.c +0 -2
  73. data/ext/gtk2/rbgtkmenushell.c +0 -4
  74. data/ext/gtk2/rbgtkmenutoolbutton.c +0 -5
  75. data/ext/gtk2/rbgtkmessagedialog.c +0 -4
  76. data/ext/gtk2/rbgtknotebook.c +0 -9
  77. data/ext/gtk2/rbgtkpagesetup.c +0 -5
  78. data/ext/gtk2/rbgtkpapersize.c +0 -6
  79. data/ext/gtk2/rbgtkprintcontext.c +0 -5
  80. data/ext/gtk2/rbgtkprintoperation.c +0 -5
  81. data/ext/gtk2/rbgtkprintoperationpreview.c +0 -5
  82. data/ext/gtk2/rbgtkprintsettings.c +0 -5
  83. data/ext/gtk2/rbgtkradioaction.c +0 -18
  84. data/ext/gtk2/rbgtkradiotoolbutton.c +0 -6
  85. data/ext/gtk2/rbgtkrange.c +0 -2
  86. data/ext/gtk2/rbgtkrc.c +0 -4
  87. data/ext/gtk2/rbgtkrecentchooser.c +0 -6
  88. data/ext/gtk2/rbgtkrecentchooserdialog.c +0 -5
  89. data/ext/gtk2/rbgtkrecentchoosermenu.c +0 -6
  90. data/ext/gtk2/rbgtkrecentchooserwidget.c +0 -5
  91. data/ext/gtk2/rbgtkrecentdata.c +0 -6
  92. data/ext/gtk2/rbgtkrecentfilter.c +0 -5
  93. data/ext/gtk2/rbgtkrecentfilterinfo.c +0 -6
  94. data/ext/gtk2/rbgtkrecentinfo.c +0 -5
  95. data/ext/gtk2/rbgtkrecentmanager.c +0 -5
  96. data/ext/gtk2/rbgtkscale.c +0 -6
  97. data/ext/gtk2/rbgtkscrolledwindow.c +0 -9
  98. data/ext/gtk2/rbgtkselection.c +0 -8
  99. data/ext/gtk2/rbgtkselectiondata.c +2 -14
  100. data/ext/gtk2/rbgtkseparatortoolitem.c +0 -6
  101. data/ext/gtk2/rbgtksettings.c +0 -4
  102. data/ext/gtk2/rbgtksizegroup.c +0 -5
  103. data/ext/gtk2/rbgtkstatusicon.c +0 -5
  104. data/ext/gtk2/rbgtkstock.c +0 -38
  105. data/ext/gtk2/rbgtkstyle.c +0 -8
  106. data/ext/gtk2/rbgtktargetlist.c +0 -34
  107. data/ext/gtk2/rbgtktextbuffer.c +0 -12
  108. data/ext/gtk2/rbgtktextiter.c +0 -8
  109. data/ext/gtk2/rbgtktextview.c +0 -4
  110. data/ext/gtk2/rbgtktoggleaction.c +0 -7
  111. data/ext/gtk2/rbgtktoggletoolbutton.c +0 -6
  112. data/ext/gtk2/rbgtktoolbar.c +0 -6
  113. data/ext/gtk2/rbgtktoolbutton.c +0 -6
  114. data/ext/gtk2/rbgtktoolitem.c +0 -9
  115. data/ext/gtk2/rbgtktooltips.c +0 -4
  116. data/ext/gtk2/rbgtktreeiter.c +0 -4
  117. data/ext/gtk2/rbgtktreemodelfilter.c +0 -5
  118. data/ext/gtk2/rbgtktreemodelsort.c +0 -4
  119. data/ext/gtk2/rbgtktreerowreference.c +0 -4
  120. data/ext/gtk2/rbgtktreeselection.c +0 -4
  121. data/ext/gtk2/rbgtktreestore.c +0 -19
  122. data/ext/gtk2/rbgtktreeview.c +0 -24
  123. data/ext/gtk2/rbgtktreeviewcolumn.c +0 -10
  124. data/ext/gtk2/rbgtkuimanager.c +0 -6
  125. data/ext/gtk2/rbgtkwidget.c +1 -31
  126. data/ext/gtk2/rbgtkwindow.c +2 -47
  127. data/lib/1.9/gtk2.so +0 -0
  128. data/lib/2.0/gtk2.so +0 -0
  129. data/sample/gtk-demo/common.rb +6 -1
  130. data/sample/gtk-demo/main.rb +89 -85
  131. data/test/test_gtk_icon_theme.rb +11 -6
  132. data/vendor/local/bin/gtk-demo.exe +0 -0
  133. data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
  134. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  135. data/vendor/local/bin/libgailutil-18.dll +0 -0
  136. data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
  137. data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
  138. data/vendor/local/include/gtk-2.0/gtk/gtksignal.h +3 -1
  139. data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +3 -3
  140. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
  141. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll.a +0 -0
  142. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.la +2 -2
  143. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
  144. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll.a +0 -0
  145. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.la +2 -2
  146. data/vendor/local/lib/gtk-2.0/2.10.0/immodules.cache +40 -0
  147. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-am-et.dll +0 -0
  148. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-am-et.dll.a +0 -0
  149. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-am-et.la +2 -2
  150. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cedilla.dll +0 -0
  151. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cedilla.dll.a +0 -0
  152. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cedilla.la +2 -2
  153. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.dll +0 -0
  154. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.dll.a +0 -0
  155. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.la +2 -2
  156. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ime.dll +0 -0
  157. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ime.dll.a +0 -0
  158. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ime.la +2 -2
  159. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.dll +0 -0
  160. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.dll.a +0 -0
  161. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.la +2 -2
  162. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ipa.dll +0 -0
  163. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ipa.dll.a +0 -0
  164. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ipa.la +2 -2
  165. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-multipress.dll +0 -0
  166. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-multipress.dll.a +0 -0
  167. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-multipress.la +2 -2
  168. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-thai.dll +0 -0
  169. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-thai.dll.a +0 -0
  170. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-thai.la +2 -2
  171. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-er.dll +0 -0
  172. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-er.dll.a +0 -0
  173. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-er.la +2 -2
  174. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-et.dll +0 -0
  175. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-et.dll.a +0 -0
  176. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-et.la +2 -2
  177. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-viqr.dll +0 -0
  178. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-viqr.dll.a +0 -0
  179. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-viqr.la +2 -2
  180. data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
  181. data/vendor/local/lib/gtk-2.0/modules/libgail.dll.a +0 -0
  182. data/vendor/local/lib/gtk-2.0/modules/libgail.la +2 -2
  183. data/vendor/local/lib/libgailutil.dll.a +0 -0
  184. data/vendor/local/lib/libgailutil.la +2 -2
  185. data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
  186. data/vendor/local/lib/libgdk-win32-2.0.la +3 -3
  187. data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
  188. data/vendor/local/lib/libgtk-win32-2.0.la +3 -3
  189. data/vendor/local/lib/pkgconfig/gail.pc +1 -1
  190. data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
  191. data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
  192. data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
  193. data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
  194. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +111 -111
  195. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +33 -33
  196. data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +2 -2
  197. data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +2 -2
  198. data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplay.html +101 -99
  199. data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplayManager.html +9 -9
  200. data/vendor/local/share/gtk-doc/html/gdk2/GdkScreen.html +167 -167
  201. data/vendor/local/share/gtk-doc/html/gdk2/annotation-glossary.html +31 -22
  202. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-10.html +2 -2
  203. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-12.html +2 -2
  204. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-14.html +2 -2
  205. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-16.html +2 -2
  206. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-18.html +2 -2
  207. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-2.html +2 -2
  208. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-20.html +2 -2
  209. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-22.html +2 -2
  210. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-4.html +2 -2
  211. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-6.html +2 -2
  212. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-8.html +2 -2
  213. data/vendor/local/share/gtk-doc/html/gdk2/api-index-deprecated.html +2 -2
  214. data/vendor/local/share/gtk-doc/html/gdk2/api-index-full.html +8 -8
  215. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Application-launching.html +15 -15
  216. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Bitmaps-and-Pixmaps.html +68 -68
  217. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Cairo-Interaction.html +36 -36
  218. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Colormaps-and-Colors.html +89 -89
  219. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Cursors.html +25 -25
  220. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drag-and-Drop.html +47 -47
  221. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drawing-Primitives.html +268 -268
  222. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Event-Structures.html +106 -106
  223. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Events.html +66 -66
  224. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Fonts.html +125 -125
  225. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-GdkRGB.html +125 -125
  226. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-General.html +85 -85
  227. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Graphics-Contexts.html +54 -54
  228. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Images.html +54 -54
  229. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input-Devices.html +59 -59
  230. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input.html +25 -25
  231. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Keyboard-Handling.html +121 -104
  232. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pango-Interaction.html +111 -111
  233. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pixbufs.html +41 -41
  234. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Points-Rectangles-and-Regions.html +49 -49
  235. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Properties-and-Atoms.html +133 -132
  236. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Selections.html +39 -39
  237. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Testing.html +20 -20
  238. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Threads.html +105 -105
  239. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Visuals.html +59 -59
  240. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Windows.html +478 -478
  241. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-X-Window-System-Interaction.html +76 -76
  242. data/vendor/local/share/gtk-doc/html/gdk2/index.html +2 -2
  243. data/vendor/local/share/gtk-doc/html/gdk2/index.sgml +6 -6
  244. data/vendor/local/share/gtk-doc/html/gdk2/multihead.html +8 -8
  245. data/vendor/local/share/gtk-doc/html/gdk2/reference.html +2 -2
  246. data/vendor/local/share/gtk-doc/html/gtk2/AbstractObjects.html +2 -2
  247. data/vendor/local/share/gtk-doc/html/gtk2/Actions.html +2 -2
  248. data/vendor/local/share/gtk-doc/html/gtk2/Builder.html +2 -2
  249. data/vendor/local/share/gtk-doc/html/gtk2/ButtonWidgets.html +2 -2
  250. data/vendor/local/share/gtk-doc/html/gtk2/DeprecatedObjects.html +2 -2
  251. data/vendor/local/share/gtk-doc/html/gtk2/DisplayWidgets.html +2 -2
  252. data/vendor/local/share/gtk-doc/html/gtk2/GtkAboutDialog.html +144 -144
  253. data/vendor/local/share/gtk-doc/html/gtk2/GtkAccelLabel.html +17 -17
  254. data/vendor/local/share/gtk-doc/html/gtk2/GtkAccessible.html +5 -5
  255. data/vendor/local/share/gtk-doc/html/gtk2/GtkAction.html +135 -135
  256. data/vendor/local/share/gtk-doc/html/gtk2/GtkActionGroup.html +112 -112
  257. data/vendor/local/share/gtk-doc/html/gtk2/GtkActivatable.html +25 -25
  258. data/vendor/local/share/gtk-doc/html/gtk2/GtkAdjustment.html +80 -80
  259. data/vendor/local/share/gtk-doc/html/gtk2/GtkAlignment.html +56 -56
  260. data/vendor/local/share/gtk-doc/html/gtk2/GtkArrow.html +6 -6
  261. data/vendor/local/share/gtk-doc/html/gtk2/GtkAspectFrame.html +32 -32
  262. data/vendor/local/share/gtk-doc/html/gtk2/GtkAssistant.html +73 -73
  263. data/vendor/local/share/gtk-doc/html/gtk2/GtkBin.html +5 -5
  264. data/vendor/local/share/gtk-doc/html/gtk2/GtkBox.html +70 -70
  265. data/vendor/local/share/gtk-doc/html/gtk2/GtkBuildable.html +54 -54
  266. data/vendor/local/share/gtk-doc/html/gtk2/GtkBuilder.html +129 -129
  267. data/vendor/local/share/gtk-doc/html/gtk2/GtkButton.html +75 -75
  268. data/vendor/local/share/gtk-doc/html/gtk2/GtkButtonBox.html +36 -36
  269. data/vendor/local/share/gtk-doc/html/gtk2/GtkCList.html +296 -296
  270. data/vendor/local/share/gtk-doc/html/gtk2/GtkCTree.html +214 -214
  271. data/vendor/local/share/gtk-doc/html/gtk2/GtkCalendar.html +99 -99
  272. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellEditable.html +10 -10
  273. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellLayout.html +29 -29
  274. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRenderer.html +104 -104
  275. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererAccel.html +16 -16
  276. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererCombo.html +14 -14
  277. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererPixbuf.html +27 -27
  278. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererProgress.html +17 -17
  279. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpin.html +9 -9
  280. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpinner.html +9 -9
  281. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererText.html +98 -98
  282. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererToggle.html +36 -36
  283. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellView.html +26 -26
  284. data/vendor/local/share/gtk-doc/html/gtk2/GtkCheckButton.html +12 -12
  285. data/vendor/local/share/gtk-doc/html/gtk2/GtkColorButton.html +27 -27
  286. data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelection.html +55 -55
  287. data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelectionDialog.html +6 -6
  288. data/vendor/local/share/gtk-doc/html/gtk2/GtkCombo.html +43 -43
  289. data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBox.html +116 -114
  290. data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxEntry.html +13 -13
  291. data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxText.html +18 -18
  292. data/vendor/local/share/gtk-doc/html/gtk2/GtkContainer.html +95 -95
  293. data/vendor/local/share/gtk-doc/html/gtk2/GtkCurve.html +28 -28
  294. data/vendor/local/share/gtk-doc/html/gtk2/GtkDialog.html +77 -77
  295. data/vendor/local/share/gtk-doc/html/gtk2/GtkDrawingArea.html +14 -14
  296. data/vendor/local/share/gtk-doc/html/gtk2/GtkEditable.html +62 -62
  297. data/vendor/local/share/gtk-doc/html/gtk2/GtkEntry.html +299 -299
  298. data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryBuffer.html +61 -61
  299. data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryCompletion.html +106 -106
  300. data/vendor/local/share/gtk-doc/html/gtk2/GtkEventBox.html +19 -19
  301. data/vendor/local/share/gtk-doc/html/gtk2/GtkExpander.html +61 -61
  302. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooser.html +219 -219
  303. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserButton.html +34 -34
  304. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserDialog.html +20 -20
  305. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserWidget.html +6 -6
  306. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileSelection.html +34 -34
  307. data/vendor/local/share/gtk-doc/html/gtk2/GtkFixed.html +23 -23
  308. data/vendor/local/share/gtk-doc/html/gtk2/GtkFontButton.html +61 -61
  309. data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelection.html +32 -32
  310. data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelectionDialog.html +22 -22
  311. data/vendor/local/share/gtk-doc/html/gtk2/GtkFrame.html +31 -31
  312. data/vendor/local/share/gtk-doc/html/gtk2/GtkGammaCurve.html +4 -4
  313. data/vendor/local/share/gtk-doc/html/gtk2/GtkHBox.html +9 -9
  314. data/vendor/local/share/gtk-doc/html/gtk2/GtkHButtonBox.html +8 -8
  315. data/vendor/local/share/gtk-doc/html/gtk2/GtkHPaned.html +4 -4
  316. data/vendor/local/share/gtk-doc/html/gtk2/GtkHRuler.html +4 -4
  317. data/vendor/local/share/gtk-doc/html/gtk2/GtkHSV.html +50 -50
  318. data/vendor/local/share/gtk-doc/html/gtk2/GtkHScale.html +10 -10
  319. data/vendor/local/share/gtk-doc/html/gtk2/GtkHScrollbar.html +6 -6
  320. data/vendor/local/share/gtk-doc/html/gtk2/GtkHSeparator.html +4 -4
  321. data/vendor/local/share/gtk-doc/html/gtk2/GtkHandleBox.html +16 -16
  322. data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContext.html +71 -71
  323. data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContextSimple.html +10 -10
  324. data/vendor/local/share/gtk-doc/html/gtk2/GtkIMMulticontext.html +3 -3
  325. data/vendor/local/share/gtk-doc/html/gtk2/GtkIconTheme.html +115 -115
  326. data/vendor/local/share/gtk-doc/html/gtk2/GtkIconView.html +222 -222
  327. data/vendor/local/share/gtk-doc/html/gtk2/GtkImage.html +105 -105
  328. data/vendor/local/share/gtk-doc/html/gtk2/GtkImageMenuItem.html +32 -32
  329. data/vendor/local/share/gtk-doc/html/gtk2/GtkInfoBar.html +43 -43
  330. data/vendor/local/share/gtk-doc/html/gtk2/GtkInputDialog.html +8 -8
  331. data/vendor/local/share/gtk-doc/html/gtk2/GtkInvisible.html +4 -4
  332. data/vendor/local/share/gtk-doc/html/gtk2/GtkItem.html +10 -10
  333. data/vendor/local/share/gtk-doc/html/gtk2/GtkItemFactory.html +109 -109
  334. data/vendor/local/share/gtk-doc/html/gtk2/GtkLabel.html +205 -205
  335. data/vendor/local/share/gtk-doc/html/gtk2/GtkLayout.html +35 -35
  336. data/vendor/local/share/gtk-doc/html/gtk2/GtkLinkButton.html +34 -34
  337. data/vendor/local/share/gtk-doc/html/gtk2/GtkList.html +42 -42
  338. data/vendor/local/share/gtk-doc/html/gtk2/GtkListItem.html +30 -30
  339. data/vendor/local/share/gtk-doc/html/gtk2/GtkListStore.html +68 -68
  340. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenu.html +115 -115
  341. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuBar.html +6 -6
  342. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuItem.html +68 -68
  343. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuShell.html +47 -47
  344. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuToolButton.html +20 -20
  345. data/vendor/local/share/gtk-doc/html/gtk2/GtkMessageDialog.html +48 -48
  346. data/vendor/local/share/gtk-doc/html/gtk2/GtkMisc.html +36 -36
  347. data/vendor/local/share/gtk-doc/html/gtk2/GtkNotebook.html +230 -230
  348. data/vendor/local/share/gtk-doc/html/gtk2/GtkObject.html +119 -119
  349. data/vendor/local/share/gtk-doc/html/gtk2/GtkOffscreenWindow.html +10 -10
  350. data/vendor/local/share/gtk-doc/html/gtk2/GtkOldEditable.html +52 -52
  351. data/vendor/local/share/gtk-doc/html/gtk2/GtkOptionMenu.html +10 -10
  352. data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetup.html +77 -77
  353. data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetupUnixDialog.html +8 -8
  354. data/vendor/local/share/gtk-doc/html/gtk2/GtkPaned.html +57 -57
  355. data/vendor/local/share/gtk-doc/html/gtk2/GtkPaperSize.html +70 -70
  356. data/vendor/local/share/gtk-doc/html/gtk2/GtkPixmap.html +8 -8
  357. data/vendor/local/share/gtk-doc/html/gtk2/GtkPlug.html +13 -13
  358. data/vendor/local/share/gtk-doc/html/gtk2/GtkPreview.html +47 -47
  359. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintContext.html +60 -60
  360. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintJob.html +42 -42
  361. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintSettings.html +212 -212
  362. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintUnixDialog.html +38 -38
  363. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrinter.html +98 -98
  364. data/vendor/local/share/gtk-doc/html/gtk2/GtkProgress.html +48 -48
  365. data/vendor/local/share/gtk-doc/html/gtk2/GtkProgressBar.html +60 -60
  366. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioAction.html +31 -31
  367. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioButton.html +32 -32
  368. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioMenuItem.html +28 -28
  369. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioToolButton.html +18 -18
  370. data/vendor/local/share/gtk-doc/html/gtk2/GtkRange.html +113 -113
  371. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentAction.html +34 -34
  372. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooser.html +117 -117
  373. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserDialog.html +18 -18
  374. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserMenu.html +11 -11
  375. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserWidget.html +4 -4
  376. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentFilter.html +38 -38
  377. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentManager.html +154 -154
  378. data/vendor/local/share/gtk-doc/html/gtk2/GtkRuler.html +32 -32
  379. data/vendor/local/share/gtk-doc/html/gtk2/GtkScale.html +49 -49
  380. data/vendor/local/share/gtk-doc/html/gtk2/GtkScaleButton.html +32 -32
  381. data/vendor/local/share/gtk-doc/html/gtk2/GtkScrollbar.html +16 -16
  382. data/vendor/local/share/gtk-doc/html/gtk2/GtkScrolledWindow.html +45 -24
  383. data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparator.html +4 -4
  384. data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorMenuItem.html +4 -4
  385. data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorToolItem.html +13 -13
  386. data/vendor/local/share/gtk-doc/html/gtk2/GtkSettings.html +236 -220
  387. data/vendor/local/share/gtk-doc/html/gtk2/GtkSizeGroup.html +15 -15
  388. data/vendor/local/share/gtk-doc/html/gtk2/GtkSocket.html +14 -14
  389. data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinButton.html +95 -95
  390. data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinner.html +10 -10
  391. data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusIcon.html +177 -177
  392. data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusbar.html +39 -39
  393. data/vendor/local/share/gtk-doc/html/gtk2/GtkStyle.html +476 -476
  394. data/vendor/local/share/gtk-doc/html/gtk2/GtkTable.html +95 -95
  395. data/vendor/local/share/gtk-doc/html/gtk2/GtkTearoffMenuItem.html +4 -4
  396. data/vendor/local/share/gtk-doc/html/gtk2/GtkText.html +38 -38
  397. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextBuffer.html +241 -241
  398. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextIter.html +319 -319
  399. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextMark.html +29 -29
  400. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTag.html +153 -153
  401. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTagTable.html +19 -19
  402. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextView.html +248 -248
  403. data/vendor/local/share/gtk-doc/html/gtk2/GtkTipsQuery.html +29 -29
  404. data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleAction.html +29 -29
  405. data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleButton.html +48 -48
  406. data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleToolButton.html +18 -18
  407. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolButton.html +64 -64
  408. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItem.html +75 -75
  409. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItemGroup.html +56 -56
  410. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolPalette.html +41 -41
  411. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolShell.html +6 -6
  412. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolbar.html +129 -129
  413. data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltip.html +33 -33
  414. data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltips.html +19 -19
  415. data/vendor/local/share/gtk-doc/html/gtk2/GtkTree.html +36 -36
  416. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeItem.html +10 -10
  417. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModel.html +158 -158
  418. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelFilter.html +50 -50
  419. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelSort.html +18 -18
  420. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSelection.html +45 -45
  421. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSortable.html +36 -36
  422. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeStore.html +77 -77
  423. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeView.html +482 -482
  424. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeViewColumn.html +180 -180
  425. data/vendor/local/share/gtk-doc/html/gtk2/GtkUIManager.html +66 -66
  426. data/vendor/local/share/gtk-doc/html/gtk2/GtkVBox.html +9 -9
  427. data/vendor/local/share/gtk-doc/html/gtk2/GtkVButtonBox.html +8 -8
  428. data/vendor/local/share/gtk-doc/html/gtk2/GtkVPaned.html +4 -4
  429. data/vendor/local/share/gtk-doc/html/gtk2/GtkVRuler.html +4 -4
  430. data/vendor/local/share/gtk-doc/html/gtk2/GtkVScale.html +10 -10
  431. data/vendor/local/share/gtk-doc/html/gtk2/GtkVScrollbar.html +6 -6
  432. data/vendor/local/share/gtk-doc/html/gtk2/GtkVSeparator.html +4 -4
  433. data/vendor/local/share/gtk-doc/html/gtk2/GtkViewport.html +6 -6
  434. data/vendor/local/share/gtk-doc/html/gtk2/GtkVolumeButton.html +4 -4
  435. data/vendor/local/share/gtk-doc/html/gtk2/GtkWidget.html +803 -803
  436. data/vendor/local/share/gtk-doc/html/gtk2/GtkWindow.html +324 -324
  437. data/vendor/local/share/gtk-doc/html/gtk2/GtkWindowGroup.html +5 -5
  438. data/vendor/local/share/gtk-doc/html/gtk2/LayoutContainers.html +2 -2
  439. data/vendor/local/share/gtk-doc/html/gtk2/MenusAndCombos.html +2 -2
  440. data/vendor/local/share/gtk-doc/html/gtk2/MiscObjects.html +2 -2
  441. data/vendor/local/share/gtk-doc/html/gtk2/NumericEntry.html +2 -2
  442. data/vendor/local/share/gtk-doc/html/gtk2/Ornaments.html +2 -2
  443. data/vendor/local/share/gtk-doc/html/gtk2/PlugSocket.html +2 -2
  444. data/vendor/local/share/gtk-doc/html/gtk2/Printing.html +2 -2
  445. data/vendor/local/share/gtk-doc/html/gtk2/RecentDocuments.html +2 -2
  446. data/vendor/local/share/gtk-doc/html/gtk2/ScrollingWidgets.html +2 -2
  447. data/vendor/local/share/gtk-doc/html/gtk2/SelectorWidgets.html +2 -2
  448. data/vendor/local/share/gtk-doc/html/gtk2/SpecialObjects.html +2 -2
  449. data/vendor/local/share/gtk-doc/html/gtk2/TextWidget.html +5 -5
  450. data/vendor/local/share/gtk-doc/html/gtk2/TextWidgetObjects.html +2 -2
  451. data/vendor/local/share/gtk-doc/html/gtk2/TreeWidget.html +25 -25
  452. data/vendor/local/share/gtk-doc/html/gtk2/TreeWidgetObjects.html +2 -2
  453. data/vendor/local/share/gtk-doc/html/gtk2/WindowWidgets.html +2 -2
  454. data/vendor/local/share/gtk-doc/html/gtk2/annotation-glossary.html +34 -31
  455. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-10.html +2 -2
  456. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-12.html +2 -2
  457. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-14.html +2 -2
  458. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-16.html +2 -2
  459. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-18.html +2 -2
  460. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-2.html +2 -2
  461. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-20.html +2 -2
  462. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-22.html +2 -2
  463. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-24.html +10 -2
  464. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-4.html +2 -2
  465. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-6.html +2 -2
  466. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-8.html +2 -2
  467. data/vendor/local/share/gtk-doc/html/gtk2/api-index-deprecated.html +2 -2
  468. data/vendor/local/share/gtk-doc/html/gtk2/api-index-full.html +26 -18
  469. data/vendor/local/share/gtk-doc/html/gtk2/ch01.html +6 -6
  470. data/vendor/local/share/gtk-doc/html/gtk2/ch02.html +2 -2
  471. data/vendor/local/share/gtk-doc/html/gtk2/chap-drawing-model.html +3 -3
  472. data/vendor/local/share/gtk-doc/html/gtk2/checklist-gdkeventexpose-region.html +2 -2
  473. data/vendor/local/share/gtk-doc/html/gtk2/checklist-modifiers.html +2 -2
  474. data/vendor/local/share/gtk-doc/html/gtk2/checklist-named-icons.html +2 -2
  475. data/vendor/local/share/gtk-doc/html/gtk2/decorating-the-assistant-pages.html +2 -2
  476. data/vendor/local/share/gtk-doc/html/gtk2/glossary.html +2 -2
  477. data/vendor/local/share/gtk-doc/html/gtk2/gtk-builder-convert.html +2 -2
  478. data/vendor/local/share/gtk-doc/html/gtk2/gtk-building.html +2 -2
  479. data/vendor/local/share/gtk-doc/html/gtk2/gtk-changes-1-2.html +2 -2
  480. data/vendor/local/share/gtk-doc/html/gtk2/gtk-changes-2-0.html +7 -7
  481. data/vendor/local/share/gtk-doc/html/gtk2/gtk-compiling.html +2 -2
  482. data/vendor/local/share/gtk-doc/html/gtk2/gtk-directfb.html +2 -2
  483. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-ClientSideWindows.html +4 -4
  484. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAboutDialog.html +9 -9
  485. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAction.html +2 -2
  486. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAssistant.html +2 -2
  487. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkBuilder.html +2 -2
  488. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkColorButton.html +5 -5
  489. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkComboBox.html +10 -10
  490. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkFileChooser.html +2 -2
  491. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkIconView.html +9 -9
  492. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkLinkButton.html +5 -5
  493. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkRecentChooser.html +13 -13
  494. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-checklist.html +3 -3
  495. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-entry-icons.html +9 -9
  496. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-label-links.html +2 -2
  497. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-tooltips.html +4 -4
  498. data/vendor/local/share/gtk-doc/html/gtk2/gtk-osx.html +2 -2
  499. data/vendor/local/share/gtk-doc/html/gtk2/gtk-query-immodules-2.0.html +28 -7
  500. data/vendor/local/share/gtk-doc/html/gtk2/gtk-question-index.html +61 -61
  501. data/vendor/local/share/gtk-doc/html/gtk2/gtk-resources.html +2 -2
  502. data/vendor/local/share/gtk-doc/html/gtk2/gtk-running.html +7 -8
  503. data/vendor/local/share/gtk-doc/html/gtk2/gtk-update-icon-cache.html +2 -2
  504. data/vendor/local/share/gtk-doc/html/gtk2/gtk-windows.html +2 -2
  505. data/vendor/local/share/gtk-doc/html/gtk2/gtk-x11.html +2 -2
  506. data/vendor/local/share/gtk-doc/html/gtk2/gtk.html +2 -2
  507. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Accelerator-Maps.html +54 -54
  508. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Bindings.html +57 -57
  509. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Clipboards.html +128 -128
  510. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Drag-and-Drop.html +89 -89
  511. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Feature-Test-Macros.html +13 -13
  512. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Filesystem-utilities.html +27 -27
  513. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-General.html +180 -180
  514. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Graphics-Contexts.html +4 -4
  515. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-GtkTreeView-drag-and-drop.html +26 -26
  516. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-High-level-Printing-API.html +184 -184
  517. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Keyboard-Accelerators.html +102 -102
  518. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Orientable.html +3 -3
  519. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Resource-Files.html +73 -73
  520. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Selections.html +161 -161
  521. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Signals.html +97 -97
  522. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Standard-Enumerations.html +2 -2
  523. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Stock-Items.html +28 -28
  524. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Testing.html +54 -54
  525. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Themeable-Stock-Images.html +84 -84
  526. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Types.html +40 -40
  527. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkcheckmenuitem.html +36 -36
  528. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkfilefilter.html +31 -31
  529. data/vendor/local/share/gtk-doc/html/gtk2/gtk2.devhelp2 +4 -2
  530. data/vendor/local/share/gtk-doc/html/gtk2/gtkbase.html +2 -2
  531. data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-installing-extra-widgets.html +2 -2
  532. data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-installing-preview.html +2 -2
  533. data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-new-features.html +2 -2
  534. data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-selection-modes.html +3 -3
  535. data/vendor/local/share/gtk-doc/html/gtk2/gtkobjects.html +2 -2
  536. data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-advanced.html +6 -6
  537. data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-chooser.html +3 -3
  538. data/vendor/local/share/gtk-doc/html/gtk2/index.html +2 -2
  539. data/vendor/local/share/gtk-doc/html/gtk2/index.sgml +10 -8
  540. data/vendor/local/share/gtk-doc/html/gtk2/migrating-GtkCombo.html +9 -9
  541. data/vendor/local/share/gtk-doc/html/gtk2/migrating-gnomeuiinfo.html +2 -2
  542. data/vendor/local/share/gtk-doc/html/gtk2/migrating.html +2 -2
  543. data/vendor/local/share/gtk-doc/html/gtk2/new-features-GtkComboBox.html +2 -2
  544. data/vendor/local/share/gtk-doc/html/gtk2/pt05.html +2 -2
  545. data/vendor/local/share/gtk-doc/html/gtk2/setting-the-page-flow.html +2 -2
  546. data/vendor/local/share/gtk-doc/html/gtk2/ui-manager.html +2 -2
  547. data/vendor/local/share/icons/hicolor/index.theme +179 -11
  548. data/vendor/local/share/locale/de/LC_MESSAGES/gtk20-properties.mo +0 -0
  549. data/vendor/local/share/locale/de/LC_MESSAGES/gtk20.mo +0 -0
  550. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
  551. data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
  552. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
  553. data/vendor/local/share/locale/th/LC_MESSAGES/gtk20.mo +0 -0
  554. metadata +15 -23
  555. data/vendor/local/etc/gtk-2.0/gtk.immodules +0 -39
@@ -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.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19 (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">
@@ -47,7 +47,7 @@
47
47
  #include &lt;gtk/gtk.h&gt;
48
48
 
49
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="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>);
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="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>);
51
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>
@@ -55,8 +55,8 @@ struct <a class="link" href="GtkColorSelectionDialog.html#GtkColorS
55
55
  <div class="refsect1">
56
56
  <a name="GtkColorSelectionDialog.object-hierarchy"></a><h2>Object Hierarchy</h2>
57
57
  <pre class="synopsis">
58
- <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
59
- +----<a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
58
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
59
+ +----<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
60
60
  +----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
61
61
  +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
62
62
  +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
@@ -153,7 +153,7 @@ Connect a handler for the clicked event.
153
153
  <hr>
154
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="/home/mclasen/gnome/share/gtk-doc/html/glib/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="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *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>
@@ -232,6 +232,6 @@ Retrieves the <a class="link" href="GtkColorSelection.html" title="GtkColorSelec
232
232
  </div>
233
233
  <div class="footer">
234
234
  <hr>
235
- Generated by GTK-Doc V1.18.1</div>
235
+ Generated by GTK-Doc V1.19</div>
236
236
  </body>
237
237
  </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.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19 (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">
@@ -49,27 +49,27 @@
49
49
  struct <a class="link" href="GtkCombo.html#GtkCombo-struct" title="struct GtkCombo">GtkCombo</a>;
50
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
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *strings</code></em>);
52
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/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>,
54
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> val</code></em>,
55
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> ok_if_empty</code></em>);
54
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> val</code></em>,
55
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> ok_if_empty</code></em>);
56
56
  <span class="returnvalue">void</span> <a class="link" href="GtkCombo.html#gtk-combo-set-use-arrows" title="gtk_combo_set_use_arrows ()">gtk_combo_set_use_arrows</a> (<em class="parameter"><code><a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a> *combo</code></em>,
57
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> val</code></em>);
57
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> val</code></em>);
58
58
  <span class="returnvalue">void</span> <a class="link" href="GtkCombo.html#gtk-combo-set-use-arrows-always" title="gtk_combo_set_use_arrows_always ()">gtk_combo_set_use_arrows_always</a> (<em class="parameter"><code><a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a> *combo</code></em>,
59
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> val</code></em>);
59
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> val</code></em>);
60
60
  <span class="returnvalue">void</span> <a class="link" href="GtkCombo.html#gtk-combo-set-case-sensitive" title="gtk_combo_set_case_sensitive ()">gtk_combo_set_case_sensitive</a> (<em class="parameter"><code><a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a> *combo</code></em>,
61
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> val</code></em>);
61
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> val</code></em>);
62
62
  <span class="returnvalue">void</span> <a class="link" href="GtkCombo.html#gtk-combo-set-item-string" title="gtk_combo_set_item_string ()">gtk_combo_set_item_string</a> (<em class="parameter"><code><a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a> *combo</code></em>,
63
63
  <em class="parameter"><code><a class="link" href="GtkItem.html" title="GtkItem"><span class="type">GtkItem</span></a> *item</code></em>,
64
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *item_value</code></em>);
64
+ <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *item_value</code></em>);
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
68
  <div class="refsect1">
69
69
  <a name="GtkCombo.object-hierarchy"></a><h2>Object Hierarchy</h2>
70
70
  <pre class="synopsis">
71
- <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
72
- +----<a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
71
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
72
+ +----<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
73
73
  +----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
74
74
  +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
75
75
  +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
@@ -87,11 +87,11 @@ GtkCombo implements
87
87
  <div class="refsect1">
88
88
  <a name="GtkCombo.properties"></a><h2>Properties</h2>
89
89
  <pre class="synopsis">
90
- "<a class="link" href="GtkCombo.html#GtkCombo--allow-empty" title='The "allow-empty" property'>allow-empty</a>" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
91
- "<a class="link" href="GtkCombo.html#GtkCombo--case-sensitive" title='The "case-sensitive" property'>case-sensitive</a>" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
92
- "<a class="link" href="GtkCombo.html#GtkCombo--enable-arrow-keys" title='The "enable-arrow-keys" property'>enable-arrow-keys</a>" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
93
- "<a class="link" href="GtkCombo.html#GtkCombo--enable-arrows-always" title='The "enable-arrows-always" property'>enable-arrows-always</a>" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
94
- "<a class="link" href="GtkCombo.html#GtkCombo--value-in-list" title='The "value-in-list" property'>value-in-list</a>" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
90
+ "<a class="link" href="GtkCombo.html#GtkCombo--allow-empty" title='The "allow-empty" property'>allow-empty</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
91
+ "<a class="link" href="GtkCombo.html#GtkCombo--case-sensitive" title='The "case-sensitive" property'>case-sensitive</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
92
+ "<a class="link" href="GtkCombo.html#GtkCombo--enable-arrow-keys" title='The "enable-arrow-keys" property'>enable-arrow-keys</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
93
+ "<a class="link" href="GtkCombo.html#GtkCombo--enable-arrows-always" title='The "enable-arrows-always" property'>enable-arrows-always</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
94
+ "<a class="link" href="GtkCombo.html#GtkCombo--value-in-list" title='The "value-in-list" property'>value-in-list</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
95
95
  </pre>
96
96
  </div>
97
97
  <div class="refsect1">
@@ -134,12 +134,12 @@ items.</b></p>
134
134
  8
135
135
  9</pre></td>
136
136
  <td class="listing_code"><pre class="programlisting"><span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">combo</span><span class="symbol">;</span>
137
- <span class="usertype">GList</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">items </span><span class="symbol">=</span><span class="normal"> <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">;</span>
138
- <span class="normal">items </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-append">g_list_append</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">items</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"First Item"</span><span class="symbol">);</span>
139
- <span class="normal">items </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-append">g_list_append</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">items</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"Second Item"</span><span class="symbol">);</span>
140
- <span class="normal">items </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-append">g_list_append</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">items</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"Third Item"</span><span class="symbol">);</span>
141
- <span class="normal">items </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-append">g_list_append</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">items</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"Fourth Item"</span><span class="symbol">);</span>
142
- <span class="normal">items </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-append">g_list_append</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">items</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"Fifth Item"</span><span class="symbol">);</span>
137
+ <span class="usertype">GList</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">items </span><span class="symbol">=</span><span class="normal"> <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">;</span>
138
+ <span class="normal">items </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-append">g_list_append</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">items</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"First Item"</span><span class="symbol">);</span>
139
+ <span class="normal">items </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-append">g_list_append</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">items</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"Second Item"</span><span class="symbol">);</span>
140
+ <span class="normal">items </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-append">g_list_append</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">items</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"Third Item"</span><span class="symbol">);</span>
141
+ <span class="normal">items </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-append">g_list_append</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">items</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"Fourth Item"</span><span class="symbol">);</span>
142
+ <span class="normal">items </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-append">g_list_append</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">items</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"Fifth Item"</span><span class="symbol">);</span>
143
143
  <span class="normal">combo </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkCombo.html#gtk-combo-new">gtk_combo_new</a></span><span class="normal"> </span><span class="symbol">();</span>
144
144
  <span class="function"><a href="GtkCombo.html#gtk-combo-set-popdown-strings">gtk_combo_set_popdown_strings</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_COMBO</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">combo</span><span class="symbol">),</span><span class="normal"> items</span><span class="symbol">);</span></pre></td>
145
145
  </tr>
@@ -180,15 +180,15 @@ items.</b></p>
180
180
  <span class="function"><a href="GtkWidget.html#gtk-widget-show">gtk_widget_show</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">item</span><span class="symbol">);</span>
181
181
  <span class="comment">/* You can put almost anything into the GtkListItem widget. Here we will use</span>
182
182
  <span class="comment"> a horizontal box with an arrow and a label in it. */</span>
183
- <span class="normal">hbox </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkHBox.html#gtk-hbox-new">gtk_hbox_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">3</span><span class="symbol">);</span>
183
+ <span class="normal">hbox </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkHBox.html#gtk-hbox-new">gtk_hbox_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">3</span><span class="symbol">);</span>
184
184
  <span class="function"><a href="GtkContainer.html#gtk-container-add">gtk_container_add</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_CONTAINER</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">item</span><span class="symbol">),</span><span class="normal"> hbox</span><span class="symbol">);</span>
185
185
  <span class="function"><a href="GtkWidget.html#gtk-widget-show">gtk_widget_show</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">hbox</span><span class="symbol">);</span>
186
186
  <span class="normal">arrow </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkArrow.html#gtk-arrow-new">gtk_arrow_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="gtk2-Standard-Enumerations.html#GTK-ARROW-RIGHT:CAPS">GTK_ARROW_RIGHT</a></span><span class="symbol">,</span><span class="normal"> <a href="gtk2-Standard-Enumerations.html#GTK-SHADOW-OUT:CAPS">GTK_SHADOW_OUT</a></span><span class="symbol">);</span>
187
187
  <span class="function"><a href="GtkWidget.html#gtk-widget-show">gtk_widget_show</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">arrow</span><span class="symbol">);</span>
188
- <span class="function"><a href="GtkBox.html#gtk-box-pack-start">gtk_box_pack_start</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_BOX</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">hbox</span><span class="symbol">),</span><span class="normal"> arrow</span><span class="symbol">,</span><span class="normal"> <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">);</span>
188
+ <span class="function"><a href="GtkBox.html#gtk-box-pack-start">gtk_box_pack_start</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_BOX</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">hbox</span><span class="symbol">),</span><span class="normal"> arrow</span><span class="symbol">,</span><span class="normal"> <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">);</span>
189
189
  <span class="normal">label </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkLabel.html#gtk-label-new">gtk_label_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"First Item"</span><span class="symbol">);</span>
190
190
  <span class="function"><a href="GtkWidget.html#gtk-widget-show">gtk_widget_show</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">label</span><span class="symbol">);</span>
191
- <span class="function"><a href="GtkBox.html#gtk-box-pack-start">gtk_box_pack_start</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_BOX</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">hbox</span><span class="symbol">),</span><span class="normal"> label</span><span class="symbol">,</span><span class="normal"> <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">);</span>
191
+ <span class="function"><a href="GtkBox.html#gtk-box-pack-start">gtk_box_pack_start</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_BOX</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">hbox</span><span class="symbol">),</span><span class="normal"> label</span><span class="symbol">,</span><span class="normal"> <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">);</span>
192
192
  <span class="comment">/* You must set the string to display in the entry field when the item is</span>
193
193
  <span class="comment"> selected. */</span>
194
194
  <span class="function"><a href="GtkCombo.html#gtk-combo-set-item-string">gtk_combo_set_item_string</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_COMBO</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">combo</span><span class="symbol">),</span><span class="normal"> </span><span class="function">GTK_ITEM</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">item</span><span class="symbol">),</span><span class="normal"> </span><span class="string">"1st Item"</span><span class="symbol">);</span>
@@ -264,7 +264,7 @@ Creates a new <a class="link" href="GtkCombo.html" title="GtkCombo"><span class=
264
264
  <div class="refsect2">
265
265
  <a name="gtk-combo-set-popdown-strings"></a><h3>gtk_combo_set_popdown_strings ()</h3>
266
266
  <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>,
267
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *strings</code></em>);</pre>
267
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *strings</code></em>);</pre>
268
268
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
269
269
  <h3 class="title">Warning</h3>
270
270
  <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>
@@ -285,7 +285,7 @@ Convenience function to set all of the items in the popup list.
285
285
  </tr>
286
286
  <tr>
287
287
  <td><p><span class="term"><em class="parameter"><code>strings</code></em> :</span></p></td>
288
- <td>a list of strings, or <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to clear the popup list</td>
288
+ <td>a list of strings, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to clear the popup list</td>
289
289
  </tr>
290
290
  </tbody>
291
291
  </table></div>
@@ -294,8 +294,8 @@ Convenience function to set all of the items in the popup list.
294
294
  <div class="refsect2">
295
295
  <a name="gtk-combo-set-value-in-list"></a><h3>gtk_combo_set_value_in_list ()</h3>
296
296
  <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>,
297
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> val</code></em>,
298
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> ok_if_empty</code></em>);</pre>
297
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> val</code></em>,
298
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> ok_if_empty</code></em>);</pre>
299
299
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
300
300
  <h3 class="title">Warning</h3>
301
301
  <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>
@@ -306,7 +306,7 @@ the values in the list. If this is set then the user will not be able to
306
306
  perform any other action until a valid value has been entered.
307
307
  </p>
308
308
  <p>
309
- If an empty field is acceptable, the <em class="parameter"><code>ok_if_empty</code></em> parameter should be <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.
309
+ If an empty field is acceptable, the <em class="parameter"><code>ok_if_empty</code></em> parameter should be <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.
310
310
  </p>
311
311
  <div class="variablelist"><table border="0" class="variablelist">
312
312
  <colgroup>
@@ -321,12 +321,12 @@ If an empty field is acceptable, the <em class="parameter"><code>ok_if_empty</co
321
321
  <tr>
322
322
  <td><p><span class="term"><em class="parameter"><code>val</code></em> :</span></p></td>
323
323
  <td>
324
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/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>
324
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the value entered must match one of the values in the list.</td>
325
325
  </tr>
326
326
  <tr>
327
327
  <td><p><span class="term"><em class="parameter"><code>ok_if_empty</code></em> :</span></p></td>
328
328
  <td>
329
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if an empty value is considered valid.</td>
329
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if an empty value is considered valid.</td>
330
330
  </tr>
331
331
  </tbody>
332
332
  </table></div>
@@ -335,7 +335,7 @@ If an empty field is acceptable, the <em class="parameter"><code>ok_if_empty</co
335
335
  <div class="refsect2">
336
336
  <a name="gtk-combo-set-use-arrows"></a><h3>gtk_combo_set_use_arrows ()</h3>
337
337
  <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>,
338
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> val</code></em>);</pre>
338
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> val</code></em>);</pre>
339
339
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
340
340
  <h3 class="title">Warning</h3>
341
341
  <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>
@@ -357,7 +357,7 @@ the list. This is on by default.
357
357
  <tr>
358
358
  <td><p><span class="term"><em class="parameter"><code>val</code></em> :</span></p></td>
359
359
  <td>
360
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/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
360
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the arrow keys can be used to step through the items in
361
361
  the list.</td>
362
362
  </tr>
363
363
  </tbody>
@@ -367,7 +367,7 @@ the list.</td>
367
367
  <div class="refsect2">
368
368
  <a name="gtk-combo-set-use-arrows-always"></a><h3>gtk_combo_set_use_arrows_always ()</h3>
369
369
  <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>,
370
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> val</code></em>);</pre>
370
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> val</code></em>);</pre>
371
371
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
372
372
  <h3 class="title">Warning</h3>
373
373
  <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>
@@ -396,7 +396,7 @@ Obsolete function, does nothing.
396
396
  <div class="refsect2">
397
397
  <a name="gtk-combo-set-case-sensitive"></a><h3>gtk_combo_set_case_sensitive ()</h3>
398
398
  <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>,
399
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> val</code></em>);</pre>
399
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> val</code></em>);</pre>
400
400
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
401
401
  <h3 class="title">Warning</h3>
402
402
  <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>
@@ -423,7 +423,7 @@ worried about differences in case.
423
423
  <tr>
424
424
  <td><p><span class="term"><em class="parameter"><code>val</code></em> :</span></p></td>
425
425
  <td>
426
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the text in the list items is case sensitive.</td>
426
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the text in the list items is case sensitive.</td>
427
427
  </tr>
428
428
  </tbody>
429
429
  </table></div>
@@ -433,7 +433,7 @@ worried about differences in case.
433
433
  <a name="gtk-combo-set-item-string"></a><h3>gtk_combo_set_item_string ()</h3>
434
434
  <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>,
435
435
  <em class="parameter"><code><a class="link" href="GtkItem.html" title="GtkItem"><span class="type">GtkItem</span></a> *item</code></em>,
436
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *item_value</code></em>);</pre>
436
+ <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *item_value</code></em>);</pre>
437
437
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
438
438
  <h3 class="title">Warning</h3>
439
439
  <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>
@@ -493,35 +493,35 @@ instead.
493
493
  <a name="GtkCombo.property-details"></a><h2>Property Details</h2>
494
494
  <div class="refsect2">
495
495
  <a name="GtkCombo--allow-empty"></a><h3>The <code class="literal">"allow-empty"</code> property</h3>
496
- <pre class="programlisting"> "allow-empty" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
496
+ <pre class="programlisting"> "allow-empty" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
497
497
  <p>Whether an empty value may be entered in this field.</p>
498
498
  <p>Default value: TRUE</p>
499
499
  </div>
500
500
  <hr>
501
501
  <div class="refsect2">
502
502
  <a name="GtkCombo--case-sensitive"></a><h3>The <code class="literal">"case-sensitive"</code> property</h3>
503
- <pre class="programlisting"> "case-sensitive" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
503
+ <pre class="programlisting"> "case-sensitive" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
504
504
  <p>Whether list item matching is case sensitive.</p>
505
505
  <p>Default value: FALSE</p>
506
506
  </div>
507
507
  <hr>
508
508
  <div class="refsect2">
509
509
  <a name="GtkCombo--enable-arrow-keys"></a><h3>The <code class="literal">"enable-arrow-keys"</code> property</h3>
510
- <pre class="programlisting"> "enable-arrow-keys" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
510
+ <pre class="programlisting"> "enable-arrow-keys" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
511
511
  <p>Whether the arrow keys move through the list of items.</p>
512
512
  <p>Default value: TRUE</p>
513
513
  </div>
514
514
  <hr>
515
515
  <div class="refsect2">
516
516
  <a name="GtkCombo--enable-arrows-always"></a><h3>The <code class="literal">"enable-arrows-always"</code> property</h3>
517
- <pre class="programlisting"> "enable-arrows-always" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
517
+ <pre class="programlisting"> "enable-arrows-always" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
518
518
  <p>Obsolete property, ignored.</p>
519
519
  <p>Default value: TRUE</p>
520
520
  </div>
521
521
  <hr>
522
522
  <div class="refsect2">
523
523
  <a name="GtkCombo--value-in-list"></a><h3>The <code class="literal">"value-in-list"</code> property</h3>
524
- <pre class="programlisting"> "value-in-list" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
524
+ <pre class="programlisting"> "value-in-list" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
525
525
  <p>Whether entered values must already be present in the list.</p>
526
526
  <p>Default value: FALSE</p>
527
527
  </div>
@@ -529,6 +529,6 @@ instead.
529
529
  </div>
530
530
  <div class="footer">
531
531
  <hr>
532
- Generated by GTK-Doc V1.18.1</div>
532
+ Generated by GTK-Doc V1.19</div>
533
533
  </body>
534
534
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="MenusAndCombos.html" title="Menus, Combo Box, Toolbar">
9
9
  <link rel="prev" href="MenusAndCombos.html" title="Menus, Combo Box, Toolbar">
10
10
  <link rel="next" href="GtkComboBoxText.html" title="GtkComboBoxText">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19 (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">
@@ -56,21 +56,21 @@ struct <a class="link" href="GtkComboBox.html#GtkComboBox-struct" t
56
56
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkComboBox.html#gtk-combo-box-new-with-model" title="gtk_combo_box_new_with_model ()">gtk_combo_box_new_with_model</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>);
57
57
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkComboBox.html#gtk-combo-box-new-with-model-and-entry" title="gtk_combo_box_new_with_model_and_entry ()">gtk_combo_box_new_with_model_and_entry</a>
58
58
  (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>);
59
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkComboBox.html#gtk-combo-box-get-wrap-width" title="gtk_combo_box_get_wrap_width ()">gtk_combo_box_get_wrap_width</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
59
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkComboBox.html#gtk-combo-box-get-wrap-width" title="gtk_combo_box_get_wrap_width ()">gtk_combo_box_get_wrap_width</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
60
60
  <span class="returnvalue">void</span> <a class="link" href="GtkComboBox.html#gtk-combo-box-set-wrap-width" title="gtk_combo_box_set_wrap_width ()">gtk_combo_box_set_wrap_width</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
61
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>);
62
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkComboBox.html#gtk-combo-box-get-row-span-column" title="gtk_combo_box_get_row_span_column ()">gtk_combo_box_get_row_span_column</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
61
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>);
62
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkComboBox.html#gtk-combo-box-get-row-span-column" title="gtk_combo_box_get_row_span_column ()">gtk_combo_box_get_row_span_column</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
63
63
  <span class="returnvalue">void</span> <a class="link" href="GtkComboBox.html#gtk-combo-box-set-row-span-column" title="gtk_combo_box_set_row_span_column ()">gtk_combo_box_set_row_span_column</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
64
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row_span</code></em>);
65
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkComboBox.html#gtk-combo-box-get-column-span-column" title="gtk_combo_box_get_column_span_column ()">gtk_combo_box_get_column_span_column</a>
64
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row_span</code></em>);
65
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkComboBox.html#gtk-combo-box-get-column-span-column" title="gtk_combo_box_get_column_span_column ()">gtk_combo_box_get_column_span_column</a>
66
66
  (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
67
67
  <span class="returnvalue">void</span> <a class="link" href="GtkComboBox.html#gtk-combo-box-set-column-span-column" title="gtk_combo_box_set_column_span_column ()">gtk_combo_box_set_column_span_column</a>
68
68
  (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
69
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column_span</code></em>);
70
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkComboBox.html#gtk-combo-box-get-active" title="gtk_combo_box_get_active ()">gtk_combo_box_get_active</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
69
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column_span</code></em>);
70
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkComboBox.html#gtk-combo-box-get-active" title="gtk_combo_box_get_active ()">gtk_combo_box_get_active</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
71
71
  <span class="returnvalue">void</span> <a class="link" href="GtkComboBox.html#gtk-combo-box-set-active" title="gtk_combo_box_set_active ()">gtk_combo_box_set_active</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
72
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index_</code></em>);
73
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkComboBox.html#gtk-combo-box-get-active-iter" title="gtk_combo_box_get_active_iter ()">gtk_combo_box_get_active_iter</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
72
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index_</code></em>);
73
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkComboBox.html#gtk-combo-box-get-active-iter" title="gtk_combo_box_get_active_iter ()">gtk_combo_box_get_active_iter</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
74
74
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
75
75
  <span class="returnvalue">void</span> <a class="link" href="GtkComboBox.html#gtk-combo-box-set-active-iter" title="gtk_combo_box_set_active_iter ()">gtk_combo_box_set_active_iter</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
76
76
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
@@ -79,50 +79,50 @@ struct <a class="link" href="GtkComboBox.html#GtkComboBox-struct" t
79
79
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>);
80
80
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkComboBox.html#gtk-combo-box-new-text" title="gtk_combo_box_new_text ()">gtk_combo_box_new_text</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
81
81
  <span class="returnvalue">void</span> <a class="link" href="GtkComboBox.html#gtk-combo-box-append-text" title="gtk_combo_box_append_text ()">gtk_combo_box_append_text</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
82
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);
82
+ <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);
83
83
  <span class="returnvalue">void</span> <a class="link" href="GtkComboBox.html#gtk-combo-box-insert-text" title="gtk_combo_box_insert_text ()">gtk_combo_box_insert_text</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
84
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>,
85
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);
84
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>,
85
+ <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);
86
86
  <span class="returnvalue">void</span> <a class="link" href="GtkComboBox.html#gtk-combo-box-prepend-text" title="gtk_combo_box_prepend_text ()">gtk_combo_box_prepend_text</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
87
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);
87
+ <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);
88
88
  <span class="returnvalue">void</span> <a class="link" href="GtkComboBox.html#gtk-combo-box-remove-text" title="gtk_combo_box_remove_text ()">gtk_combo_box_remove_text</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
89
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);
90
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkComboBox.html#gtk-combo-box-get-active-text" title="gtk_combo_box_get_active_text ()">gtk_combo_box_get_active_text</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
89
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);
90
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkComboBox.html#gtk-combo-box-get-active-text" title="gtk_combo_box_get_active_text ()">gtk_combo_box_get_active_text</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
91
91
  <span class="returnvalue">void</span> <a class="link" href="GtkComboBox.html#gtk-combo-box-popup" title="gtk_combo_box_popup ()">gtk_combo_box_popup</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
92
92
  <span class="returnvalue">void</span> <a class="link" href="GtkComboBox.html#gtk-combo-box-popdown" title="gtk_combo_box_popdown ()">gtk_combo_box_popdown</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
93
- <span class="returnvalue">AtkObject</span> * <a class="link" href="GtkComboBox.html#gtk-combo-box-get-popup-accessible" title="gtk_combo_box_get_popup_accessible ()">gtk_combo_box_get_popup_accessible</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
93
+ <a href="/usr/share/gtk-doc/html/atk/AtkObject.html"><span class="returnvalue">AtkObject</span></a> * <a class="link" href="GtkComboBox.html#gtk-combo-box-get-popup-accessible" title="gtk_combo_box_get_popup_accessible ()">gtk_combo_box_get_popup_accessible</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
94
94
  <a class="link" href="GtkTreeView.html#GtkTreeViewRowSeparatorFunc" title="GtkTreeViewRowSeparatorFunc ()"><span class="returnvalue">GtkTreeViewRowSeparatorFunc</span></a> <a class="link" href="GtkComboBox.html#gtk-combo-box-get-row-separator-func" title="gtk_combo_box_get_row_separator_func ()">gtk_combo_box_get_row_separator_func</a>
95
95
  (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
96
96
  <span class="returnvalue">void</span> <a class="link" href="GtkComboBox.html#gtk-combo-box-set-row-separator-func" title="gtk_combo_box_set_row_separator_func ()">gtk_combo_box_set_row_separator_func</a>
97
97
  (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
98
98
  <em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeViewRowSeparatorFunc" title="GtkTreeViewRowSeparatorFunc ()"><span class="type">GtkTreeViewRowSeparatorFunc</span></a> func</code></em>,
99
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
100
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
99
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
100
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
101
101
  <span class="returnvalue">void</span> <a class="link" href="GtkComboBox.html#gtk-combo-box-set-add-tearoffs" title="gtk_combo_box_set_add_tearoffs ()">gtk_combo_box_set_add_tearoffs</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
102
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> add_tearoffs</code></em>);
103
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkComboBox.html#gtk-combo-box-get-add-tearoffs" title="gtk_combo_box_get_add_tearoffs ()">gtk_combo_box_get_add_tearoffs</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
102
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> add_tearoffs</code></em>);
103
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkComboBox.html#gtk-combo-box-get-add-tearoffs" title="gtk_combo_box_get_add_tearoffs ()">gtk_combo_box_get_add_tearoffs</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
104
104
  <span class="returnvalue">void</span> <a class="link" href="GtkComboBox.html#gtk-combo-box-set-title" title="gtk_combo_box_set_title ()">gtk_combo_box_set_title</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
105
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>);
106
- const <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkComboBox.html#gtk-combo-box-get-title" title="gtk_combo_box_get_title ()">gtk_combo_box_get_title</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
105
+ <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>);
106
+ const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkComboBox.html#gtk-combo-box-get-title" title="gtk_combo_box_get_title ()">gtk_combo_box_get_title</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
107
107
  <span class="returnvalue">void</span> <a class="link" href="GtkComboBox.html#gtk-combo-box-set-focus-on-click" title="gtk_combo_box_set_focus_on_click ()">gtk_combo_box_set_focus_on_click</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo</code></em>,
108
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> focus_on_click</code></em>);
109
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkComboBox.html#gtk-combo-box-get-focus-on-click" title="gtk_combo_box_get_focus_on_click ()">gtk_combo_box_get_focus_on_click</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo</code></em>);
108
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> focus_on_click</code></em>);
109
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkComboBox.html#gtk-combo-box-get-focus-on-click" title="gtk_combo_box_get_focus_on_click ()">gtk_combo_box_get_focus_on_click</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo</code></em>);
110
110
  <span class="returnvalue">void</span> <a class="link" href="GtkComboBox.html#gtk-combo-box-set-button-sensitivity" title="gtk_combo_box_set_button_sensitivity ()">gtk_combo_box_set_button_sensitivity</a>
111
111
  (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
112
112
  <em class="parameter"><code><a class="link" href="GtkRange.html#GtkSensitivityType" title="enum GtkSensitivityType"><span class="type">GtkSensitivityType</span></a> sensitivity</code></em>);
113
113
  <a class="link" href="GtkRange.html#GtkSensitivityType" title="enum GtkSensitivityType"><span class="returnvalue">GtkSensitivityType</span></a> <a class="link" href="GtkComboBox.html#gtk-combo-box-get-button-sensitivity" title="gtk_combo_box_get_button_sensitivity ()">gtk_combo_box_get_button_sensitivity</a>
114
114
  (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
115
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkComboBox.html#gtk-combo-box-get-has-entry" title="gtk_combo_box_get_has_entry ()">gtk_combo_box_get_has_entry</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
115
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkComboBox.html#gtk-combo-box-get-has-entry" title="gtk_combo_box_get_has_entry ()">gtk_combo_box_get_has_entry</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
116
116
  <span class="returnvalue">void</span> <a class="link" href="GtkComboBox.html#gtk-combo-box-set-entry-text-column" title="gtk_combo_box_set_entry_text_column ()">gtk_combo_box_set_entry_text_column</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
117
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> text_column</code></em>);
118
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkComboBox.html#gtk-combo-box-get-entry-text-column" title="gtk_combo_box_get_entry_text_column ()">gtk_combo_box_get_entry_text_column</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
117
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> text_column</code></em>);
118
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkComboBox.html#gtk-combo-box-get-entry-text-column" title="gtk_combo_box_get_entry_text_column ()">gtk_combo_box_get_entry_text_column</a> (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);
119
119
  </pre>
120
120
  </div>
121
121
  <div class="refsect1">
122
122
  <a name="GtkComboBox.object-hierarchy"></a><h2>Object Hierarchy</h2>
123
123
  <pre class="synopsis">
124
- <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
125
- +----<a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
124
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
125
+ +----<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
126
126
  +----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
127
127
  +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
128
128
  +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
@@ -141,36 +141,36 @@ GtkComboBox implements
141
141
  <div class="refsect1">
142
142
  <a name="GtkComboBox.properties"></a><h2>Properties</h2>
143
143
  <pre class="synopsis">
144
- "<a class="link" href="GtkComboBox.html#GtkComboBox--active" title='The "active" property'>active</a>" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
145
- "<a class="link" href="GtkComboBox.html#GtkComboBox--add-tearoffs" title='The "add-tearoffs" property'>add-tearoffs</a>" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
144
+ "<a class="link" href="GtkComboBox.html#GtkComboBox--active" title='The "active" property'>active</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
145
+ "<a class="link" href="GtkComboBox.html#GtkComboBox--add-tearoffs" title='The "add-tearoffs" property'>add-tearoffs</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
146
146
  "<a class="link" href="GtkComboBox.html#GtkComboBox--button-sensitivity" title='The "button-sensitivity" property'>button-sensitivity</a>" <a class="link" href="GtkRange.html#GtkSensitivityType" title="enum GtkSensitivityType"><span class="type">GtkSensitivityType</span></a> : Read / Write
147
- "<a class="link" href="GtkComboBox.html#GtkComboBox--column-span-column" title='The "column-span-column" property'>column-span-column</a>" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
148
- "<a class="link" href="GtkComboBox.html#GtkComboBox--entry-text-column" title='The "entry-text-column" property'>entry-text-column</a>" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
149
- "<a class="link" href="GtkComboBox.html#GtkComboBox--focus-on-click" title='The "focus-on-click" property'>focus-on-click</a>" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
150
- "<a class="link" href="GtkComboBox.html#GtkComboBox--has-entry" title='The "has-entry" property'>has-entry</a>" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct Only
151
- "<a class="link" href="GtkComboBox.html#GtkComboBox--has-frame" title='The "has-frame" property'>has-frame</a>" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
147
+ "<a class="link" href="GtkComboBox.html#GtkComboBox--column-span-column" title='The "column-span-column" property'>column-span-column</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
148
+ "<a class="link" href="GtkComboBox.html#GtkComboBox--entry-text-column" title='The "entry-text-column" property'>entry-text-column</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
149
+ "<a class="link" href="GtkComboBox.html#GtkComboBox--focus-on-click" title='The "focus-on-click" property'>focus-on-click</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
150
+ "<a class="link" href="GtkComboBox.html#GtkComboBox--has-entry" title='The "has-entry" property'>has-entry</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct Only
151
+ "<a class="link" href="GtkComboBox.html#GtkComboBox--has-frame" title='The "has-frame" property'>has-frame</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
152
152
  "<a class="link" href="GtkComboBox.html#GtkComboBox--model" title='The "model" property'>model</a>" <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>* : Read / Write
153
- "<a class="link" href="GtkComboBox.html#GtkComboBox--popup-shown" title='The "popup-shown" property'>popup-shown</a>" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read
154
- "<a class="link" href="GtkComboBox.html#GtkComboBox--row-span-column" title='The "row-span-column" property'>row-span-column</a>" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
155
- "<a class="link" href="GtkComboBox.html#GtkComboBox--tearoff-title" title='The "tearoff-title" property'>tearoff-title</a>" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
156
- "<a class="link" href="GtkComboBox.html#GtkComboBox--wrap-width" title='The "wrap-width" property'>wrap-width</a>" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
153
+ "<a class="link" href="GtkComboBox.html#GtkComboBox--popup-shown" title='The "popup-shown" property'>popup-shown</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read
154
+ "<a class="link" href="GtkComboBox.html#GtkComboBox--row-span-column" title='The "row-span-column" property'>row-span-column</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
155
+ "<a class="link" href="GtkComboBox.html#GtkComboBox--tearoff-title" title='The "tearoff-title" property'>tearoff-title</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
156
+ "<a class="link" href="GtkComboBox.html#GtkComboBox--wrap-width" title='The "wrap-width" property'>wrap-width</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
157
157
  </pre>
158
158
  </div>
159
159
  <div class="refsect1">
160
160
  <a name="GtkComboBox.style-properties"></a><h2>Style Properties</h2>
161
161
  <pre class="synopsis">
162
- "<a class="link" href="GtkComboBox.html#GtkComboBox--s-appears-as-list" title='The "appears-as-list" style property'>appears-as-list</a>" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read
163
- "<a class="link" href="GtkComboBox.html#GtkComboBox--s-arrow-size" title='The "arrow-size" style property'>arrow-size</a>" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
162
+ "<a class="link" href="GtkComboBox.html#GtkComboBox--s-appears-as-list" title='The "appears-as-list" style property'>appears-as-list</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read
163
+ "<a class="link" href="GtkComboBox.html#GtkComboBox--s-arrow-size" title='The "arrow-size" style property'>arrow-size</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
164
164
  "<a class="link" href="GtkComboBox.html#GtkComboBox--s-shadow-type" title='The "shadow-type" style property'>shadow-type</a>" <a class="link" href="gtk2-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a> : Read
165
165
  </pre>
166
166
  </div>
167
167
  <div class="refsect1">
168
168
  <a name="GtkComboBox.signals"></a><h2>Signals</h2>
169
169
  <pre class="synopsis">
170
- "<a class="link" href="GtkComboBox.html#GtkComboBox-changed" title='The "changed" signal'>changed</a>" : <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
171
- "<a class="link" href="GtkComboBox.html#GtkComboBox-move-active" title='The "move-active" signal'>move-active</a>" : <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
172
- "<a class="link" href="GtkComboBox.html#GtkComboBox-popdown" title='The "popdown" signal'>popdown</a>" : <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
173
- "<a class="link" href="GtkComboBox.html#GtkComboBox-popup" title='The "popup" signal'>popup</a>" : <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
170
+ "<a class="link" href="GtkComboBox.html#GtkComboBox-changed" title='The "changed" signal'>changed</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
171
+ "<a class="link" href="GtkComboBox.html#GtkComboBox-move-active" title='The "move-active" signal'>move-active</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
172
+ "<a class="link" href="GtkComboBox.html#GtkComboBox-popdown" title='The "popdown" signal'>popdown</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
173
+ "<a class="link" href="GtkComboBox.html#GtkComboBox-popup" title='The "popup" signal'>popup</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
174
174
  </pre>
175
175
  </div>
176
176
  <div class="refsect1">
@@ -274,6 +274,7 @@ Creates a new empty <a class="link" href="GtkComboBox.html" title="GtkComboBox">
274
274
  <td>A new <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a>.</td>
275
275
  </tr></tbody>
276
276
  </table></div>
277
+ <p class="since">Since 2.24</p>
277
278
  </div>
278
279
  <hr>
279
280
  <div class="refsect2">
@@ -320,11 +321,12 @@ and with the model initialized to <em class="parameter"><code>model</code></em>.
320
321
  </td>
321
322
  </tr></tbody>
322
323
  </table></div>
324
+ <p class="since">Since 2.24</p>
323
325
  </div>
324
326
  <hr>
325
327
  <div class="refsect2">
326
328
  <a name="gtk-combo-box-get-wrap-width"></a><h3>gtk_combo_box_get_wrap_width ()</h3>
327
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_combo_box_get_wrap_width (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);</pre>
329
+ <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_combo_box_get_wrap_width (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);</pre>
328
330
  <p>
329
331
  Returns the wrap width which is used to determine the number of columns
330
332
  for the popup menu. If the wrap width is larger than 1, the combo box
@@ -353,7 +355,7 @@ is in table mode.
353
355
  <div class="refsect2">
354
356
  <a name="gtk-combo-box-set-wrap-width"></a><h3>gtk_combo_box_set_wrap_width ()</h3>
355
357
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_box_set_wrap_width (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
356
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>);</pre>
358
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>);</pre>
357
359
  <p>
358
360
  Sets the wrap width of <em class="parameter"><code>combo_box</code></em> to be <em class="parameter"><code>width</code></em>. The wrap width is basically
359
361
  the preferred number of columns when you want the popup to be layed out
@@ -381,7 +383,7 @@ in a table.
381
383
  <hr>
382
384
  <div class="refsect2">
383
385
  <a name="gtk-combo-box-get-row-span-column"></a><h3>gtk_combo_box_get_row_span_column ()</h3>
384
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_combo_box_get_row_span_column (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);</pre>
386
+ <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_combo_box_get_row_span_column (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);</pre>
385
387
  <p>
386
388
  Returns the column with row span information for <em class="parameter"><code>combo_box</code></em>.
387
389
  </p>
@@ -408,7 +410,7 @@ Returns the column with row span information for <em class="parameter"><code>com
408
410
  <div class="refsect2">
409
411
  <a name="gtk-combo-box-set-row-span-column"></a><h3>gtk_combo_box_set_row_span_column ()</h3>
410
412
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_box_set_row_span_column (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
411
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row_span</code></em>);</pre>
413
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row_span</code></em>);</pre>
412
414
  <p>
413
415
  Sets the column with row span information for <em class="parameter"><code>combo_box</code></em> to be <em class="parameter"><code>row_span</code></em>.
414
416
  The row span column contains integers which indicate how many rows
@@ -435,7 +437,7 @@ an item should span.
435
437
  <hr>
436
438
  <div class="refsect2">
437
439
  <a name="gtk-combo-box-get-column-span-column"></a><h3>gtk_combo_box_get_column_span_column ()</h3>
438
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_combo_box_get_column_span_column
440
+ <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_combo_box_get_column_span_column
439
441
  (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);</pre>
440
442
  <p>
441
443
  Returns the column with column span information for <em class="parameter"><code>combo_box</code></em>.
@@ -464,7 +466,7 @@ Returns the column with column span information for <em class="parameter"><code>
464
466
  <a name="gtk-combo-box-set-column-span-column"></a><h3>gtk_combo_box_set_column_span_column ()</h3>
465
467
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_box_set_column_span_column
466
468
  (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
467
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column_span</code></em>);</pre>
469
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column_span</code></em>);</pre>
468
470
  <p>
469
471
  Sets the column with column span information for <em class="parameter"><code>combo_box</code></em> to be
470
472
  <em class="parameter"><code>column_span</code></em>. The column span column contains integers which indicate
@@ -492,7 +494,7 @@ how many columns an item should span.
492
494
  <hr>
493
495
  <div class="refsect2">
494
496
  <a name="gtk-combo-box-get-active"></a><h3>gtk_combo_box_get_active ()</h3>
495
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_combo_box_get_active (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);</pre>
497
+ <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_combo_box_get_active (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);</pre>
496
498
  <p>
497
499
  Returns the index of the currently active item, or -1 if there's no
498
500
  active item. If the model is a non-flat treemodel, and the active item
@@ -524,7 +526,7 @@ or -1 if there's no active item.</td>
524
526
  <div class="refsect2">
525
527
  <a name="gtk-combo-box-set-active"></a><h3>gtk_combo_box_set_active ()</h3>
526
528
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_box_set_active (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
527
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index_</code></em>);</pre>
529
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index_</code></em>);</pre>
528
530
  <p>
529
531
  Sets the active item of <em class="parameter"><code>combo_box</code></em> to be the item at <em class="parameter"><code>index</code></em>.
530
532
  </p>
@@ -551,7 +553,7 @@ no active item</td>
551
553
  <hr>
552
554
  <div class="refsect2">
553
555
  <a name="gtk-combo-box-get-active-iter"></a><h3>gtk_combo_box_get_active_iter ()</h3>
554
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_combo_box_get_active_iter (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
556
+ <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_combo_box_get_active_iter (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
555
557
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
556
558
  <p>
557
559
  Sets <em class="parameter"><code>iter</code></em> to point to the current active item, if it exists.
@@ -575,7 +577,7 @@ Sets <em class="parameter"><code>iter</code></em> to point to the current active
575
577
  <tr>
576
578
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
577
579
  <td>
578
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em> was set</td>
580
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em> was set</td>
579
581
  </tr>
580
582
  </tbody>
581
583
  </table></div>
@@ -588,7 +590,7 @@ Sets <em class="parameter"><code>iter</code></em> to point to the current active
588
590
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
589
591
  <p>
590
592
  Sets the current active item to be the one referenced by <em class="parameter"><code>iter</code></em>, or
591
- unsets the active item if <em class="parameter"><code>iter</code></em> is <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
593
+ unsets the active item if <em class="parameter"><code>iter</code></em> is <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
592
594
  </p>
593
595
  <div class="variablelist"><table border="0" class="variablelist">
594
596
  <colgroup>
@@ -603,7 +605,7 @@ unsets the active item if <em class="parameter"><code>iter</code></em> is <a hre
603
605
  </tr>
604
606
  <tr>
605
607
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
606
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/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>
608
+ <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
607
609
  </td>
608
610
  </tr>
609
611
  </tbody>
@@ -645,7 +647,7 @@ during construction. <span class="annotation">[<acronym title="Don't free data a
645
647
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>);</pre>
646
648
  <p>
647
649
  Sets the model used by <em class="parameter"><code>combo_box</code></em> to be <em class="parameter"><code>model</code></em>. Will unset a previously set
648
- model (if applicable). If model is <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then it will unset the model.
650
+ model (if applicable). If model is <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then it will unset the model.
649
651
  </p>
650
652
  <p>
651
653
  Note that this function does not clear the cell renderers, you have to
@@ -705,7 +707,7 @@ following convenience functions: <a class="link" href="GtkComboBox.html#gtk-comb
705
707
  <div class="refsect2">
706
708
  <a name="gtk-combo-box-append-text"></a><h3>gtk_combo_box_append_text ()</h3>
707
709
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_box_append_text (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
708
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
710
+ <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
709
711
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
710
712
  <h3 class="title">Warning</h3>
711
713
  <p><code class="literal">gtk_combo_box_append_text</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a></p>
@@ -738,8 +740,8 @@ you can only use this function with combo boxes constructed with
738
740
  <div class="refsect2">
739
741
  <a name="gtk-combo-box-insert-text"></a><h3>gtk_combo_box_insert_text ()</h3>
740
742
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_box_insert_text (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
741
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>,
742
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
743
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>,
744
+ <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
743
745
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
744
746
  <h3 class="title">Warning</h3>
745
747
  <p><code class="literal">gtk_combo_box_insert_text</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a></p>
@@ -777,7 +779,7 @@ with <a class="link" href="GtkComboBox.html#gtk-combo-box-new-text" title="gtk_c
777
779
  <div class="refsect2">
778
780
  <a name="gtk-combo-box-prepend-text"></a><h3>gtk_combo_box_prepend_text ()</h3>
779
781
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_box_prepend_text (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
780
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
782
+ <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
781
783
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
782
784
  <h3 class="title">Warning</h3>
783
785
  <p><code class="literal">gtk_combo_box_prepend_text</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a></p>
@@ -810,7 +812,7 @@ you can only use this function with combo boxes constructed with
810
812
  <div class="refsect2">
811
813
  <a name="gtk-combo-box-remove-text"></a><h3>gtk_combo_box_remove_text ()</h3>
812
814
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_box_remove_text (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
813
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);</pre>
815
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);</pre>
814
816
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
815
817
  <h3 class="title">Warning</h3>
816
818
  <p><code class="literal">gtk_combo_box_remove_text</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a></p>
@@ -841,18 +843,18 @@ this function with combo boxes constructed with <a class="link" href="GtkComboBo
841
843
  <hr>
842
844
  <div class="refsect2">
843
845
  <a name="gtk-combo-box-get-active-text"></a><h3>gtk_combo_box_get_active_text ()</h3>
844
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_combo_box_get_active_text (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);</pre>
846
+ <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_combo_box_get_active_text (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);</pre>
845
847
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
846
848
  <h3 class="title">Warning</h3>
847
849
  <p><code class="literal">gtk_combo_box_get_active_text</code> has been deprecated since version 2.24 and should not be used in newly-written code. If you used this with a <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> constructed with
848
850
  <a class="link" href="GtkComboBox.html#gtk-combo-box-new-text" title="gtk_combo_box_new_text ()"><code class="function">gtk_combo_box_new_text()</code></a> then you should now use <a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a> and
849
851
  <a class="link" href="GtkComboBoxText.html#gtk-combo-box-text-get-active-text" title="gtk_combo_box_text_get_active_text ()"><code class="function">gtk_combo_box_text_get_active_text()</code></a> instead. Or if you used this with a
850
852
  <a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a> then you should now use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> with
851
- <a class="link" href="GtkComboBox.html#GtkComboBox--has-entry" title='The "has-entry" property'><span class="type">"has-entry"</span></a> as <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> and use
853
+ <a class="link" href="GtkComboBox.html#GtkComboBox--has-entry" title='The "has-entry" property'><span class="type">"has-entry"</span></a> as <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> and use
852
854
  gtk_entry_get_text (GTK_ENTRY (gtk_bin_get_child (GTK_BIN (combobox))).</p>
853
855
  </div>
854
856
  <p>
855
- Returns the currently active string in <em class="parameter"><code>combo_box</code></em> or <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none
857
+ Returns the currently active string in <em class="parameter"><code>combo_box</code></em> or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none
856
858
  is selected. Note that you can only use this function with combo
857
859
  boxes constructed with <a class="link" href="GtkComboBox.html#gtk-combo-box-new-text" title="gtk_combo_box_new_text ()"><code class="function">gtk_combo_box_new_text()</code></a> and with
858
860
  <a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a>s.
@@ -871,7 +873,7 @@ boxes constructed with <a class="link" href="GtkComboBox.html#gtk-combo-box-new-
871
873
  <tr>
872
874
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
873
875
  <td>a newly allocated string containing the currently active text.
874
- Must be freed with <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
876
+ Must be freed with <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
875
877
  </tr>
876
878
  </tbody>
877
879
  </table></div>
@@ -928,7 +930,7 @@ applications should have little use for it.
928
930
  <hr>
929
931
  <div class="refsect2">
930
932
  <a name="gtk-combo-box-get-popup-accessible"></a><h3>gtk_combo_box_get_popup_accessible ()</h3>
931
- <pre class="programlisting"><span class="returnvalue">AtkObject</span> * gtk_combo_box_get_popup_accessible (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);</pre>
933
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/atk/AtkObject.html"><span class="returnvalue">AtkObject</span></a> * gtk_combo_box_get_popup_accessible (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);</pre>
932
934
  <p>
933
935
  Gets the accessible object corresponding to the combo box's popup.
934
936
  </p>
@@ -990,12 +992,12 @@ Returns the current row separator function.
990
992
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_box_set_row_separator_func
991
993
  (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
992
994
  <em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeViewRowSeparatorFunc" title="GtkTreeViewRowSeparatorFunc ()"><span class="type">GtkTreeViewRowSeparatorFunc</span></a> func</code></em>,
993
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
994
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
995
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
996
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
995
997
  <p>
996
998
  Sets the row separator function, which is used to determine
997
999
  whether a row should be drawn as a separator. If the row separator
998
- function is <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, no separators are drawn. This is the default value.
1000
+ function is <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, no separators are drawn. This is the default value.
999
1001
  </p>
1000
1002
  <div class="variablelist"><table border="0" class="variablelist">
1001
1003
  <colgroup>
@@ -1015,12 +1017,12 @@ function is <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-M
1015
1017
  </tr>
1016
1018
  <tr>
1017
1019
  <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
1018
- <td>user data to pass to <em class="parameter"><code>func</code></em>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/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>
1020
+ <td>user data to pass to <em class="parameter"><code>func</code></em>, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1019
1021
  </td>
1020
1022
  </tr>
1021
1023
  <tr>
1022
1024
  <td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
1023
- <td>destroy notifier for <em class="parameter"><code>data</code></em>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/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>
1025
+ <td>destroy notifier for <em class="parameter"><code>data</code></em>, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1024
1026
  </td>
1025
1027
  </tr>
1026
1028
  </tbody>
@@ -1031,7 +1033,7 @@ function is <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-M
1031
1033
  <div class="refsect2">
1032
1034
  <a name="gtk-combo-box-set-add-tearoffs"></a><h3>gtk_combo_box_set_add_tearoffs ()</h3>
1033
1035
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_box_set_add_tearoffs (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
1034
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> add_tearoffs</code></em>);</pre>
1036
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> add_tearoffs</code></em>);</pre>
1035
1037
  <p>
1036
1038
  Sets whether the popup menu should have a tearoff
1037
1039
  menu item.
@@ -1050,7 +1052,7 @@ menu item.
1050
1052
  <tr>
1051
1053
  <td><p><span class="term"><em class="parameter"><code>add_tearoffs</code></em> :</span></p></td>
1052
1054
  <td>
1053
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to add tearoff menu items</td>
1055
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to add tearoff menu items</td>
1054
1056
  </tr>
1055
1057
  </tbody>
1056
1058
  </table></div>
@@ -1059,7 +1061,7 @@ menu item.
1059
1061
  <hr>
1060
1062
  <div class="refsect2">
1061
1063
  <a name="gtk-combo-box-get-add-tearoffs"></a><h3>gtk_combo_box_get_add_tearoffs ()</h3>
1062
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_combo_box_get_add_tearoffs (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);</pre>
1064
+ <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_combo_box_get_add_tearoffs (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);</pre>
1063
1065
  <p>
1064
1066
  Gets the current value of the :add-tearoffs property.
1065
1067
  </p>
@@ -1085,7 +1087,7 @@ Gets the current value of the :add-tearoffs property.
1085
1087
  <div class="refsect2">
1086
1088
  <a name="gtk-combo-box-set-title"></a><h3>gtk_combo_box_set_title ()</h3>
1087
1089
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_box_set_title (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
1088
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>);</pre>
1090
+ <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>);</pre>
1089
1091
  <p>
1090
1092
  Sets the menu's title in tearoff mode.
1091
1093
  </p>
@@ -1111,7 +1113,7 @@ Sets the menu's title in tearoff mode.
1111
1113
  <hr>
1112
1114
  <div class="refsect2">
1113
1115
  <a name="gtk-combo-box-get-title"></a><h3>gtk_combo_box_get_title ()</h3>
1114
- <pre class="programlisting">const <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_combo_box_get_title (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);</pre>
1116
+ <pre class="programlisting">const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_combo_box_get_title (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);</pre>
1115
1117
  <p>
1116
1118
  Gets the current title of the menu in tearoff mode. See
1117
1119
  <a class="link" href="GtkComboBox.html#gtk-combo-box-set-add-tearoffs" title="gtk_combo_box_set_add_tearoffs ()"><code class="function">gtk_combo_box_set_add_tearoffs()</code></a>.
@@ -1140,7 +1142,7 @@ string which must not be freed.</td>
1140
1142
  <div class="refsect2">
1141
1143
  <a name="gtk-combo-box-set-focus-on-click"></a><h3>gtk_combo_box_set_focus_on_click ()</h3>
1142
1144
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_box_set_focus_on_click (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo</code></em>,
1143
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> focus_on_click</code></em>);</pre>
1145
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> focus_on_click</code></em>);</pre>
1144
1146
  <p>
1145
1147
  Sets whether the combo box will grab focus when it is clicked with
1146
1148
  the mouse. Making mouse clicks not grab focus is useful in places
@@ -1170,7 +1172,7 @@ with the mouse</td>
1170
1172
  <hr>
1171
1173
  <div class="refsect2">
1172
1174
  <a name="gtk-combo-box-get-focus-on-click"></a><h3>gtk_combo_box_get_focus_on_click ()</h3>
1173
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_combo_box_get_focus_on_click (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo</code></em>);</pre>
1175
+ <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_combo_box_get_focus_on_click (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo</code></em>);</pre>
1174
1176
  <p>
1175
1177
  Returns whether the combo box grabs focus when it is clicked
1176
1178
  with the mouse. See <a class="link" href="GtkComboBox.html#gtk-combo-box-set-focus-on-click" title="gtk_combo_box_set_focus_on_click ()"><code class="function">gtk_combo_box_set_focus_on_click()</code></a>.
@@ -1189,7 +1191,7 @@ with the mouse. See <a class="link" href="GtkComboBox.html#gtk-combo-box-set-foc
1189
1191
  <tr>
1190
1192
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1191
1193
  <td>
1192
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the combo box grabs focus when it is
1194
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the combo box grabs focus when it is
1193
1195
  clicked with the mouse.</td>
1194
1196
  </tr>
1195
1197
  </tbody>
@@ -1262,7 +1264,7 @@ the model has one item to be selected.</td>
1262
1264
  <hr>
1263
1265
  <div class="refsect2">
1264
1266
  <a name="gtk-combo-box-get-has-entry"></a><h3>gtk_combo_box_get_has_entry ()</h3>
1265
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_combo_box_get_has_entry (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);</pre>
1267
+ <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_combo_box_get_has_entry (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);</pre>
1266
1268
  <p>
1267
1269
  Returns whether the combo box has an entry.
1268
1270
  </p>
@@ -1289,15 +1291,15 @@ Returns whether the combo box has an entry.
1289
1291
  <div class="refsect2">
1290
1292
  <a name="gtk-combo-box-set-entry-text-column"></a><h3>gtk_combo_box_set_entry_text_column ()</h3>
1291
1293
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_box_set_entry_text_column (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>,
1292
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> text_column</code></em>);</pre>
1294
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> text_column</code></em>);</pre>
1293
1295
  <p>
1294
1296
  Sets the model column which <em class="parameter"><code>combo_box</code></em> should use to get strings from
1295
1297
  to be <em class="parameter"><code>text_column</code></em>. The column <em class="parameter"><code>text_column</code></em> in the model of <em class="parameter"><code>combo_box</code></em>
1296
- must be of type <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-STRING:CAPS"><code class="literal">G_TYPE_STRING</code></a>.
1298
+ must be of type <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-STRING:CAPS"><code class="literal">G_TYPE_STRING</code></a>.
1297
1299
  </p>
1298
1300
  <p>
1299
1301
  This is only relevant if <em class="parameter"><code>combo_box</code></em> has been created with
1300
- <a class="link" href="GtkComboBox.html#GtkComboBox--has-entry" title='The "has-entry" property'><span class="type">"has-entry"</span></a> as <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.
1302
+ <a class="link" href="GtkComboBox.html#GtkComboBox--has-entry" title='The "has-entry" property'><span class="type">"has-entry"</span></a> as <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.
1301
1303
  </p>
1302
1304
  <div class="variablelist"><table border="0" class="variablelist">
1303
1305
  <colgroup>
@@ -1322,7 +1324,7 @@ the internal entry</td>
1322
1324
  <hr>
1323
1325
  <div class="refsect2">
1324
1326
  <a name="gtk-combo-box-get-entry-text-column"></a><h3>gtk_combo_box_get_entry_text_column ()</h3>
1325
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_combo_box_get_entry_text_column (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);</pre>
1327
+ <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_combo_box_get_entry_text_column (<em class="parameter"><code><a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo_box</code></em>);</pre>
1326
1328
  <p>
1327
1329
  Returns the column which <em class="parameter"><code>combo_box</code></em> is using to get the strings
1328
1330
  from to display in the internal entry.
@@ -1350,7 +1352,7 @@ from to display in the internal entry.
1350
1352
  <a name="GtkComboBox.property-details"></a><h2>Property Details</h2>
1351
1353
  <div class="refsect2">
1352
1354
  <a name="GtkComboBox--active"></a><h3>The <code class="literal">"active"</code> property</h3>
1353
- <pre class="programlisting"> "active" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
1355
+ <pre class="programlisting"> "active" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
1354
1356
  <p>
1355
1357
  The item which is currently active. If the model is a non-flat treemodel,
1356
1358
  and the active item is not an immediate child of the root of the tree,
@@ -1359,14 +1361,14 @@ this property has the value
1359
1361
  <code class="literal">gtk_tree_path_get_indices (path)[0]</code>,
1360
1362
  where <code class="literal">path</code> is the <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> of the active item.
1361
1363
  </p>
1362
- <p>Allowed values: &gt;= G_MAXULONG</p>
1364
+ <p>Allowed values: &gt;= -1</p>
1363
1365
  <p>Default value: -1</p>
1364
1366
  <p class="since">Since 2.4</p>
1365
1367
  </div>
1366
1368
  <hr>
1367
1369
  <div class="refsect2">
1368
1370
  <a name="GtkComboBox--add-tearoffs"></a><h3>The <code class="literal">"add-tearoffs"</code> property</h3>
1369
- <pre class="programlisting"> "add-tearoffs" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
1371
+ <pre class="programlisting"> "add-tearoffs" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
1370
1372
  <p>
1371
1373
  The add-tearoffs property controls whether generated menus
1372
1374
 
@@ -1393,11 +1395,11 @@ the model is empty.
1393
1395
  <hr>
1394
1396
  <div class="refsect2">
1395
1397
  <a name="GtkComboBox--column-span-column"></a><h3>The <code class="literal">"column-span-column"</code> property</h3>
1396
- <pre class="programlisting"> "column-span-column" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
1398
+ <pre class="programlisting"> "column-span-column" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
1397
1399
  <p>
1398
1400
  If this is set to a non-negative value, it must be the index of a column
1399
1401
 
1400
- of type <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-INT:CAPS"><code class="literal">G_TYPE_INT</code></a> in the model.
1402
+ of type <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-INT:CAPS"><code class="literal">G_TYPE_INT</code></a> in the model.
1401
1403
 
1402
1404
  </p>
1403
1405
  <p>
@@ -1405,33 +1407,33 @@ The values of that column are used to determine how many columns a value
1405
1407
 
1406
1408
  in the list will span.
1407
1409
  </p>
1408
- <p>Allowed values: &gt;= G_MAXULONG</p>
1410
+ <p>Allowed values: &gt;= -1</p>
1409
1411
  <p>Default value: -1</p>
1410
1412
  <p class="since">Since 2.4</p>
1411
1413
  </div>
1412
1414
  <hr>
1413
1415
  <div class="refsect2">
1414
1416
  <a name="GtkComboBox--entry-text-column"></a><h3>The <code class="literal">"entry-text-column"</code> property</h3>
1415
- <pre class="programlisting"> "entry-text-column" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
1417
+ <pre class="programlisting"> "entry-text-column" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
1416
1418
  <p>
1417
1419
  The column in the combo box's model to associate with strings from the entry
1418
- if the combo was created with <a class="link" href="GtkComboBox.html#GtkComboBox--has-entry" title='The "has-entry" property'><span class="type">"has-entry"</span></a> = <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.
1420
+ if the combo was created with <a class="link" href="GtkComboBox.html#GtkComboBox--has-entry" title='The "has-entry" property'><span class="type">"has-entry"</span></a> = <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.
1419
1421
  </p>
1420
- <p>Allowed values: &gt;= G_MAXULONG</p>
1422
+ <p>Allowed values: &gt;= -1</p>
1421
1423
  <p>Default value: -1</p>
1422
1424
  <p class="since">Since 2.24</p>
1423
1425
  </div>
1424
1426
  <hr>
1425
1427
  <div class="refsect2">
1426
1428
  <a name="GtkComboBox--focus-on-click"></a><h3>The <code class="literal">"focus-on-click"</code> property</h3>
1427
- <pre class="programlisting"> "focus-on-click" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
1429
+ <pre class="programlisting"> "focus-on-click" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
1428
1430
  <p>Whether the combo box grabs focus when it is clicked with the mouse.</p>
1429
1431
  <p>Default value: TRUE</p>
1430
1432
  </div>
1431
1433
  <hr>
1432
1434
  <div class="refsect2">
1433
1435
  <a name="GtkComboBox--has-entry"></a><h3>The <code class="literal">"has-entry"</code> property</h3>
1434
- <pre class="programlisting"> "has-entry" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct Only</pre>
1436
+ <pre class="programlisting"> "has-entry" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct Only</pre>
1435
1437
  <p>
1436
1438
  Whether the combo box has an entry.
1437
1439
  </p>
@@ -1441,7 +1443,7 @@ Whether the combo box has an entry.
1441
1443
  <hr>
1442
1444
  <div class="refsect2">
1443
1445
  <a name="GtkComboBox--has-frame"></a><h3>The <code class="literal">"has-frame"</code> property</h3>
1444
- <pre class="programlisting"> "has-frame" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
1446
+ <pre class="programlisting"> "has-frame" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
1445
1447
  <p>
1446
1448
  The has-frame property controls whether a frame
1447
1449
  is drawn around the entry.
@@ -1462,7 +1464,7 @@ in the list.
1462
1464
  <hr>
1463
1465
  <div class="refsect2">
1464
1466
  <a name="GtkComboBox--popup-shown"></a><h3>The <code class="literal">"popup-shown"</code> property</h3>
1465
- <pre class="programlisting"> "popup-shown" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
1467
+ <pre class="programlisting"> "popup-shown" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
1466
1468
  <p>
1467
1469
  Whether the combo boxes dropdown is popped up.
1468
1470
 
@@ -1475,11 +1477,11 @@ it allows you to connect to notify::popup-shown.
1475
1477
  <hr>
1476
1478
  <div class="refsect2">
1477
1479
  <a name="GtkComboBox--row-span-column"></a><h3>The <code class="literal">"row-span-column"</code> property</h3>
1478
- <pre class="programlisting"> "row-span-column" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
1480
+ <pre class="programlisting"> "row-span-column" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
1479
1481
  <p>
1480
1482
  If this is set to a non-negative value, it must be the index of a column
1481
1483
 
1482
- of type <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-INT:CAPS"><code class="literal">G_TYPE_INT</code></a> in the model.
1484
+ of type <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-INT:CAPS"><code class="literal">G_TYPE_INT</code></a> in the model.
1483
1485
 
1484
1486
  </p>
1485
1487
  <p>
@@ -1489,14 +1491,14 @@ the list will span. Therefore, the values in the model column pointed to
1489
1491
 
1490
1492
  by this property must be greater than zero and not larger than wrap-width.
1491
1493
  </p>
1492
- <p>Allowed values: &gt;= G_MAXULONG</p>
1494
+ <p>Allowed values: &gt;= -1</p>
1493
1495
  <p>Default value: -1</p>
1494
1496
  <p class="since">Since 2.4</p>
1495
1497
  </div>
1496
1498
  <hr>
1497
1499
  <div class="refsect2">
1498
1500
  <a name="GtkComboBox--tearoff-title"></a><h3>The <code class="literal">"tearoff-title"</code> property</h3>
1499
- <pre class="programlisting"> "tearoff-title" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1501
+ <pre class="programlisting"> "tearoff-title" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1500
1502
  <p>
1501
1503
  A title that may be displayed by the window manager
1502
1504
 
@@ -1508,7 +1510,7 @@ when the popup is torn-off.
1508
1510
  <hr>
1509
1511
  <div class="refsect2">
1510
1512
  <a name="GtkComboBox--wrap-width"></a><h3>The <code class="literal">"wrap-width"</code> property</h3>
1511
- <pre class="programlisting"> "wrap-width" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
1513
+ <pre class="programlisting"> "wrap-width" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
1512
1514
  <p>
1513
1515
  If wrap-width is set to a positive value, the list will be
1514
1516
  displayed in multiple columns, the number of columns is
@@ -1523,14 +1525,14 @@ determined by wrap-width.
1523
1525
  <a name="GtkComboBox.style-property-details"></a><h2>Style Property Details</h2>
1524
1526
  <div class="refsect2">
1525
1527
  <a name="GtkComboBox--s-appears-as-list"></a><h3>The <code class="literal">"appears-as-list"</code> style property</h3>
1526
- <pre class="programlisting"> "appears-as-list" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
1528
+ <pre class="programlisting"> "appears-as-list" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
1527
1529
  <p>Whether dropdowns should look like lists rather than menus.</p>
1528
1530
  <p>Default value: FALSE</p>
1529
1531
  </div>
1530
1532
  <hr>
1531
1533
  <div class="refsect2">
1532
1534
  <a name="GtkComboBox--s-arrow-size"></a><h3>The <code class="literal">"arrow-size"</code> style property</h3>
1533
- <pre class="programlisting"> "arrow-size" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
1535
+ <pre class="programlisting"> "arrow-size" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
1534
1536
  <p>
1535
1537
  Sets the minimum size of the arrow in the combo box. Note
1536
1538
  that the arrow size is coupled to the font size, so in case
@@ -1557,7 +1559,7 @@ Which kind of shadow to draw around the combo box.
1557
1559
  <div class="refsect2">
1558
1560
  <a name="GtkComboBox-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
1559
1561
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *widget,
1560
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
1562
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
1561
1563
  <p>
1562
1564
  The changed signal is emitted when the active
1563
1565
  item is changed. The can be due to the user selecting
@@ -1591,7 +1593,7 @@ as well as when selecting an item from the GtkComboBoxEntry's list.
1591
1593
  <a name="GtkComboBox-move-active"></a><h3>The <code class="literal">"move-active"</code> signal</h3>
1592
1594
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *widget,
1593
1595
  <a class="link" href="gtk2-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> scroll_type,
1594
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
1596
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
1595
1597
  <p>
1596
1598
  The ::move-active signal is a
1597
1599
 
@@ -1624,8 +1626,8 @@ which gets emitted to move the active selection.
1624
1626
  <hr>
1625
1627
  <div class="refsect2">
1626
1628
  <a name="GtkComboBox-popdown"></a><h3>The <code class="literal">"popdown"</code> signal</h3>
1627
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *button,
1628
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
1629
+ <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *button,
1630
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
1629
1631
  <p>
1630
1632
  The ::popdown signal is a
1631
1633
 
@@ -1658,7 +1660,7 @@ The default bindings for this signal are Alt+Up and Escape.
1658
1660
  <div class="refsect2">
1659
1661
  <a name="GtkComboBox-popup"></a><h3>The <code class="literal">"popup"</code> signal</h3>
1660
1662
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *widget,
1661
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
1663
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
1662
1664
  <p>
1663
1665
  The ::popup signal is a
1664
1666
 
@@ -1694,6 +1696,6 @@ The default binding for this signal is Alt+Down.
1694
1696
  </div>
1695
1697
  <div class="footer">
1696
1698
  <hr>
1697
- Generated by GTK-Doc V1.18.1</div>
1699
+ Generated by GTK-Doc V1.19</div>
1698
1700
  </body>
1699
1701
  </html>