gtk3 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1213) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +0 -1
  3. data/ext/gtk3/extconf.rb +4 -1
  4. data/ext/gtk3/rbgtk-action-group.c +2 -1
  5. data/ext/gtk3/rbgtk-binding-set.c +0 -10
  6. data/ext/gtk3/rbgtk-cell-renderer.c +10 -7
  7. data/ext/gtk3/rbgtk-cell-view.c +0 -14
  8. data/ext/gtk3/rbgtk-container.c +12 -8
  9. data/ext/gtk3/rbgtk-file-chooser.c +4 -7
  10. data/ext/gtk3/rbgtk-icon-info.c +2 -2
  11. data/ext/gtk3/rbgtk-style-properties.c +12 -13
  12. data/ext/gtk3/rbgtk-style-provider.c +12 -13
  13. data/ext/gtk3/rbgtk-widget.c +11 -21
  14. data/ext/gtk3/rbgtk.c +36 -1
  15. data/ext/gtk3/rbgtk3conversions.h +9 -2
  16. data/ext/gtk3/rbgtk3private.h +1 -7
  17. data/lib/1.9/gtk3.so +0 -0
  18. data/lib/2.0/gtk3.so +0 -0
  19. data/lib/gtk3/deprecated.rb +4 -1
  20. data/sample/gtk-demo/colorsel.rb +23 -25
  21. data/sample/gtk-demo/common.rb +8 -8
  22. data/sample/gtk-demo/css_accordion.css +53 -0
  23. data/sample/gtk-demo/css_accordion.rb +75 -0
  24. data/sample/gtk-demo/main.rb +83 -83
  25. data/sample/gtk-demo/reset.css +69 -0
  26. data/test/test_gc.rb +1 -1
  27. data/test/test_gtk.rb +23 -0
  28. data/test/test_gtk_about_dialog.rb +0 -1
  29. data/test/test_gtk_buildable.rb +3 -13
  30. data/test/test_gtk_builder.rb +3 -25
  31. data/test/test_gtk_container.rb +32 -0
  32. data/test/test_gtk_css_provider.rb +27 -0
  33. data/test/test_gtk_entry.rb +0 -2
  34. data/test/test_gtk_icon_theme.rb +11 -10
  35. data/test/test_gtk_image.rb +2 -2
  36. data/test/test_gtk_list_store.rb +0 -4
  37. data/test/test_gtk_style_context.rb +30 -0
  38. data/test/test_gtk_style_properties.rb +38 -0
  39. data/test/test_gtk_widget.rb +3 -11
  40. metadata +28 -1207
  41. data/test/test_gtk_rc_style.rb +0 -14
  42. data/vendor/local/bin/gtk-builder-convert +0 -799
  43. data/vendor/local/bin/gtk-demo.exe +0 -0
  44. data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
  45. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  46. data/vendor/local/bin/gtk-update-icon-cache.exe.manifest +0 -17
  47. data/vendor/local/bin/libgailutil-18.dll +0 -0
  48. data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
  49. data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
  50. data/vendor/local/etc/gtk-2.0/gtk.immodules +0 -4
  51. data/vendor/local/etc/gtk-2.0/im-multipress.conf +0 -22
  52. data/vendor/local/include/gail-1.0/gail/gailwidget.h +0 -65
  53. data/vendor/local/include/gail-1.0/libgail-util/gail-util.h +0 -2
  54. data/vendor/local/include/gail-1.0/libgail-util/gailmisc.h +0 -82
  55. data/vendor/local/include/gail-1.0/libgail-util/gailtextutil.h +0 -87
  56. data/vendor/local/include/gtk-2.0/gdk/gdk.h +0 -241
  57. data/vendor/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h +0 -76
  58. data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +0 -59
  59. data/vendor/local/include/gtk-2.0/gdk/gdkcolor.h +0 -176
  60. data/vendor/local/include/gtk-2.0/gdk/gdkcursor.h +0 -168
  61. data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +0 -229
  62. data/vendor/local/include/gtk-2.0/gdk/gdkdisplaymanager.h +0 -67
  63. data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +0 -186
  64. data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +0 -436
  65. data/vendor/local/include/gtk-2.0/gdk/gdkenumtypes.h +0 -137
  66. data/vendor/local/include/gtk-2.0/gdk/gdkevents.h +0 -566
  67. data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +0 -138
  68. data/vendor/local/include/gtk-2.0/gdk/gdkgc.h +0 -298
  69. data/vendor/local/include/gtk-2.0/gdk/gdki18n.h +0 -59
  70. data/vendor/local/include/gtk-2.0/gdk/gdkimage.h +0 -145
  71. data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +0 -192
  72. data/vendor/local/include/gtk-2.0/gdk/gdkkeys.h +0 -134
  73. data/vendor/local/include/gtk-2.0/gdk/gdkkeysyms-compat.h +0 -2208
  74. data/vendor/local/include/gtk-2.0/gdk/gdkkeysyms.h +0 -2221
  75. data/vendor/local/include/gtk-2.0/gdk/gdkpango.h +0 -166
  76. data/vendor/local/include/gtk-2.0/gdk/gdkpixbuf.h +0 -115
  77. data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +0 -136
  78. data/vendor/local/include/gtk-2.0/gdk/gdkprivate.h +0 -60
  79. data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +0 -128
  80. data/vendor/local/include/gtk-2.0/gdk/gdkregion.h +0 -127
  81. data/vendor/local/include/gtk-2.0/gdk/gdkrgb.h +0 -149
  82. data/vendor/local/include/gtk-2.0/gdk/gdkscreen.h +0 -132
  83. data/vendor/local/include/gtk-2.0/gdk/gdkselection.h +0 -111
  84. data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +0 -64
  85. data/vendor/local/include/gtk-2.0/gdk/gdktestutils.h +0 -49
  86. data/vendor/local/include/gtk-2.0/gdk/gdktypes.h +0 -226
  87. data/vendor/local/include/gtk-2.0/gdk/gdkvisual.h +0 -147
  88. data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +0 -129
  89. data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +0 -743
  90. data/vendor/local/include/gtk-2.0/gtk/gtk.h +0 -248
  91. data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +0 -157
  92. data/vendor/local/include/gtk-2.0/gtk/gtkaccelgroup.h +0 -216
  93. data/vendor/local/include/gtk-2.0/gtk/gtkaccellabel.h +0 -114
  94. data/vendor/local/include/gtk-2.0/gtk/gtkaccelmap.h +0 -101
  95. data/vendor/local/include/gtk-2.0/gtk/gtkaccessible.h +0 -80
  96. data/vendor/local/include/gtk-2.0/gtk/gtkaction.h +0 -180
  97. data/vendor/local/include/gtk-2.0/gtk/gtkactiongroup.h +0 -184
  98. data/vendor/local/include/gtk-2.0/gtk/gtkactivatable.h +0 -88
  99. data/vendor/local/include/gtk-2.0/gtk/gtkadjustment.h +0 -121
  100. data/vendor/local/include/gtk-2.0/gtk/gtkalignment.h +0 -94
  101. data/vendor/local/include/gtk-2.0/gtk/gtkarrow.h +0 -77
  102. data/vendor/local/include/gtk-2.0/gtk/gtkaspectframe.h +0 -84
  103. data/vendor/local/include/gtk-2.0/gtk/gtkassistant.h +0 -176
  104. data/vendor/local/include/gtk-2.0/gtk/gtkbbox.h +0 -105
  105. data/vendor/local/include/gtk-2.0/gtk/gtkbin.h +0 -70
  106. data/vendor/local/include/gtk-2.0/gtk/gtkbindings.h +0 -158
  107. data/vendor/local/include/gtk-2.0/gtk/gtkbox.h +0 -159
  108. data/vendor/local/include/gtk-2.0/gtk/gtkbuildable.h +0 -176
  109. data/vendor/local/include/gtk-2.0/gtk/gtkbuilder.h +0 -143
  110. data/vendor/local/include/gtk-2.0/gtk/gtkbutton.h +0 -147
  111. data/vendor/local/include/gtk-2.0/gtk/gtkcalendar.h +0 -209
  112. data/vendor/local/include/gtk-2.0/gtk/gtkcelleditable.h +0 -64
  113. data/vendor/local/include/gtk-2.0/gtk/gtkcelllayout.h +0 -122
  114. data/vendor/local/include/gtk-2.0/gtk/gtkcellrenderer.h +0 -195
  115. data/vendor/local/include/gtk-2.0/gtk/gtkcellrendereraccel.h +0 -92
  116. data/vendor/local/include/gtk-2.0/gtk/gtkcellrenderercombo.h +0 -64
  117. data/vendor/local/include/gtk-2.0/gtk/gtkcellrendererpixbuf.h +0 -71
  118. data/vendor/local/include/gtk-2.0/gtk/gtkcellrendererprogress.h +0 -74
  119. data/vendor/local/include/gtk-2.0/gtk/gtkcellrendererspin.h +0 -57
  120. data/vendor/local/include/gtk-2.0/gtk/gtkcellrendererspinner.h +0 -67
  121. data/vendor/local/include/gtk-2.0/gtk/gtkcellrenderertext.h +0 -105
  122. data/vendor/local/include/gtk-2.0/gtk/gtkcellrenderertoggle.h +0 -85
  123. data/vendor/local/include/gtk-2.0/gtk/gtkcellview.h +0 -81
  124. data/vendor/local/include/gtk-2.0/gtk/gtkcheckbutton.h +0 -82
  125. data/vendor/local/include/gtk-2.0/gtk/gtkcheckmenuitem.h +0 -102
  126. data/vendor/local/include/gtk-2.0/gtk/gtkclipboard.h +0 -157
  127. data/vendor/local/include/gtk-2.0/gtk/gtkclist.h +0 -792
  128. data/vendor/local/include/gtk-2.0/gtk/gtkcolorbutton.h +0 -103
  129. data/vendor/local/include/gtk-2.0/gtk/gtkcolorsel.h +0 -135
  130. data/vendor/local/include/gtk-2.0/gtk/gtkcolorseldialog.h +0 -82
  131. data/vendor/local/include/gtk-2.0/gtk/gtkcombo.h +0 -118
  132. data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +0 -153
  133. data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +0 -81
  134. data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +0 -77
  135. data/vendor/local/include/gtk-2.0/gtk/gtkcontainer.h +0 -229
  136. data/vendor/local/include/gtk-2.0/gtk/gtkctree.h +0 -445
  137. data/vendor/local/include/gtk-2.0/gtk/gtkcurve.h +0 -106
  138. data/vendor/local/include/gtk-2.0/gtk/gtkdebug.h +0 -79
  139. data/vendor/local/include/gtk-2.0/gtk/gtkdialog.h +0 -186
  140. data/vendor/local/include/gtk-2.0/gtk/gtkdnd.h +0 -188
  141. data/vendor/local/include/gtk-2.0/gtk/gtkdrawingarea.h +0 -82
  142. data/vendor/local/include/gtk-2.0/gtk/gtkeditable.h +0 -117
  143. data/vendor/local/include/gtk-2.0/gtk/gtkentry.h +0 -334
  144. data/vendor/local/include/gtk-2.0/gtk/gtkentrybuffer.h +0 -133
  145. data/vendor/local/include/gtk-2.0/gtk/gtkentrycompletion.h +0 -132
  146. data/vendor/local/include/gtk-2.0/gtk/gtkenums.h +0 -584
  147. data/vendor/local/include/gtk-2.0/gtk/gtkeventbox.h +0 -71
  148. data/vendor/local/include/gtk-2.0/gtk/gtkexpander.h +0 -98
  149. data/vendor/local/include/gtk-2.0/gtk/gtkfilechooser.h +0 -264
  150. data/vendor/local/include/gtk-2.0/gtk/gtkfilechooserbutton.h +0 -92
  151. data/vendor/local/include/gtk-2.0/gtk/gtkfilechooserdialog.h +0 -74
  152. data/vendor/local/include/gtk-2.0/gtk/gtkfilechooserwidget.h +0 -67
  153. data/vendor/local/include/gtk-2.0/gtk/gtkfilefilter.h +0 -83
  154. data/vendor/local/include/gtk-2.0/gtk/gtkfilesel.h +0 -125
  155. data/vendor/local/include/gtk-2.0/gtk/gtkfixed.h +0 -90
  156. data/vendor/local/include/gtk-2.0/gtk/gtkfontbutton.h +0 -100
  157. data/vendor/local/include/gtk-2.0/gtk/gtkfontsel.h +0 -220
  158. data/vendor/local/include/gtk-2.0/gtk/gtkframe.h +0 -96
  159. data/vendor/local/include/gtk-2.0/gtk/gtkgamma.h +0 -82
  160. data/vendor/local/include/gtk-2.0/gtk/gtkgc.h +0 -49
  161. data/vendor/local/include/gtk-2.0/gtk/gtkhandlebox.h +0 -112
  162. data/vendor/local/include/gtk-2.0/gtk/gtkhbbox.h +0 -80
  163. data/vendor/local/include/gtk-2.0/gtk/gtkhbox.h +0 -68
  164. data/vendor/local/include/gtk-2.0/gtk/gtkhpaned.h +0 -65
  165. data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +0 -84
  166. data/vendor/local/include/gtk-2.0/gtk/gtkhscale.h +0 -71
  167. data/vendor/local/include/gtk-2.0/gtk/gtkhscrollbar.h +0 -70
  168. data/vendor/local/include/gtk-2.0/gtk/gtkhseparator.h +0 -68
  169. data/vendor/local/include/gtk-2.0/gtk/gtkhsv.h +0 -115
  170. data/vendor/local/include/gtk-2.0/gtk/gtkiconfactory.h +0 -189
  171. data/vendor/local/include/gtk-2.0/gtk/gtkicontheme.h +0 -198
  172. data/vendor/local/include/gtk-2.0/gtk/gtkiconview.h +0 -242
  173. data/vendor/local/include/gtk-2.0/gtk/gtkimage.h +0 -274
  174. data/vendor/local/include/gtk-2.0/gtk/gtkimagemenuitem.h +0 -86
  175. data/vendor/local/include/gtk-2.0/gtk/gtkimcontext.h +0 -132
  176. data/vendor/local/include/gtk-2.0/gtk/gtkimcontextsimple.h +0 -77
  177. data/vendor/local/include/gtk-2.0/gtk/gtkimmodule.h +0 -58
  178. data/vendor/local/include/gtk-2.0/gtk/gtkimmulticontext.h +0 -78
  179. data/vendor/local/include/gtk-2.0/gtk/gtkinfobar.h +0 -120
  180. data/vendor/local/include/gtk-2.0/gtk/gtkinputdialog.h +0 -100
  181. data/vendor/local/include/gtk-2.0/gtk/gtkinvisible.h +0 -78
  182. data/vendor/local/include/gtk-2.0/gtk/gtkitem.h +0 -81
  183. data/vendor/local/include/gtk-2.0/gtk/gtkitemfactory.h +0 -236
  184. data/vendor/local/include/gtk-2.0/gtk/gtklabel.h +0 -207
  185. data/vendor/local/include/gtk-2.0/gtk/gtklayout.h +0 -138
  186. data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +0 -91
  187. data/vendor/local/include/gtk-2.0/gtk/gtklist.h +0 -138
  188. data/vendor/local/include/gtk-2.0/gtk/gtklistitem.h +0 -91
  189. data/vendor/local/include/gtk-2.0/gtk/gtkliststore.h +0 -147
  190. data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +0 -233
  191. data/vendor/local/include/gtk-2.0/gtk/gtkmarshal.h +0 -283
  192. data/vendor/local/include/gtk-2.0/gtk/gtkmenu.h +0 -219
  193. data/vendor/local/include/gtk-2.0/gtk/gtkmenubar.h +0 -92
  194. data/vendor/local/include/gtk-2.0/gtk/gtkmenuitem.h +0 -145
  195. data/vendor/local/include/gtk-2.0/gtk/gtkmenushell.h +0 -141
  196. data/vendor/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h +0 -89
  197. data/vendor/local/include/gtk-2.0/gtk/gtkmessagedialog.h +0 -135
  198. data/vendor/local/include/gtk-2.0/gtk/gtkmisc.h +0 -85
  199. data/vendor/local/include/gtk-2.0/gtk/gtkmodules.h +0 -54
  200. data/vendor/local/include/gtk-2.0/gtk/gtkmountoperation.h +0 -83
  201. data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +0 -317
  202. data/vendor/local/include/gtk-2.0/gtk/gtkobject.h +0 -250
  203. data/vendor/local/include/gtk-2.0/gtk/gtkoffscreenwindow.h +0 -60
  204. data/vendor/local/include/gtk-2.0/gtk/gtkoldeditable.h +0 -126
  205. data/vendor/local/include/gtk-2.0/gtk/gtkoptionmenu.h +0 -88
  206. data/vendor/local/include/gtk-2.0/gtk/gtkorientable.h +0 -60
  207. data/vendor/local/include/gtk-2.0/gtk/gtkpagesetup.h +0 -108
  208. data/vendor/local/include/gtk-2.0/gtk/gtkpaned.h +0 -144
  209. data/vendor/local/include/gtk-2.0/gtk/gtkpapersize.h +0 -101
  210. data/vendor/local/include/gtk-2.0/gtk/gtkpixmap.h +0 -83
  211. data/vendor/local/include/gtk-2.0/gtk/gtkplug.h +0 -105
  212. data/vendor/local/include/gtk-2.0/gtk/gtkpreview.h +0 -137
  213. data/vendor/local/include/gtk-2.0/gtk/gtkprintcontext.h +0 -71
  214. data/vendor/local/include/gtk-2.0/gtk/gtkprintoperation.h +0 -207
  215. data/vendor/local/include/gtk-2.0/gtk/gtkprintoperationpreview.h +0 -80
  216. data/vendor/local/include/gtk-2.0/gtk/gtkprintsettings.h +0 -234
  217. data/vendor/local/include/gtk-2.0/gtk/gtkprivate.h +0 -157
  218. data/vendor/local/include/gtk-2.0/gtk/gtkprogress.h +0 -120
  219. data/vendor/local/include/gtk-2.0/gtk/gtkprogressbar.h +0 -172
  220. data/vendor/local/include/gtk-2.0/gtk/gtkradioaction.h +0 -90
  221. data/vendor/local/include/gtk-2.0/gtk/gtkradiobutton.h +0 -94
  222. data/vendor/local/include/gtk-2.0/gtk/gtkradiomenuitem.h +0 -94
  223. data/vendor/local/include/gtk-2.0/gtk/gtkradiotoolbutton.h +0 -74
  224. data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +0 -215
  225. data/vendor/local/include/gtk-2.0/gtk/gtkrc.h +0 -271
  226. data/vendor/local/include/gtk-2.0/gtk/gtkrecentaction.h +0 -74
  227. data/vendor/local/include/gtk-2.0/gtk/gtkrecentchooser.h +0 -191
  228. data/vendor/local/include/gtk-2.0/gtk/gtkrecentchooserdialog.h +0 -74
  229. data/vendor/local/include/gtk-2.0/gtk/gtkrecentchoosermenu.h +0 -74
  230. data/vendor/local/include/gtk-2.0/gtk/gtkrecentchooserwidget.h +0 -64
  231. data/vendor/local/include/gtk-2.0/gtk/gtkrecentfilter.h +0 -94
  232. data/vendor/local/include/gtk-2.0/gtk/gtkrecentmanager.h +0 -216
  233. data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +0 -136
  234. data/vendor/local/include/gtk-2.0/gtk/gtkscale.h +0 -111
  235. data/vendor/local/include/gtk-2.0/gtk/gtkscalebutton.h +0 -112
  236. data/vendor/local/include/gtk-2.0/gtk/gtkscrollbar.h +0 -72
  237. data/vendor/local/include/gtk-2.0/gtk/gtkscrolledwindow.h +0 -136
  238. data/vendor/local/include/gtk-2.0/gtk/gtkselection.h +0 -221
  239. data/vendor/local/include/gtk-2.0/gtk/gtkseparator.h +0 -66
  240. data/vendor/local/include/gtk-2.0/gtk/gtkseparatormenuitem.h +0 -68
  241. data/vendor/local/include/gtk-2.0/gtk/gtkseparatortoolitem.h +0 -72
  242. data/vendor/local/include/gtk-2.0/gtk/gtksettings.h +0 -139
  243. data/vendor/local/include/gtk-2.0/gtk/gtkshow.h +0 -39
  244. data/vendor/local/include/gtk-2.0/gtk/gtksignal.h +0 -149
  245. data/vendor/local/include/gtk-2.0/gtk/gtksizegroup.h +0 -111
  246. data/vendor/local/include/gtk-2.0/gtk/gtksocket.h +0 -102
  247. data/vendor/local/include/gtk-2.0/gtk/gtkspinbutton.h +0 -196
  248. data/vendor/local/include/gtk-2.0/gtk/gtkspinner.h +0 -65
  249. data/vendor/local/include/gtk-2.0/gtk/gtkstatusbar.h +0 -117
  250. data/vendor/local/include/gtk-2.0/gtk/gtkstatusicon.h +0 -157
  251. data/vendor/local/include/gtk-2.0/gtk/gtkstock.h +0 -1016
  252. data/vendor/local/include/gtk-2.0/gtk/gtkstyle.h +0 -945
  253. data/vendor/local/include/gtk-2.0/gtk/gtktable.h +0 -151
  254. data/vendor/local/include/gtk-2.0/gtk/gtktearoffmenuitem.h +0 -75
  255. data/vendor/local/include/gtk-2.0/gtk/gtktestutils.h +0 -71
  256. data/vendor/local/include/gtk-2.0/gtk/gtktext.h +0 -217
  257. data/vendor/local/include/gtk-2.0/gtk/gtktextbuffer.h +0 -409
  258. data/vendor/local/include/gtk-2.0/gtk/gtktextbufferrichtext.h +0 -96
  259. data/vendor/local/include/gtk-2.0/gtk/gtktextchild.h +0 -82
  260. data/vendor/local/include/gtk-2.0/gtk/gtktextdisplay.h +0 -112
  261. data/vendor/local/include/gtk-2.0/gtk/gtktextiter.h +0 -307
  262. data/vendor/local/include/gtk-2.0/gtk/gtktextlayout.h +0 -439
  263. data/vendor/local/include/gtk-2.0/gtk/gtktextmark.h +0 -106
  264. data/vendor/local/include/gtk-2.0/gtk/gtktexttag.h +0 -289
  265. data/vendor/local/include/gtk-2.0/gtk/gtktexttagtable.h +0 -101
  266. data/vendor/local/include/gtk-2.0/gtk/gtktextview.h +0 -376
  267. data/vendor/local/include/gtk-2.0/gtk/gtktipsquery.h +0 -110
  268. data/vendor/local/include/gtk-2.0/gtk/gtktoggleaction.h +0 -91
  269. data/vendor/local/include/gtk-2.0/gtk/gtktogglebutton.h +0 -97
  270. data/vendor/local/include/gtk-2.0/gtk/gtktoggletoolbutton.h +0 -77
  271. data/vendor/local/include/gtk-2.0/gtk/gtktoolbar.h +0 -288
  272. data/vendor/local/include/gtk-2.0/gtk/gtktoolbutton.h +0 -99
  273. data/vendor/local/include/gtk-2.0/gtk/gtktoolitem.h +0 -142
  274. data/vendor/local/include/gtk-2.0/gtk/gtktoolitemgroup.h +0 -99
  275. data/vendor/local/include/gtk-2.0/gtk/gtktoolpalette.h +0 -144
  276. data/vendor/local/include/gtk-2.0/gtk/gtktoolshell.h +0 -91
  277. data/vendor/local/include/gtk-2.0/gtk/gtktooltip.h +0 -77
  278. data/vendor/local/include/gtk-2.0/gtk/gtktooltips.h +0 -109
  279. data/vendor/local/include/gtk-2.0/gtk/gtktree.h +0 -132
  280. data/vendor/local/include/gtk-2.0/gtk/gtktreednd.h +0 -125
  281. data/vendor/local/include/gtk-2.0/gtk/gtktreeitem.h +0 -90
  282. data/vendor/local/include/gtk-2.0/gtk/gtktreemodel.h +0 -270
  283. data/vendor/local/include/gtk-2.0/gtk/gtktreemodelfilter.h +0 -109
  284. data/vendor/local/include/gtk-2.0/gtk/gtktreemodelsort.h +0 -106
  285. data/vendor/local/include/gtk-2.0/gtk/gtktreeselection.h +0 -125
  286. data/vendor/local/include/gtk-2.0/gtk/gtktreesortable.h +0 -103
  287. data/vendor/local/include/gtk-2.0/gtk/gtktreestore.h +0 -159
  288. data/vendor/local/include/gtk-2.0/gtk/gtktreeview.h +0 -431
  289. data/vendor/local/include/gtk-2.0/gtk/gtktreeviewcolumn.h +0 -245
  290. data/vendor/local/include/gtk-2.0/gtk/gtktypebuiltins.h +0 -335
  291. data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +0 -264
  292. data/vendor/local/include/gtk-2.0/gtk/gtkuimanager.h +0 -153
  293. data/vendor/local/include/gtk-2.0/gtk/gtkvbbox.h +0 -82
  294. data/vendor/local/include/gtk-2.0/gtk/gtkvbox.h +0 -68
  295. data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +0 -51
  296. data/vendor/local/include/gtk-2.0/gtk/gtkviewport.h +0 -93
  297. data/vendor/local/include/gtk-2.0/gtk/gtkvolumebutton.h +0 -72
  298. data/vendor/local/include/gtk-2.0/gtk/gtkvpaned.h +0 -65
  299. data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +0 -84
  300. data/vendor/local/include/gtk-2.0/gtk/gtkvscale.h +0 -79
  301. data/vendor/local/include/gtk-2.0/gtk/gtkvscrollbar.h +0 -76
  302. data/vendor/local/include/gtk-2.0/gtk/gtkvseparator.h +0 -76
  303. data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +0 -1351
  304. data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +0 -452
  305. data/vendor/local/lib/gailutil.lib +0 -0
  306. data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
  307. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
  308. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
  309. data/vendor/local/lib/gtk-2.0/include/gdkconfig.h +0 -35
  310. data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
  311. data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
  312. data/vendor/local/lib/libgailutil.dll.a +0 -0
  313. data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
  314. data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
  315. data/vendor/local/lib/pkgconfig/gail.pc +0 -11
  316. data/vendor/local/lib/pkgconfig/gdk-2.0.pc +0 -12
  317. data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +0 -12
  318. data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +0 -15
  319. data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +0 -15
  320. data/vendor/local/manifest/gtk+-dev_2.24.10-1_win32.mft +0 -947
  321. data/vendor/local/manifest/gtk+_2.24.10-1_win32.mft +0 -225
  322. data/vendor/local/share/aclocal/gtk-2.0.m4 +0 -196
  323. data/vendor/local/share/doc/gtk+-2.24.10/COPYING +0 -482
  324. data/vendor/local/share/doc/gtk+-dev-2.24.10/COPYING +0 -482
  325. data/vendor/local/share/gtk-2.0/demo/alphatest.png +0 -0
  326. data/vendor/local/share/gtk-2.0/demo/apple-red.png +0 -0
  327. data/vendor/local/share/gtk-2.0/demo/appwindow.c +0 -591
  328. data/vendor/local/share/gtk-2.0/demo/assistant.c +0 -216
  329. data/vendor/local/share/gtk-2.0/demo/background.jpg +0 -0
  330. data/vendor/local/share/gtk-2.0/demo/builder.c +0 -68
  331. data/vendor/local/share/gtk-2.0/demo/button_box.c +0 -127
  332. data/vendor/local/share/gtk-2.0/demo/changedisplay.c +0 -643
  333. data/vendor/local/share/gtk-2.0/demo/clipboard.c +0 -326
  334. data/vendor/local/share/gtk-2.0/demo/colorsel.c +0 -142
  335. data/vendor/local/share/gtk-2.0/demo/combobox.c +0 -454
  336. data/vendor/local/share/gtk-2.0/demo/demo.ui +0 -258
  337. data/vendor/local/share/gtk-2.0/demo/dialog.c +0 -181
  338. data/vendor/local/share/gtk-2.0/demo/drawingarea.c +0 -308
  339. data/vendor/local/share/gtk-2.0/demo/editable_cells.c +0 -393
  340. data/vendor/local/share/gtk-2.0/demo/entry_buffer.c +0 -65
  341. data/vendor/local/share/gtk-2.0/demo/entry_completion.c +0 -97
  342. data/vendor/local/share/gtk-2.0/demo/expander.c +0 -58
  343. data/vendor/local/share/gtk-2.0/demo/floppybuddy.gif +0 -0
  344. data/vendor/local/share/gtk-2.0/demo/gnome-applets.png +0 -0
  345. data/vendor/local/share/gtk-2.0/demo/gnome-calendar.png +0 -0
  346. data/vendor/local/share/gtk-2.0/demo/gnome-foot.png +0 -0
  347. data/vendor/local/share/gtk-2.0/demo/gnome-fs-directory.png +0 -0
  348. data/vendor/local/share/gtk-2.0/demo/gnome-fs-regular.png +0 -0
  349. data/vendor/local/share/gtk-2.0/demo/gnome-gimp.png +0 -0
  350. data/vendor/local/share/gtk-2.0/demo/gnome-gmush.png +0 -0
  351. data/vendor/local/share/gtk-2.0/demo/gnome-gsame.png +0 -0
  352. data/vendor/local/share/gtk-2.0/demo/gnu-keys.png +0 -0
  353. data/vendor/local/share/gtk-2.0/demo/gtk-logo-rgb.gif +0 -0
  354. data/vendor/local/share/gtk-2.0/demo/hypertext.c +0 -315
  355. data/vendor/local/share/gtk-2.0/demo/iconview.c +0 -372
  356. data/vendor/local/share/gtk-2.0/demo/iconview_edit.c +0 -159
  357. data/vendor/local/share/gtk-2.0/demo/images.c +0 -464
  358. data/vendor/local/share/gtk-2.0/demo/infobar.c +0 -104
  359. data/vendor/local/share/gtk-2.0/demo/links.c +0 -84
  360. data/vendor/local/share/gtk-2.0/demo/list_store.c +0 -295
  361. data/vendor/local/share/gtk-2.0/demo/menus.c +0 -210
  362. data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +0 -579
  363. data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +0 -500
  364. data/vendor/local/share/gtk-2.0/demo/panes.c +0 -194
  365. data/vendor/local/share/gtk-2.0/demo/pickers.c +0 -73
  366. data/vendor/local/share/gtk-2.0/demo/pixbufs.c +0 -270
  367. data/vendor/local/share/gtk-2.0/demo/printing.c +0 -212
  368. data/vendor/local/share/gtk-2.0/demo/rotated_text.c +0 -237
  369. data/vendor/local/share/gtk-2.0/demo/search_entry.c +0 -335
  370. data/vendor/local/share/gtk-2.0/demo/sizegroup.c +0 -167
  371. data/vendor/local/share/gtk-2.0/demo/spinner.c +0 -94
  372. data/vendor/local/share/gtk-2.0/demo/stock_browser.c +0 -546
  373. data/vendor/local/share/gtk-2.0/demo/textscroll.c +0 -200
  374. data/vendor/local/share/gtk-2.0/demo/textview.c +0 -569
  375. data/vendor/local/share/gtk-2.0/demo/toolpalette.c +0 -795
  376. data/vendor/local/share/gtk-2.0/demo/tree_store.c +0 -450
  377. data/vendor/local/share/gtk-2.0/demo/ui_manager.c +0 -237
  378. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +0 -449
  379. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +0 -275
  380. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +0 -30
  381. data/vendor/local/share/gtk-doc/html/gail-libgail-util/home.png +0 -0
  382. data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +0 -44
  383. data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.sgml +0 -27
  384. data/vendor/local/share/gtk-doc/html/gail-libgail-util/left.png +0 -0
  385. data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +0 -41
  386. data/vendor/local/share/gtk-doc/html/gail-libgail-util/right.png +0 -0
  387. data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +0 -266
  388. data/vendor/local/share/gtk-doc/html/gail-libgail-util/up.png +0 -0
  389. data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +0 -1283
  390. data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +0 -262
  391. data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +0 -1526
  392. data/vendor/local/share/gtk-doc/html/gdk/X_cursor.png +0 -0
  393. data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +0 -74
  394. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +0 -123
  395. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +0 -124
  396. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +0 -124
  397. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +0 -42
  398. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +0 -109
  399. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +0 -515
  400. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +0 -51
  401. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +0 -224
  402. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +0 -123
  403. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +0 -128
  404. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +0 -115
  405. data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +0 -1012
  406. data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +0 -3674
  407. data/vendor/local/share/gtk-doc/html/gdk/arrow.png +0 -0
  408. data/vendor/local/share/gtk-doc/html/gdk/based_arrow_down.png +0 -0
  409. data/vendor/local/share/gtk-doc/html/gdk/based_arrow_up.png +0 -0
  410. data/vendor/local/share/gtk-doc/html/gdk/boat.png +0 -0
  411. data/vendor/local/share/gtk-doc/html/gdk/bogosity.png +0 -0
  412. data/vendor/local/share/gtk-doc/html/gdk/bottom_left_corner.png +0 -0
  413. data/vendor/local/share/gtk-doc/html/gdk/bottom_right_corner.png +0 -0
  414. data/vendor/local/share/gtk-doc/html/gdk/bottom_side.png +0 -0
  415. data/vendor/local/share/gtk-doc/html/gdk/bottom_tee.png +0 -0
  416. data/vendor/local/share/gtk-doc/html/gdk/box_spiral.png +0 -0
  417. data/vendor/local/share/gtk-doc/html/gdk/center_ptr.png +0 -0
  418. data/vendor/local/share/gtk-doc/html/gdk/circle.png +0 -0
  419. data/vendor/local/share/gtk-doc/html/gdk/clock.png +0 -0
  420. data/vendor/local/share/gtk-doc/html/gdk/coffee_mug.png +0 -0
  421. data/vendor/local/share/gtk-doc/html/gdk/cross.png +0 -0
  422. data/vendor/local/share/gtk-doc/html/gdk/cross_reverse.png +0 -0
  423. data/vendor/local/share/gtk-doc/html/gdk/crosshair.png +0 -0
  424. data/vendor/local/share/gtk-doc/html/gdk/diamond_cross.png +0 -0
  425. data/vendor/local/share/gtk-doc/html/gdk/dot.png +0 -0
  426. data/vendor/local/share/gtk-doc/html/gdk/dotbox.png +0 -0
  427. data/vendor/local/share/gtk-doc/html/gdk/double_arrow.png +0 -0
  428. data/vendor/local/share/gtk-doc/html/gdk/draft_large.png +0 -0
  429. data/vendor/local/share/gtk-doc/html/gdk/draft_small.png +0 -0
  430. data/vendor/local/share/gtk-doc/html/gdk/draped_box.png +0 -0
  431. data/vendor/local/share/gtk-doc/html/gdk/exchange.png +0 -0
  432. data/vendor/local/share/gtk-doc/html/gdk/fleur.png +0 -0
  433. data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +0 -319
  434. data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +0 -611
  435. data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +0 -415
  436. data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +0 -950
  437. data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +0 -1137
  438. data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +0 -911
  439. data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +0 -2088
  440. data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +0 -1690
  441. data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +0 -1264
  442. data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +0 -1449
  443. data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +0 -1182
  444. data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +0 -902
  445. data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +0 -1653
  446. data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +0 -824
  447. data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +0 -960
  448. data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +0 -297
  449. data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +0 -1016
  450. data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +0 -861
  451. data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +0 -648
  452. data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +0 -968
  453. data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +0 -1005
  454. data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +0 -657
  455. data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +0 -210
  456. data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +0 -933
  457. data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +0 -827
  458. data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +0 -6581
  459. data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +0 -2486
  460. data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +0 -1331
  461. data/vendor/local/share/gtk-doc/html/gdk/gobbler.png +0 -0
  462. data/vendor/local/share/gtk-doc/html/gdk/gumby.png +0 -0
  463. data/vendor/local/share/gtk-doc/html/gdk/hand1.png +0 -0
  464. data/vendor/local/share/gtk-doc/html/gdk/hand2.png +0 -0
  465. data/vendor/local/share/gtk-doc/html/gdk/heart.png +0 -0
  466. data/vendor/local/share/gtk-doc/html/gdk/home.png +0 -0
  467. data/vendor/local/share/gtk-doc/html/gdk/icon.png +0 -0
  468. data/vendor/local/share/gtk-doc/html/gdk/index.html +0 -143
  469. data/vendor/local/share/gtk-doc/html/gdk/index.sgml +0 -1446
  470. data/vendor/local/share/gtk-doc/html/gdk/iron_cross.png +0 -0
  471. data/vendor/local/share/gtk-doc/html/gdk/left.png +0 -0
  472. data/vendor/local/share/gtk-doc/html/gdk/left_ptr.png +0 -0
  473. data/vendor/local/share/gtk-doc/html/gdk/left_side.png +0 -0
  474. data/vendor/local/share/gtk-doc/html/gdk/left_tee.png +0 -0
  475. data/vendor/local/share/gtk-doc/html/gdk/leftbutton.png +0 -0
  476. data/vendor/local/share/gtk-doc/html/gdk/ll_angle.png +0 -0
  477. data/vendor/local/share/gtk-doc/html/gdk/lr_angle.png +0 -0
  478. data/vendor/local/share/gtk-doc/html/gdk/man.png +0 -0
  479. data/vendor/local/share/gtk-doc/html/gdk/middlebutton.png +0 -0
  480. data/vendor/local/share/gtk-doc/html/gdk/mouse.png +0 -0
  481. data/vendor/local/share/gtk-doc/html/gdk/multihead.html +0 -201
  482. data/vendor/local/share/gtk-doc/html/gdk/pencil.png +0 -0
  483. data/vendor/local/share/gtk-doc/html/gdk/pirate.png +0 -0
  484. data/vendor/local/share/gtk-doc/html/gdk/plus.png +0 -0
  485. data/vendor/local/share/gtk-doc/html/gdk/question_arrow.png +0 -0
  486. data/vendor/local/share/gtk-doc/html/gdk/reference.html +0 -131
  487. data/vendor/local/share/gtk-doc/html/gdk/right.png +0 -0
  488. data/vendor/local/share/gtk-doc/html/gdk/right_ptr.png +0 -0
  489. data/vendor/local/share/gtk-doc/html/gdk/right_side.png +0 -0
  490. data/vendor/local/share/gtk-doc/html/gdk/right_tee.png +0 -0
  491. data/vendor/local/share/gtk-doc/html/gdk/rightbutton.png +0 -0
  492. data/vendor/local/share/gtk-doc/html/gdk/rotated-text.png +0 -0
  493. data/vendor/local/share/gtk-doc/html/gdk/rtl_logo.png +0 -0
  494. data/vendor/local/share/gtk-doc/html/gdk/sailboat.png +0 -0
  495. data/vendor/local/share/gtk-doc/html/gdk/sb_down_arrow.png +0 -0
  496. data/vendor/local/share/gtk-doc/html/gdk/sb_h_double_arrow.png +0 -0
  497. data/vendor/local/share/gtk-doc/html/gdk/sb_left_arrow.png +0 -0
  498. data/vendor/local/share/gtk-doc/html/gdk/sb_right_arrow.png +0 -0
  499. data/vendor/local/share/gtk-doc/html/gdk/sb_up_arrow.png +0 -0
  500. data/vendor/local/share/gtk-doc/html/gdk/sb_v_double_arrow.png +0 -0
  501. data/vendor/local/share/gtk-doc/html/gdk/shuttle.png +0 -0
  502. data/vendor/local/share/gtk-doc/html/gdk/sizing.png +0 -0
  503. data/vendor/local/share/gtk-doc/html/gdk/spider.png +0 -0
  504. data/vendor/local/share/gtk-doc/html/gdk/spraycan.png +0 -0
  505. data/vendor/local/share/gtk-doc/html/gdk/star.png +0 -0
  506. data/vendor/local/share/gtk-doc/html/gdk/style.css +0 -266
  507. data/vendor/local/share/gtk-doc/html/gdk/target.png +0 -0
  508. data/vendor/local/share/gtk-doc/html/gdk/tcross.png +0 -0
  509. data/vendor/local/share/gtk-doc/html/gdk/top_left_arrow.png +0 -0
  510. data/vendor/local/share/gtk-doc/html/gdk/top_left_corner.png +0 -0
  511. data/vendor/local/share/gtk-doc/html/gdk/top_right_corner.png +0 -0
  512. data/vendor/local/share/gtk-doc/html/gdk/top_side.png +0 -0
  513. data/vendor/local/share/gtk-doc/html/gdk/top_tee.png +0 -0
  514. data/vendor/local/share/gtk-doc/html/gdk/trek.png +0 -0
  515. data/vendor/local/share/gtk-doc/html/gdk/ul_angle.png +0 -0
  516. data/vendor/local/share/gtk-doc/html/gdk/umbrella.png +0 -0
  517. data/vendor/local/share/gtk-doc/html/gdk/up.png +0 -0
  518. data/vendor/local/share/gtk-doc/html/gdk/ur_angle.png +0 -0
  519. data/vendor/local/share/gtk-doc/html/gdk/watch.png +0 -0
  520. data/vendor/local/share/gtk-doc/html/gdk/xterm.png +0 -0
  521. data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +0 -77
  522. data/vendor/local/share/gtk-doc/html/gtk/Actions.html +0 -53
  523. data/vendor/local/share/gtk-doc/html/gtk/Builder.html +0 -38
  524. data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +0 -53
  525. data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +0 -83
  526. data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +0 -56
  527. data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +0 -1423
  528. data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +0 -340
  529. data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +0 -147
  530. data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +0 -1582
  531. data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +0 -1222
  532. data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +0 -856
  533. data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +0 -807
  534. data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +0 -390
  535. data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +0 -205
  536. data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +0 -238
  537. data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +0 -1134
  538. data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +0 -131
  539. data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +0 -773
  540. data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +0 -638
  541. data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +0 -1121
  542. data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +0 -1110
  543. data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +0 -555
  544. data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +0 -3832
  545. data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +0 -2563
  546. data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +0 -1059
  547. data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +0 -270
  548. data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +0 -520
  549. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +0 -1132
  550. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +0 -254
  551. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +0 -227
  552. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +0 -206
  553. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +0 -199
  554. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +0 -161
  555. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +0 -157
  556. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +0 -582
  557. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +0 -351
  558. data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +0 -433
  559. data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +0 -214
  560. data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +0 -436
  561. data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +0 -786
  562. data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +0 -231
  563. data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +0 -507
  564. data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +0 -1555
  565. data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +0 -298
  566. data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +0 -328
  567. data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +0 -1510
  568. data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +0 -423
  569. data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +0 -1323
  570. data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +0 -251
  571. data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +0 -662
  572. data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +0 -3428
  573. data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +0 -590
  574. data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +0 -1128
  575. data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +0 -292
  576. data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +0 -739
  577. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +0 -3186
  578. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +0 -498
  579. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +0 -321
  580. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +0 -170
  581. data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +0 -611
  582. data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +0 -326
  583. data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +0 -571
  584. data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +0 -526
  585. data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +0 -417
  586. data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +0 -444
  587. data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +0 -127
  588. data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +0 -132
  589. data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +0 -230
  590. data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +0 -108
  591. data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +0 -129
  592. data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +0 -462
  593. data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +0 -160
  594. data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +0 -125
  595. data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +0 -130
  596. data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +0 -478
  597. data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +0 -947
  598. data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +0 -148
  599. data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +0 -175
  600. data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +0 -1410
  601. data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +0 -2689
  602. data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +0 -1501
  603. data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +0 -456
  604. data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +0 -714
  605. data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +0 -200
  606. data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +0 -197
  607. data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +0 -235
  608. data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +0 -1172
  609. data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +0 -2086
  610. data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +0 -577
  611. data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +0 -390
  612. data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +0 -972
  613. data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +0 -438
  614. data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +0 -1056
  615. data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +0 -1353
  616. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +0 -412
  617. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +0 -882
  618. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +0 -671
  619. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +0 -431
  620. data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +0 -786
  621. data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +0 -313
  622. data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +0 -2682
  623. data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +0 -1217
  624. data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +0 -186
  625. data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +0 -501
  626. data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +0 -333
  627. data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +0 -937
  628. data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +0 -242
  629. data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +0 -760
  630. data/vendor/local/share/gtk-doc/html/gtk/GtkPaperSize.html +0 -820
  631. data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +0 -239
  632. data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +0 -357
  633. data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +0 -652
  634. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +0 -513
  635. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +0 -527
  636. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +0 -2677
  637. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +0 -853
  638. data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +0 -931
  639. data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +0 -555
  640. data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +0 -852
  641. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +0 -367
  642. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +0 -525
  643. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +0 -457
  644. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +0 -327
  645. data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +0 -1389
  646. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +0 -267
  647. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +0 -1376
  648. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +0 -228
  649. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +0 -259
  650. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +0 -155
  651. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +0 -620
  652. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +0 -1564
  653. data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +0 -357
  654. data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +0 -537
  655. data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +0 -571
  656. data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +0 -187
  657. data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +0 -738
  658. data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +0 -90
  659. data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +0 -110
  660. data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +0 -211
  661. data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +0 -1215
  662. data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +0 -440
  663. data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +0 -388
  664. data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +0 -1260
  665. data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +0 -203
  666. data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +0 -1716
  667. data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +0 -491
  668. data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +0 -4192
  669. data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +0 -759
  670. data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +0 -135
  671. data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +0 -668
  672. data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +0 -3605
  673. data/vendor/local/share/gtk-doc/html/gtk/GtkTextIter.html +0 -2871
  674. data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +0 -325
  675. data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +0 -1157
  676. data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +0 -381
  677. data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +0 -3002
  678. data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +0 -452
  679. data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +0 -315
  680. data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +0 -508
  681. data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +0 -279
  682. data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +0 -667
  683. data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +0 -1147
  684. data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +0 -705
  685. data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +0 -1007
  686. data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +0 -394
  687. data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +0 -1851
  688. data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +0 -414
  689. data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +0 -450
  690. data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +0 -767
  691. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +0 -266
  692. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +0 -2402
  693. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +0 -654
  694. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +0 -551
  695. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +0 -796
  696. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +0 -458
  697. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +0 -1028
  698. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +0 -4656
  699. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +0 -1845
  700. data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +0 -1290
  701. data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +0 -133
  702. data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +0 -209
  703. data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +0 -108
  704. data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +0 -129
  705. data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +0 -160
  706. data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +0 -123
  707. data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +0 -111
  708. data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +0 -398
  709. data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +0 -112
  710. data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +0 -10064
  711. data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +0 -4007
  712. data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +0 -175
  713. data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +0 -74
  714. data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +0 -95
  715. data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +0 -68
  716. data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +0 -53
  717. data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +0 -41
  718. data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +0 -38
  719. data/vendor/local/share/gtk-doc/html/gtk/Printing.html +0 -59
  720. data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +0 -50
  721. data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +0 -41
  722. data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +0 -71
  723. data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +0 -47
  724. data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +0 -266
  725. data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +0 -53
  726. data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +0 -556
  727. data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +0 -104
  728. data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +0 -57
  729. data/vendor/local/share/gtk-doc/html/gtk/aboutdialog.png +0 -0
  730. data/vendor/local/share/gtk-doc/html/gtk/accel-label.png +0 -0
  731. data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +0 -95
  732. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +0 -2095
  733. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +0 -790
  734. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +0 -786
  735. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +0 -602
  736. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +0 -518
  737. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +0 -291
  738. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +0 -465
  739. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +0 -181
  740. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +0 -121
  741. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +0 -1858
  742. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +0 -1090
  743. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +0 -386
  744. data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +0 -3401
  745. data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +0 -22926
  746. data/vendor/local/share/gtk-doc/html/gtk/application-exit.png +0 -0
  747. data/vendor/local/share/gtk-doc/html/gtk/assistant.png +0 -0
  748. data/vendor/local/share/gtk-doc/html/gtk/button.png +0 -0
  749. data/vendor/local/share/gtk-doc/html/gtk/ch01.html +0 -246
  750. data/vendor/local/share/gtk-doc/html/gtk/ch02.html +0 -154
  751. data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +0 -496
  752. data/vendor/local/share/gtk-doc/html/gtk/check-button.png +0 -0
  753. data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +0 -84
  754. data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +0 -89
  755. data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +0 -41
  756. data/vendor/local/share/gtk-doc/html/gtk/color-button.png +0 -0
  757. data/vendor/local/share/gtk-doc/html/gtk/colorsel.png +0 -0
  758. data/vendor/local/share/gtk-doc/html/gtk/combo-box-entry.png +0 -0
  759. data/vendor/local/share/gtk-doc/html/gtk/combo-box.png +0 -0
  760. data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +0 -50
  761. data/vendor/local/share/gtk-doc/html/gtk/dialog-error.png +0 -0
  762. data/vendor/local/share/gtk-doc/html/gtk/dialog-information.png +0 -0
  763. data/vendor/local/share/gtk-doc/html/gtk/dialog-password.png +0 -0
  764. data/vendor/local/share/gtk-doc/html/gtk/dialog-question.png +0 -0
  765. data/vendor/local/share/gtk-doc/html/gtk/dialog-warning.png +0 -0
  766. data/vendor/local/share/gtk-doc/html/gtk/document-new.png +0 -0
  767. data/vendor/local/share/gtk-doc/html/gtk/document-open.png +0 -0
  768. data/vendor/local/share/gtk-doc/html/gtk/document-print-preview.png +0 -0
  769. data/vendor/local/share/gtk-doc/html/gtk/document-print.png +0 -0
  770. data/vendor/local/share/gtk-doc/html/gtk/document-properties.png +0 -0
  771. data/vendor/local/share/gtk-doc/html/gtk/document-revert-ltr.png +0 -0
  772. data/vendor/local/share/gtk-doc/html/gtk/document-revert-rtl.png +0 -0
  773. data/vendor/local/share/gtk-doc/html/gtk/document-save-as.png +0 -0
  774. data/vendor/local/share/gtk-doc/html/gtk/document-save.png +0 -0
  775. data/vendor/local/share/gtk-doc/html/gtk/drive-harddisk.png +0 -0
  776. data/vendor/local/share/gtk-doc/html/gtk/edit-clear.png +0 -0
  777. data/vendor/local/share/gtk-doc/html/gtk/edit-copy.png +0 -0
  778. data/vendor/local/share/gtk-doc/html/gtk/edit-cut.png +0 -0
  779. data/vendor/local/share/gtk-doc/html/gtk/edit-delete.png +0 -0
  780. data/vendor/local/share/gtk-doc/html/gtk/edit-find-replace.png +0 -0
  781. data/vendor/local/share/gtk-doc/html/gtk/edit-find.png +0 -0
  782. data/vendor/local/share/gtk-doc/html/gtk/edit-paste.png +0 -0
  783. data/vendor/local/share/gtk-doc/html/gtk/edit-redo-ltr.png +0 -0
  784. data/vendor/local/share/gtk-doc/html/gtk/edit-redo-rtl.png +0 -0
  785. data/vendor/local/share/gtk-doc/html/gtk/edit-select-all.png +0 -0
  786. data/vendor/local/share/gtk-doc/html/gtk/edit-undo-ltr.png +0 -0
  787. data/vendor/local/share/gtk-doc/html/gtk/edit-undo-rtl.png +0 -0
  788. data/vendor/local/share/gtk-doc/html/gtk/entry.png +0 -0
  789. data/vendor/local/share/gtk-doc/html/gtk/figure-hierarchical-drawing.png +0 -0
  790. data/vendor/local/share/gtk-doc/html/gtk/figure-windowed-label.png +0 -0
  791. data/vendor/local/share/gtk-doc/html/gtk/file-button.png +0 -0
  792. data/vendor/local/share/gtk-doc/html/gtk/filechooser.png +0 -0
  793. data/vendor/local/share/gtk-doc/html/gtk/folder.png +0 -0
  794. data/vendor/local/share/gtk-doc/html/gtk/font-button.png +0 -0
  795. data/vendor/local/share/gtk-doc/html/gtk/fontsel.png +0 -0
  796. data/vendor/local/share/gtk-doc/html/gtk/format-indent-less-ltr.png +0 -0
  797. data/vendor/local/share/gtk-doc/html/gtk/format-indent-less-rtl.png +0 -0
  798. data/vendor/local/share/gtk-doc/html/gtk/format-indent-more-ltr.png +0 -0
  799. data/vendor/local/share/gtk-doc/html/gtk/format-indent-more-rtl.png +0 -0
  800. data/vendor/local/share/gtk-doc/html/gtk/format-justify-center.png +0 -0
  801. data/vendor/local/share/gtk-doc/html/gtk/format-justify-fill.png +0 -0
  802. data/vendor/local/share/gtk-doc/html/gtk/format-justify-left.png +0 -0
  803. data/vendor/local/share/gtk-doc/html/gtk/format-justify-right.png +0 -0
  804. data/vendor/local/share/gtk-doc/html/gtk/format-text-bold.png +0 -0
  805. data/vendor/local/share/gtk-doc/html/gtk/format-text-italic.png +0 -0
  806. data/vendor/local/share/gtk-doc/html/gtk/format-text-strikethrough.png +0 -0
  807. data/vendor/local/share/gtk-doc/html/gtk/format-text-underline.png +0 -0
  808. data/vendor/local/share/gtk-doc/html/gtk/frame.png +0 -0
  809. data/vendor/local/share/gtk-doc/html/gtk/glossary.html +0 -312
  810. data/vendor/local/share/gtk-doc/html/gtk/go-bottom.png +0 -0
  811. data/vendor/local/share/gtk-doc/html/gtk/go-down.png +0 -0
  812. data/vendor/local/share/gtk-doc/html/gtk/go-first-ltr.png +0 -0
  813. data/vendor/local/share/gtk-doc/html/gtk/go-first-rtl.png +0 -0
  814. data/vendor/local/share/gtk-doc/html/gtk/go-home.png +0 -0
  815. data/vendor/local/share/gtk-doc/html/gtk/go-jump-ltr.png +0 -0
  816. data/vendor/local/share/gtk-doc/html/gtk/go-jump-rtl.png +0 -0
  817. data/vendor/local/share/gtk-doc/html/gtk/go-last-ltr.png +0 -0
  818. data/vendor/local/share/gtk-doc/html/gtk/go-last-rtl.png +0 -0
  819. data/vendor/local/share/gtk-doc/html/gtk/go-next-ltr.png +0 -0
  820. data/vendor/local/share/gtk-doc/html/gtk/go-next-rtl.png +0 -0
  821. data/vendor/local/share/gtk-doc/html/gtk/go-previous-ltr.png +0 -0
  822. data/vendor/local/share/gtk-doc/html/gtk/go-previous-rtl.png +0 -0
  823. data/vendor/local/share/gtk-doc/html/gtk/go-top.png +0 -0
  824. data/vendor/local/share/gtk-doc/html/gtk/go-up.png +0 -0
  825. data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +0 -522
  826. data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +0 -857
  827. data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +0 -1525
  828. data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +0 -1419
  829. data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +0 -285
  830. data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +0 -346
  831. data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +0 -1760
  832. data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +0 -123
  833. data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +0 -439
  834. data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +0 -2571
  835. data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +0 -979
  836. data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +0 -169
  837. data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +0 -1726
  838. data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +0 -1601
  839. data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +0 -1536
  840. data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +0 -1357
  841. data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +0 -1565
  842. data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +0 -589
  843. data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +0 -1497
  844. data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +0 -1574
  845. data/vendor/local/share/gtk-doc/html/gtk/gtk-apply.png +0 -0
  846. data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +0 -86
  847. data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +0 -441
  848. data/vendor/local/share/gtk-doc/html/gtk/gtk-cancel.png +0 -0
  849. data/vendor/local/share/gtk-doc/html/gtk/gtk-caps-lock-warning.png +0 -0
  850. data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +0 -568
  851. data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +0 -1175
  852. data/vendor/local/share/gtk-doc/html/gtk/gtk-color-picker.png +0 -0
  853. data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +0 -111
  854. data/vendor/local/share/gtk-doc/html/gtk/gtk-connect.png +0 -0
  855. data/vendor/local/share/gtk-doc/html/gtk/gtk-convert.png +0 -0
  856. data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +0 -60
  857. data/vendor/local/share/gtk-doc/html/gtk/gtk-disconnect.png +0 -0
  858. data/vendor/local/share/gtk-doc/html/gtk/gtk-dnd-multiple.png +0 -0
  859. data/vendor/local/share/gtk-doc/html/gtk/gtk-dnd.png +0 -0
  860. data/vendor/local/share/gtk-doc/html/gtk/gtk-edit.png +0 -0
  861. data/vendor/local/share/gtk-doc/html/gtk/gtk-font.png +0 -0
  862. data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +0 -493
  863. data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +0 -509
  864. data/vendor/local/share/gtk-doc/html/gtk/gtk-index.png +0 -0
  865. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +0 -85
  866. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +0 -160
  867. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +0 -91
  868. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +0 -102
  869. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +0 -118
  870. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +0 -107
  871. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +0 -256
  872. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +0 -80
  873. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +0 -264
  874. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +0 -155
  875. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +0 -310
  876. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +0 -163
  877. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +0 -293
  878. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +0 -45
  879. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +0 -124
  880. data/vendor/local/share/gtk-doc/html/gtk/gtk-no.png +0 -0
  881. data/vendor/local/share/gtk-doc/html/gtk/gtk-ok.png +0 -0
  882. data/vendor/local/share/gtk-doc/html/gtk/gtk-orientation-landscape.png +0 -0
  883. data/vendor/local/share/gtk-doc/html/gtk/gtk-orientation-portrait.png +0 -0
  884. data/vendor/local/share/gtk-doc/html/gtk/gtk-orientation-reverse-landscape.png +0 -0
  885. data/vendor/local/share/gtk-doc/html/gtk/gtk-orientation-reverse-portrait.png +0 -0
  886. data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +0 -53
  887. data/vendor/local/share/gtk-doc/html/gtk/gtk-page-setup.png +0 -0
  888. data/vendor/local/share/gtk-doc/html/gtk/gtk-preferences.png +0 -0
  889. data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +0 -68
  890. data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +0 -1422
  891. data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +0 -143
  892. data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +0 -344
  893. data/vendor/local/share/gtk-doc/html/gtk/gtk-select-color.png +0 -0
  894. data/vendor/local/share/gtk-doc/html/gtk/gtk-undelete-ltr.png +0 -0
  895. data/vendor/local/share/gtk-doc/html/gtk/gtk-undelete-rtl.png +0 -0
  896. data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +0 -106
  897. data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +0 -87
  898. data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +0 -134
  899. data/vendor/local/share/gtk-doc/html/gtk/gtk-yes.png +0 -0
  900. data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +0 -6465
  901. data/vendor/local/share/gtk-doc/html/gtk/gtk.html +0 -159
  902. data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +0 -95
  903. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +0 -40
  904. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +0 -41
  905. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +0 -55
  906. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +0 -51
  907. data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +0 -668
  908. data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +0 -206
  909. data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +0 -97
  910. data/vendor/local/share/gtk-doc/html/gtk/help-about.png +0 -0
  911. data/vendor/local/share/gtk-doc/html/gtk/help-contents.png +0 -0
  912. data/vendor/local/share/gtk-doc/html/gtk/home.png +0 -0
  913. data/vendor/local/share/gtk-doc/html/gtk/icon-view.png +0 -0
  914. data/vendor/local/share/gtk-doc/html/gtk/image-missing.png +0 -0
  915. data/vendor/local/share/gtk-doc/html/gtk/image.png +0 -0
  916. data/vendor/local/share/gtk-doc/html/gtk/index.html +0 -875
  917. data/vendor/local/share/gtk-doc/html/gtk/index.sgml +0 -7988
  918. data/vendor/local/share/gtk-doc/html/gtk/label.png +0 -0
  919. data/vendor/local/share/gtk-doc/html/gtk/layout-btlr.png +0 -0
  920. data/vendor/local/share/gtk-doc/html/gtk/layout-btrl.png +0 -0
  921. data/vendor/local/share/gtk-doc/html/gtk/layout-lrbt.png +0 -0
  922. data/vendor/local/share/gtk-doc/html/gtk/layout-lrtb.png +0 -0
  923. data/vendor/local/share/gtk-doc/html/gtk/layout-rlbt.png +0 -0
  924. data/vendor/local/share/gtk-doc/html/gtk/layout-rltb.png +0 -0
  925. data/vendor/local/share/gtk-doc/html/gtk/layout-tblr.png +0 -0
  926. data/vendor/local/share/gtk-doc/html/gtk/layout-tbrl.png +0 -0
  927. data/vendor/local/share/gtk-doc/html/gtk/left.png +0 -0
  928. data/vendor/local/share/gtk-doc/html/gtk/link-button.png +0 -0
  929. data/vendor/local/share/gtk-doc/html/gtk/list-add.png +0 -0
  930. data/vendor/local/share/gtk-doc/html/gtk/list-and-tree.png +0 -0
  931. data/vendor/local/share/gtk-doc/html/gtk/list-remove.png +0 -0
  932. data/vendor/local/share/gtk-doc/html/gtk/media-floppy.png +0 -0
  933. data/vendor/local/share/gtk-doc/html/gtk/media-optical.png +0 -0
  934. data/vendor/local/share/gtk-doc/html/gtk/media-playback-pause.png +0 -0
  935. data/vendor/local/share/gtk-doc/html/gtk/media-playback-start-ltr.png +0 -0
  936. data/vendor/local/share/gtk-doc/html/gtk/media-playback-start-rtl.png +0 -0
  937. data/vendor/local/share/gtk-doc/html/gtk/media-playback-stop.png +0 -0
  938. data/vendor/local/share/gtk-doc/html/gtk/media-record.png +0 -0
  939. data/vendor/local/share/gtk-doc/html/gtk/media-seek-backward-ltr.png +0 -0
  940. data/vendor/local/share/gtk-doc/html/gtk/media-seek-backward-rtl.png +0 -0
  941. data/vendor/local/share/gtk-doc/html/gtk/media-seek-forward-ltr.png +0 -0
  942. data/vendor/local/share/gtk-doc/html/gtk/media-seek-forward-rtl.png +0 -0
  943. data/vendor/local/share/gtk-doc/html/gtk/media-skip-backward-ltr.png +0 -0
  944. data/vendor/local/share/gtk-doc/html/gtk/media-skip-backward-rtl.png +0 -0
  945. data/vendor/local/share/gtk-doc/html/gtk/media-skip-forward-ltr.png +0 -0
  946. data/vendor/local/share/gtk-doc/html/gtk/media-skip-forward-rtl.png +0 -0
  947. data/vendor/local/share/gtk-doc/html/gtk/menubar.png +0 -0
  948. data/vendor/local/share/gtk-doc/html/gtk/messagedialog.png +0 -0
  949. data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +0 -94
  950. data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +0 -351
  951. data/vendor/local/share/gtk-doc/html/gtk/migrating.html +0 -104
  952. data/vendor/local/share/gtk-doc/html/gtk/multiline-text.png +0 -0
  953. data/vendor/local/share/gtk-doc/html/gtk/network-idle.png +0 -0
  954. data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +0 -71
  955. data/vendor/local/share/gtk-doc/html/gtk/notebook.png +0 -0
  956. data/vendor/local/share/gtk-doc/html/gtk/pagesetupdialog.png +0 -0
  957. data/vendor/local/share/gtk-doc/html/gtk/panes.png +0 -0
  958. data/vendor/local/share/gtk-doc/html/gtk/printdialog.png +0 -0
  959. data/vendor/local/share/gtk-doc/html/gtk/printer-error.png +0 -0
  960. data/vendor/local/share/gtk-doc/html/gtk/printer-info.png +0 -0
  961. data/vendor/local/share/gtk-doc/html/gtk/printer-paused.png +0 -0
  962. data/vendor/local/share/gtk-doc/html/gtk/printer-warning.png +0 -0
  963. data/vendor/local/share/gtk-doc/html/gtk/process-stop.png +0 -0
  964. data/vendor/local/share/gtk-doc/html/gtk/progressbar.png +0 -0
  965. data/vendor/local/share/gtk-doc/html/gtk/pt05.html +0 -44
  966. data/vendor/local/share/gtk-doc/html/gtk/radio-group.png +0 -0
  967. data/vendor/local/share/gtk-doc/html/gtk/recentchooserdialog.png +0 -0
  968. data/vendor/local/share/gtk-doc/html/gtk/right.png +0 -0
  969. data/vendor/local/share/gtk-doc/html/gtk/scales.png +0 -0
  970. data/vendor/local/share/gtk-doc/html/gtk/scrolledwindow.png +0 -0
  971. data/vendor/local/share/gtk-doc/html/gtk/separator.png +0 -0
  972. data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +0 -77
  973. data/vendor/local/share/gtk-doc/html/gtk/spinbutton.png +0 -0
  974. data/vendor/local/share/gtk-doc/html/gtk/spinner.png +0 -0
  975. data/vendor/local/share/gtk-doc/html/gtk/statusbar.png +0 -0
  976. data/vendor/local/share/gtk-doc/html/gtk/style.css +0 -266
  977. data/vendor/local/share/gtk-doc/html/gtk/system-run.png +0 -0
  978. data/vendor/local/share/gtk-doc/html/gtk/text-x-generic.png +0 -0
  979. data/vendor/local/share/gtk-doc/html/gtk/toggle-button.png +0 -0
  980. data/vendor/local/share/gtk-doc/html/gtk/toolbar.png +0 -0
  981. data/vendor/local/share/gtk-doc/html/gtk/toolpalette.png +0 -0
  982. data/vendor/local/share/gtk-doc/html/gtk/tools-check-spelling.png +0 -0
  983. data/vendor/local/share/gtk-doc/html/gtk/tree-view-coordinates.png +0 -0
  984. data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +0 -45
  985. data/vendor/local/share/gtk-doc/html/gtk/up.png +0 -0
  986. data/vendor/local/share/gtk-doc/html/gtk/view-fullscreen.png +0 -0
  987. data/vendor/local/share/gtk-doc/html/gtk/view-refresh.png +0 -0
  988. data/vendor/local/share/gtk-doc/html/gtk/view-restore.png +0 -0
  989. data/vendor/local/share/gtk-doc/html/gtk/view-sort-ascending.png +0 -0
  990. data/vendor/local/share/gtk-doc/html/gtk/view-sort-descending.png +0 -0
  991. data/vendor/local/share/gtk-doc/html/gtk/volumebutton.png +0 -0
  992. data/vendor/local/share/gtk-doc/html/gtk/window-close.png +0 -0
  993. data/vendor/local/share/gtk-doc/html/gtk/window.png +0 -0
  994. data/vendor/local/share/gtk-doc/html/gtk/zoom-fit-best.png +0 -0
  995. data/vendor/local/share/gtk-doc/html/gtk/zoom-in.png +0 -0
  996. data/vendor/local/share/gtk-doc/html/gtk/zoom-original.png +0 -0
  997. data/vendor/local/share/gtk-doc/html/gtk/zoom-out.png +0 -0
  998. data/vendor/local/share/locale/af/LC_MESSAGES/gtk20-properties.mo +0 -0
  999. data/vendor/local/share/locale/af/LC_MESSAGES/gtk20.mo +0 -0
  1000. data/vendor/local/share/locale/am/LC_MESSAGES/gtk20-properties.mo +0 -0
  1001. data/vendor/local/share/locale/am/LC_MESSAGES/gtk20.mo +0 -0
  1002. data/vendor/local/share/locale/ang/LC_MESSAGES/gtk20-properties.mo +0 -0
  1003. data/vendor/local/share/locale/ang/LC_MESSAGES/gtk20.mo +0 -0
  1004. data/vendor/local/share/locale/ar/LC_MESSAGES/gtk20-properties.mo +0 -0
  1005. data/vendor/local/share/locale/ar/LC_MESSAGES/gtk20.mo +0 -0
  1006. data/vendor/local/share/locale/as/LC_MESSAGES/gtk20-properties.mo +0 -0
  1007. data/vendor/local/share/locale/as/LC_MESSAGES/gtk20.mo +0 -0
  1008. data/vendor/local/share/locale/ast/LC_MESSAGES/gtk20-properties.mo +0 -0
  1009. data/vendor/local/share/locale/ast/LC_MESSAGES/gtk20.mo +0 -0
  1010. data/vendor/local/share/locale/az/LC_MESSAGES/gtk20-properties.mo +0 -0
  1011. data/vendor/local/share/locale/az/LC_MESSAGES/gtk20.mo +0 -0
  1012. data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo +0 -0
  1013. data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk20.mo +0 -0
  1014. data/vendor/local/share/locale/be/LC_MESSAGES/gtk20-properties.mo +0 -0
  1015. data/vendor/local/share/locale/be/LC_MESSAGES/gtk20.mo +0 -0
  1016. data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk20-properties.mo +0 -0
  1017. data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk20.mo +0 -0
  1018. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
  1019. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
  1020. data/vendor/local/share/locale/bn/LC_MESSAGES/gtk20-properties.mo +0 -0
  1021. data/vendor/local/share/locale/bn/LC_MESSAGES/gtk20.mo +0 -0
  1022. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk20-properties.mo +0 -0
  1023. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk20.mo +0 -0
  1024. data/vendor/local/share/locale/br/LC_MESSAGES/gtk20-properties.mo +0 -0
  1025. data/vendor/local/share/locale/br/LC_MESSAGES/gtk20.mo +0 -0
  1026. data/vendor/local/share/locale/bs/LC_MESSAGES/gtk20-properties.mo +0 -0
  1027. data/vendor/local/share/locale/bs/LC_MESSAGES/gtk20.mo +0 -0
  1028. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
  1029. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
  1030. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
  1031. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
  1032. data/vendor/local/share/locale/crh/LC_MESSAGES/gtk20-properties.mo +0 -0
  1033. data/vendor/local/share/locale/crh/LC_MESSAGES/gtk20.mo +0 -0
  1034. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20-properties.mo +0 -0
  1035. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
  1036. data/vendor/local/share/locale/cy/LC_MESSAGES/gtk20-properties.mo +0 -0
  1037. data/vendor/local/share/locale/cy/LC_MESSAGES/gtk20.mo +0 -0
  1038. data/vendor/local/share/locale/da/LC_MESSAGES/gtk20-properties.mo +0 -0
  1039. data/vendor/local/share/locale/da/LC_MESSAGES/gtk20.mo +0 -0
  1040. data/vendor/local/share/locale/de/LC_MESSAGES/gtk20-properties.mo +0 -0
  1041. data/vendor/local/share/locale/de/LC_MESSAGES/gtk20.mo +0 -0
  1042. data/vendor/local/share/locale/dz/LC_MESSAGES/gtk20-properties.mo +0 -0
  1043. data/vendor/local/share/locale/dz/LC_MESSAGES/gtk20.mo +0 -0
  1044. data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
  1045. data/vendor/local/share/locale/el/LC_MESSAGES/gtk20.mo +0 -0
  1046. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo +0 -0
  1047. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk20.mo +0 -0
  1048. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
  1049. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
  1050. data/vendor/local/share/locale/eo/LC_MESSAGES/gtk20-properties.mo +0 -0
  1051. data/vendor/local/share/locale/eo/LC_MESSAGES/gtk20.mo +0 -0
  1052. data/vendor/local/share/locale/es/LC_MESSAGES/gtk20-properties.mo +0 -0
  1053. data/vendor/local/share/locale/es/LC_MESSAGES/gtk20.mo +0 -0
  1054. data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
  1055. data/vendor/local/share/locale/et/LC_MESSAGES/gtk20.mo +0 -0
  1056. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk20-properties.mo +0 -0
  1057. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk20.mo +0 -0
  1058. data/vendor/local/share/locale/fa/LC_MESSAGES/gtk20-properties.mo +0 -0
  1059. data/vendor/local/share/locale/fa/LC_MESSAGES/gtk20.mo +0 -0
  1060. data/vendor/local/share/locale/fi/LC_MESSAGES/gtk20-properties.mo +0 -0
  1061. data/vendor/local/share/locale/fi/LC_MESSAGES/gtk20.mo +0 -0
  1062. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk20-properties.mo +0 -0
  1063. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk20.mo +0 -0
  1064. data/vendor/local/share/locale/ga/LC_MESSAGES/gtk20-properties.mo +0 -0
  1065. data/vendor/local/share/locale/ga/LC_MESSAGES/gtk20.mo +0 -0
  1066. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20-properties.mo +0 -0
  1067. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
  1068. data/vendor/local/share/locale/gu/LC_MESSAGES/gtk20-properties.mo +0 -0
  1069. data/vendor/local/share/locale/gu/LC_MESSAGES/gtk20.mo +0 -0
  1070. data/vendor/local/share/locale/he/LC_MESSAGES/gtk20-properties.mo +0 -0
  1071. data/vendor/local/share/locale/he/LC_MESSAGES/gtk20.mo +0 -0
  1072. data/vendor/local/share/locale/hi/LC_MESSAGES/gtk20-properties.mo +0 -0
  1073. data/vendor/local/share/locale/hi/LC_MESSAGES/gtk20.mo +0 -0
  1074. data/vendor/local/share/locale/hr/LC_MESSAGES/gtk20-properties.mo +0 -0
  1075. data/vendor/local/share/locale/hr/LC_MESSAGES/gtk20.mo +0 -0
  1076. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20-properties.mo +0 -0
  1077. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
  1078. data/vendor/local/share/locale/hy/LC_MESSAGES/gtk20-properties.mo +0 -0
  1079. data/vendor/local/share/locale/hy/LC_MESSAGES/gtk20.mo +0 -0
  1080. data/vendor/local/share/locale/ia/LC_MESSAGES/gtk20-properties.mo +0 -0
  1081. data/vendor/local/share/locale/ia/LC_MESSAGES/gtk20.mo +0 -0
  1082. data/vendor/local/share/locale/id/LC_MESSAGES/gtk20-properties.mo +0 -0
  1083. data/vendor/local/share/locale/id/LC_MESSAGES/gtk20.mo +0 -0
  1084. data/vendor/local/share/locale/io/LC_MESSAGES/gtk20-properties.mo +0 -0
  1085. data/vendor/local/share/locale/io/LC_MESSAGES/gtk20.mo +0 -0
  1086. data/vendor/local/share/locale/is/LC_MESSAGES/gtk20-properties.mo +0 -0
  1087. data/vendor/local/share/locale/is/LC_MESSAGES/gtk20.mo +0 -0
  1088. data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
  1089. data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
  1090. data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
  1091. data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20.mo +0 -0
  1092. data/vendor/local/share/locale/ka/LC_MESSAGES/gtk20-properties.mo +0 -0
  1093. data/vendor/local/share/locale/ka/LC_MESSAGES/gtk20.mo +0 -0
  1094. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk20-properties.mo +0 -0
  1095. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk20.mo +0 -0
  1096. data/vendor/local/share/locale/kn/LC_MESSAGES/gtk20-properties.mo +0 -0
  1097. data/vendor/local/share/locale/kn/LC_MESSAGES/gtk20.mo +0 -0
  1098. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk20-properties.mo +0 -0
  1099. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk20.mo +0 -0
  1100. data/vendor/local/share/locale/ku/LC_MESSAGES/gtk20-properties.mo +0 -0
  1101. data/vendor/local/share/locale/ku/LC_MESSAGES/gtk20.mo +0 -0
  1102. data/vendor/local/share/locale/li/LC_MESSAGES/gtk20-properties.mo +0 -0
  1103. data/vendor/local/share/locale/li/LC_MESSAGES/gtk20.mo +0 -0
  1104. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
  1105. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
  1106. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk20-properties.mo +0 -0
  1107. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk20.mo +0 -0
  1108. data/vendor/local/share/locale/mai/LC_MESSAGES/gtk20-properties.mo +0 -0
  1109. data/vendor/local/share/locale/mai/LC_MESSAGES/gtk20.mo +0 -0
  1110. data/vendor/local/share/locale/mi/LC_MESSAGES/gtk20-properties.mo +0 -0
  1111. data/vendor/local/share/locale/mi/LC_MESSAGES/gtk20.mo +0 -0
  1112. data/vendor/local/share/locale/mk/LC_MESSAGES/gtk20-properties.mo +0 -0
  1113. data/vendor/local/share/locale/mk/LC_MESSAGES/gtk20.mo +0 -0
  1114. data/vendor/local/share/locale/ml/LC_MESSAGES/gtk20-properties.mo +0 -0
  1115. data/vendor/local/share/locale/ml/LC_MESSAGES/gtk20.mo +0 -0
  1116. data/vendor/local/share/locale/mn/LC_MESSAGES/gtk20-properties.mo +0 -0
  1117. data/vendor/local/share/locale/mn/LC_MESSAGES/gtk20.mo +0 -0
  1118. data/vendor/local/share/locale/mr/LC_MESSAGES/gtk20-properties.mo +0 -0
  1119. data/vendor/local/share/locale/mr/LC_MESSAGES/gtk20.mo +0 -0
  1120. data/vendor/local/share/locale/ms/LC_MESSAGES/gtk20-properties.mo +0 -0
  1121. data/vendor/local/share/locale/ms/LC_MESSAGES/gtk20.mo +0 -0
  1122. data/vendor/local/share/locale/my/LC_MESSAGES/gtk20-properties.mo +0 -0
  1123. data/vendor/local/share/locale/my/LC_MESSAGES/gtk20.mo +0 -0
  1124. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20-properties.mo +0 -0
  1125. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
  1126. data/vendor/local/share/locale/nds/LC_MESSAGES/gtk20-properties.mo +0 -0
  1127. data/vendor/local/share/locale/nds/LC_MESSAGES/gtk20.mo +0 -0
  1128. data/vendor/local/share/locale/ne/LC_MESSAGES/gtk20-properties.mo +0 -0
  1129. data/vendor/local/share/locale/ne/LC_MESSAGES/gtk20.mo +0 -0
  1130. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk20-properties.mo +0 -0
  1131. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk20.mo +0 -0
  1132. data/vendor/local/share/locale/nn/LC_MESSAGES/gtk20-properties.mo +0 -0
  1133. data/vendor/local/share/locale/nn/LC_MESSAGES/gtk20.mo +0 -0
  1134. data/vendor/local/share/locale/nso/LC_MESSAGES/gtk20-properties.mo +0 -0
  1135. data/vendor/local/share/locale/nso/LC_MESSAGES/gtk20.mo +0 -0
  1136. data/vendor/local/share/locale/oc/LC_MESSAGES/gtk20-properties.mo +0 -0
  1137. data/vendor/local/share/locale/oc/LC_MESSAGES/gtk20.mo +0 -0
  1138. data/vendor/local/share/locale/or/LC_MESSAGES/gtk20-properties.mo +0 -0
  1139. data/vendor/local/share/locale/or/LC_MESSAGES/gtk20.mo +0 -0
  1140. data/vendor/local/share/locale/pa/LC_MESSAGES/gtk20-properties.mo +0 -0
  1141. data/vendor/local/share/locale/pa/LC_MESSAGES/gtk20.mo +0 -0
  1142. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20-properties.mo +0 -0
  1143. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
  1144. data/vendor/local/share/locale/ps/LC_MESSAGES/gtk20-properties.mo +0 -0
  1145. data/vendor/local/share/locale/ps/LC_MESSAGES/gtk20.mo +0 -0
  1146. data/vendor/local/share/locale/pt/LC_MESSAGES/gtk20-properties.mo +0 -0
  1147. data/vendor/local/share/locale/pt/LC_MESSAGES/gtk20.mo +0 -0
  1148. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk20-properties.mo +0 -0
  1149. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk20.mo +0 -0
  1150. data/vendor/local/share/locale/ro/LC_MESSAGES/gtk20-properties.mo +0 -0
  1151. data/vendor/local/share/locale/ro/LC_MESSAGES/gtk20.mo +0 -0
  1152. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
  1153. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
  1154. data/vendor/local/share/locale/rw/LC_MESSAGES/gtk20-properties.mo +0 -0
  1155. data/vendor/local/share/locale/rw/LC_MESSAGES/gtk20.mo +0 -0
  1156. data/vendor/local/share/locale/si/LC_MESSAGES/gtk20-properties.mo +0 -0
  1157. data/vendor/local/share/locale/si/LC_MESSAGES/gtk20.mo +0 -0
  1158. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk20-properties.mo +0 -0
  1159. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk20.mo +0 -0
  1160. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20-properties.mo +0 -0
  1161. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
  1162. data/vendor/local/share/locale/sq/LC_MESSAGES/gtk20-properties.mo +0 -0
  1163. data/vendor/local/share/locale/sq/LC_MESSAGES/gtk20.mo +0 -0
  1164. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk20-properties.mo +0 -0
  1165. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk20.mo +0 -0
  1166. data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk20-properties.mo +0 -0
  1167. data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk20.mo +0 -0
  1168. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk20-properties.mo +0 -0
  1169. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk20.mo +0 -0
  1170. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk20-properties.mo +0 -0
  1171. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk20.mo +0 -0
  1172. data/vendor/local/share/locale/ta/LC_MESSAGES/gtk20-properties.mo +0 -0
  1173. data/vendor/local/share/locale/ta/LC_MESSAGES/gtk20.mo +0 -0
  1174. data/vendor/local/share/locale/te/LC_MESSAGES/gtk20-properties.mo +0 -0
  1175. data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
  1176. data/vendor/local/share/locale/th/LC_MESSAGES/gtk20-properties.mo +0 -0
  1177. data/vendor/local/share/locale/th/LC_MESSAGES/gtk20.mo +0 -0
  1178. data/vendor/local/share/locale/tk/LC_MESSAGES/gtk20-properties.mo +0 -0
  1179. data/vendor/local/share/locale/tk/LC_MESSAGES/gtk20.mo +0 -0
  1180. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk20-properties.mo +0 -0
  1181. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk20.mo +0 -0
  1182. data/vendor/local/share/locale/tt/LC_MESSAGES/gtk20-properties.mo +0 -0
  1183. data/vendor/local/share/locale/tt/LC_MESSAGES/gtk20.mo +0 -0
  1184. data/vendor/local/share/locale/ug/LC_MESSAGES/gtk20-properties.mo +0 -0
  1185. data/vendor/local/share/locale/ug/LC_MESSAGES/gtk20.mo +0 -0
  1186. data/vendor/local/share/locale/uk/LC_MESSAGES/gtk20-properties.mo +0 -0
  1187. data/vendor/local/share/locale/uk/LC_MESSAGES/gtk20.mo +0 -0
  1188. data/vendor/local/share/locale/ur/LC_MESSAGES/gtk20-properties.mo +0 -0
  1189. data/vendor/local/share/locale/ur/LC_MESSAGES/gtk20.mo +0 -0
  1190. data/vendor/local/share/locale/uz/LC_MESSAGES/gtk20-properties.mo +0 -0
  1191. data/vendor/local/share/locale/uz/LC_MESSAGES/gtk20.mo +0 -0
  1192. data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk20-properties.mo +0 -0
  1193. data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk20.mo +0 -0
  1194. data/vendor/local/share/locale/vi/LC_MESSAGES/gtk20-properties.mo +0 -0
  1195. data/vendor/local/share/locale/vi/LC_MESSAGES/gtk20.mo +0 -0
  1196. data/vendor/local/share/locale/wa/LC_MESSAGES/gtk20-properties.mo +0 -0
  1197. data/vendor/local/share/locale/wa/LC_MESSAGES/gtk20.mo +0 -0
  1198. data/vendor/local/share/locale/xh/LC_MESSAGES/gtk20-properties.mo +0 -0
  1199. data/vendor/local/share/locale/xh/LC_MESSAGES/gtk20.mo +0 -0
  1200. data/vendor/local/share/locale/yi/LC_MESSAGES/gtk20-properties.mo +0 -0
  1201. data/vendor/local/share/locale/yi/LC_MESSAGES/gtk20.mo +0 -0
  1202. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo +0 -0
  1203. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk20.mo +0 -0
  1204. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20-properties.mo +0 -0
  1205. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
  1206. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo +0 -0
  1207. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
  1208. data/vendor/local/share/themes/Default/gtk-2.0-key/gtkrc +0 -3
  1209. data/vendor/local/share/themes/Emacs/gtk-2.0-key/gtkrc +0 -113
  1210. data/vendor/local/share/themes/MS-Windows/gtk-2.0/gtkrc +0 -66
  1211. data/vendor/local/share/themes/Raleigh/gtk-2.0/gtkrc +0 -3
  1212. data/vendor/local/src/dieterv/packaging/gtk+_2.24.10-1_win32.log +0 -4954
  1213. data/vendor/local/src/dieterv/packaging/gtk+_2.24.10-1_win32.sh +0 -99
@@ -1,266 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
- <html>
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>GtkTreeItem</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
- <link rel="home" href="index.html" title="GTK+ 2 Reference Manual">
8
- <link rel="up" href="DeprecatedObjects.html" title="Deprecated">
9
- <link rel="prev" href="GtkTree.html" title="GtkTree">
10
- <link rel="next" href="migrating.html" title="Part IV. Migrating from Previous Versions of GTK+">
11
- <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
- <link rel="stylesheet" href="style.css" type="text/css">
13
- </head>
14
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
- <tr valign="middle">
17
- <td><a accesskey="p" href="GtkTree.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
- <td><a accesskey="u" href="DeprecatedObjects.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
- <th width="100%" align="center">GTK+ 2 Reference Manual</th>
21
- <td><a accesskey="n" href="migrating.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
- </tr>
23
- <tr><td colspan="5" class="shortcuts">
24
- <a href="#GtkTreeItem.synopsis" class="shortcut">Top</a>
25
-  | 
26
- <a href="#GtkTreeItem.description" class="shortcut">Description</a>
27
-  | 
28
- <a href="#GtkTreeItem.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
-  | 
30
- <a href="#GtkTreeItem.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
31
-  | 
32
- <a href="#GtkTreeItem.signals" class="shortcut">Signals</a>
33
- </td></tr>
34
- </table>
35
- <div class="refentry">
36
- <a name="GtkTreeItem"></a><div class="titlepage"></div>
37
- <div class="refnamediv"><table width="100%"><tr>
38
- <td valign="top">
39
- <h2><span class="refentrytitle"><a name="GtkTreeItem.top_of_page"></a>GtkTreeItem</span></h2>
40
- <p>GtkTreeItem — The widget used for items in a GtkTree</p>
41
- </td>
42
- <td valign="top" align="right"></td>
43
- </tr></table></div>
44
- <div class="refsynopsisdiv">
45
- <a name="GtkTreeItem.synopsis"></a><h2>Synopsis</h2>
46
- <pre class="synopsis">
47
- #include &lt;gtk/gtk.h&gt;
48
-
49
- struct <a class="link" href="GtkTreeItem.html#GtkTreeItem-struct" title="struct GtkTreeItem">GtkTreeItem</a>;
50
- #define <a class="link" href="GtkTreeItem.html#GTK-TREE-ITEM-SUBTREE:CAPS" title="GTK_TREE_ITEM_SUBTREE()">GTK_TREE_ITEM_SUBTREE</a> (obj)
51
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkTreeItem.html#gtk-tree-item-new" title="gtk_tree_item_new ()">gtk_tree_item_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
52
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkTreeItem.html#gtk-tree-item-new-with-label" title="gtk_tree_item_new_with_label ()">gtk_tree_item_new_with_label</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);
53
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeItem.html#gtk-tree-item-set-subtree" title="gtk_tree_item_set_subtree ()">gtk_tree_item_set_subtree</a> (<em class="parameter"><code><a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *tree_item</code></em>,
54
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *subtree</code></em>);
55
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeItem.html#gtk-tree-item-remove-subtree" title="gtk_tree_item_remove_subtree ()">gtk_tree_item_remove_subtree</a> (<em class="parameter"><code><a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *tree_item</code></em>);
56
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeItem.html#gtk-tree-item-select" title="gtk_tree_item_select ()">gtk_tree_item_select</a> (<em class="parameter"><code><a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *tree_item</code></em>);
57
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeItem.html#gtk-tree-item-deselect" title="gtk_tree_item_deselect ()">gtk_tree_item_deselect</a> (<em class="parameter"><code><a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *tree_item</code></em>);
58
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeItem.html#gtk-tree-item-expand" title="gtk_tree_item_expand ()">gtk_tree_item_expand</a> (<em class="parameter"><code><a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *tree_item</code></em>);
59
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeItem.html#gtk-tree-item-collapse" title="gtk_tree_item_collapse ()">gtk_tree_item_collapse</a> (<em class="parameter"><code><a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *tree_item</code></em>);
60
- </pre>
61
- </div>
62
- <div class="refsect1">
63
- <a name="GtkTreeItem.object-hierarchy"></a><h2>Object Hierarchy</h2>
64
- <pre class="synopsis">
65
- <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
66
- +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
67
- +----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
68
- +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
69
- +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
70
- +----<a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a>
71
- +----<a class="link" href="GtkItem.html" title="GtkItem">GtkItem</a>
72
- +----GtkTreeItem
73
- </pre>
74
- </div>
75
- <div class="refsect1">
76
- <a name="GtkTreeItem.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
77
- <p>
78
- GtkTreeItem implements
79
- AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
80
- </div>
81
- <div class="refsect1">
82
- <a name="GtkTreeItem.signals"></a><h2>Signals</h2>
83
- <pre class="synopsis">
84
- "<a class="link" href="GtkTreeItem.html#GtkTreeItem-collapse" title='The "collapse" signal'>collapse</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
85
- "<a class="link" href="GtkTreeItem.html#GtkTreeItem-expand" title='The "expand" signal'>expand</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
86
- </pre>
87
- </div>
88
- <div class="refsect1">
89
- <a name="GtkTreeItem.description"></a><h2>Description</h2>
90
- <p>
91
- </p>
92
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
93
- <h3 class="title">Warning</h3>
94
- <p>
95
- <a class="link" href="GtkTree.html" title="GtkTree"><span class="type">GtkTree</span></a> is deprecated and unsupported. It is known to be
96
- buggy. To use it, you must define the symbol <code class="literal">GTK_ENABLE_BROKEN</code>
97
- prior to including the GTK+ header files. Use <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> instead.
98
- </p>
99
- </div>
100
- <p>
101
- </p>
102
- </div>
103
- <div class="refsect1">
104
- <a name="GtkTreeItem.details"></a><h2>Details</h2>
105
- <div class="refsect2">
106
- <a name="GtkTreeItem-struct"></a><h3>struct GtkTreeItem</h3>
107
- <pre class="programlisting">struct GtkTreeItem;</pre>
108
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
109
- <h3 class="title">Warning</h3>
110
- <p><code class="literal">GtkTreeItem</code> is deprecated and should not be used in newly-written code.</p>
111
- </div>
112
- <p>
113
- </p>
114
- </div>
115
- <hr>
116
- <div class="refsect2">
117
- <a name="GTK-TREE-ITEM-SUBTREE:CAPS"></a><h3>GTK_TREE_ITEM_SUBTREE()</h3>
118
- <pre class="programlisting">#define GTK_TREE_ITEM_SUBTREE(obj) (GTK_TREE_ITEM(obj)-&gt;subtree)
119
- </pre>
120
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
121
- <h3 class="title">Warning</h3>
122
- <p><code class="literal">GTK_TREE_ITEM_SUBTREE</code> is deprecated and should not be used in newly-written code.</p>
123
- </div>
124
- <p>
125
- </p>
126
- </div>
127
- <hr>
128
- <div class="refsect2">
129
- <a name="gtk-tree-item-new"></a><h3>gtk_tree_item_new ()</h3>
130
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_tree_item_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
131
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
132
- <h3 class="title">Warning</h3>
133
- <p><code class="literal">gtk_tree_item_new</code> is deprecated and should not be used in newly-written code.</p>
134
- </div>
135
- <p>
136
- </p>
137
- </div>
138
- <hr>
139
- <div class="refsect2">
140
- <a name="gtk-tree-item-new-with-label"></a><h3>gtk_tree_item_new_with_label ()</h3>
141
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_tree_item_new_with_label (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
142
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
143
- <h3 class="title">Warning</h3>
144
- <p><code class="literal">gtk_tree_item_new_with_label</code> is deprecated and should not be used in newly-written code.</p>
145
- </div>
146
- <p>
147
- </p>
148
- </div>
149
- <hr>
150
- <div class="refsect2">
151
- <a name="gtk-tree-item-set-subtree"></a><h3>gtk_tree_item_set_subtree ()</h3>
152
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_item_set_subtree (<em class="parameter"><code><a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *tree_item</code></em>,
153
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *subtree</code></em>);</pre>
154
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
155
- <h3 class="title">Warning</h3>
156
- <p><code class="literal">gtk_tree_item_set_subtree</code> is deprecated and should not be used in newly-written code.</p>
157
- </div>
158
- <p>
159
- </p>
160
- </div>
161
- <hr>
162
- <div class="refsect2">
163
- <a name="gtk-tree-item-remove-subtree"></a><h3>gtk_tree_item_remove_subtree ()</h3>
164
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_item_remove_subtree (<em class="parameter"><code><a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *tree_item</code></em>);</pre>
165
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
166
- <h3 class="title">Warning</h3>
167
- <p><code class="literal">gtk_tree_item_remove_subtree</code> is deprecated and should not be used in newly-written code.</p>
168
- </div>
169
- <p>
170
- </p>
171
- </div>
172
- <hr>
173
- <div class="refsect2">
174
- <a name="gtk-tree-item-select"></a><h3>gtk_tree_item_select ()</h3>
175
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_item_select (<em class="parameter"><code><a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *tree_item</code></em>);</pre>
176
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
177
- <h3 class="title">Warning</h3>
178
- <p><code class="literal">gtk_tree_item_select</code> is deprecated and should not be used in newly-written code.</p>
179
- </div>
180
- <p>
181
- </p>
182
- </div>
183
- <hr>
184
- <div class="refsect2">
185
- <a name="gtk-tree-item-deselect"></a><h3>gtk_tree_item_deselect ()</h3>
186
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_item_deselect (<em class="parameter"><code><a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *tree_item</code></em>);</pre>
187
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
188
- <h3 class="title">Warning</h3>
189
- <p><code class="literal">gtk_tree_item_deselect</code> is deprecated and should not be used in newly-written code.</p>
190
- </div>
191
- <p>
192
- </p>
193
- </div>
194
- <hr>
195
- <div class="refsect2">
196
- <a name="gtk-tree-item-expand"></a><h3>gtk_tree_item_expand ()</h3>
197
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_item_expand (<em class="parameter"><code><a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *tree_item</code></em>);</pre>
198
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
199
- <h3 class="title">Warning</h3>
200
- <p><code class="literal">gtk_tree_item_expand</code> is deprecated and should not be used in newly-written code.</p>
201
- </div>
202
- <p>
203
- </p>
204
- </div>
205
- <hr>
206
- <div class="refsect2">
207
- <a name="gtk-tree-item-collapse"></a><h3>gtk_tree_item_collapse ()</h3>
208
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_item_collapse (<em class="parameter"><code><a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *tree_item</code></em>);</pre>
209
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
210
- <h3 class="title">Warning</h3>
211
- <p><code class="literal">gtk_tree_item_collapse</code> is deprecated and should not be used in newly-written code.</p>
212
- </div>
213
- <p>
214
- </p>
215
- </div>
216
- </div>
217
- <div class="refsect1">
218
- <a name="GtkTreeItem.signal-details"></a><h2>Signal Details</h2>
219
- <div class="refsect2">
220
- <a name="GtkTreeItem-collapse"></a><h3>The <code class="literal">"collapse"</code> signal</h3>
221
- <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *treeitem,
222
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
223
- <p>
224
- </p>
225
- <div class="variablelist"><table border="0">
226
- <col align="left" valign="top">
227
- <tbody>
228
- <tr>
229
- <td><p><span class="term"><em class="parameter"><code>treeitem</code></em> :</span></p></td>
230
- <td>the object which received the signal.</td>
231
- </tr>
232
- <tr>
233
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
234
- <td>user data set when the signal handler was connected.</td>
235
- </tr>
236
- </tbody>
237
- </table></div>
238
- </div>
239
- <hr>
240
- <div class="refsect2">
241
- <a name="GtkTreeItem-expand"></a><h3>The <code class="literal">"expand"</code> signal</h3>
242
- <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *treeitem,
243
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
244
- <p>
245
- </p>
246
- <div class="variablelist"><table border="0">
247
- <col align="left" valign="top">
248
- <tbody>
249
- <tr>
250
- <td><p><span class="term"><em class="parameter"><code>treeitem</code></em> :</span></p></td>
251
- <td>the object which received the signal.</td>
252
- </tr>
253
- <tr>
254
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
255
- <td>user data set when the signal handler was connected.</td>
256
- </tr>
257
- </tbody>
258
- </table></div>
259
- </div>
260
- </div>
261
- </div>
262
- <div class="footer">
263
- <hr>
264
- Generated by GTK-Doc V1.18</div>
265
- </body>
266
- </html>
@@ -1,2402 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
- <html>
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>GtkTreeModel</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
- <link rel="home" href="index.html" title="GTK+ 2 Reference Manual">
8
- <link rel="up" href="TreeWidgetObjects.html" title="Tree, List and Icon Grid Widgets">
9
- <link rel="prev" href="TreeWidget.html" title="Tree and List Widget Overview">
10
- <link rel="next" href="GtkTreeSelection.html" title="GtkTreeSelection">
11
- <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
- <link rel="stylesheet" href="style.css" type="text/css">
13
- </head>
14
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
- <tr valign="middle">
17
- <td><a accesskey="p" href="TreeWidget.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
- <td><a accesskey="u" href="TreeWidgetObjects.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
- <th width="100%" align="center">GTK+ 2 Reference Manual</th>
21
- <td><a accesskey="n" href="GtkTreeSelection.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
- </tr>
23
- <tr><td colspan="5" class="shortcuts">
24
- <a href="#GtkTreeModel.synopsis" class="shortcut">Top</a>
25
-  | 
26
- <a href="#GtkTreeModel.description" class="shortcut">Description</a>
27
-  | 
28
- <a href="#GtkTreeModel.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
-  | 
30
- <a href="#GtkTreeModel.prerequisites" class="shortcut">Prerequisites</a>
31
-  | 
32
- <a href="#GtkTreeModel.derived-interfaces" class="shortcut">Known Derived Interfaces</a>
33
-  | 
34
- <a href="#GtkTreeModel.implementations" class="shortcut">Known Implementations</a>
35
-  | 
36
- <a href="#GtkTreeModel.signals" class="shortcut">Signals</a>
37
- </td></tr>
38
- </table>
39
- <div class="refentry">
40
- <a name="GtkTreeModel"></a><div class="titlepage"></div>
41
- <div class="refnamediv"><table width="100%"><tr>
42
- <td valign="top">
43
- <h2><span class="refentrytitle"><a name="GtkTreeModel.top_of_page"></a>GtkTreeModel</span></h2>
44
- <p>GtkTreeModel — The tree interface used by GtkTreeView</p>
45
- </td>
46
- <td valign="top" align="right"></td>
47
- </tr></table></div>
48
- <div class="refsynopsisdiv">
49
- <a name="GtkTreeModel.synopsis"></a><h2>Synopsis</h2>
50
- <a name="GtkTreeIter"></a><a name="GtkTreePath"></a><pre class="synopsis">
51
- #include &lt;gtk/gtk.h&gt;
52
-
53
- <a class="link" href="GtkTreeModel.html#GtkTreeModel-struct" title="GtkTreeModel">GtkTreeModel</a>;
54
- struct <a class="link" href="GtkTreeModel.html#GtkTreeIter-struct" title="struct GtkTreeIter">GtkTreeIter</a>;
55
- <a class="link" href="GtkTreeModel.html#GtkTreePath-struct" title="GtkTreePath">GtkTreePath</a>;
56
- <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference">GtkTreeRowReference</a>;
57
- struct <a class="link" href="GtkTreeModel.html#GtkTreeModelIface" title="struct GtkTreeModelIface">GtkTreeModelIface</a>;
58
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (<a class="link" href="GtkTreeModel.html#GtkTreeModelForeachFunc" title="GtkTreeModelForeachFunc ()">*GtkTreeModelForeachFunc</a>) (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
59
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
60
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
61
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
62
- enum <a class="link" href="GtkTreeModel.html#GtkTreeModelFlags" title="enum GtkTreeModelFlags">GtkTreeModelFlags</a>;
63
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-new" title="gtk_tree_path_new ()">gtk_tree_path_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
64
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-new-from-string" title="gtk_tree_path_new_from_string ()">gtk_tree_path_new_from_string</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>);
65
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-new-from-indices" title="gtk_tree_path_new_from_indices ()">gtk_tree_path_new_from_indices</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> first_index</code></em>,
66
- <em class="parameter"><code>...</code></em>);
67
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-to-string" title="gtk_tree_path_to_string ()">gtk_tree_path_to_string</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
68
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-new-first" title="gtk_tree_path_new_first ()">gtk_tree_path_new_first</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
69
- #define <a class="link" href="GtkTreeModel.html#gtk-tree-path-new-root" title="gtk_tree_path_new_root">gtk_tree_path_new_root</a>
70
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-path-append-index" title="gtk_tree_path_append_index ()">gtk_tree_path_append_index</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
71
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index_</code></em>);
72
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-path-prepend-index" title="gtk_tree_path_prepend_index ()">gtk_tree_path_prepend_index</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
73
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index_</code></em>);
74
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-path-get-depth" title="gtk_tree_path_get_depth ()">gtk_tree_path_get_depth</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
75
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-get-indices" title="gtk_tree_path_get_indices ()">gtk_tree_path_get_indices</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
76
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-get-indices-with-depth" title="gtk_tree_path_get_indices_with_depth ()">gtk_tree_path_get_indices_with_depth</a>
77
- (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
78
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *depth</code></em>);
79
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-path-free" title="gtk_tree_path_free ()">gtk_tree_path_free</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
80
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-copy" title="gtk_tree_path_copy ()">gtk_tree_path_copy</a> (<em class="parameter"><code>const <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
81
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-path-compare" title="gtk_tree_path_compare ()">gtk_tree_path_compare</a> (<em class="parameter"><code>const <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *a</code></em>,
82
- <em class="parameter"><code>const <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *b</code></em>);
83
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-path-next" title="gtk_tree_path_next ()">gtk_tree_path_next</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
84
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-path-prev" title="gtk_tree_path_prev ()">gtk_tree_path_prev</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
85
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-path-up" title="gtk_tree_path_up ()">gtk_tree_path_up</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
86
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-path-down" title="gtk_tree_path_down ()">gtk_tree_path_down</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
87
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-path-is-ancestor" title="gtk_tree_path_is_ancestor ()">gtk_tree_path_is_ancestor</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
88
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *descendant</code></em>);
89
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-path-is-descendant" title="gtk_tree_path_is_descendant ()">gtk_tree_path_is_descendant</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
90
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *ancestor</code></em>);
91
- <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="returnvalue">GtkTreeRowReference</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-new" title="gtk_tree_row_reference_new ()">gtk_tree_row_reference_new</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
92
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
93
- <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="returnvalue">GtkTreeRowReference</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-new-proxy" title="gtk_tree_row_reference_new_proxy ()">gtk_tree_row_reference_new_proxy</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *proxy</code></em>,
94
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
95
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
96
- <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="returnvalue">GtkTreeModel</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-get-model" title="gtk_tree_row_reference_get_model ()">gtk_tree_row_reference_get_model</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);
97
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-get-path" title="gtk_tree_row_reference_get_path ()">gtk_tree_row_reference_get_path</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);
98
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-valid" title="gtk_tree_row_reference_valid ()">gtk_tree_row_reference_valid</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);
99
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-free" title="gtk_tree_row_reference_free ()">gtk_tree_row_reference_free</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);
100
- <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="returnvalue">GtkTreeRowReference</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-copy" title="gtk_tree_row_reference_copy ()">gtk_tree_row_reference_copy</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);
101
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-inserted" title="gtk_tree_row_reference_inserted ()">gtk_tree_row_reference_inserted</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *proxy</code></em>,
102
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
103
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-deleted" title="gtk_tree_row_reference_deleted ()">gtk_tree_row_reference_deleted</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *proxy</code></em>,
104
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
105
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-reordered" title="gtk_tree_row_reference_reordered ()">gtk_tree_row_reference_reordered</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *proxy</code></em>,
106
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
107
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
108
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *new_order</code></em>);
109
- <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="returnvalue">GtkTreeIter</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-iter-copy" title="gtk_tree_iter_copy ()">gtk_tree_iter_copy</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
110
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-iter-free" title="gtk_tree_iter_free ()">gtk_tree_iter_free</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
111
- <a class="link" href="GtkTreeModel.html#GtkTreeModelFlags" title="enum GtkTreeModelFlags"><span class="returnvalue">GtkTreeModelFlags</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-flags" title="gtk_tree_model_get_flags ()">gtk_tree_model_get_flags</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>);
112
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-n-columns" title="gtk_tree_model_get_n_columns ()">gtk_tree_model_get_n_columns</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>);
113
- <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-column-type" title="gtk_tree_model_get_column_type ()">gtk_tree_model_get_column_type</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
114
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index_</code></em>);
115
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-iter" title="gtk_tree_model_get_iter ()">gtk_tree_model_get_iter</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
116
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
117
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
118
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-iter-from-string" title="gtk_tree_model_get_iter_from_string ()">gtk_tree_model_get_iter_from_string</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
119
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
120
- <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path_string</code></em>);
121
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-iter-first" title="gtk_tree_model_get_iter_first ()">gtk_tree_model_get_iter_first</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
122
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
123
- #define <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-iter-root" title="gtk_tree_model_get_iter_root()">gtk_tree_model_get_iter_root</a> (tree_model,
124
- iter)
125
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-path" title="gtk_tree_model_get_path ()">gtk_tree_model_get_path</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
126
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
127
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-value" title="gtk_tree_model_get_value ()">gtk_tree_model_get_value</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
128
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
129
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
130
- <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);
131
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-iter-next" title="gtk_tree_model_iter_next ()">gtk_tree_model_iter_next</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
132
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
133
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-iter-children" title="gtk_tree_model_iter_children ()">gtk_tree_model_iter_children</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
134
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
135
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *parent</code></em>);
136
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-iter-has-child" title="gtk_tree_model_iter_has_child ()">gtk_tree_model_iter_has_child</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
137
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
138
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-iter-n-children" title="gtk_tree_model_iter_n_children ()">gtk_tree_model_iter_n_children</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
139
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
140
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-iter-nth-child" title="gtk_tree_model_iter_nth_child ()">gtk_tree_model_iter_nth_child</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
141
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
142
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *parent</code></em>,
143
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n</code></em>);
144
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-iter-parent" title="gtk_tree_model_iter_parent ()">gtk_tree_model_iter_parent</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
145
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
146
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *child</code></em>);
147
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-string-from-iter" title="gtk_tree_model_get_string_from_iter ()">gtk_tree_model_get_string_from_iter</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
148
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
149
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-model-ref-node" title="gtk_tree_model_ref_node ()">gtk_tree_model_ref_node</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
150
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
151
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-model-unref-node" title="gtk_tree_model_unref_node ()">gtk_tree_model_unref_node</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
152
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
153
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-model-get" title="gtk_tree_model_get ()">gtk_tree_model_get</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
154
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
155
- <em class="parameter"><code>...</code></em>);
156
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-valist" title="gtk_tree_model_get_valist ()">gtk_tree_model_get_valist</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
157
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
158
- <em class="parameter"><code><span class="type">va_list</span> var_args</code></em>);
159
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-model-foreach" title="gtk_tree_model_foreach ()">gtk_tree_model_foreach</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
160
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeModelForeachFunc" title="GtkTreeModelForeachFunc ()"><span class="type">GtkTreeModelForeachFunc</span></a> func</code></em>,
161
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
162
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-model-row-changed" title="gtk_tree_model_row_changed ()">gtk_tree_model_row_changed</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
163
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
164
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
165
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-model-row-inserted" title="gtk_tree_model_row_inserted ()">gtk_tree_model_row_inserted</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
166
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
167
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
168
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-model-row-has-child-toggled" title="gtk_tree_model_row_has_child_toggled ()">gtk_tree_model_row_has_child_toggled</a>
169
- (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
170
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
171
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
172
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-model-row-deleted" title="gtk_tree_model_row_deleted ()">gtk_tree_model_row_deleted</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
173
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
174
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-model-rows-reordered" title="gtk_tree_model_rows_reordered ()">gtk_tree_model_rows_reordered</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
175
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
176
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
177
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *new_order</code></em>);
178
- </pre>
179
- </div>
180
- <div class="refsect1">
181
- <a name="GtkTreeModel.object-hierarchy"></a><h2>Object Hierarchy</h2>
182
- <pre class="synopsis">
183
- GInterface
184
- +----GtkTreeModel
185
- </pre>
186
- <pre class="synopsis">
187
- GBoxed
188
- +----GtkTreeIter
189
- </pre>
190
- <pre class="synopsis">
191
- GBoxed
192
- +----GtkTreePath
193
- </pre>
194
- </div>
195
- <div class="refsect1">
196
- <a name="GtkTreeModel.prerequisites"></a><h2>Prerequisites</h2>
197
- <p>
198
- GtkTreeModel requires
199
- <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
200
- </div>
201
- <div class="refsect1">
202
- <a name="GtkTreeModel.derived-interfaces"></a><h2>Known Derived Interfaces</h2>
203
- <p>
204
- GtkTreeModel is required by
205
- <a class="link" href="GtkTreeSortable.html" title="GtkTreeSortable">GtkTreeSortable</a>.</p>
206
- </div>
207
- <div class="refsect1">
208
- <a name="GtkTreeModel.implementations"></a><h2>Known Implementations</h2>
209
- <p>
210
- GtkTreeModel is implemented by
211
- <a class="link" href="GtkListStore.html" title="GtkListStore">GtkListStore</a>, <a class="link" href="GtkTreeModelFilter.html" title="GtkTreeModelFilter">GtkTreeModelFilter</a>, <a class="link" href="GtkTreeModelSort.html" title="GtkTreeModelSort">GtkTreeModelSort</a> and <a class="link" href="GtkTreeStore.html" title="GtkTreeStore">GtkTreeStore</a>.</p>
212
- </div>
213
- <div class="refsect1">
214
- <a name="GtkTreeModel.signals"></a><h2>Signals</h2>
215
- <pre class="synopsis">
216
- "<a class="link" href="GtkTreeModel.html#GtkTreeModel-row-changed" title='The "row-changed" signal'>row-changed</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
217
- "<a class="link" href="GtkTreeModel.html#GtkTreeModel-row-deleted" title='The "row-deleted" signal'>row-deleted</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
218
- "<a class="link" href="GtkTreeModel.html#GtkTreeModel-row-has-child-toggled" title='The "row-has-child-toggled" signal'>row-has-child-toggled</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
219
- "<a class="link" href="GtkTreeModel.html#GtkTreeModel-row-inserted" title='The "row-inserted" signal'>row-inserted</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
220
- "<a class="link" href="GtkTreeModel.html#GtkTreeModel-rows-reordered" title='The "rows-reordered" signal'>rows-reordered</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
221
- </pre>
222
- </div>
223
- <div class="refsect1">
224
- <a name="GtkTreeModel.description"></a><h2>Description</h2>
225
- <p>
226
- The <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> interface defines a generic tree interface for use by
227
- the <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> widget. It is an abstract interface, and is designed
228
- to be usable with any appropriate data structure. The programmer just
229
- has to implement this interface on their own data type for it to be
230
- viewable by a <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> widget.
231
- </p>
232
- <p>
233
- The model is represented as a hierarchical tree of strongly-typed,
234
- columned data. In other words, the model can be seen as a tree where
235
- every node has different values depending on which column is being
236
- queried. The type of data found in a column is determined by using the
237
- GType system (ie. <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-TYPE-INT:CAPS"><span class="type">G_TYPE_INT</span></a>, <span class="type">GTK_TYPE_BUTTON</span>, <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-TYPE-POINTER:CAPS"><span class="type">G_TYPE_POINTER</span></a>, etc.).
238
- The types are homogeneous per column across all nodes. It is important
239
- to note that this interface only provides a way of examining a model and
240
- observing changes. The implementation of each individual model decides
241
- how and if changes are made.
242
- </p>
243
- <p>
244
- In order to make life simpler for programmers who do not need to write
245
- their own specialized model, two generic models are provided — the
246
- <a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a> and the <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>. To use these, the developer simply
247
- pushes data into these models as necessary. These models provide the
248
- data structure as well as all appropriate tree interfaces. As a result,
249
- implementing drag and drop, sorting, and storing data is trivial. For
250
- the vast majority of trees and lists, these two models are sufficient.
251
- </p>
252
- <p>
253
- Models are accessed on a node/column level of granularity. One can
254
- query for the value of a model at a certain node and a certain column
255
- on that node. There are two structures used to reference a particular
256
- node in a model. They are the <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> and the <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>
257
- <sup>[<a name="id845604" href="#ftn.id845604" class="footnote">4</a>]</sup>
258
- Most of the interface consists of operations on a <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.
259
- </p>
260
- <p>
261
- A path is essentially a potential node. It is a location on a model
262
- that may or may not actually correspond to a node on a specific model.
263
- The <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> struct can be converted into either an array of
264
- unsigned integers or a string. The string form is a list of numbers
265
- separated by a colon. Each number refers to the offset at that level.
266
- Thus, the path <span class="quote">“<span class="quote">0</span>”</span> refers to the root node and the path
267
- <span class="quote">“<span class="quote">2:4</span>”</span> refers to the fifth child of the third node.
268
- </p>
269
- <p>
270
- By contrast, a <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> is a reference to a specific node on a
271
- specific model. It is a generic struct with an integer and three
272
- generic pointers. These are filled in by the model in a model-specific
273
- way. One can convert a path to an iterator by calling
274
- <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-iter" title="gtk_tree_model_get_iter ()"><code class="function">gtk_tree_model_get_iter()</code></a>. These iterators are the primary way of
275
- accessing a model and are similar to the iterators used by
276
- <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>. They are generally statically allocated on the stack and
277
- only used for a short time. The model interface defines a set of
278
- operations using them for navigating the model.
279
- </p>
280
- <p>
281
- It is expected that models fill in the iterator with private data. For
282
- example, the <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> model, which is internally a simple linked
283
- list, stores a list node in one of the pointers. The <a class="link" href="GtkTreeModelSort.html" title="GtkTreeModelSort"><span class="type">GtkTreeModelSort</span></a>
284
- stores an array and an offset in two of the pointers. Additionally,
285
- there is an integer field. This field is generally filled with a unique
286
- stamp per model. This stamp is for catching errors resulting from using
287
- invalid iterators with a model.
288
- </p>
289
- <p>
290
- The lifecycle of an iterator can be a little confusing at first.
291
- Iterators are expected to always be valid for as long as the model is
292
- unchanged (and doesn't emit a signal). The model is considered to own
293
- all outstanding iterators and nothing needs to be done to free them from
294
- the user's point of view. Additionally, some models guarantee that an
295
- iterator is valid for as long as the node it refers to is valid (most
296
- notably the <a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a> and <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>). Although generally
297
- uninteresting, as one always has to allow for the case where iterators
298
- do not persist beyond a signal, some very important performance
299
- enhancements were made in the sort model. As a result, the
300
- <a class="link" href="GtkTreeModel.html#GTK-TREE-MODEL-ITERS-PERSIST:CAPS"><span class="type">GTK_TREE_MODEL_ITERS_PERSIST</span></a> flag was added to indicate this behavior.
301
- </p>
302
- <p>
303
- To help show some common operation of a model, some examples are
304
- provided. The first example shows three ways of getting the iter at the
305
- location <span class="quote">“<span class="quote">3:2:5</span>”</span>. While the first method shown is easier,
306
- the second is much more common, as you often get paths from callbacks.
307
- </p>
308
- <p>
309
- </p>
310
- <div class="example">
311
- <a name="id845741"></a><p class="title"><b>Example 21. Acquiring a <span class="structname">GtkTreeIter</span></b></p>
312
- <div class="example-contents">
313
- <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
314
- <tbody>
315
- <tr>
316
- <td class="listing_lines" align="right"><pre>1
317
- 2
318
- 3
319
- 4
320
- 5
321
- 6
322
- 7
323
- 8
324
- 9
325
- 10
326
- 11
327
- 12
328
- 13
329
- 14
330
- 15
331
- 16
332
- 17
333
- 18
334
- 19</pre></td>
335
- <td class="listing_code"><pre class="programlisting"><span class="comment">/* Three ways of getting the iter pointing to the location</span>
336
- <span class="comment"> */</span>
337
- <span class="cbracket">{</span>
338
- <span class="normal"> </span><span class="usertype">GtkTreePath</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">path</span><span class="symbol">;</span>
339
- <span class="normal"> </span><span class="usertype">GtkTreeIter</span><span class="normal"> iter</span><span class="symbol">;</span>
340
- <span class="normal"> </span><span class="usertype">GtkTreeIter</span><span class="normal"> parent_iter</span><span class="symbol">;</span>
341
- <span class="normal"> </span><span class="comment">/* get the iterator from a string */</span>
342
- <span class="normal"> </span><span class="function"><a href="GtkTreeModel.html#gtk-tree-model-get-iter-from-string">gtk_tree_model_get_iter_from_string</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">model</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">iter</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"3:2:5"</span><span class="symbol">);</span>
343
- <span class="normal"> </span><span class="comment">/* get the iterator from a path */</span>
344
- <span class="normal"> path </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkTreeModel.html#gtk-tree-path-new-from-string">gtk_tree_path_new_from_string</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"3:2:5"</span><span class="symbol">);</span>
345
- <span class="normal"> </span><span class="function"><a href="GtkTreeModel.html#gtk-tree-model-get-iter">gtk_tree_model_get_iter</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">model</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">iter</span><span class="symbol">,</span><span class="normal"> path</span><span class="symbol">);</span>
346
- <span class="normal"> </span><span class="function"><a href="GtkTreeModel.html#gtk-tree-path-free">gtk_tree_path_free</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">path</span><span class="symbol">);</span>
347
- <span class="normal"> </span><span class="comment">/* walk the tree to find the iterator */</span>
348
- <span class="normal"> </span><span class="function"><a href="GtkTreeModel.html#gtk-tree-model-iter-nth-child">gtk_tree_model_iter_nth_child</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">model</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">iter</span><span class="symbol">,</span><span class="normal"> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">3</span><span class="symbol">);</span>
349
- <span class="normal"> parent_iter </span><span class="symbol">=</span><span class="normal"> iter</span><span class="symbol">;</span>
350
- <span class="normal"> </span><span class="function"><a href="GtkTreeModel.html#gtk-tree-model-iter-nth-child">gtk_tree_model_iter_nth_child</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">model</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">iter</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">parent_iter</span><span class="symbol">,</span><span class="normal"> </span><span class="number">2</span><span class="symbol">);</span>
351
- <span class="normal"> parent_iter </span><span class="symbol">=</span><span class="normal"> iter</span><span class="symbol">;</span>
352
- <span class="normal"> </span><span class="function"><a href="GtkTreeModel.html#gtk-tree-model-iter-nth-child">gtk_tree_model_iter_nth_child</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">model</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">iter</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">parent_iter</span><span class="symbol">,</span><span class="normal"> </span><span class="number">5</span><span class="symbol">);</span>
353
- <span class="cbracket">}</span></pre></td>
354
- </tr>
355
- </tbody>
356
- </table>
357
- </div>
358
-
359
- </div>
360
- <p><br class="example-break">
361
- </p>
362
- <p>
363
- This second example shows a quick way of iterating through a list and
364
- getting a string and an integer from each row. The
365
- <code class="function">populate_model</code> function used below is not shown, as
366
- it is specific to the <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>. For information on how to write
367
- such a function, see the <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> documentation.
368
- </p>
369
- <div class="example">
370
- <a name="id845789"></a><p class="title"><b>Example 22. Reading data from a <span class="structname">GtkTreeModel</span></b></p>
371
- <div class="example-contents">
372
- <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
373
- <tbody>
374
- <tr>
375
- <td class="listing_lines" align="right"><pre>1
376
- 2
377
- 3
378
- 4
379
- 5
380
- 6
381
- 7
382
- 8
383
- 9
384
- 10
385
- 11
386
- 12
387
- 13
388
- 14
389
- 15
390
- 16
391
- 17
392
- 18
393
- 19
394
- 20
395
- 21
396
- 22
397
- 23
398
- 24
399
- 25
400
- 26
401
- 27
402
- 28
403
- 29
404
- 30
405
- 31
406
- 32
407
- 33
408
- 34
409
- 35
410
- 36</pre></td>
411
- <td class="listing_code"><pre class="programlisting"><span class="keyword">enum</span>
412
- <span class="cbracket">{</span>
413
- <span class="normal"> STRING_COLUMN</span><span class="symbol">,</span>
414
- <span class="normal"> INT_COLUMN</span><span class="symbol">,</span>
415
- <span class="normal"> N_COLUMNS</span>
416
- <span class="cbracket">}</span><span class="symbol">;</span>
417
- <span class="cbracket">{</span>
418
- <span class="normal"> </span><span class="usertype">GtkTreeModel</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">list_store</span><span class="symbol">;</span>
419
- <span class="normal"> </span><span class="usertype">GtkTreeIter</span><span class="normal"> iter</span><span class="symbol">;</span>
420
- <span class="normal"> </span><span class="usertype">gboolean</span><span class="normal"> valid</span><span class="symbol">;</span>
421
- <span class="normal"> </span><span class="usertype">gint</span><span class="normal"> row_count </span><span class="symbol">=</span><span class="normal"> </span><span class="number">0</span><span class="symbol">;</span>
422
- <span class="normal"> </span><span class="comment">/* make a new list_store */</span>
423
- <span class="normal"> list_store </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkListStore.html#gtk-list-store-new">gtk_list_store_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">N_COLUMNS</span><span class="symbol">,</span><span class="normal"> <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-TYPE-STRING:CAPS">G_TYPE_STRING</a></span><span class="symbol">,</span><span class="normal"> <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-TYPE-INT:CAPS">G_TYPE_INT</a></span><span class="symbol">);</span>
424
- <span class="normal"> </span><span class="comment">/* Fill the list store with data */</span>
425
- <span class="normal"> </span><span class="function">populate_model</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">list_store</span><span class="symbol">);</span>
426
- <span class="normal"> </span><span class="comment">/* Get the first iter in the list */</span>
427
- <span class="normal"> valid </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkTreeModel.html#gtk-tree-model-get-iter-first">gtk_tree_model_get_iter_first</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">list_store</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">iter</span><span class="symbol">);</span>
428
- <span class="normal"> </span><span class="keyword">while</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">valid</span><span class="symbol">)</span>
429
- <span class="normal"> </span><span class="cbracket">{</span>
430
- <span class="normal"> </span><span class="comment">/* Walk through the list, reading each row */</span>
431
- <span class="normal"> </span><span class="usertype">gchar</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">str_data</span><span class="symbol">;</span>
432
- <span class="normal"> </span><span class="usertype">gint</span><span class="normal"> int_data</span><span class="symbol">;</span>
433
- <span class="normal"> </span><span class="comment">/* Make sure you terminate calls to gtk_tree_model_get()</span>
434
- <span class="comment"> * with a '-1' value</span>
435
- <span class="comment"> */</span>
436
- <span class="normal"> </span><span class="function"><a href="GtkTreeModel.html#gtk-tree-model-get">gtk_tree_model_get</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">list_store</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">iter</span><span class="symbol">,</span>
437
- <span class="normal"> STRING_COLUMN</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">str_data</span><span class="symbol">,</span>
438
- <span class="normal"> INT_COLUMN</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">int_data</span><span class="symbol">,</span>
439
- <span class="normal"> </span><span class="symbol">-</span><span class="number">1</span><span class="symbol">);</span>
440
- <span class="normal"> </span><span class="comment">/* Do something with the data */</span>
441
- <span class="normal"> </span><span class="function"><a href="http://library.gnome.org/devel/glib/unstable/glib-Warnings-and-Assertions.html#g-print">g_print</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"Row %d: (%s,%d)</span><span class="specialchar">\n</span><span class="string">"</span><span class="symbol">,</span><span class="normal"> row_count</span><span class="symbol">,</span><span class="normal"> str_data</span><span class="symbol">,</span><span class="normal"> int_data</span><span class="symbol">);</span>
442
- <span class="normal"> </span><span class="function"><a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free">g_free</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">str_data</span><span class="symbol">);</span>
443
- <span class="normal"> row_count </span><span class="symbol">++;</span>
444
- <span class="normal"> valid </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkTreeModel.html#gtk-tree-model-iter-next">gtk_tree_model_iter_next</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">list_store</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">iter</span><span class="symbol">);</span>
445
- <span class="normal"> </span><span class="cbracket">}</span>
446
- <span class="cbracket">}</span></pre></td>
447
- </tr>
448
- </tbody>
449
- </table>
450
- </div>
451
-
452
- </div>
453
- <p><br class="example-break">
454
- </p>
455
- </div>
456
- <div class="refsect1">
457
- <a name="GtkTreeModel.details"></a><h2>Details</h2>
458
- <div class="refsect2">
459
- <a name="GtkTreeModel-struct"></a><h3>GtkTreeModel</h3>
460
- <pre class="programlisting">typedef struct _GtkTreeModel GtkTreeModel;</pre>
461
- <p>
462
- </p>
463
- </div>
464
- <hr>
465
- <div class="refsect2">
466
- <a name="GtkTreeIter-struct"></a><h3>struct GtkTreeIter</h3>
467
- <pre class="programlisting">struct GtkTreeIter {
468
- gint stamp;
469
- gpointer user_data;
470
- gpointer user_data2;
471
- gpointer user_data3;
472
- };
473
- </pre>
474
- <p>
475
- The <span class="structname">GtkTreeIter</span> is the primary structure for
476
- accessing a structure. Models are expected to put a unique integer in
477
- the <em class="structfield"><code>stamp</code></em> member, and put model-specific
478
- data in the three <em class="structfield"><code>user_data</code></em> members.
479
- </p>
480
- </div>
481
- <hr>
482
- <div class="refsect2">
483
- <a name="GtkTreePath-struct"></a><h3>GtkTreePath</h3>
484
- <pre class="programlisting">typedef struct _GtkTreePath GtkTreePath;</pre>
485
- <p>
486
- </p>
487
- </div>
488
- <hr>
489
- <div class="refsect2">
490
- <a name="GtkTreeRowReference"></a><h3>GtkTreeRowReference</h3>
491
- <pre class="programlisting">typedef struct _GtkTreeRowReference GtkTreeRowReference;</pre>
492
- <p>
493
- </p>
494
- </div>
495
- <hr>
496
- <div class="refsect2">
497
- <a name="GtkTreeModelIface"></a><h3>struct GtkTreeModelIface</h3>
498
- <pre class="programlisting">struct GtkTreeModelIface {
499
- GTypeInterface g_iface;
500
-
501
- /* Signals */
502
- void (* row_changed) (GtkTreeModel *tree_model,
503
- GtkTreePath *path,
504
- GtkTreeIter *iter);
505
- void (* row_inserted) (GtkTreeModel *tree_model,
506
- GtkTreePath *path,
507
- GtkTreeIter *iter);
508
- void (* row_has_child_toggled) (GtkTreeModel *tree_model,
509
- GtkTreePath *path,
510
- GtkTreeIter *iter);
511
- void (* row_deleted) (GtkTreeModel *tree_model,
512
- GtkTreePath *path);
513
- void (* rows_reordered) (GtkTreeModel *tree_model,
514
- GtkTreePath *path,
515
- GtkTreeIter *iter,
516
- gint *new_order);
517
-
518
- /* Virtual Table */
519
- GtkTreeModelFlags (* get_flags) (GtkTreeModel *tree_model);
520
-
521
- gint (* get_n_columns) (GtkTreeModel *tree_model);
522
- GType (* get_column_type) (GtkTreeModel *tree_model,
523
- gint index_);
524
- gboolean (* get_iter) (GtkTreeModel *tree_model,
525
- GtkTreeIter *iter,
526
- GtkTreePath *path);
527
- GtkTreePath *(* get_path) (GtkTreeModel *tree_model,
528
- GtkTreeIter *iter);
529
- void (* get_value) (GtkTreeModel *tree_model,
530
- GtkTreeIter *iter,
531
- gint column,
532
- GValue *value);
533
- gboolean (* iter_next) (GtkTreeModel *tree_model,
534
- GtkTreeIter *iter);
535
- gboolean (* iter_children) (GtkTreeModel *tree_model,
536
- GtkTreeIter *iter,
537
- GtkTreeIter *parent);
538
- gboolean (* iter_has_child) (GtkTreeModel *tree_model,
539
- GtkTreeIter *iter);
540
- gint (* iter_n_children) (GtkTreeModel *tree_model,
541
- GtkTreeIter *iter);
542
- gboolean (* iter_nth_child) (GtkTreeModel *tree_model,
543
- GtkTreeIter *iter,
544
- GtkTreeIter *parent,
545
- gint n);
546
- gboolean (* iter_parent) (GtkTreeModel *tree_model,
547
- GtkTreeIter *iter,
548
- GtkTreeIter *child);
549
- void (* ref_node) (GtkTreeModel *tree_model,
550
- GtkTreeIter *iter);
551
- void (* unref_node) (GtkTreeModel *tree_model,
552
- GtkTreeIter *iter);
553
- };
554
- </pre>
555
- <p>
556
- </p>
557
- </div>
558
- <hr>
559
- <div class="refsect2">
560
- <a name="GtkTreeModelForeachFunc"></a><h3>GtkTreeModelForeachFunc ()</h3>
561
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (*GtkTreeModelForeachFunc) (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
562
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
563
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
564
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
565
- <p>
566
- </p>
567
- <div class="variablelist"><table border="0">
568
- <col align="left" valign="top">
569
- <tbody>
570
- <tr>
571
- <td><p><span class="term"><em class="parameter"><code>model</code></em> :</span></p></td>
572
- <td>The <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> currently being iterated</td>
573
- </tr>
574
- <tr>
575
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
576
- <td>The current <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>
577
- </td>
578
- </tr>
579
- <tr>
580
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
581
- <td>The current <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>
582
- </td>
583
- </tr>
584
- <tr>
585
- <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
586
- <td>The user data passed to <a class="link" href="GtkTreeModel.html#gtk-tree-model-foreach" title="gtk_tree_model_foreach ()"><code class="function">gtk_tree_model_foreach()</code></a>
587
- </td>
588
- </tr>
589
- <tr>
590
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
591
- <td>
592
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to stop iterating, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to continue.</td>
593
- </tr>
594
- </tbody>
595
- </table></div>
596
- </div>
597
- <hr>
598
- <div class="refsect2">
599
- <a name="GtkTreeModelFlags"></a><h3>enum GtkTreeModelFlags</h3>
600
- <pre class="programlisting">typedef enum {
601
- GTK_TREE_MODEL_ITERS_PERSIST = 1 &lt;&lt; 0,
602
- GTK_TREE_MODEL_LIST_ONLY = 1 &lt;&lt; 1
603
- } GtkTreeModelFlags;
604
- </pre>
605
- <p>
606
- These flags indicate various properties of a <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>. They are
607
- returned by <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-flags" title="gtk_tree_model_get_flags ()"><code class="function">gtk_tree_model_get_flags()</code></a>, and must be static for the
608
- lifetime of the object. A more complete description of
609
- <a class="link" href="GtkTreeModel.html#GTK-TREE-MODEL-ITERS-PERSIST:CAPS"><span class="type">GTK_TREE_MODEL_ITERS_PERSIST</span></a> can be found in the overview of this
610
- section.
611
- </p>
612
- <div class="variablelist"><table border="0">
613
- <col align="left" valign="top">
614
- <tbody>
615
- <tr>
616
- <td><p><a name="GTK-TREE-MODEL-ITERS-PERSIST:CAPS"></a><span class="term"><code class="literal">GTK_TREE_MODEL_ITERS_PERSIST</code></span></p></td>
617
- <td>Iterators survive all signals emitted by the tree.
618
- </td>
619
- </tr>
620
- <tr>
621
- <td><p><a name="GTK-TREE-MODEL-LIST-ONLY:CAPS"></a><span class="term"><code class="literal">GTK_TREE_MODEL_LIST_ONLY</code></span></p></td>
622
- <td>The model is a list only, and never has children
623
- </td>
624
- </tr>
625
- </tbody>
626
- </table></div>
627
- </div>
628
- <hr>
629
- <div class="refsect2">
630
- <a name="gtk-tree-path-new"></a><h3>gtk_tree_path_new ()</h3>
631
- <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * gtk_tree_path_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
632
- <p>
633
- Creates a new <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>. This structure refers to a row.
634
- </p>
635
- <div class="variablelist"><table border="0">
636
- <col align="left" valign="top">
637
- <tbody><tr>
638
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
639
- <td>A newly created <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
640
- </tr></tbody>
641
- </table></div>
642
- </div>
643
- <hr>
644
- <div class="refsect2">
645
- <a name="gtk-tree-path-new-from-string"></a><h3>gtk_tree_path_new_from_string ()</h3>
646
- <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * gtk_tree_path_new_from_string (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>);</pre>
647
- <p>
648
- Creates a new <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> initialized to <em class="parameter"><code>path</code></em>. <em class="parameter"><code>path</code></em> is expected to be a
649
- colon separated list of numbers. For example, the string "10:4:0" would
650
- create a path of depth 3 pointing to the 11th child of the root node, the 5th
651
- child of that 11th child, and the 1st child of that 5th child. If an invalid
652
- path string is passed in, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.
653
- </p>
654
- <div class="variablelist"><table border="0">
655
- <col align="left" valign="top">
656
- <tbody>
657
- <tr>
658
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
659
- <td>The string representation of a path.</td>
660
- </tr>
661
- <tr>
662
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
663
- <td>A newly-created <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
664
- </td>
665
- </tr>
666
- </tbody>
667
- </table></div>
668
- </div>
669
- <hr>
670
- <div class="refsect2">
671
- <a name="gtk-tree-path-new-from-indices"></a><h3>gtk_tree_path_new_from_indices ()</h3>
672
- <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * gtk_tree_path_new_from_indices (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> first_index</code></em>,
673
- <em class="parameter"><code>...</code></em>);</pre>
674
- <p>
675
- Creates a new path with <em class="parameter"><code>first_index</code></em> and <em class="parameter"><code>varargs</code></em> as indices.
676
- </p>
677
- <div class="variablelist"><table border="0">
678
- <col align="left" valign="top">
679
- <tbody>
680
- <tr>
681
- <td><p><span class="term"><em class="parameter"><code>first_index</code></em> :</span></p></td>
682
- <td>first integer</td>
683
- </tr>
684
- <tr>
685
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
686
- <td>A newly created <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
687
- </tr>
688
- </tbody>
689
- </table></div>
690
- <p class="since">Since 2.2</p>
691
- </div>
692
- <hr>
693
- <div class="refsect2">
694
- <a name="gtk-tree-path-to-string"></a><h3>gtk_tree_path_to_string ()</h3>
695
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_tree_path_to_string (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
696
- <p>
697
- Generates a string representation of the path. This string is a ':'
698
- separated list of numbers. For example, "4:10:0:3" would be an acceptable return value for this string.
699
- </p>
700
- <div class="variablelist"><table border="0">
701
- <col align="left" valign="top">
702
- <tbody>
703
- <tr>
704
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
705
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>
706
- </td>
707
- </tr>
708
- <tr>
709
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
710
- <td>A newly-allocated string. Must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
711
- </tr>
712
- </tbody>
713
- </table></div>
714
- </div>
715
- <hr>
716
- <div class="refsect2">
717
- <a name="gtk-tree-path-new-first"></a><h3>gtk_tree_path_new_first ()</h3>
718
- <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * gtk_tree_path_new_first (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
719
- <p>
720
- Creates a new <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>. The string representation of this path is "0"
721
- </p>
722
- <div class="variablelist"><table border="0">
723
- <col align="left" valign="top">
724
- <tbody><tr>
725
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
726
- <td>A new <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
727
- </tr></tbody>
728
- </table></div>
729
- </div>
730
- <hr>
731
- <div class="refsect2">
732
- <a name="gtk-tree-path-new-root"></a><h3>gtk_tree_path_new_root</h3>
733
- <pre class="programlisting">#define gtk_tree_path_new_root() gtk_tree_path_new_first()
734
- </pre>
735
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
736
- <h3 class="title">Warning</h3>
737
- <p><code class="literal">gtk_tree_path_new_root</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkTreeModel.html#gtk-tree-path-new-first" title="gtk_tree_path_new_first ()"><code class="function">gtk_tree_path_new_first()</code></a> instead.</p>
738
- </div>
739
- <p>
740
- An alternate name for <a class="link" href="GtkTreeModel.html#gtk-tree-path-new-first" title="gtk_tree_path_new_first ()"><code class="function">gtk_tree_path_new_first()</code></a> provided for
741
- compatibility reasons.
742
- </p>
743
- <div class="variablelist"><table border="0">
744
- <col align="left" valign="top">
745
- <tbody><tr>
746
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
747
- <td>A new <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
748
- </tr></tbody>
749
- </table></div>
750
- </div>
751
- <hr>
752
- <div class="refsect2">
753
- <a name="gtk-tree-path-append-index"></a><h3>gtk_tree_path_append_index ()</h3>
754
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_path_append_index (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
755
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index_</code></em>);</pre>
756
- <p>
757
- Appends a new index to a path. As a result, the depth of the path is
758
- increased.
759
- </p>
760
- <div class="variablelist"><table border="0">
761
- <col align="left" valign="top">
762
- <tbody>
763
- <tr>
764
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
765
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
766
- </tr>
767
- <tr>
768
- <td><p><span class="term"><em class="parameter"><code>index_</code></em> :</span></p></td>
769
- <td>The index.</td>
770
- </tr>
771
- </tbody>
772
- </table></div>
773
- </div>
774
- <hr>
775
- <div class="refsect2">
776
- <a name="gtk-tree-path-prepend-index"></a><h3>gtk_tree_path_prepend_index ()</h3>
777
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_path_prepend_index (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
778
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index_</code></em>);</pre>
779
- <p>
780
- Prepends a new index to a path. As a result, the depth of the path is
781
- increased.
782
- </p>
783
- <div class="variablelist"><table border="0">
784
- <col align="left" valign="top">
785
- <tbody>
786
- <tr>
787
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
788
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
789
- </tr>
790
- <tr>
791
- <td><p><span class="term"><em class="parameter"><code>index_</code></em> :</span></p></td>
792
- <td>The index.</td>
793
- </tr>
794
- </tbody>
795
- </table></div>
796
- </div>
797
- <hr>
798
- <div class="refsect2">
799
- <a name="gtk-tree-path-get-depth"></a><h3>gtk_tree_path_get_depth ()</h3>
800
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_tree_path_get_depth (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
801
- <p>
802
- Returns the current depth of <em class="parameter"><code>path</code></em>.
803
- </p>
804
- <div class="variablelist"><table border="0">
805
- <col align="left" valign="top">
806
- <tbody>
807
- <tr>
808
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
809
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
810
- </tr>
811
- <tr>
812
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
813
- <td>The depth of <em class="parameter"><code>path</code></em>
814
- </td>
815
- </tr>
816
- </tbody>
817
- </table></div>
818
- </div>
819
- <hr>
820
- <div class="refsect2">
821
- <a name="gtk-tree-path-get-indices"></a><h3>gtk_tree_path_get_indices ()</h3>
822
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> * gtk_tree_path_get_indices (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
823
- <p>
824
- Returns the current indices of <em class="parameter"><code>path</code></em>. This is an array of integers, each
825
- representing a node in a tree. This value should not be freed.
826
- </p>
827
- <div class="variablelist"><table border="0">
828
- <col align="left" valign="top">
829
- <tbody>
830
- <tr>
831
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
832
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
833
- </tr>
834
- <tr>
835
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
836
- <td>The current indices, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
837
- </tr>
838
- </tbody>
839
- </table></div>
840
- </div>
841
- <hr>
842
- <div class="refsect2">
843
- <a name="gtk-tree-path-get-indices-with-depth"></a><h3>gtk_tree_path_get_indices_with_depth ()</h3>
844
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> * gtk_tree_path_get_indices_with_depth
845
- (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
846
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *depth</code></em>);</pre>
847
- <p>
848
- Returns the current indices of <em class="parameter"><code>path</code></em>.
849
- This is an array of integers, each representing a node in a tree.
850
- It also returns the number of elements in the array.
851
- The array should not be freed.
852
- </p>
853
- <div class="variablelist"><table border="0">
854
- <col align="left" valign="top">
855
- <tbody>
856
- <tr>
857
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
858
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
859
- </tr>
860
- <tr>
861
- <td><p><span class="term"><em class="parameter"><code>depth</code></em> :</span></p></td>
862
- <td>Number of elements returned in the integer array</td>
863
- </tr>
864
- <tr>
865
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
866
- <td>The current indices, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=depth][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
867
- </td>
868
- </tr>
869
- </tbody>
870
- </table></div>
871
- <p class="since">Since 2.22</p>
872
- </div>
873
- <hr>
874
- <div class="refsect2">
875
- <a name="gtk-tree-path-free"></a><h3>gtk_tree_path_free ()</h3>
876
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_path_free (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
877
- <p>
878
- Frees <em class="parameter"><code>path</code></em>.
879
- </p>
880
- <div class="variablelist"><table border="0">
881
- <col align="left" valign="top">
882
- <tbody><tr>
883
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
884
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
885
- </tr></tbody>
886
- </table></div>
887
- </div>
888
- <hr>
889
- <div class="refsect2">
890
- <a name="gtk-tree-path-copy"></a><h3>gtk_tree_path_copy ()</h3>
891
- <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * gtk_tree_path_copy (<em class="parameter"><code>const <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
892
- <p>
893
- Creates a new <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> as a copy of <em class="parameter"><code>path</code></em>.
894
- </p>
895
- <div class="variablelist"><table border="0">
896
- <col align="left" valign="top">
897
- <tbody>
898
- <tr>
899
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
900
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
901
- </tr>
902
- <tr>
903
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
904
- <td>A new <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
905
- </tr>
906
- </tbody>
907
- </table></div>
908
- </div>
909
- <hr>
910
- <div class="refsect2">
911
- <a name="gtk-tree-path-compare"></a><h3>gtk_tree_path_compare ()</h3>
912
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_tree_path_compare (<em class="parameter"><code>const <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *a</code></em>,
913
- <em class="parameter"><code>const <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *b</code></em>);</pre>
914
- <p>
915
- Compares two paths. If <em class="parameter"><code>a</code></em> appears before <em class="parameter"><code>b</code></em> in a tree, then -1 is returned.
916
- If <em class="parameter"><code>b</code></em> appears before <em class="parameter"><code>a</code></em>, then 1 is returned. If the two nodes are equal,
917
- then 0 is returned.
918
- </p>
919
- <div class="variablelist"><table border="0">
920
- <col align="left" valign="top">
921
- <tbody>
922
- <tr>
923
- <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
924
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
925
- </tr>
926
- <tr>
927
- <td><p><span class="term"><em class="parameter"><code>b</code></em> :</span></p></td>
928
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> to compare with.</td>
929
- </tr>
930
- <tr>
931
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
932
- <td>The relative positions of <em class="parameter"><code>a</code></em> and <em class="parameter"><code>b</code></em>
933
- </td>
934
- </tr>
935
- </tbody>
936
- </table></div>
937
- </div>
938
- <hr>
939
- <div class="refsect2">
940
- <a name="gtk-tree-path-next"></a><h3>gtk_tree_path_next ()</h3>
941
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_path_next (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
942
- <p>
943
- Moves the <em class="parameter"><code>path</code></em> to point to the next node at the current depth.
944
- </p>
945
- <div class="variablelist"><table border="0">
946
- <col align="left" valign="top">
947
- <tbody><tr>
948
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
949
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
950
- </tr></tbody>
951
- </table></div>
952
- </div>
953
- <hr>
954
- <div class="refsect2">
955
- <a name="gtk-tree-path-prev"></a><h3>gtk_tree_path_prev ()</h3>
956
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_path_prev (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
957
- <p>
958
- Moves the <em class="parameter"><code>path</code></em> to point to the previous node at the current depth,
959
- if it exists.
960
- </p>
961
- <div class="variablelist"><table border="0">
962
- <col align="left" valign="top">
963
- <tbody>
964
- <tr>
965
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
966
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
967
- </tr>
968
- <tr>
969
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
970
- <td>
971
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>path</code></em> has a previous node, and the move was made.</td>
972
- </tr>
973
- </tbody>
974
- </table></div>
975
- </div>
976
- <hr>
977
- <div class="refsect2">
978
- <a name="gtk-tree-path-up"></a><h3>gtk_tree_path_up ()</h3>
979
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_path_up (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
980
- <p>
981
- Moves the <em class="parameter"><code>path</code></em> to point to its parent node, if it has a parent.
982
- </p>
983
- <div class="variablelist"><table border="0">
984
- <col align="left" valign="top">
985
- <tbody>
986
- <tr>
987
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
988
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
989
- </tr>
990
- <tr>
991
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
992
- <td>
993
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>path</code></em> has a parent, and the move was made.</td>
994
- </tr>
995
- </tbody>
996
- </table></div>
997
- </div>
998
- <hr>
999
- <div class="refsect2">
1000
- <a name="gtk-tree-path-down"></a><h3>gtk_tree_path_down ()</h3>
1001
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_path_down (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
1002
- <p>
1003
- Moves <em class="parameter"><code>path</code></em> to point to the first child of the current path.
1004
- </p>
1005
- <div class="variablelist"><table border="0">
1006
- <col align="left" valign="top">
1007
- <tbody><tr>
1008
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
1009
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
1010
- </tr></tbody>
1011
- </table></div>
1012
- </div>
1013
- <hr>
1014
- <div class="refsect2">
1015
- <a name="gtk-tree-path-is-ancestor"></a><h3>gtk_tree_path_is_ancestor ()</h3>
1016
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_path_is_ancestor (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
1017
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *descendant</code></em>);</pre>
1018
- <p>
1019
- Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>descendant</code></em> is a descendant of <em class="parameter"><code>path</code></em>.
1020
- </p>
1021
- <div class="variablelist"><table border="0">
1022
- <col align="left" valign="top">
1023
- <tbody>
1024
- <tr>
1025
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
1026
- <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>
1027
- </td>
1028
- </tr>
1029
- <tr>
1030
- <td><p><span class="term"><em class="parameter"><code>descendant</code></em> :</span></p></td>
1031
- <td>another <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>
1032
- </td>
1033
- </tr>
1034
- <tr>
1035
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1036
- <td>
1037
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>descendant</code></em> is contained inside <em class="parameter"><code>path</code></em>
1038
- </td>
1039
- </tr>
1040
- </tbody>
1041
- </table></div>
1042
- </div>
1043
- <hr>
1044
- <div class="refsect2">
1045
- <a name="gtk-tree-path-is-descendant"></a><h3>gtk_tree_path_is_descendant ()</h3>
1046
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_path_is_descendant (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
1047
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *ancestor</code></em>);</pre>
1048
- <p>
1049
- Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>path</code></em> is a descendant of <em class="parameter"><code>ancestor</code></em>.
1050
- </p>
1051
- <div class="variablelist"><table border="0">
1052
- <col align="left" valign="top">
1053
- <tbody>
1054
- <tr>
1055
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
1056
- <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>
1057
- </td>
1058
- </tr>
1059
- <tr>
1060
- <td><p><span class="term"><em class="parameter"><code>ancestor</code></em> :</span></p></td>
1061
- <td>another <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>
1062
- </td>
1063
- </tr>
1064
- <tr>
1065
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1066
- <td>
1067
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>ancestor</code></em> contains <em class="parameter"><code>path</code></em> somewhere below it</td>
1068
- </tr>
1069
- </tbody>
1070
- </table></div>
1071
- </div>
1072
- <hr>
1073
- <div class="refsect2">
1074
- <a name="gtk-tree-row-reference-new"></a><h3>gtk_tree_row_reference_new ()</h3>
1075
- <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="returnvalue">GtkTreeRowReference</span></a> * gtk_tree_row_reference_new (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
1076
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
1077
- <p>
1078
- Creates a row reference based on <em class="parameter"><code>path</code></em>. This reference will keep pointing
1079
- to the node pointed to by <em class="parameter"><code>path</code></em>, so long as it exists. It listens to all
1080
- signals emitted by <em class="parameter"><code>model</code></em>, and updates its path appropriately. If <em class="parameter"><code>path</code></em>
1081
- isn't a valid path in <em class="parameter"><code>model</code></em>, then <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.
1082
- </p>
1083
- <div class="variablelist"><table border="0">
1084
- <col align="left" valign="top">
1085
- <tbody>
1086
- <tr>
1087
- <td><p><span class="term"><em class="parameter"><code>model</code></em> :</span></p></td>
1088
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>
1089
- </td>
1090
- </tr>
1091
- <tr>
1092
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
1093
- <td>A valid <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> to monitor</td>
1094
- </tr>
1095
- <tr>
1096
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1097
- <td>A newly allocated <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1098
- </td>
1099
- </tr>
1100
- </tbody>
1101
- </table></div>
1102
- </div>
1103
- <hr>
1104
- <div class="refsect2">
1105
- <a name="gtk-tree-row-reference-new-proxy"></a><h3>gtk_tree_row_reference_new_proxy ()</h3>
1106
- <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="returnvalue">GtkTreeRowReference</span></a> * gtk_tree_row_reference_new_proxy (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *proxy</code></em>,
1107
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
1108
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
1109
- <p>
1110
- You do not need to use this function. Creates a row reference based on
1111
- <em class="parameter"><code>path</code></em>. This reference will keep pointing to the node pointed to by <em class="parameter"><code>path</code></em>,
1112
- so long as it exists. If <em class="parameter"><code>path</code></em> isn't a valid path in <em class="parameter"><code>model</code></em>, then <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is
1113
- returned. However, unlike references created with
1114
- <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-new" title="gtk_tree_row_reference_new ()"><code class="function">gtk_tree_row_reference_new()</code></a>, it does not listen to the model for changes.
1115
- The creator of the row reference must do this explicitly using
1116
- <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-inserted" title="gtk_tree_row_reference_inserted ()"><code class="function">gtk_tree_row_reference_inserted()</code></a>, <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-deleted" title="gtk_tree_row_reference_deleted ()"><code class="function">gtk_tree_row_reference_deleted()</code></a>,
1117
- <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-reordered" title="gtk_tree_row_reference_reordered ()"><code class="function">gtk_tree_row_reference_reordered()</code></a>.
1118
- </p>
1119
- <p>
1120
- These functions must be called exactly once per proxy when the
1121
- corresponding signal on the model is emitted. This single call
1122
- updates all row references for that proxy. Since built-in GTK+
1123
- objects like <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> already use this mechanism internally,
1124
- using them as the proxy object will produce unpredictable results.
1125
- Further more, passing the same object as <em class="parameter"><code>model</code></em> and <em class="parameter"><code>proxy</code></em>
1126
- doesn't work for reasons of internal implementation.
1127
- </p>
1128
- <p>
1129
- This type of row reference is primarily meant by structures that need to
1130
- carefully monitor exactly when a row reference updates itself, and is not
1131
- generally needed by most applications.
1132
- </p>
1133
- <div class="variablelist"><table border="0">
1134
- <col align="left" valign="top">
1135
- <tbody>
1136
- <tr>
1137
- <td><p><span class="term"><em class="parameter"><code>proxy</code></em> :</span></p></td>
1138
- <td>A proxy <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>
1139
- </td>
1140
- </tr>
1141
- <tr>
1142
- <td><p><span class="term"><em class="parameter"><code>model</code></em> :</span></p></td>
1143
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>
1144
- </td>
1145
- </tr>
1146
- <tr>
1147
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
1148
- <td>A valid <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> to monitor</td>
1149
- </tr>
1150
- <tr>
1151
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1152
- <td>A newly allocated <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1153
- </td>
1154
- </tr>
1155
- </tbody>
1156
- </table></div>
1157
- </div>
1158
- <hr>
1159
- <div class="refsect2">
1160
- <a name="gtk-tree-row-reference-get-model"></a><h3>gtk_tree_row_reference_get_model ()</h3>
1161
- <pre class="programlisting"><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="returnvalue">GtkTreeModel</span></a> * gtk_tree_row_reference_get_model (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);</pre>
1162
- <p>
1163
- Returns the model that the row reference is monitoring.
1164
- </p>
1165
- <div class="variablelist"><table border="0">
1166
- <col align="left" valign="top">
1167
- <tbody>
1168
- <tr>
1169
- <td><p><span class="term"><em class="parameter"><code>reference</code></em> :</span></p></td>
1170
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a>
1171
- </td>
1172
- </tr>
1173
- <tr>
1174
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1175
- <td>the model. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1176
- </td>
1177
- </tr>
1178
- </tbody>
1179
- </table></div>
1180
- <p class="since">Since 2.8</p>
1181
- </div>
1182
- <hr>
1183
- <div class="refsect2">
1184
- <a name="gtk-tree-row-reference-get-path"></a><h3>gtk_tree_row_reference_get_path ()</h3>
1185
- <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * gtk_tree_row_reference_get_path (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);</pre>
1186
- <p>
1187
- Returns a path that the row reference currently points to, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
1188
- path pointed to is no longer valid.
1189
- </p>
1190
- <div class="variablelist"><table border="0">
1191
- <col align="left" valign="top">
1192
- <tbody>
1193
- <tr>
1194
- <td><p><span class="term"><em class="parameter"><code>reference</code></em> :</span></p></td>
1195
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a>
1196
- </td>
1197
- </tr>
1198
- <tr>
1199
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1200
- <td>A current path, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
1201
- </tr>
1202
- </tbody>
1203
- </table></div>
1204
- </div>
1205
- <hr>
1206
- <div class="refsect2">
1207
- <a name="gtk-tree-row-reference-valid"></a><h3>gtk_tree_row_reference_valid ()</h3>
1208
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_row_reference_valid (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);</pre>
1209
- <p>
1210
- Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>reference</code></em> is non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> and refers to a current valid
1211
- path.
1212
- </p>
1213
- <div class="variablelist"><table border="0">
1214
- <col align="left" valign="top">
1215
- <tbody>
1216
- <tr>
1217
- <td><p><span class="term"><em class="parameter"><code>reference</code></em> :</span></p></td>
1218
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1219
- </td>
1220
- </tr>
1221
- <tr>
1222
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1223
- <td>
1224
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>reference</code></em> points to a valid path.</td>
1225
- </tr>
1226
- </tbody>
1227
- </table></div>
1228
- </div>
1229
- <hr>
1230
- <div class="refsect2">
1231
- <a name="gtk-tree-row-reference-free"></a><h3>gtk_tree_row_reference_free ()</h3>
1232
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_row_reference_free (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);</pre>
1233
- <p>
1234
- Free's <em class="parameter"><code>reference</code></em>. <em class="parameter"><code>reference</code></em> may be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
1235
- </p>
1236
- <div class="variablelist"><table border="0">
1237
- <col align="left" valign="top">
1238
- <tbody><tr>
1239
- <td><p><span class="term"><em class="parameter"><code>reference</code></em> :</span></p></td>
1240
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1241
- </td>
1242
- </tr></tbody>
1243
- </table></div>
1244
- </div>
1245
- <hr>
1246
- <div class="refsect2">
1247
- <a name="gtk-tree-row-reference-copy"></a><h3>gtk_tree_row_reference_copy ()</h3>
1248
- <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="returnvalue">GtkTreeRowReference</span></a> * gtk_tree_row_reference_copy (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);</pre>
1249
- <p>
1250
- Copies a <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a>.
1251
- </p>
1252
- <div class="variablelist"><table border="0">
1253
- <col align="left" valign="top">
1254
- <tbody>
1255
- <tr>
1256
- <td><p><span class="term"><em class="parameter"><code>reference</code></em> :</span></p></td>
1257
- <td>a <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a>
1258
- </td>
1259
- </tr>
1260
- <tr>
1261
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1262
- <td>a copy of <em class="parameter"><code>reference</code></em>.</td>
1263
- </tr>
1264
- </tbody>
1265
- </table></div>
1266
- <p class="since">Since 2.2</p>
1267
- </div>
1268
- <hr>
1269
- <div class="refsect2">
1270
- <a name="gtk-tree-row-reference-inserted"></a><h3>gtk_tree_row_reference_inserted ()</h3>
1271
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_row_reference_inserted (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *proxy</code></em>,
1272
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
1273
- <p>
1274
- Lets a set of row reference created by <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-new-proxy" title="gtk_tree_row_reference_new_proxy ()"><code class="function">gtk_tree_row_reference_new_proxy()</code></a>
1275
- know that the model emitted the "row_inserted" signal.
1276
- </p>
1277
- <div class="variablelist"><table border="0">
1278
- <col align="left" valign="top">
1279
- <tbody>
1280
- <tr>
1281
- <td><p><span class="term"><em class="parameter"><code>proxy</code></em> :</span></p></td>
1282
- <td>A <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>
1283
- </td>
1284
- </tr>
1285
- <tr>
1286
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
1287
- <td>The row position that was inserted</td>
1288
- </tr>
1289
- </tbody>
1290
- </table></div>
1291
- </div>
1292
- <hr>
1293
- <div class="refsect2">
1294
- <a name="gtk-tree-row-reference-deleted"></a><h3>gtk_tree_row_reference_deleted ()</h3>
1295
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_row_reference_deleted (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *proxy</code></em>,
1296
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
1297
- <p>
1298
- Lets a set of row reference created by <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-new-proxy" title="gtk_tree_row_reference_new_proxy ()"><code class="function">gtk_tree_row_reference_new_proxy()</code></a>
1299
- know that the model emitted the "row_deleted" signal.
1300
- </p>
1301
- <div class="variablelist"><table border="0">
1302
- <col align="left" valign="top">
1303
- <tbody>
1304
- <tr>
1305
- <td><p><span class="term"><em class="parameter"><code>proxy</code></em> :</span></p></td>
1306
- <td>A <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>
1307
- </td>
1308
- </tr>
1309
- <tr>
1310
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
1311
- <td>The path position that was deleted</td>
1312
- </tr>
1313
- </tbody>
1314
- </table></div>
1315
- </div>
1316
- <hr>
1317
- <div class="refsect2">
1318
- <a name="gtk-tree-row-reference-reordered"></a><h3>gtk_tree_row_reference_reordered ()</h3>
1319
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_row_reference_reordered (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *proxy</code></em>,
1320
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
1321
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1322
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *new_order</code></em>);</pre>
1323
- <p>
1324
- Lets a set of row reference created by <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-new-proxy" title="gtk_tree_row_reference_new_proxy ()"><code class="function">gtk_tree_row_reference_new_proxy()</code></a>
1325
- know that the model emitted the "rows_reordered" signal.
1326
- </p>
1327
- <div class="variablelist"><table border="0">
1328
- <col align="left" valign="top">
1329
- <tbody>
1330
- <tr>
1331
- <td><p><span class="term"><em class="parameter"><code>proxy</code></em> :</span></p></td>
1332
- <td>A <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>
1333
- </td>
1334
- </tr>
1335
- <tr>
1336
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
1337
- <td>The parent path of the reordered signal</td>
1338
- </tr>
1339
- <tr>
1340
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1341
- <td>The iter pointing to the parent of the reordered</td>
1342
- </tr>
1343
- <tr>
1344
- <td><p><span class="term"><em class="parameter"><code>new_order</code></em> :</span></p></td>
1345
- <td>The new order of rows</td>
1346
- </tr>
1347
- </tbody>
1348
- </table></div>
1349
- </div>
1350
- <hr>
1351
- <div class="refsect2">
1352
- <a name="gtk-tree-iter-copy"></a><h3>gtk_tree_iter_copy ()</h3>
1353
- <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="returnvalue">GtkTreeIter</span></a> * gtk_tree_iter_copy (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1354
- <p>
1355
- Creates a dynamically allocated tree iterator as a copy of <em class="parameter"><code>iter</code></em>.
1356
- This function is not intended for use in applications, because you
1357
- can just copy the structs by value
1358
- (<code class="literal">GtkTreeIter new_iter = iter;</code>).
1359
- You must free this iter with <a class="link" href="GtkTreeModel.html#gtk-tree-iter-free" title="gtk_tree_iter_free ()"><code class="function">gtk_tree_iter_free()</code></a>.
1360
- </p>
1361
- <div class="variablelist"><table border="0">
1362
- <col align="left" valign="top">
1363
- <tbody>
1364
- <tr>
1365
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1366
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
1367
- </tr>
1368
- <tr>
1369
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1370
- <td>a newly-allocated copy of <em class="parameter"><code>iter</code></em>.</td>
1371
- </tr>
1372
- </tbody>
1373
- </table></div>
1374
- </div>
1375
- <hr>
1376
- <div class="refsect2">
1377
- <a name="gtk-tree-iter-free"></a><h3>gtk_tree_iter_free ()</h3>
1378
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_iter_free (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1379
- <p>
1380
- Frees an iterator that has been allocated by <a class="link" href="GtkTreeModel.html#gtk-tree-iter-copy" title="gtk_tree_iter_copy ()"><code class="function">gtk_tree_iter_copy()</code></a>.
1381
- This function is mainly used for language bindings.
1382
- </p>
1383
- <div class="variablelist"><table border="0">
1384
- <col align="left" valign="top">
1385
- <tbody><tr>
1386
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1387
- <td>A dynamically allocated tree iterator.</td>
1388
- </tr></tbody>
1389
- </table></div>
1390
- </div>
1391
- <hr>
1392
- <div class="refsect2">
1393
- <a name="gtk-tree-model-get-flags"></a><h3>gtk_tree_model_get_flags ()</h3>
1394
- <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreeModelFlags" title="enum GtkTreeModelFlags"><span class="returnvalue">GtkTreeModelFlags</span></a> gtk_tree_model_get_flags (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>);</pre>
1395
- <p>
1396
- Returns a set of flags supported by this interface. The flags are a bitwise
1397
- combination of <a class="link" href="GtkTreeModel.html#GtkTreeModelFlags" title="enum GtkTreeModelFlags"><span class="type">GtkTreeModelFlags</span></a>. The flags supported should not change
1398
- during the lifecycle of the <em class="parameter"><code>tree_model</code></em>.
1399
- </p>
1400
- <div class="variablelist"><table border="0">
1401
- <col align="left" valign="top">
1402
- <tbody>
1403
- <tr>
1404
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1405
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1406
- </tr>
1407
- <tr>
1408
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1409
- <td>The flags supported by this interface.</td>
1410
- </tr>
1411
- </tbody>
1412
- </table></div>
1413
- </div>
1414
- <hr>
1415
- <div class="refsect2">
1416
- <a name="gtk-tree-model-get-n-columns"></a><h3>gtk_tree_model_get_n_columns ()</h3>
1417
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_tree_model_get_n_columns (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>);</pre>
1418
- <p>
1419
- Returns the number of columns supported by <em class="parameter"><code>tree_model</code></em>.
1420
- </p>
1421
- <div class="variablelist"><table border="0">
1422
- <col align="left" valign="top">
1423
- <tbody>
1424
- <tr>
1425
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1426
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1427
- </tr>
1428
- <tr>
1429
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1430
- <td>The number of columns.</td>
1431
- </tr>
1432
- </tbody>
1433
- </table></div>
1434
- </div>
1435
- <hr>
1436
- <div class="refsect2">
1437
- <a name="gtk-tree-model-get-column-type"></a><h3>gtk_tree_model_get_column_type ()</h3>
1438
- <pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> gtk_tree_model_get_column_type (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1439
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index_</code></em>);</pre>
1440
- <p>
1441
- Returns the type of the column.
1442
- </p>
1443
- <div class="variablelist"><table border="0">
1444
- <col align="left" valign="top">
1445
- <tbody>
1446
- <tr>
1447
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1448
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1449
- </tr>
1450
- <tr>
1451
- <td><p><span class="term"><em class="parameter"><code>index_</code></em> :</span></p></td>
1452
- <td>The column index.</td>
1453
- </tr>
1454
- <tr>
1455
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1456
- <td>The type of the column. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1457
- </td>
1458
- </tr>
1459
- </tbody>
1460
- </table></div>
1461
- </div>
1462
- <hr>
1463
- <div class="refsect2">
1464
- <a name="gtk-tree-model-get-iter"></a><h3>gtk_tree_model_get_iter ()</h3>
1465
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_model_get_iter (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1466
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1467
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
1468
- <p>
1469
- Sets <em class="parameter"><code>iter</code></em> to a valid iterator pointing to <em class="parameter"><code>path</code></em>.
1470
- </p>
1471
- <div class="variablelist"><table border="0">
1472
- <col align="left" valign="top">
1473
- <tbody>
1474
- <tr>
1475
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1476
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1477
- </tr>
1478
- <tr>
1479
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1480
- <td>The uninitialized <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1481
- </td>
1482
- </tr>
1483
- <tr>
1484
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
1485
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
1486
- </tr>
1487
- <tr>
1488
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1489
- <td>
1490
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em> was set.</td>
1491
- </tr>
1492
- </tbody>
1493
- </table></div>
1494
- </div>
1495
- <hr>
1496
- <div class="refsect2">
1497
- <a name="gtk-tree-model-get-iter-from-string"></a><h3>gtk_tree_model_get_iter_from_string ()</h3>
1498
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_model_get_iter_from_string (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1499
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1500
- <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path_string</code></em>);</pre>
1501
- <p>
1502
- Sets <em class="parameter"><code>iter</code></em> to a valid iterator pointing to <em class="parameter"><code>path_string</code></em>, if it
1503
- exists. Otherwise, <em class="parameter"><code>iter</code></em> is left invalid and <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned.
1504
- </p>
1505
- <div class="variablelist"><table border="0">
1506
- <col align="left" valign="top">
1507
- <tbody>
1508
- <tr>
1509
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1510
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1511
- </tr>
1512
- <tr>
1513
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1514
- <td>An uninitialized <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1515
- </td>
1516
- </tr>
1517
- <tr>
1518
- <td><p><span class="term"><em class="parameter"><code>path_string</code></em> :</span></p></td>
1519
- <td>A string representation of a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
1520
- </tr>
1521
- <tr>
1522
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1523
- <td>
1524
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em> was set.</td>
1525
- </tr>
1526
- </tbody>
1527
- </table></div>
1528
- </div>
1529
- <hr>
1530
- <div class="refsect2">
1531
- <a name="gtk-tree-model-get-iter-first"></a><h3>gtk_tree_model_get_iter_first ()</h3>
1532
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_model_get_iter_first (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1533
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1534
- <p>
1535
- Initializes <em class="parameter"><code>iter</code></em> with the first iterator in the tree (the one at the path
1536
- "0") and returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if the tree is empty.
1537
- </p>
1538
- <div class="variablelist"><table border="0">
1539
- <col align="left" valign="top">
1540
- <tbody>
1541
- <tr>
1542
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1543
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1544
- </tr>
1545
- <tr>
1546
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1547
- <td>The uninitialized <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1548
- </td>
1549
- </tr>
1550
- <tr>
1551
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1552
- <td>
1553
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em> was set.</td>
1554
- </tr>
1555
- </tbody>
1556
- </table></div>
1557
- </div>
1558
- <hr>
1559
- <div class="refsect2">
1560
- <a name="gtk-tree-model-get-iter-root"></a><h3>gtk_tree_model_get_iter_root()</h3>
1561
- <pre class="programlisting">#define gtk_tree_model_get_iter_root(tree_model, iter) gtk_tree_model_get_iter_first(tree_model, iter)
1562
- </pre>
1563
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1564
- <h3 class="title">Warning</h3>
1565
- <p><code class="literal">gtk_tree_model_get_iter_root</code> is deprecated and should not be used in newly-written code.</p>
1566
- </div>
1567
- <p>
1568
- A alternate name for <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-iter-first" title="gtk_tree_model_get_iter_first ()"><code class="function">gtk_tree_model_get_iter_first()</code></a> provided for
1569
- compatibility reasons; this macro will be deprecated in future
1570
- versions of GTK+.
1571
- </p>
1572
- <div class="variablelist"><table border="0">
1573
- <col align="left" valign="top">
1574
- <tbody>
1575
- <tr>
1576
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1577
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1578
- </tr>
1579
- <tr>
1580
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1581
- <td>uninitialized <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
1582
- </tr>
1583
- <tr>
1584
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1585
- <td>
1586
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em> was set.</td>
1587
- </tr>
1588
- </tbody>
1589
- </table></div>
1590
- </div>
1591
- <hr>
1592
- <div class="refsect2">
1593
- <a name="gtk-tree-model-get-path"></a><h3>gtk_tree_model_get_path ()</h3>
1594
- <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * gtk_tree_model_get_path (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1595
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1596
- <p>
1597
- Returns a newly-created <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> referenced by <em class="parameter"><code>iter</code></em>. This path should
1598
- be freed with <a class="link" href="GtkTreeModel.html#gtk-tree-path-free" title="gtk_tree_path_free ()"><code class="function">gtk_tree_path_free()</code></a>.
1599
- </p>
1600
- <div class="variablelist"><table border="0">
1601
- <col align="left" valign="top">
1602
- <tbody>
1603
- <tr>
1604
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1605
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1606
- </tr>
1607
- <tr>
1608
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1609
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
1610
- </tr>
1611
- <tr>
1612
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1613
- <td>a newly-created <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
1614
- </tr>
1615
- </tbody>
1616
- </table></div>
1617
- </div>
1618
- <hr>
1619
- <div class="refsect2">
1620
- <a name="gtk-tree-model-get-value"></a><h3>gtk_tree_model_get_value ()</h3>
1621
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_model_get_value (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1622
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1623
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1624
- <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
1625
- <p>
1626
- Initializes and sets <em class="parameter"><code>value</code></em> to that at <em class="parameter"><code>column</code></em>.
1627
- When done with <em class="parameter"><code>value</code></em>, <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#g-value-unset"><code class="function">g_value_unset()</code></a> needs to be called
1628
- to free any allocated memory.
1629
- </p>
1630
- <div class="variablelist"><table border="0">
1631
- <col align="left" valign="top">
1632
- <tbody>
1633
- <tr>
1634
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1635
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1636
- </tr>
1637
- <tr>
1638
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1639
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
1640
- </tr>
1641
- <tr>
1642
- <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
1643
- <td>The column to lookup the value at.</td>
1644
- </tr>
1645
- <tr>
1646
- <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
1647
- <td>An empty <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> to set. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1648
- </td>
1649
- </tr>
1650
- </tbody>
1651
- </table></div>
1652
- </div>
1653
- <hr>
1654
- <div class="refsect2">
1655
- <a name="gtk-tree-model-iter-next"></a><h3>gtk_tree_model_iter_next ()</h3>
1656
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_model_iter_next (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1657
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1658
- <p>
1659
- Sets <em class="parameter"><code>iter</code></em> to point to the node following it at the current level. If there
1660
- is no next <em class="parameter"><code>iter</code></em>, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned and <em class="parameter"><code>iter</code></em> is set to be invalid.
1661
- </p>
1662
- <div class="variablelist"><table border="0">
1663
- <col align="left" valign="top">
1664
- <tbody>
1665
- <tr>
1666
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1667
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1668
- </tr>
1669
- <tr>
1670
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1671
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>. <span class="annotation">[<acronym title="Parameter for input. Default is transfer none."><span class="acronym">in</span></acronym>]</span>
1672
- </td>
1673
- </tr>
1674
- <tr>
1675
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1676
- <td>
1677
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> has been changed to the next node.</td>
1678
- </tr>
1679
- </tbody>
1680
- </table></div>
1681
- </div>
1682
- <hr>
1683
- <div class="refsect2">
1684
- <a name="gtk-tree-model-iter-children"></a><h3>gtk_tree_model_iter_children ()</h3>
1685
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_model_iter_children (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1686
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1687
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *parent</code></em>);</pre>
1688
- <p>
1689
- Sets <em class="parameter"><code>iter</code></em> to point to the first child of <em class="parameter"><code>parent</code></em>. If <em class="parameter"><code>parent</code></em> has no
1690
- children, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned and <em class="parameter"><code>iter</code></em> is set to be invalid. <em class="parameter"><code>parent</code></em>
1691
- will remain a valid node after this function has been called.
1692
- </p>
1693
- <p>
1694
- If <em class="parameter"><code>parent</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> returns the first node, equivalent to
1695
- <code class="literal">gtk_tree_model_get_iter_first (tree_model, iter);</code>
1696
- </p>
1697
- <div class="variablelist"><table border="0">
1698
- <col align="left" valign="top">
1699
- <tbody>
1700
- <tr>
1701
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1702
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1703
- </tr>
1704
- <tr>
1705
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1706
- <td>The new <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to be set to the child. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1707
- </td>
1708
- </tr>
1709
- <tr>
1710
- <td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
1711
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1712
- </td>
1713
- </tr>
1714
- <tr>
1715
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1716
- <td>
1717
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>child</code></em> has been set to the first child.</td>
1718
- </tr>
1719
- </tbody>
1720
- </table></div>
1721
- </div>
1722
- <hr>
1723
- <div class="refsect2">
1724
- <a name="gtk-tree-model-iter-has-child"></a><h3>gtk_tree_model_iter_has_child ()</h3>
1725
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_model_iter_has_child (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1726
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1727
- <p>
1728
- Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> has children, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
1729
- </p>
1730
- <div class="variablelist"><table border="0">
1731
- <col align="left" valign="top">
1732
- <tbody>
1733
- <tr>
1734
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1735
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1736
- </tr>
1737
- <tr>
1738
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1739
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to test for children.</td>
1740
- </tr>
1741
- <tr>
1742
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1743
- <td>
1744
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> has children.</td>
1745
- </tr>
1746
- </tbody>
1747
- </table></div>
1748
- </div>
1749
- <hr>
1750
- <div class="refsect2">
1751
- <a name="gtk-tree-model-iter-n-children"></a><h3>gtk_tree_model_iter_n_children ()</h3>
1752
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_tree_model_iter_n_children (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1753
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1754
- <p>
1755
- Returns the number of children that <em class="parameter"><code>iter</code></em> has. As a special case, if <em class="parameter"><code>iter</code></em>
1756
- is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the number of toplevel nodes is returned.
1757
- </p>
1758
- <div class="variablelist"><table border="0">
1759
- <col align="left" valign="top">
1760
- <tbody>
1761
- <tr>
1762
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1763
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1764
- </tr>
1765
- <tr>
1766
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1767
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1768
- </td>
1769
- </tr>
1770
- <tr>
1771
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1772
- <td>The number of children of <em class="parameter"><code>iter</code></em>.</td>
1773
- </tr>
1774
- </tbody>
1775
- </table></div>
1776
- </div>
1777
- <hr>
1778
- <div class="refsect2">
1779
- <a name="gtk-tree-model-iter-nth-child"></a><h3>gtk_tree_model_iter_nth_child ()</h3>
1780
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_model_iter_nth_child (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1781
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1782
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *parent</code></em>,
1783
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n</code></em>);</pre>
1784
- <p>
1785
- Sets <em class="parameter"><code>iter</code></em> to be the child of <em class="parameter"><code>parent</code></em>, using the given index. The first
1786
- index is 0. If <em class="parameter"><code>n</code></em> is too big, or <em class="parameter"><code>parent</code></em> has no children, <em class="parameter"><code>iter</code></em> is set
1787
- to an invalid iterator and <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned. <em class="parameter"><code>parent</code></em> will remain a valid
1788
- node after this function has been called. As a special case, if <em class="parameter"><code>parent</code></em> is
1789
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the <em class="parameter"><code>n</code></em>th root node is set.
1790
- </p>
1791
- <div class="variablelist"><table border="0">
1792
- <col align="left" valign="top">
1793
- <tbody>
1794
- <tr>
1795
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1796
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1797
- </tr>
1798
- <tr>
1799
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1800
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set to the nth child. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1801
- </td>
1802
- </tr>
1803
- <tr>
1804
- <td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
1805
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to get the child from, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1806
- </td>
1807
- </tr>
1808
- <tr>
1809
- <td><p><span class="term"><em class="parameter"><code>n</code></em> :</span></p></td>
1810
- <td>Then index of the desired child.</td>
1811
- </tr>
1812
- <tr>
1813
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1814
- <td>
1815
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>parent</code></em> has an <em class="parameter"><code>n</code></em>th child.</td>
1816
- </tr>
1817
- </tbody>
1818
- </table></div>
1819
- </div>
1820
- <hr>
1821
- <div class="refsect2">
1822
- <a name="gtk-tree-model-iter-parent"></a><h3>gtk_tree_model_iter_parent ()</h3>
1823
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_model_iter_parent (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1824
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1825
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *child</code></em>);</pre>
1826
- <p>
1827
- Sets <em class="parameter"><code>iter</code></em> to be the parent of <em class="parameter"><code>child</code></em>. If <em class="parameter"><code>child</code></em> is at the toplevel, and
1828
- doesn't have a parent, then <em class="parameter"><code>iter</code></em> is set to an invalid iterator and <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
1829
- is returned. <em class="parameter"><code>child</code></em> will remain a valid node after this function has been
1830
- called.
1831
- </p>
1832
- <div class="variablelist"><table border="0">
1833
- <col align="left" valign="top">
1834
- <tbody>
1835
- <tr>
1836
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1837
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>
1838
- </td>
1839
- </tr>
1840
- <tr>
1841
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1842
- <td>The new <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set to the parent. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1843
- </td>
1844
- </tr>
1845
- <tr>
1846
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
1847
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
1848
- </tr>
1849
- <tr>
1850
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1851
- <td>
1852
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em> is set to the parent of <em class="parameter"><code>child</code></em>.</td>
1853
- </tr>
1854
- </tbody>
1855
- </table></div>
1856
- </div>
1857
- <hr>
1858
- <div class="refsect2">
1859
- <a name="gtk-tree-model-get-string-from-iter"></a><h3>gtk_tree_model_get_string_from_iter ()</h3>
1860
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_tree_model_get_string_from_iter (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1861
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1862
- <p>
1863
- Generates a string representation of the iter. This string is a ':'
1864
- separated list of numbers. For example, "4:10:0:3" would be an
1865
- acceptable return value for this string.
1866
- </p>
1867
- <div class="variablelist"><table border="0">
1868
- <col align="left" valign="top">
1869
- <tbody>
1870
- <tr>
1871
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1872
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1873
- </tr>
1874
- <tr>
1875
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1876
- <td>An <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
1877
- </tr>
1878
- <tr>
1879
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1880
- <td>A newly-allocated string. Must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
1881
- </tr>
1882
- </tbody>
1883
- </table></div>
1884
- <p class="since">Since 2.2</p>
1885
- </div>
1886
- <hr>
1887
- <div class="refsect2">
1888
- <a name="gtk-tree-model-ref-node"></a><h3>gtk_tree_model_ref_node ()</h3>
1889
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_model_ref_node (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1890
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1891
- <p>
1892
- Lets the tree ref the node. This is an optional method for models to
1893
- implement. To be more specific, models may ignore this call as it exists
1894
- primarily for performance reasons.
1895
- </p>
1896
- <p>
1897
- This function is primarily meant as a way for views to let caching model
1898
- know when nodes are being displayed (and hence, whether or not to cache that
1899
- node.) For example, a file-system based model would not want to keep the
1900
- entire file-hierarchy in memory, just the sections that are currently being
1901
- displayed by every current view.
1902
- </p>
1903
- <p>
1904
- A model should be expected to be able to get an iter independent of its
1905
- reffed state.
1906
- </p>
1907
- <div class="variablelist"><table border="0">
1908
- <col align="left" valign="top">
1909
- <tbody>
1910
- <tr>
1911
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1912
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1913
- </tr>
1914
- <tr>
1915
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1916
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
1917
- </tr>
1918
- </tbody>
1919
- </table></div>
1920
- </div>
1921
- <hr>
1922
- <div class="refsect2">
1923
- <a name="gtk-tree-model-unref-node"></a><h3>gtk_tree_model_unref_node ()</h3>
1924
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_model_unref_node (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1925
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1926
- <p>
1927
- Lets the tree unref the node. This is an optional method for models to
1928
- implement. To be more specific, models may ignore this call as it exists
1929
- primarily for performance reasons.
1930
- </p>
1931
- <p>
1932
- For more information on what this means, see <a class="link" href="GtkTreeModel.html#gtk-tree-model-ref-node" title="gtk_tree_model_ref_node ()"><code class="function">gtk_tree_model_ref_node()</code></a>.
1933
- Please note that nodes that are deleted are not unreffed.
1934
- </p>
1935
- <div class="variablelist"><table border="0">
1936
- <col align="left" valign="top">
1937
- <tbody>
1938
- <tr>
1939
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1940
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1941
- </tr>
1942
- <tr>
1943
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1944
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
1945
- </tr>
1946
- </tbody>
1947
- </table></div>
1948
- </div>
1949
- <hr>
1950
- <div class="refsect2">
1951
- <a name="gtk-tree-model-get"></a><h3>gtk_tree_model_get ()</h3>
1952
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_model_get (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1953
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1954
- <em class="parameter"><code>...</code></em>);</pre>
1955
- <p>
1956
- Gets the value of one or more cells in the row referenced by <em class="parameter"><code>iter</code></em>.
1957
- The variable argument list should contain integer column numbers,
1958
- each column number followed by a place to store the value being
1959
- retrieved. The list is terminated by a -1. For example, to get a
1960
- value from column 0 with type <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-TYPE-STRING:CAPS"><code class="literal">G_TYPE_STRING</code></a>, you would
1961
- write: <code class="literal">gtk_tree_model_get (model, iter, 0, &amp;place_string_here, -1)</code>,
1962
- where <code class="literal">place_string_here</code> is a <span class="type">gchar*</span> to be
1963
- filled with the string.
1964
- </p>
1965
- <p>
1966
- Returned values with type <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-TYPE-OBJECT:CAPS"><code class="literal">G_TYPE_OBJECT</code></a> have to be unreferenced, values
1967
- with type <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-TYPE-STRING:CAPS"><code class="literal">G_TYPE_STRING</code></a> or <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-TYPE-BOXED:CAPS"><code class="literal">G_TYPE_BOXED</code></a> have to be freed. Other values are
1968
- passed by value.
1969
- </p>
1970
- <div class="variablelist"><table border="0">
1971
- <col align="left" valign="top">
1972
- <tbody>
1973
- <tr>
1974
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1975
- <td>a <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>
1976
- </td>
1977
- </tr>
1978
- <tr>
1979
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1980
- <td>a row in <em class="parameter"><code>tree_model</code></em>
1981
- </td>
1982
- </tr>
1983
- </tbody>
1984
- </table></div>
1985
- </div>
1986
- <hr>
1987
- <div class="refsect2">
1988
- <a name="gtk-tree-model-get-valist"></a><h3>gtk_tree_model_get_valist ()</h3>
1989
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_model_get_valist (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1990
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1991
- <em class="parameter"><code><span class="type">va_list</span> var_args</code></em>);</pre>
1992
- <p>
1993
- See <a class="link" href="GtkTreeModel.html#gtk-tree-model-get" title="gtk_tree_model_get ()"><code class="function">gtk_tree_model_get()</code></a>, this version takes a <span class="type">va_list</span>
1994
- for language bindings to use.
1995
- </p>
1996
- <div class="variablelist"><table border="0">
1997
- <col align="left" valign="top">
1998
- <tbody>
1999
- <tr>
2000
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
2001
- <td>a <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>
2002
- </td>
2003
- </tr>
2004
- <tr>
2005
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
2006
- <td>a row in <em class="parameter"><code>tree_model</code></em>
2007
- </td>
2008
- </tr>
2009
- <tr>
2010
- <td><p><span class="term"><em class="parameter"><code>var_args</code></em> :</span></p></td>
2011
- <td>
2012
- <span class="type">va_list</span> of column/return location pairs</td>
2013
- </tr>
2014
- </tbody>
2015
- </table></div>
2016
- </div>
2017
- <hr>
2018
- <div class="refsect2">
2019
- <a name="gtk-tree-model-foreach"></a><h3>gtk_tree_model_foreach ()</h3>
2020
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_model_foreach (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
2021
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeModelForeachFunc" title="GtkTreeModelForeachFunc ()"><span class="type">GtkTreeModelForeachFunc</span></a> func</code></em>,
2022
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
2023
- <p>
2024
- Calls func on each node in model in a depth-first fashion.
2025
- If <em class="parameter"><code>func</code></em> returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then the tree ceases to be walked, and
2026
- <a class="link" href="GtkTreeModel.html#gtk-tree-model-foreach" title="gtk_tree_model_foreach ()"><code class="function">gtk_tree_model_foreach()</code></a> returns.
2027
- </p>
2028
- <div class="variablelist"><table border="0">
2029
- <col align="left" valign="top">
2030
- <tbody>
2031
- <tr>
2032
- <td><p><span class="term"><em class="parameter"><code>model</code></em> :</span></p></td>
2033
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>
2034
- </td>
2035
- </tr>
2036
- <tr>
2037
- <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
2038
- <td>A function to be called on each row. <span class="annotation">[<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>]</span>
2039
- </td>
2040
- </tr>
2041
- <tr>
2042
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2043
- <td>User data to passed to func.</td>
2044
- </tr>
2045
- </tbody>
2046
- </table></div>
2047
- </div>
2048
- <hr>
2049
- <div class="refsect2">
2050
- <a name="gtk-tree-model-row-changed"></a><h3>gtk_tree_model_row_changed ()</h3>
2051
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_model_row_changed (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
2052
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
2053
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
2054
- <p>
2055
- Emits the "row-changed" signal on <em class="parameter"><code>tree_model</code></em>.
2056
- </p>
2057
- <div class="variablelist"><table border="0">
2058
- <col align="left" valign="top">
2059
- <tbody>
2060
- <tr>
2061
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
2062
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>
2063
- </td>
2064
- </tr>
2065
- <tr>
2066
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2067
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> pointing to the changed row</td>
2068
- </tr>
2069
- <tr>
2070
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
2071
- <td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the changed row</td>
2072
- </tr>
2073
- </tbody>
2074
- </table></div>
2075
- </div>
2076
- <hr>
2077
- <div class="refsect2">
2078
- <a name="gtk-tree-model-row-inserted"></a><h3>gtk_tree_model_row_inserted ()</h3>
2079
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_model_row_inserted (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
2080
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
2081
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
2082
- <p>
2083
- Emits the "row-inserted" signal on <em class="parameter"><code>tree_model</code></em>
2084
- </p>
2085
- <div class="variablelist"><table border="0">
2086
- <col align="left" valign="top">
2087
- <tbody>
2088
- <tr>
2089
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
2090
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>
2091
- </td>
2092
- </tr>
2093
- <tr>
2094
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2095
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> pointing to the inserted row</td>
2096
- </tr>
2097
- <tr>
2098
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
2099
- <td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the inserted row</td>
2100
- </tr>
2101
- </tbody>
2102
- </table></div>
2103
- </div>
2104
- <hr>
2105
- <div class="refsect2">
2106
- <a name="gtk-tree-model-row-has-child-toggled"></a><h3>gtk_tree_model_row_has_child_toggled ()</h3>
2107
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_model_row_has_child_toggled
2108
- (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
2109
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
2110
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
2111
- <p>
2112
- Emits the "row-has-child-toggled" signal on <em class="parameter"><code>tree_model</code></em>. This should be
2113
- called by models after the child state of a node changes.
2114
- </p>
2115
- <div class="variablelist"><table border="0">
2116
- <col align="left" valign="top">
2117
- <tbody>
2118
- <tr>
2119
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
2120
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>
2121
- </td>
2122
- </tr>
2123
- <tr>
2124
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2125
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> pointing to the changed row</td>
2126
- </tr>
2127
- <tr>
2128
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
2129
- <td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the changed row</td>
2130
- </tr>
2131
- </tbody>
2132
- </table></div>
2133
- </div>
2134
- <hr>
2135
- <div class="refsect2">
2136
- <a name="gtk-tree-model-row-deleted"></a><h3>gtk_tree_model_row_deleted ()</h3>
2137
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_model_row_deleted (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
2138
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
2139
- <p>
2140
- Emits the "row-deleted" signal on <em class="parameter"><code>tree_model</code></em>. This should be called by
2141
- models after a row has been removed. The location pointed to by <em class="parameter"><code>path</code></em>
2142
- should be the location that the row previously was at. It may not be a
2143
- valid location anymore.
2144
- </p>
2145
- <div class="variablelist"><table border="0">
2146
- <col align="left" valign="top">
2147
- <tbody>
2148
- <tr>
2149
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
2150
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>
2151
- </td>
2152
- </tr>
2153
- <tr>
2154
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2155
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> pointing to the previous location of the deleted row.</td>
2156
- </tr>
2157
- </tbody>
2158
- </table></div>
2159
- </div>
2160
- <hr>
2161
- <div class="refsect2">
2162
- <a name="gtk-tree-model-rows-reordered"></a><h3>gtk_tree_model_rows_reordered ()</h3>
2163
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_model_rows_reordered (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
2164
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
2165
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
2166
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *new_order</code></em>);</pre>
2167
- <p>
2168
- Emits the "rows-reordered" signal on <em class="parameter"><code>tree_model</code></em>. This should be called by
2169
- models when their rows have been reordered.
2170
- </p>
2171
- <div class="variablelist"><table border="0">
2172
- <col align="left" valign="top">
2173
- <tbody>
2174
- <tr>
2175
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
2176
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>
2177
- </td>
2178
- </tr>
2179
- <tr>
2180
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2181
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> pointing to the tree node whose children have been
2182
- reordered</td>
2183
- </tr>
2184
- <tr>
2185
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
2186
- <td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the node whose children have been
2187
- reordered, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the depth of <em class="parameter"><code>path</code></em> is 0.</td>
2188
- </tr>
2189
- <tr>
2190
- <td><p><span class="term"><em class="parameter"><code>new_order</code></em> :</span></p></td>
2191
- <td>an array of integers mapping the current position of each child
2192
- to its old position before the re-ordering,
2193
- i.e. <em class="parameter"><code>new_order</code></em><code class="literal">[newpos] = oldpos</code>.</td>
2194
- </tr>
2195
- </tbody>
2196
- </table></div>
2197
- </div>
2198
- </div>
2199
- <div class="refsect1">
2200
- <a name="GtkTreeModel.signal-details"></a><h2>Signal Details</h2>
2201
- <div class="refsect2">
2202
- <a name="GtkTreeModel-row-changed"></a><h3>The <code class="literal">"row-changed"</code> signal</h3>
2203
- <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model,
2204
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
2205
- <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
2206
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
2207
- <p>
2208
- This signal is emitted when a row in the model has changed.
2209
- </p>
2210
- <div class="variablelist"><table border="0">
2211
- <col align="left" valign="top">
2212
- <tbody>
2213
- <tr>
2214
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
2215
- <td>the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> on which the signal is emitted</td>
2216
- </tr>
2217
- <tr>
2218
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2219
- <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> identifying the changed row</td>
2220
- </tr>
2221
- <tr>
2222
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
2223
- <td>a valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the changed row</td>
2224
- </tr>
2225
- <tr>
2226
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2227
- <td>user data set when the signal handler was connected.</td>
2228
- </tr>
2229
- </tbody>
2230
- </table></div>
2231
- </div>
2232
- <hr>
2233
- <div class="refsect2">
2234
- <a name="GtkTreeModel-row-deleted"></a><h3>The <code class="literal">"row-deleted"</code> signal</h3>
2235
- <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model,
2236
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
2237
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
2238
- <p>
2239
- This signal is emitted when a row has been deleted.
2240
- </p>
2241
- <p>
2242
- Note that no iterator is passed to the signal handler,
2243
- since the row is already deleted.
2244
- </p>
2245
- <p>
2246
- This should be called by models after a row has been removed.
2247
- The location pointed to by <em class="parameter"><code>path</code></em> should be the location that
2248
- the row previously was at. It may not be a valid location anymore.
2249
- </p>
2250
- <div class="variablelist"><table border="0">
2251
- <col align="left" valign="top">
2252
- <tbody>
2253
- <tr>
2254
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
2255
- <td>the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> on which the signal is emitted</td>
2256
- </tr>
2257
- <tr>
2258
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2259
- <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> identifying the row</td>
2260
- </tr>
2261
- <tr>
2262
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2263
- <td>user data set when the signal handler was connected.</td>
2264
- </tr>
2265
- </tbody>
2266
- </table></div>
2267
- </div>
2268
- <hr>
2269
- <div class="refsect2">
2270
- <a name="GtkTreeModel-row-has-child-toggled"></a><h3>The <code class="literal">"row-has-child-toggled"</code> signal</h3>
2271
- <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model,
2272
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
2273
- <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
2274
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
2275
- <p>
2276
- This signal is emitted when a row has gotten the first child row or lost
2277
- its last child row.
2278
- </p>
2279
- <div class="variablelist"><table border="0">
2280
- <col align="left" valign="top">
2281
- <tbody>
2282
- <tr>
2283
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
2284
- <td>the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> on which the signal is emitted</td>
2285
- </tr>
2286
- <tr>
2287
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2288
- <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> identifying the row</td>
2289
- </tr>
2290
- <tr>
2291
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
2292
- <td>a valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the row</td>
2293
- </tr>
2294
- <tr>
2295
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2296
- <td>user data set when the signal handler was connected.</td>
2297
- </tr>
2298
- </tbody>
2299
- </table></div>
2300
- </div>
2301
- <hr>
2302
- <div class="refsect2">
2303
- <a name="GtkTreeModel-row-inserted"></a><h3>The <code class="literal">"row-inserted"</code> signal</h3>
2304
- <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model,
2305
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
2306
- <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
2307
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
2308
- <p>
2309
- This signal is emitted when a new row has been inserted in the model.
2310
- </p>
2311
- <p>
2312
- Note that the row may still be empty at this point, since
2313
- it is a common pattern to first insert an empty row, and
2314
- then fill it with the desired values.
2315
- </p>
2316
- <div class="variablelist"><table border="0">
2317
- <col align="left" valign="top">
2318
- <tbody>
2319
- <tr>
2320
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
2321
- <td>the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> on which the signal is emitted</td>
2322
- </tr>
2323
- <tr>
2324
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2325
- <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> identifying the new row</td>
2326
- </tr>
2327
- <tr>
2328
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
2329
- <td>a valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the new row</td>
2330
- </tr>
2331
- <tr>
2332
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2333
- <td>user data set when the signal handler was connected.</td>
2334
- </tr>
2335
- </tbody>
2336
- </table></div>
2337
- </div>
2338
- <hr>
2339
- <div class="refsect2">
2340
- <a name="GtkTreeModel-rows-reordered"></a><h3>The <code class="literal">"rows-reordered"</code> signal</h3>
2341
- <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model,
2342
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
2343
- <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
2344
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> new_order,
2345
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
2346
- <p>
2347
- This signal is emitted when the children of a node in the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>
2348
- have been reordered.
2349
- </p>
2350
- <p>
2351
- Note that this signal is <span class="emphasis"><em>not</em></span> emitted
2352
- when rows are reordered by DND, since this is implemented
2353
- by removing and then reinserting the row.
2354
- </p>
2355
- <div class="variablelist"><table border="0">
2356
- <col align="left" valign="top">
2357
- <tbody>
2358
- <tr>
2359
- <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
2360
- <td>the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> on which the signal is emitted</td>
2361
- </tr>
2362
- <tr>
2363
- <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2364
- <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> identifying the tree node whose children
2365
- have been reordered</td>
2366
- </tr>
2367
- <tr>
2368
- <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
2369
- <td>a valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the node whose</td>
2370
- </tr>
2371
- <tr>
2372
- <td><p><span class="term"><em class="parameter"><code>new_order</code></em> :</span></p></td>
2373
- <td>an array of integers mapping the current position of
2374
- each child to its old position before the re-ordering,
2375
- i.e. <em class="parameter"><code>new_order</code></em><code class="literal">[newpos] = oldpos</code>.</td>
2376
- </tr>
2377
- <tr>
2378
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2379
- <td>user data set when the signal handler was connected.</td>
2380
- </tr>
2381
- </tbody>
2382
- </table></div>
2383
- </div>
2384
- </div>
2385
- <div class="refsect1">
2386
- <a name="GtkTreeModel.see-also"></a><h2>See Also</h2>
2387
- <p>
2388
- <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>, <a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a>, <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>, <a class="link" href="gtk-GtkTreeView-drag-and-drop.html" title="GtkTreeView drag-and-drop">GtkTreeDnd</a>, <a class="link" href="GtkTreeSortable.html" title="GtkTreeSortable"><span class="type">GtkTreeSortable</span></a>
2389
- </p>
2390
- </div>
2391
- <div class="footnotes">
2392
- <br><hr width="100" align="left">
2393
- <div class="footnote"><p><sup>[<a id="ftn.id845604" href="#id845604" class="para">4</a>] </sup>
2394
- Here, <abbr class="abbrev">iter</abbr> is short for <span class="quote">“<span class="quote">iterator</span>”</span>
2395
- </p></div>
2396
- </div>
2397
- </div>
2398
- <div class="footer">
2399
- <hr>
2400
- Generated by GTK-Doc V1.18</div>
2401
- </body>
2402
- </html>