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,77 +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>Abstract Base Classes</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="gtkobjects.html" title="Part III. GTK+ Widgets and Objects">
9
- <link rel="prev" href="GtkAccessible.html" title="GtkAccessible">
10
- <link rel="next" href="GtkBin.html" title="GtkBin">
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"><tr valign="middle">
16
- <td><a accesskey="p" href="GtkAccessible.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td><a accesskey="u" href="gtkobjects.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">GTK+ 2 Reference Manual</th>
20
- <td><a accesskey="n" href="GtkBin.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
- </tr></table>
22
- <div class="chapter">
23
- <div class="titlepage"><div><div><h2 class="title">
24
- <a name="AbstractObjects"></a>Abstract Base Classes</h2></div></div></div>
25
- <div class="toc"><dl>
26
- <dt>
27
- <span class="refentrytitle"><a href="GtkBin.html">GtkBin</a></span><span class="refpurpose"> — A container with just one child</span>
28
- </dt>
29
- <dt>
30
- <span class="refentrytitle"><a href="GtkBox.html">GtkBox</a></span><span class="refpurpose"> — Base class for box containers</span>
31
- </dt>
32
- <dt>
33
- <span class="refentrytitle"><a href="GtkButtonBox.html">GtkButtonBox</a></span><span class="refpurpose"> — Base class for GtkHButtonBox and GtkVButtonBox</span>
34
- </dt>
35
- <dt>
36
- <span class="refentrytitle"><a href="GtkContainer.html">GtkContainer</a></span><span class="refpurpose"> — Base class for widgets which contain other widgets</span>
37
- </dt>
38
- <dt>
39
- <span class="refentrytitle"><a href="GtkItem.html">GtkItem</a></span><span class="refpurpose"> — Abstract base class for GtkMenuItem, GtkListItem and GtkTreeItem</span>
40
- </dt>
41
- <dt>
42
- <span class="refentrytitle"><a href="GtkMenuShell.html">GtkMenuShell</a></span><span class="refpurpose"> — A base class for menu objects</span>
43
- </dt>
44
- <dt>
45
- <span class="refentrytitle"><a href="GtkMisc.html">GtkMisc</a></span><span class="refpurpose"> — Base class for widgets with alignments and padding</span>
46
- </dt>
47
- <dt>
48
- <span class="refentrytitle"><a href="GtkObject.html">GtkObject</a></span><span class="refpurpose"> — The base class of the GTK+ type hierarchy</span>
49
- </dt>
50
- <dt>
51
- <span class="refentrytitle"><a href="GtkPaned.html">GtkPaned</a></span><span class="refpurpose"> — Base class for widgets with two adjustable panes</span>
52
- </dt>
53
- <dt>
54
- <span class="refentrytitle"><a href="GtkRange.html">GtkRange</a></span><span class="refpurpose"> — Base class for widgets which visualize an adjustment</span>
55
- </dt>
56
- <dt>
57
- <span class="refentrytitle"><a href="GtkScale.html">GtkScale</a></span><span class="refpurpose"> — Base class for GtkHScale and GtkVScale</span>
58
- </dt>
59
- <dt>
60
- <span class="refentrytitle"><a href="GtkScrollbar.html">GtkScrollbar</a></span><span class="refpurpose"> — Base class for GtkHScrollbar and GtkVScrollbar</span>
61
- </dt>
62
- <dt>
63
- <span class="refentrytitle"><a href="GtkSeparator.html">GtkSeparator</a></span><span class="refpurpose"> — Base class for GtkHSeparator and GtkVSeparator</span>
64
- </dt>
65
- <dt>
66
- <span class="refentrytitle"><a href="GtkWidget.html">GtkWidget</a></span><span class="refpurpose"> — Base class for all widgets</span>
67
- </dt>
68
- <dt>
69
- <span class="refentrytitle"><a href="GtkIMContext.html">GtkIMContext</a></span><span class="refpurpose"> — Base class for input method contexts</span>
70
- </dt>
71
- </dl></div>
72
- </div>
73
- <div class="footer">
74
- <hr>
75
- Generated by GTK-Doc V1.18</div>
76
- </body>
77
- </html>
@@ -1,53 +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>Action-based menus and toolbars</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="gtkobjects.html" title="Part III. GTK+ Widgets and Objects">
9
- <link rel="prev" href="GtkRadioToolButton.html" title="GtkRadioToolButton">
10
- <link rel="next" href="GtkUIManager.html" title="GtkUIManager">
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"><tr valign="middle">
16
- <td><a accesskey="p" href="GtkRadioToolButton.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td><a accesskey="u" href="gtkobjects.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">GTK+ 2 Reference Manual</th>
20
- <td><a accesskey="n" href="GtkUIManager.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
- </tr></table>
22
- <div class="chapter">
23
- <div class="titlepage"><div><div><h2 class="title">
24
- <a name="Actions"></a>Action-based menus and toolbars</h2></div></div></div>
25
- <div class="toc"><dl>
26
- <dt>
27
- <span class="refentrytitle"><a href="GtkUIManager.html">GtkUIManager</a></span><span class="refpurpose"> — Constructing menus and toolbars from an XML description</span>
28
- </dt>
29
- <dt>
30
- <span class="refentrytitle"><a href="GtkActionGroup.html">GtkActionGroup</a></span><span class="refpurpose"> — A group of actions</span>
31
- </dt>
32
- <dt>
33
- <span class="refentrytitle"><a href="GtkAction.html">GtkAction</a></span><span class="refpurpose"> — An action which can be triggered by a menu or toolbar item</span>
34
- </dt>
35
- <dt>
36
- <span class="refentrytitle"><a href="GtkToggleAction.html">GtkToggleAction</a></span><span class="refpurpose"> — An action which can be toggled between two states</span>
37
- </dt>
38
- <dt>
39
- <span class="refentrytitle"><a href="GtkRadioAction.html">GtkRadioAction</a></span><span class="refpurpose"> — An action of which only one in a group can be active</span>
40
- </dt>
41
- <dt>
42
- <span class="refentrytitle"><a href="GtkRecentAction.html">GtkRecentAction</a></span><span class="refpurpose"> — An action of which represents a list of recently used files</span>
43
- </dt>
44
- <dt>
45
- <span class="refentrytitle"><a href="GtkActivatable.html">GtkActivatable</a></span><span class="refpurpose"> — An interface for activatable widgets</span>
46
- </dt>
47
- </dl></div>
48
- </div>
49
- <div class="footer">
50
- <hr>
51
- Generated by GTK-Doc V1.18</div>
52
- </body>
53
- </html>
@@ -1,38 +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>Interface builder</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="gtkobjects.html" title="Part III. GTK+ Widgets and Objects">
9
- <link rel="prev" href="GtkRecentFilter.html" title="GtkRecentFilter">
10
- <link rel="next" href="GtkBuildable.html" title="GtkBuildable">
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"><tr valign="middle">
16
- <td><a accesskey="p" href="GtkRecentFilter.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td><a accesskey="u" href="gtkobjects.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">GTK+ 2 Reference Manual</th>
20
- <td><a accesskey="n" href="GtkBuildable.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
- </tr></table>
22
- <div class="chapter">
23
- <div class="titlepage"><div><div><h2 class="title">
24
- <a name="Builder"></a>Interface builder</h2></div></div></div>
25
- <div class="toc"><dl>
26
- <dt>
27
- <span class="refentrytitle"><a href="GtkBuildable.html">GtkBuildable</a></span><span class="refpurpose"> — Interface for objects that can be built by GtkBuilder</span>
28
- </dt>
29
- <dt>
30
- <span class="refentrytitle"><a href="GtkBuilder.html">GtkBuilder</a></span><span class="refpurpose"> — Build an interface from an XML UI definition</span>
31
- </dt>
32
- </dl></div>
33
- </div>
34
- <div class="footer">
35
- <hr>
36
- Generated by GTK-Doc V1.18</div>
37
- </body>
38
- </html>
@@ -1,53 +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>Buttons and Toggles</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="gtkobjects.html" title="Part III. GTK+ Widgets and Objects">
9
- <link rel="prev" href="GtkSpinner.html" title="GtkSpinner">
10
- <link rel="next" href="GtkButton.html" title="GtkButton">
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"><tr valign="middle">
16
- <td><a accesskey="p" href="GtkSpinner.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td><a accesskey="u" href="gtkobjects.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">GTK+ 2 Reference Manual</th>
20
- <td><a accesskey="n" href="GtkButton.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
- </tr></table>
22
- <div class="chapter">
23
- <div class="titlepage"><div><div><h2 class="title">
24
- <a name="ButtonWidgets"></a>Buttons and Toggles</h2></div></div></div>
25
- <div class="toc"><dl>
26
- <dt>
27
- <span class="refentrytitle"><a href="GtkButton.html">GtkButton</a></span><span class="refpurpose"> — A widget that creates a signal when clicked on</span>
28
- </dt>
29
- <dt>
30
- <span class="refentrytitle"><a href="GtkCheckButton.html">GtkCheckButton</a></span><span class="refpurpose"> — Create widgets with a discrete toggle button</span>
31
- </dt>
32
- <dt>
33
- <span class="refentrytitle"><a href="GtkRadioButton.html">GtkRadioButton</a></span><span class="refpurpose"> — A choice from multiple check buttons</span>
34
- </dt>
35
- <dt>
36
- <span class="refentrytitle"><a href="GtkToggleButton.html">GtkToggleButton</a></span><span class="refpurpose"> — Create buttons which retain their state</span>
37
- </dt>
38
- <dt>
39
- <span class="refentrytitle"><a href="GtkLinkButton.html">GtkLinkButton</a></span><span class="refpurpose"> — Create buttons bound to a URL</span>
40
- </dt>
41
- <dt>
42
- <span class="refentrytitle"><a href="GtkScaleButton.html">GtkScaleButton</a></span><span class="refpurpose"> — A button which pops up a scale</span>
43
- </dt>
44
- <dt>
45
- <span class="refentrytitle"><a href="GtkVolumeButton.html">GtkVolumeButton</a></span><span class="refpurpose"> — A button which pops up a volume control</span>
46
- </dt>
47
- </dl></div>
48
- </div>
49
- <div class="footer">
50
- <hr>
51
- Generated by GTK-Doc V1.18</div>
52
- </body>
53
- </html>
@@ -1,83 +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>Deprecated</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="gtkobjects.html" title="Part III. GTK+ Widgets and Objects">
9
- <link rel="prev" href="GtkBuilder.html" title="GtkBuilder">
10
- <link rel="next" href="GtkCList.html" title="GtkCList">
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"><tr valign="middle">
16
- <td><a accesskey="p" href="GtkBuilder.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td><a accesskey="u" href="gtkobjects.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">GTK+ 2 Reference Manual</th>
20
- <td><a accesskey="n" href="GtkCList.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
- </tr></table>
22
- <div class="chapter">
23
- <div class="titlepage"><div><div><h2 class="title">
24
- <a name="DeprecatedObjects"></a>Deprecated</h2></div></div></div>
25
- <div class="toc"><dl>
26
- <dt>
27
- <span class="refentrytitle"><a href="GtkCList.html">GtkCList</a></span><span class="refpurpose"> — A multi-columned scrolling list widget</span>
28
- </dt>
29
- <dt>
30
- <span class="refentrytitle"><a href="GtkCTree.html">GtkCTree</a></span><span class="refpurpose"> — A widget displaying a hierarchical tree</span>
31
- </dt>
32
- <dt>
33
- <span class="refentrytitle"><a href="GtkCombo.html">GtkCombo</a></span><span class="refpurpose"> — A text entry field with a dropdown list</span>
34
- </dt>
35
- <dt>
36
- <span class="refentrytitle"><a href="GtkFileSelection.html">GtkFileSelection</a></span><span class="refpurpose"> — Prompt the user for a file or directory name</span>
37
- </dt>
38
- <dt>
39
- <span class="refentrytitle"><a href="GtkItemFactory.html">GtkItemFactory</a></span><span class="refpurpose"> — A factory for menus</span>
40
- </dt>
41
- <dt>
42
- <span class="refentrytitle"><a href="GtkList.html">GtkList</a></span><span class="refpurpose"> — Widget for packing a list of selectable items</span>
43
- </dt>
44
- <dt>
45
- <span class="refentrytitle"><a href="GtkListItem.html">GtkListItem</a></span><span class="refpurpose"> — An item in a GtkList</span>
46
- </dt>
47
- <dt>
48
- <span class="refentrytitle"><a href="GtkOldEditable.html">GtkOldEditable</a></span><span class="refpurpose"> — Base class for text-editing widgets</span>
49
- </dt>
50
- <dt>
51
- <span class="refentrytitle"><a href="GtkOptionMenu.html">GtkOptionMenu</a></span><span class="refpurpose"> — A widget used to choose from a list of valid choices</span>
52
- </dt>
53
- <dt>
54
- <span class="refentrytitle"><a href="GtkPixmap.html">GtkPixmap</a></span><span class="refpurpose"> — A widget displaying a graphical image or icon</span>
55
- </dt>
56
- <dt>
57
- <span class="refentrytitle"><a href="GtkPreview.html">GtkPreview</a></span><span class="refpurpose"> — A widget to display RGB or grayscale data</span>
58
- </dt>
59
- <dt>
60
- <span class="refentrytitle"><a href="GtkProgress.html">GtkProgress</a></span><span class="refpurpose"> — Base class for GtkProgressBar</span>
61
- </dt>
62
- <dt>
63
- <span class="refentrytitle"><a href="GtkText.html">GtkText</a></span><span class="refpurpose"> — A text widget</span>
64
- </dt>
65
- <dt>
66
- <span class="refentrytitle"><a href="GtkTooltips.html">GtkTooltips</a></span><span class="refpurpose"> — Add tips to your widgets</span>
67
- </dt>
68
- <dt>
69
- <span class="refentrytitle"><a href="GtkTipsQuery.html">GtkTipsQuery</a></span><span class="refpurpose"> — Displays help about widgets in the user interface</span>
70
- </dt>
71
- <dt>
72
- <span class="refentrytitle"><a href="GtkTree.html">GtkTree</a></span><span class="refpurpose"> — A tree widget</span>
73
- </dt>
74
- <dt>
75
- <span class="refentrytitle"><a href="GtkTreeItem.html">GtkTreeItem</a></span><span class="refpurpose"> — The widget used for items in a GtkTree</span>
76
- </dt>
77
- </dl></div>
78
- </div>
79
- <div class="footer">
80
- <hr>
81
- Generated by GTK-Doc V1.18</div>
82
- </body>
83
- </html>
@@ -1,56 +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>Display Widgets</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="gtkobjects.html" title="Part III. GTK+ Widgets and Objects">
9
- <link rel="prev" href="GtkOffscreenWindow.html" title="GtkOffscreenWindow">
10
- <link rel="next" href="GtkAccelLabel.html" title="GtkAccelLabel">
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"><tr valign="middle">
16
- <td><a accesskey="p" href="GtkOffscreenWindow.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td><a accesskey="u" href="gtkobjects.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">GTK+ 2 Reference Manual</th>
20
- <td><a accesskey="n" href="GtkAccelLabel.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
- </tr></table>
22
- <div class="chapter">
23
- <div class="titlepage"><div><div><h2 class="title">
24
- <a name="DisplayWidgets"></a>Display Widgets</h2></div></div></div>
25
- <div class="toc"><dl>
26
- <dt>
27
- <span class="refentrytitle"><a href="GtkAccelLabel.html">GtkAccelLabel</a></span><span class="refpurpose"> — A label which displays an accelerator key on the right of the text</span>
28
- </dt>
29
- <dt>
30
- <span class="refentrytitle"><a href="GtkImage.html">GtkImage</a></span><span class="refpurpose"> — A widget displaying an image</span>
31
- </dt>
32
- <dt>
33
- <span class="refentrytitle"><a href="GtkLabel.html">GtkLabel</a></span><span class="refpurpose"> — A widget that displays a small to medium amount of text</span>
34
- </dt>
35
- <dt>
36
- <span class="refentrytitle"><a href="GtkProgressBar.html">GtkProgressBar</a></span><span class="refpurpose"> — A widget which indicates progress visually</span>
37
- </dt>
38
- <dt>
39
- <span class="refentrytitle"><a href="GtkStatusbar.html">GtkStatusbar</a></span><span class="refpurpose"> — Report messages of minor importance to the user</span>
40
- </dt>
41
- <dt>
42
- <span class="refentrytitle"><a href="GtkInfoBar.html">GtkInfoBar</a></span><span class="refpurpose"> — Report important messages to the user</span>
43
- </dt>
44
- <dt>
45
- <span class="refentrytitle"><a href="GtkStatusIcon.html">GtkStatusIcon</a></span><span class="refpurpose"> — Display an icon in the system tray</span>
46
- </dt>
47
- <dt>
48
- <span class="refentrytitle"><a href="GtkSpinner.html">GtkSpinner</a></span><span class="refpurpose"> — Show a spinner animation</span>
49
- </dt>
50
- </dl></div>
51
- </div>
52
- <div class="footer">
53
- <hr>
54
- Generated by GTK-Doc V1.18</div>
55
- </body>
56
- </html>
@@ -1,1423 +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>GtkAboutDialog</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="WindowWidgets.html" title="Windows">
9
- <link rel="prev" href="GtkWindowGroup.html" title="GtkWindowGroup">
10
- <link rel="next" href="GtkAssistant.html" title="GtkAssistant">
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="GtkWindowGroup.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
- <td><a accesskey="u" href="WindowWidgets.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="GtkAssistant.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="#GtkAboutDialog.synopsis" class="shortcut">Top</a>
25
-  | 
26
- <a href="#GtkAboutDialog.description" class="shortcut">Description</a>
27
-  | 
28
- <a href="#GtkAboutDialog.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
-  | 
30
- <a href="#GtkAboutDialog.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
31
-  | 
32
- <a href="#GtkAboutDialog.properties" class="shortcut">Properties</a>
33
-  | 
34
- <a href="#GtkAboutDialog.signals" class="shortcut">Signals</a>
35
- </td></tr>
36
- </table>
37
- <div class="refentry">
38
- <a name="GtkAboutDialog"></a><div class="titlepage"></div>
39
- <div class="refnamediv"><table width="100%"><tr>
40
- <td valign="top">
41
- <h2><span class="refentrytitle"><a name="GtkAboutDialog.top_of_page"></a>GtkAboutDialog</span></h2>
42
- <p>GtkAboutDialog — Display information about an application</p>
43
- </td>
44
- <td valign="top" align="right"></td>
45
- </tr></table></div>
46
- <div class="refsynopsisdiv">
47
- <a name="GtkAboutDialog.synopsis"></a><h2>Synopsis</h2>
48
- <pre class="synopsis">
49
- #include &lt;gtk/gtk.h&gt;
50
-
51
- struct <a class="link" href="GtkAboutDialog.html#GtkAboutDialog-struct" title="struct GtkAboutDialog">GtkAboutDialog</a>;
52
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-new" title="gtk_about_dialog_new ()">gtk_about_dialog_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
53
- const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-name" title="gtk_about_dialog_get_name ()">gtk_about_dialog_get_name</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
54
- <span class="returnvalue">void</span> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-name" title="gtk_about_dialog_set_name ()">gtk_about_dialog_set_name</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
55
- <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);
56
- const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-program-name" title="gtk_about_dialog_get_program_name ()">gtk_about_dialog_get_program_name</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
57
- <span class="returnvalue">void</span> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-program-name" title="gtk_about_dialog_set_program_name ()">gtk_about_dialog_set_program_name</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
58
- <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);
59
- const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-version" title="gtk_about_dialog_get_version ()">gtk_about_dialog_get_version</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
60
- <span class="returnvalue">void</span> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-version" title="gtk_about_dialog_set_version ()">gtk_about_dialog_set_version</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
61
- <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> *version</code></em>);
62
- const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-copyright" title="gtk_about_dialog_get_copyright ()">gtk_about_dialog_get_copyright</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
63
- <span class="returnvalue">void</span> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-copyright" title="gtk_about_dialog_set_copyright ()">gtk_about_dialog_set_copyright</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
64
- <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> *copyright</code></em>);
65
- const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-comments" title="gtk_about_dialog_get_comments ()">gtk_about_dialog_get_comments</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
66
- <span class="returnvalue">void</span> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-comments" title="gtk_about_dialog_set_comments ()">gtk_about_dialog_set_comments</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
67
- <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> *comments</code></em>);
68
- const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-license" title="gtk_about_dialog_get_license ()">gtk_about_dialog_get_license</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
69
- <span class="returnvalue">void</span> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-license" title="gtk_about_dialog_set_license ()">gtk_about_dialog_set_license</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
70
- <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> *license</code></em>);
71
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-wrap-license" title="gtk_about_dialog_get_wrap_license ()">gtk_about_dialog_get_wrap_license</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
72
- <span class="returnvalue">void</span> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-wrap-license" title="gtk_about_dialog_set_wrap_license ()">gtk_about_dialog_set_wrap_license</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
73
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> wrap_license</code></em>);
74
- const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-website" title="gtk_about_dialog_get_website ()">gtk_about_dialog_get_website</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
75
- <span class="returnvalue">void</span> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-website" title="gtk_about_dialog_set_website ()">gtk_about_dialog_set_website</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
76
- <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> *website</code></em>);
77
- const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-website-label" title="gtk_about_dialog_get_website_label ()">gtk_about_dialog_get_website_label</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
78
- <span class="returnvalue">void</span> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-website-label" title="gtk_about_dialog_set_website_label ()">gtk_about_dialog_set_website_label</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
79
- <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> *website_label</code></em>);
80
- const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-authors" title="gtk_about_dialog_get_authors ()">gtk_about_dialog_get_authors</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
81
- <span class="returnvalue">void</span> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-authors" title="gtk_about_dialog_set_authors ()">gtk_about_dialog_set_authors</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
82
- <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> **authors</code></em>);
83
- const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-artists" title="gtk_about_dialog_get_artists ()">gtk_about_dialog_get_artists</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
84
- <span class="returnvalue">void</span> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-artists" title="gtk_about_dialog_set_artists ()">gtk_about_dialog_set_artists</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
85
- <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> **artists</code></em>);
86
- const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-documenters" title="gtk_about_dialog_get_documenters ()">gtk_about_dialog_get_documenters</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
87
- <span class="returnvalue">void</span> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-documenters" title="gtk_about_dialog_set_documenters ()">gtk_about_dialog_set_documenters</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
88
- <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> **documenters</code></em>);
89
- const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-translator-credits" title="gtk_about_dialog_get_translator_credits ()">gtk_about_dialog_get_translator_credits</a>
90
- (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
91
- <span class="returnvalue">void</span> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-translator-credits" title="gtk_about_dialog_set_translator_credits ()">gtk_about_dialog_set_translator_credits</a>
92
- (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
93
- <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> *translator_credits</code></em>);
94
- <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-logo" title="gtk_about_dialog_get_logo ()">gtk_about_dialog_get_logo</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
95
- <span class="returnvalue">void</span> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-logo" title="gtk_about_dialog_set_logo ()">gtk_about_dialog_set_logo</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
96
- <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *logo</code></em>);
97
- const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-logo-icon-name" title="gtk_about_dialog_get_logo_icon_name ()">gtk_about_dialog_get_logo_icon_name</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
98
- <span class="returnvalue">void</span> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-logo-icon-name" title="gtk_about_dialog_set_logo_icon_name ()">gtk_about_dialog_set_logo_icon_name</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
99
- <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> *icon_name</code></em>);
100
- <span class="returnvalue">void</span> (<a class="link" href="GtkAboutDialog.html#GtkAboutDialogActivateLinkFunc" title="GtkAboutDialogActivateLinkFunc ()">*GtkAboutDialogActivateLinkFunc</a>) (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
101
- <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> *link_</code></em>,
102
- <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>);
103
- <a class="link" href="GtkAboutDialog.html#GtkAboutDialogActivateLinkFunc" title="GtkAboutDialogActivateLinkFunc ()"><span class="returnvalue">GtkAboutDialogActivateLinkFunc</span></a> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-email-hook" title="gtk_about_dialog_set_email_hook ()">gtk_about_dialog_set_email_hook</a>
104
- (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html#GtkAboutDialogActivateLinkFunc" title="GtkAboutDialogActivateLinkFunc ()"><span class="type">GtkAboutDialogActivateLinkFunc</span></a> func</code></em>,
105
- <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>,
106
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
107
- <a class="link" href="GtkAboutDialog.html#GtkAboutDialogActivateLinkFunc" title="GtkAboutDialogActivateLinkFunc ()"><span class="returnvalue">GtkAboutDialogActivateLinkFunc</span></a> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-url-hook" title="gtk_about_dialog_set_url_hook ()">gtk_about_dialog_set_url_hook</a>
108
- (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html#GtkAboutDialogActivateLinkFunc" title="GtkAboutDialogActivateLinkFunc ()"><span class="type">GtkAboutDialogActivateLinkFunc</span></a> func</code></em>,
109
- <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>,
110
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
111
- <span class="returnvalue">void</span> <a class="link" href="GtkAboutDialog.html#gtk-show-about-dialog" title="gtk_show_about_dialog ()">gtk_show_about_dialog</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *parent</code></em>,
112
- <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> *first_property_name</code></em>,
113
- <em class="parameter"><code>...</code></em>);
114
- </pre>
115
- </div>
116
- <div class="refsect1">
117
- <a name="GtkAboutDialog.object-hierarchy"></a><h2>Object Hierarchy</h2>
118
- <pre class="synopsis">
119
- <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
120
- +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
121
- +----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
122
- +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
123
- +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
124
- +----<a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a>
125
- +----<a class="link" href="GtkWindow.html" title="GtkWindow">GtkWindow</a>
126
- +----<a class="link" href="GtkDialog.html" title="GtkDialog">GtkDialog</a>
127
- +----GtkAboutDialog
128
- </pre>
129
- </div>
130
- <div class="refsect1">
131
- <a name="GtkAboutDialog.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
132
- <p>
133
- GtkAboutDialog implements
134
- AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
135
- </div>
136
- <div class="refsect1">
137
- <a name="GtkAboutDialog.properties"></a><h2>Properties</h2>
138
- <pre class="synopsis">
139
- "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--artists" title='The "artists" property'>artists</a>" <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> : Read / Write
140
- "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--authors" title='The "authors" property'>authors</a>" <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> : Read / Write
141
- "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--comments" title='The "comments" property'>comments</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
142
- "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--copyright" title='The "copyright" property'>copyright</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
143
- "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--documenters" title='The "documenters" property'>documenters</a>" <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> : Read / Write
144
- "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--license" title='The "license" property'>license</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
145
- "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--logo" title='The "logo" property'>logo</a>" <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>* : Read / Write
146
- "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--logo-icon-name" title='The "logo-icon-name" property'>logo-icon-name</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
147
- "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--program-name" title='The "program-name" property'>program-name</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
148
- "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--translator-credits" title='The "translator-credits" property'>translator-credits</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
149
- "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--version" title='The "version" property'>version</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
150
- "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--website" title='The "website" property'>website</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
151
- "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--website-label" title='The "website-label" property'>website-label</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
152
- "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--wrap-license" title='The "wrap-license" property'>wrap-license</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
153
- </pre>
154
- </div>
155
- <div class="refsect1">
156
- <a name="GtkAboutDialog.signals"></a><h2>Signals</h2>
157
- <pre class="synopsis">
158
- "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog-activate-link" title='The "activate-link" signal'>activate-link</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>
159
- </pre>
160
- </div>
161
- <div class="refsect1">
162
- <a name="GtkAboutDialog.description"></a><h2>Description</h2>
163
- <p>
164
- The <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> offers a simple way to display information about
165
- a program like its logo, name, copyright, website and license. It is
166
- also possible to give credits to the authors, documenters, translators
167
- and artists who have worked on the program. An about dialog is typically
168
- opened when the user selects the <code class="literal">About</code> option from
169
- the <code class="literal">Help</code> menu. All parts of the dialog are optional.
170
- </p>
171
- <p>
172
- About dialog often contain links and email addresses. <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
173
- supports this by offering global hooks, which are called when the user
174
- clicks on a link or email address, see <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-email-hook" title="gtk_about_dialog_set_email_hook ()"><code class="function">gtk_about_dialog_set_email_hook()</code></a>
175
- and <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-url-hook" title="gtk_about_dialog_set_url_hook ()"><code class="function">gtk_about_dialog_set_url_hook()</code></a>. Email addresses in the
176
- authors, documenters and artists properties are recognized by looking for
177
- <code class="literal">&lt;user@host&gt;</code>, URLs are
178
- recognized by looking for <code class="literal">http://url</code>, with
179
- <code class="literal">url</code> extending to the next space, tab or line break.
180
- </p>
181
- <p>
182
- </p>
183
- <p><a name="gtk-about-dialog-hook-setup"></a>
184
- Since 2.18 <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> provides default website and email hooks that
185
- use <a class="link" href="gtk-Filesystem-utilities.html#gtk-show-uri" title="gtk_show_uri ()"><code class="function">gtk_show_uri()</code></a>.
186
- </p>
187
- <p>
188
- </p>
189
- <p>
190
- If you want provide your own hooks overriding the default ones, it is
191
- important to do so before setting the website and email URL properties,
192
- like this:
193
- </p>
194
- <div class="informalexample">
195
- <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
196
- <tbody>
197
- <tr>
198
- <td class="listing_lines" align="right"><pre>1
199
- 2</pre></td>
200
- <td class="listing_code"><pre class="programlisting"><span class="function"><a href="GtkAboutDialog.html#gtk-about-dialog-set-url-hook">gtk_about_dialog_set_url_hook</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_ABOUT_DIALOG</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">dialog</span><span class="symbol">),</span><span class="normal"> launch_url</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"> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
201
- <span class="function"><a href="GtkAboutDialog.html#gtk-about-dialog-set-website">gtk_about_dialog_set_website</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_ABOUT_DIALOG</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">dialog</span><span class="symbol">),</span><span class="normal"> app_url</span><span class="symbol">);</span></pre></td>
202
- </tr>
203
- </tbody>
204
- </table>
205
- </div>
206
-
207
- <p>
208
- To disable the default hooks, you can pass <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> as the hook func. Then,
209
- the <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> widget will not display the website or the
210
- email addresses as clickable.
211
- </p>
212
- <p>
213
- To make constructing a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> as convenient as possible, you can
214
- use the function <a class="link" href="GtkAboutDialog.html#gtk-show-about-dialog" title="gtk_show_about_dialog ()"><code class="function">gtk_show_about_dialog()</code></a> which constructs and shows a dialog
215
- and keeps it around so that it can be shown again.
216
- </p>
217
- <p>
218
- Note that GTK+ sets a default title of <code class="literal">_("About %s")</code>
219
- on the dialog window (where %s is replaced by the name of the
220
- application, but in order to ensure proper translation of the title,
221
- applications should set the title property explicitly when constructing
222
- a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>, as shown in the following example:
223
- </p>
224
- <div class="informalexample">
225
- <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
226
- <tbody>
227
- <tr>
228
- <td class="listing_lines" align="right"><pre>1
229
- 2
230
- 3
231
- 4
232
- 5</pre></td>
233
- <td class="listing_code"><pre class="programlisting"><span class="function"><a href="GtkAboutDialog.html#gtk-show-about-dialog">gtk_show_about_dialog</a></span><span class="normal"> </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>
234
- <span class="normal"> </span><span class="string">"program-name"</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"ExampleCode"</span><span class="symbol">,</span>
235
- <span class="normal"> </span><span class="string">"logo"</span><span class="symbol">,</span><span class="normal"> example_logo</span><span class="symbol">,</span>
236
- <span class="normal"> </span><span class="string">"title"</span><span class="normal"> </span><span class="function"><a href="http://library.gnome.org/devel/glib/unstable/glib-I18N.html#gettext-macro">_</a></span><span class="symbol">(</span><span class="string">"About ExampleCode"</span><span class="symbol">),</span>
237
- <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></pre></td>
238
- </tr>
239
- </tbody>
240
- </table>
241
- </div>
242
-
243
- <p>
244
- Note that prior to GTK+ 2.12, the <a class="link" href="GtkAboutDialog.html#GtkAboutDialog--program-name" title='The "program-name" property'><span class="type">"program-name"</span></a> property
245
- was called "name". This was changed to avoid the conflict with the
246
- <a class="link" href="GtkWidget.html#GtkWidget--name" title='The "name" property'><span class="type">"name"</span></a> property.
247
- </p>
248
- </div>
249
- <div class="refsect1">
250
- <a name="GtkAboutDialog.details"></a><h2>Details</h2>
251
- <div class="refsect2">
252
- <a name="GtkAboutDialog-struct"></a><h3>struct GtkAboutDialog</h3>
253
- <pre class="programlisting">struct GtkAboutDialog;</pre>
254
- <p>
255
- The <span class="structname">GtkAboutDialog</span> struct contains
256
- only private fields and should not be directly accessed.
257
- </p>
258
- </div>
259
- <hr>
260
- <div class="refsect2">
261
- <a name="gtk-about-dialog-new"></a><h3>gtk_about_dialog_new ()</h3>
262
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_about_dialog_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
263
- <p>
264
- Creates a new <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>.
265
- </p>
266
- <div class="variablelist"><table border="0">
267
- <col align="left" valign="top">
268
- <tbody><tr>
269
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
270
- <td>a newly created <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
271
- </td>
272
- </tr></tbody>
273
- </table></div>
274
- <p class="since">Since 2.6</p>
275
- </div>
276
- <hr>
277
- <div class="refsect2">
278
- <a name="gtk-about-dialog-get-name"></a><h3>gtk_about_dialog_get_name ()</h3>
279
- <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_about_dialog_get_name (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
280
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
281
- <h3 class="title">Warning</h3>
282
- <p><code class="literal">gtk_about_dialog_get_name</code> has been deprecated since version 2.12 and should not be used in newly-written code. Use <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-program-name" title="gtk_about_dialog_get_program_name ()"><code class="function">gtk_about_dialog_get_program_name()</code></a> instead.</p>
283
- </div>
284
- <p>
285
- Returns the program name displayed in the about dialog.
286
- </p>
287
- <div class="variablelist"><table border="0">
288
- <col align="left" valign="top">
289
- <tbody>
290
- <tr>
291
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
292
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
293
- </td>
294
- </tr>
295
- <tr>
296
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
297
- <td>The program name. The string is owned by the about
298
- dialog and must not be modified.</td>
299
- </tr>
300
- </tbody>
301
- </table></div>
302
- <p class="since">Since 2.6</p>
303
- </div>
304
- <hr>
305
- <div class="refsect2">
306
- <a name="gtk-about-dialog-set-name"></a><h3>gtk_about_dialog_set_name ()</h3>
307
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_name (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
308
- <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
309
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
310
- <h3 class="title">Warning</h3>
311
- <p><code class="literal">gtk_about_dialog_set_name</code> has been deprecated since version 2.12 and should not be used in newly-written code. Use <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-program-name" title="gtk_about_dialog_set_program_name ()"><code class="function">gtk_about_dialog_set_program_name()</code></a> instead.</p>
312
- </div>
313
- <p>
314
- Sets the name to display in the about dialog.
315
- If this is not set, it defaults to <a href="http://library.gnome.org/devel/glib/unstable/glib-Miscellaneous-Utility-Functions.html#g-get-application-name"><code class="function">g_get_application_name()</code></a>.
316
- </p>
317
- <div class="variablelist"><table border="0">
318
- <col align="left" valign="top">
319
- <tbody>
320
- <tr>
321
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
322
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
323
- </td>
324
- </tr>
325
- <tr>
326
- <td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
327
- <td>the program name. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
328
- </td>
329
- </tr>
330
- </tbody>
331
- </table></div>
332
- <p class="since">Since 2.6</p>
333
- </div>
334
- <hr>
335
- <div class="refsect2">
336
- <a name="gtk-about-dialog-get-program-name"></a><h3>gtk_about_dialog_get_program_name ()</h3>
337
- <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_about_dialog_get_program_name (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
338
- <p>
339
- Returns the program name displayed in the about dialog.
340
- </p>
341
- <div class="variablelist"><table border="0">
342
- <col align="left" valign="top">
343
- <tbody>
344
- <tr>
345
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
346
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
347
- </td>
348
- </tr>
349
- <tr>
350
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
351
- <td>The program name. The string is owned by the about
352
- dialog and must not be modified.</td>
353
- </tr>
354
- </tbody>
355
- </table></div>
356
- <p class="since">Since 2.12</p>
357
- </div>
358
- <hr>
359
- <div class="refsect2">
360
- <a name="gtk-about-dialog-set-program-name"></a><h3>gtk_about_dialog_set_program_name ()</h3>
361
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_program_name (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
362
- <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
363
- <p>
364
- Sets the name to display in the about dialog.
365
- If this is not set, it defaults to <a href="http://library.gnome.org/devel/glib/unstable/glib-Miscellaneous-Utility-Functions.html#g-get-application-name"><code class="function">g_get_application_name()</code></a>.
366
- </p>
367
- <div class="variablelist"><table border="0">
368
- <col align="left" valign="top">
369
- <tbody>
370
- <tr>
371
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
372
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
373
- </td>
374
- </tr>
375
- <tr>
376
- <td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
377
- <td>the program name</td>
378
- </tr>
379
- </tbody>
380
- </table></div>
381
- <p class="since">Since 2.12</p>
382
- </div>
383
- <hr>
384
- <div class="refsect2">
385
- <a name="gtk-about-dialog-get-version"></a><h3>gtk_about_dialog_get_version ()</h3>
386
- <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_about_dialog_get_version (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
387
- <p>
388
- Returns the version string.
389
- </p>
390
- <div class="variablelist"><table border="0">
391
- <col align="left" valign="top">
392
- <tbody>
393
- <tr>
394
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
395
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
396
- </td>
397
- </tr>
398
- <tr>
399
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
400
- <td>The version string. The string is owned by the about
401
- dialog and must not be modified.</td>
402
- </tr>
403
- </tbody>
404
- </table></div>
405
- <p class="since">Since 2.6</p>
406
- </div>
407
- <hr>
408
- <div class="refsect2">
409
- <a name="gtk-about-dialog-set-version"></a><h3>gtk_about_dialog_set_version ()</h3>
410
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_version (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
411
- <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> *version</code></em>);</pre>
412
- <p>
413
- Sets the version string to display in the about dialog.
414
- </p>
415
- <div class="variablelist"><table border="0">
416
- <col align="left" valign="top">
417
- <tbody>
418
- <tr>
419
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
420
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
421
- </td>
422
- </tr>
423
- <tr>
424
- <td><p><span class="term"><em class="parameter"><code>version</code></em> :</span></p></td>
425
- <td>the version string. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
426
- </td>
427
- </tr>
428
- </tbody>
429
- </table></div>
430
- <p class="since">Since 2.6</p>
431
- </div>
432
- <hr>
433
- <div class="refsect2">
434
- <a name="gtk-about-dialog-get-copyright"></a><h3>gtk_about_dialog_get_copyright ()</h3>
435
- <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_about_dialog_get_copyright (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
436
- <p>
437
- Returns the copyright string.
438
- </p>
439
- <div class="variablelist"><table border="0">
440
- <col align="left" valign="top">
441
- <tbody>
442
- <tr>
443
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
444
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
445
- </td>
446
- </tr>
447
- <tr>
448
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
449
- <td>The copyright string. The string is owned by the about
450
- dialog and must not be modified.</td>
451
- </tr>
452
- </tbody>
453
- </table></div>
454
- <p class="since">Since 2.6</p>
455
- </div>
456
- <hr>
457
- <div class="refsect2">
458
- <a name="gtk-about-dialog-set-copyright"></a><h3>gtk_about_dialog_set_copyright ()</h3>
459
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_copyright (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
460
- <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> *copyright</code></em>);</pre>
461
- <p>
462
- Sets the copyright string to display in the about dialog.
463
- This should be a short string of one or two lines.
464
- </p>
465
- <div class="variablelist"><table border="0">
466
- <col align="left" valign="top">
467
- <tbody>
468
- <tr>
469
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
470
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
471
- </td>
472
- </tr>
473
- <tr>
474
- <td><p><span class="term"><em class="parameter"><code>copyright</code></em> :</span></p></td>
475
- <td>(allow-none) the copyright string</td>
476
- </tr>
477
- </tbody>
478
- </table></div>
479
- <p class="since">Since 2.6</p>
480
- </div>
481
- <hr>
482
- <div class="refsect2">
483
- <a name="gtk-about-dialog-get-comments"></a><h3>gtk_about_dialog_get_comments ()</h3>
484
- <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_about_dialog_get_comments (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
485
- <p>
486
- Returns the comments string.
487
- </p>
488
- <div class="variablelist"><table border="0">
489
- <col align="left" valign="top">
490
- <tbody>
491
- <tr>
492
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
493
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
494
- </td>
495
- </tr>
496
- <tr>
497
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
498
- <td>The comments. The string is owned by the about
499
- dialog and must not be modified.</td>
500
- </tr>
501
- </tbody>
502
- </table></div>
503
- <p class="since">Since 2.6</p>
504
- </div>
505
- <hr>
506
- <div class="refsect2">
507
- <a name="gtk-about-dialog-set-comments"></a><h3>gtk_about_dialog_set_comments ()</h3>
508
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_comments (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
509
- <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> *comments</code></em>);</pre>
510
- <p>
511
- Sets the comments string to display in the about dialog.
512
- This should be a short string of one or two lines.
513
- </p>
514
- <div class="variablelist"><table border="0">
515
- <col align="left" valign="top">
516
- <tbody>
517
- <tr>
518
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
519
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
520
- </td>
521
- </tr>
522
- <tr>
523
- <td><p><span class="term"><em class="parameter"><code>comments</code></em> :</span></p></td>
524
- <td>a comments string. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
525
- </td>
526
- </tr>
527
- </tbody>
528
- </table></div>
529
- <p class="since">Since 2.6</p>
530
- </div>
531
- <hr>
532
- <div class="refsect2">
533
- <a name="gtk-about-dialog-get-license"></a><h3>gtk_about_dialog_get_license ()</h3>
534
- <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_about_dialog_get_license (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
535
- <p>
536
- Returns the license information.
537
- </p>
538
- <div class="variablelist"><table border="0">
539
- <col align="left" valign="top">
540
- <tbody>
541
- <tr>
542
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
543
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
544
- </td>
545
- </tr>
546
- <tr>
547
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
548
- <td>The license information. The string is owned by the about
549
- dialog and must not be modified.</td>
550
- </tr>
551
- </tbody>
552
- </table></div>
553
- <p class="since">Since 2.6</p>
554
- </div>
555
- <hr>
556
- <div class="refsect2">
557
- <a name="gtk-about-dialog-set-license"></a><h3>gtk_about_dialog_set_license ()</h3>
558
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_license (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
559
- <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> *license</code></em>);</pre>
560
- <p>
561
- Sets the license information to be displayed in the secondary
562
- license dialog. If <em class="parameter"><code>license</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the license button is
563
- hidden.
564
- </p>
565
- <div class="variablelist"><table border="0">
566
- <col align="left" valign="top">
567
- <tbody>
568
- <tr>
569
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
570
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
571
- </td>
572
- </tr>
573
- <tr>
574
- <td><p><span class="term"><em class="parameter"><code>license</code></em> :</span></p></td>
575
- <td>the license information 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>
576
- </td>
577
- </tr>
578
- </tbody>
579
- </table></div>
580
- <p class="since">Since 2.6</p>
581
- </div>
582
- <hr>
583
- <div class="refsect2">
584
- <a name="gtk-about-dialog-get-wrap-license"></a><h3>gtk_about_dialog_get_wrap_license ()</h3>
585
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_about_dialog_get_wrap_license (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
586
- <p>
587
- Returns whether the license text in <em class="parameter"><code>about</code></em> is
588
- automatically wrapped.
589
- </p>
590
- <div class="variablelist"><table border="0">
591
- <col align="left" valign="top">
592
- <tbody>
593
- <tr>
594
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
595
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
596
- </td>
597
- </tr>
598
- <tr>
599
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
600
- <td>
601
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the license text is wrapped</td>
602
- </tr>
603
- </tbody>
604
- </table></div>
605
- <p class="since">Since 2.8</p>
606
- </div>
607
- <hr>
608
- <div class="refsect2">
609
- <a name="gtk-about-dialog-set-wrap-license"></a><h3>gtk_about_dialog_set_wrap_license ()</h3>
610
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_wrap_license (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
611
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> wrap_license</code></em>);</pre>
612
- <p>
613
- Sets whether the license text in <em class="parameter"><code>about</code></em> is
614
- automatically wrapped.
615
- </p>
616
- <div class="variablelist"><table border="0">
617
- <col align="left" valign="top">
618
- <tbody>
619
- <tr>
620
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
621
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
622
- </td>
623
- </tr>
624
- <tr>
625
- <td><p><span class="term"><em class="parameter"><code>wrap_license</code></em> :</span></p></td>
626
- <td>whether to wrap the license</td>
627
- </tr>
628
- </tbody>
629
- </table></div>
630
- <p class="since">Since 2.8</p>
631
- </div>
632
- <hr>
633
- <div class="refsect2">
634
- <a name="gtk-about-dialog-get-website"></a><h3>gtk_about_dialog_get_website ()</h3>
635
- <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_about_dialog_get_website (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
636
- <p>
637
- Returns the website URL.
638
- </p>
639
- <div class="variablelist"><table border="0">
640
- <col align="left" valign="top">
641
- <tbody>
642
- <tr>
643
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
644
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
645
- </td>
646
- </tr>
647
- <tr>
648
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
649
- <td>The website URL. The string is owned by the about
650
- dialog and must not be modified.</td>
651
- </tr>
652
- </tbody>
653
- </table></div>
654
- <p class="since">Since 2.6</p>
655
- </div>
656
- <hr>
657
- <div class="refsect2">
658
- <a name="gtk-about-dialog-set-website"></a><h3>gtk_about_dialog_set_website ()</h3>
659
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_website (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
660
- <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> *website</code></em>);</pre>
661
- <p>
662
- Sets the URL to use for the website link.
663
- </p>
664
- <p>
665
- Note that that the hook functions need to be set up
666
- before calling this function.
667
- </p>
668
- <div class="variablelist"><table border="0">
669
- <col align="left" valign="top">
670
- <tbody>
671
- <tr>
672
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
673
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
674
- </td>
675
- </tr>
676
- <tr>
677
- <td><p><span class="term"><em class="parameter"><code>website</code></em> :</span></p></td>
678
- <td>a URL string starting with "http://". <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
679
- </td>
680
- </tr>
681
- </tbody>
682
- </table></div>
683
- <p class="since">Since 2.6</p>
684
- </div>
685
- <hr>
686
- <div class="refsect2">
687
- <a name="gtk-about-dialog-get-website-label"></a><h3>gtk_about_dialog_get_website_label ()</h3>
688
- <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_about_dialog_get_website_label (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
689
- <p>
690
- Returns the label used for the website link.
691
- </p>
692
- <div class="variablelist"><table border="0">
693
- <col align="left" valign="top">
694
- <tbody>
695
- <tr>
696
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
697
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
698
- </td>
699
- </tr>
700
- <tr>
701
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
702
- <td>The label used for the website link. The string is
703
- owned by the about dialog and must not be modified.</td>
704
- </tr>
705
- </tbody>
706
- </table></div>
707
- <p class="since">Since 2.6</p>
708
- </div>
709
- <hr>
710
- <div class="refsect2">
711
- <a name="gtk-about-dialog-set-website-label"></a><h3>gtk_about_dialog_set_website_label ()</h3>
712
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_website_label (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
713
- <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> *website_label</code></em>);</pre>
714
- <p>
715
- Sets the label to be used for the website link.
716
- It defaults to the website URL.
717
- </p>
718
- <div class="variablelist"><table border="0">
719
- <col align="left" valign="top">
720
- <tbody>
721
- <tr>
722
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
723
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
724
- </td>
725
- </tr>
726
- <tr>
727
- <td><p><span class="term"><em class="parameter"><code>website_label</code></em> :</span></p></td>
728
- <td>the label used for the website link</td>
729
- </tr>
730
- </tbody>
731
- </table></div>
732
- <p class="since">Since 2.6</p>
733
- </div>
734
- <hr>
735
- <div class="refsect2">
736
- <a name="gtk-about-dialog-get-authors"></a><h3>gtk_about_dialog_get_authors ()</h3>
737
- <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const * gtk_about_dialog_get_authors (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
738
- <p>
739
- Returns the string which are displayed in the authors tab
740
- of the secondary credits dialog.
741
- </p>
742
- <div class="variablelist"><table border="0">
743
- <col align="left" valign="top">
744
- <tbody>
745
- <tr>
746
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
747
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
748
- </td>
749
- </tr>
750
- <tr>
751
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
752
- <td>A
753
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated string array containing the authors. The array is
754
- owned by the about dialog and must not be modified. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
755
- </td>
756
- </tr>
757
- </tbody>
758
- </table></div>
759
- <p class="since">Since 2.6</p>
760
- </div>
761
- <hr>
762
- <div class="refsect2">
763
- <a name="gtk-about-dialog-set-authors"></a><h3>gtk_about_dialog_set_authors ()</h3>
764
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_authors (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
765
- <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> **authors</code></em>);</pre>
766
- <p>
767
- Sets the strings which are displayed in the authors tab
768
- of the secondary credits dialog.
769
- </p>
770
- <div class="variablelist"><table border="0">
771
- <col align="left" valign="top">
772
- <tbody>
773
- <tr>
774
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
775
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
776
- </td>
777
- </tr>
778
- <tr>
779
- <td><p><span class="term"><em class="parameter"><code>authors</code></em> :</span></p></td>
780
- <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings</td>
781
- </tr>
782
- </tbody>
783
- </table></div>
784
- <p class="since">Since 2.6</p>
785
- </div>
786
- <hr>
787
- <div class="refsect2">
788
- <a name="gtk-about-dialog-get-artists"></a><h3>gtk_about_dialog_get_artists ()</h3>
789
- <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const * gtk_about_dialog_get_artists (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
790
- <p>
791
- Returns the string which are displayed in the artists tab
792
- of the secondary credits dialog.
793
- </p>
794
- <div class="variablelist"><table border="0">
795
- <col align="left" valign="top">
796
- <tbody>
797
- <tr>
798
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
799
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
800
- </td>
801
- </tr>
802
- <tr>
803
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
804
- <td>A
805
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated string array containing the artists. The array is
806
- owned by the about dialog and must not be modified. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
807
- </td>
808
- </tr>
809
- </tbody>
810
- </table></div>
811
- <p class="since">Since 2.6</p>
812
- </div>
813
- <hr>
814
- <div class="refsect2">
815
- <a name="gtk-about-dialog-set-artists"></a><h3>gtk_about_dialog_set_artists ()</h3>
816
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_artists (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
817
- <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> **artists</code></em>);</pre>
818
- <p>
819
- Sets the strings which are displayed in the artists tab
820
- of the secondary credits dialog.
821
- </p>
822
- <div class="variablelist"><table border="0">
823
- <col align="left" valign="top">
824
- <tbody>
825
- <tr>
826
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
827
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
828
- </td>
829
- </tr>
830
- <tr>
831
- <td><p><span class="term"><em class="parameter"><code>artists</code></em> :</span></p></td>
832
- <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings</td>
833
- </tr>
834
- </tbody>
835
- </table></div>
836
- <p class="since">Since 2.6</p>
837
- </div>
838
- <hr>
839
- <div class="refsect2">
840
- <a name="gtk-about-dialog-get-documenters"></a><h3>gtk_about_dialog_get_documenters ()</h3>
841
- <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const * gtk_about_dialog_get_documenters (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
842
- <p>
843
- Returns the string which are displayed in the documenters
844
- tab of the secondary credits dialog.
845
- </p>
846
- <div class="variablelist"><table border="0">
847
- <col align="left" valign="top">
848
- <tbody>
849
- <tr>
850
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
851
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
852
- </td>
853
- </tr>
854
- <tr>
855
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
856
- <td>A
857
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated string array containing the documenters. The
858
- array is owned by the about dialog and must not be modified. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
859
- </td>
860
- </tr>
861
- </tbody>
862
- </table></div>
863
- <p class="since">Since 2.6</p>
864
- </div>
865
- <hr>
866
- <div class="refsect2">
867
- <a name="gtk-about-dialog-set-documenters"></a><h3>gtk_about_dialog_set_documenters ()</h3>
868
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_documenters (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
869
- <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> **documenters</code></em>);</pre>
870
- <p>
871
- Sets the strings which are displayed in the documenters tab
872
- of the secondary credits dialog.
873
- </p>
874
- <div class="variablelist"><table border="0">
875
- <col align="left" valign="top">
876
- <tbody>
877
- <tr>
878
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
879
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
880
- </td>
881
- </tr>
882
- <tr>
883
- <td><p><span class="term"><em class="parameter"><code>documenters</code></em> :</span></p></td>
884
- <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings</td>
885
- </tr>
886
- </tbody>
887
- </table></div>
888
- <p class="since">Since 2.6</p>
889
- </div>
890
- <hr>
891
- <div class="refsect2">
892
- <a name="gtk-about-dialog-get-translator-credits"></a><h3>gtk_about_dialog_get_translator_credits ()</h3>
893
- <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_about_dialog_get_translator_credits
894
- (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
895
- <p>
896
- Returns the translator credits string which is displayed
897
- in the translators tab of the secondary credits dialog.
898
- </p>
899
- <div class="variablelist"><table border="0">
900
- <col align="left" valign="top">
901
- <tbody>
902
- <tr>
903
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
904
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
905
- </td>
906
- </tr>
907
- <tr>
908
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
909
- <td>The translator credits string. The string is
910
- owned by the about dialog and must not be modified.</td>
911
- </tr>
912
- </tbody>
913
- </table></div>
914
- <p class="since">Since 2.6</p>
915
- </div>
916
- <hr>
917
- <div class="refsect2">
918
- <a name="gtk-about-dialog-set-translator-credits"></a><h3>gtk_about_dialog_set_translator_credits ()</h3>
919
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_translator_credits
920
- (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
921
- <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> *translator_credits</code></em>);</pre>
922
- <p>
923
- Sets the translator credits string which is displayed in
924
- the translators tab of the secondary credits dialog.
925
- </p>
926
- <p>
927
- The intended use for this string is to display the translator
928
- of the language which is currently used in the user interface.
929
- Using <code class="function">gettext()</code>, a simple way to achieve that is to mark the
930
- string for translation:
931
- </p>
932
- <div class="informalexample">
933
- <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
934
- <tbody>
935
- <tr>
936
- <td class="listing_lines" align="right"><pre>1</pre></td>
937
- <td class="listing_code"><pre class="programlisting"><span class="function"><a href="GtkAboutDialog.html#gtk-about-dialog-set-translator-credits">gtk_about_dialog_set_translator_credits</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">about</span><span class="symbol">,</span><span class="normal"> </span><span class="function"><a href="http://library.gnome.org/devel/glib/unstable/glib-I18N.html#gettext-macro">_</a></span><span class="symbol">(</span><span class="string">"translator-credits"</span><span class="symbol">));</span></pre></td>
938
- </tr>
939
- </tbody>
940
- </table>
941
- </div>
942
-
943
- <p>
944
- It is a good idea to use the customary msgid "translator-credits" for this
945
- purpose, since translators will already know the purpose of that msgid, and
946
- since <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> will detect if "translator-credits" is untranslated
947
- and hide the tab.
948
- </p>
949
- <div class="variablelist"><table border="0">
950
- <col align="left" valign="top">
951
- <tbody>
952
- <tr>
953
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
954
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
955
- </td>
956
- </tr>
957
- <tr>
958
- <td><p><span class="term"><em class="parameter"><code>translator_credits</code></em> :</span></p></td>
959
- <td>the translator credits. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
960
- </td>
961
- </tr>
962
- </tbody>
963
- </table></div>
964
- <p class="since">Since 2.6</p>
965
- </div>
966
- <hr>
967
- <div class="refsect2">
968
- <a name="gtk-about-dialog-get-logo"></a><h3>gtk_about_dialog_get_logo ()</h3>
969
- <pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * gtk_about_dialog_get_logo (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
970
- <p>
971
- Returns the pixbuf displayed as logo in the about dialog.
972
- </p>
973
- <div class="variablelist"><table border="0">
974
- <col align="left" valign="top">
975
- <tbody>
976
- <tr>
977
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
978
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
979
- </td>
980
- </tr>
981
- <tr>
982
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
983
- <td>the pixbuf displayed as logo. The
984
- pixbuf is owned by the about dialog. If you want to keep a
985
- reference to it, you have to call <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> on it. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
986
- </td>
987
- </tr>
988
- </tbody>
989
- </table></div>
990
- <p class="since">Since 2.6</p>
991
- </div>
992
- <hr>
993
- <div class="refsect2">
994
- <a name="gtk-about-dialog-set-logo"></a><h3>gtk_about_dialog_set_logo ()</h3>
995
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_logo (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
996
- <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *logo</code></em>);</pre>
997
- <p>
998
- Sets the pixbuf to be displayed as logo in the about dialog.
999
- If it is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the default window icon set with
1000
- <a class="link" href="GtkWindow.html#gtk-window-set-default-icon" title="gtk_window_set_default_icon ()"><code class="function">gtk_window_set_default_icon()</code></a> will be used.
1001
- </p>
1002
- <div class="variablelist"><table border="0">
1003
- <col align="left" valign="top">
1004
- <tbody>
1005
- <tr>
1006
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
1007
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
1008
- </td>
1009
- </tr>
1010
- <tr>
1011
- <td><p><span class="term"><em class="parameter"><code>logo</code></em> :</span></p></td>
1012
- <td>a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</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>
1013
- </td>
1014
- </tr>
1015
- </tbody>
1016
- </table></div>
1017
- <p class="since">Since 2.6</p>
1018
- </div>
1019
- <hr>
1020
- <div class="refsect2">
1021
- <a name="gtk-about-dialog-get-logo-icon-name"></a><h3>gtk_about_dialog_get_logo_icon_name ()</h3>
1022
- <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_about_dialog_get_logo_icon_name (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
1023
- <p>
1024
- Returns the icon name displayed as logo in the about dialog.
1025
- </p>
1026
- <div class="variablelist"><table border="0">
1027
- <col align="left" valign="top">
1028
- <tbody>
1029
- <tr>
1030
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
1031
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</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>the icon name displayed as logo. The string is
1037
- owned by the dialog. If you want to keep a reference
1038
- to it, you have to call <a href="http://library.gnome.org/devel/glib/unstable/glib-String-Utility-Functions.html#g-strdup"><code class="function">g_strdup()</code></a> on it.</td>
1039
- </tr>
1040
- </tbody>
1041
- </table></div>
1042
- <p class="since">Since 2.6</p>
1043
- </div>
1044
- <hr>
1045
- <div class="refsect2">
1046
- <a name="gtk-about-dialog-set-logo-icon-name"></a><h3>gtk_about_dialog_set_logo_icon_name ()</h3>
1047
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_logo_icon_name (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
1048
- <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> *icon_name</code></em>);</pre>
1049
- <p>
1050
- Sets the pixbuf to be displayed as logo in the about dialog.
1051
- If it is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the default window icon set with
1052
- <a class="link" href="GtkWindow.html#gtk-window-set-default-icon" title="gtk_window_set_default_icon ()"><code class="function">gtk_window_set_default_icon()</code></a> will be used.
1053
- </p>
1054
- <div class="variablelist"><table border="0">
1055
- <col align="left" valign="top">
1056
- <tbody>
1057
- <tr>
1058
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
1059
- <td>a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
1060
- </td>
1061
- </tr>
1062
- <tr>
1063
- <td><p><span class="term"><em class="parameter"><code>icon_name</code></em> :</span></p></td>
1064
- <td>an icon name, 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>
1065
- </td>
1066
- </tr>
1067
- </tbody>
1068
- </table></div>
1069
- <p class="since">Since 2.6</p>
1070
- </div>
1071
- <hr>
1072
- <div class="refsect2">
1073
- <a name="GtkAboutDialogActivateLinkFunc"></a><h3>GtkAboutDialogActivateLinkFunc ()</h3>
1074
- <pre class="programlisting"><span class="returnvalue">void</span> (*GtkAboutDialogActivateLinkFunc) (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
1075
- <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> *link_</code></em>,
1076
- <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>
1077
- <p>
1078
- The type of a function which is called when a URL or email
1079
- link is activated.
1080
- </p>
1081
- <div class="variablelist"><table border="0">
1082
- <col align="left" valign="top">
1083
- <tbody>
1084
- <tr>
1085
- <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
1086
- <td>the <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> in which the link was activated</td>
1087
- </tr>
1088
- <tr>
1089
- <td><p><span class="term"><em class="parameter"><code>link_</code></em> :</span></p></td>
1090
- <td>the URL or email address to which the activated link points</td>
1091
- </tr>
1092
- <tr>
1093
- <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
1094
- <td>user data that was passed when the function was registered
1095
- with <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-email-hook" title="gtk_about_dialog_set_email_hook ()"><code class="function">gtk_about_dialog_set_email_hook()</code></a> or
1096
- <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-url-hook" title="gtk_about_dialog_set_url_hook ()"><code class="function">gtk_about_dialog_set_url_hook()</code></a>
1097
- </td>
1098
- </tr>
1099
- </tbody>
1100
- </table></div>
1101
- </div>
1102
- <hr>
1103
- <div class="refsect2">
1104
- <a name="gtk-about-dialog-set-email-hook"></a><h3>gtk_about_dialog_set_email_hook ()</h3>
1105
- <pre class="programlisting"><a class="link" href="GtkAboutDialog.html#GtkAboutDialogActivateLinkFunc" title="GtkAboutDialogActivateLinkFunc ()"><span class="returnvalue">GtkAboutDialogActivateLinkFunc</span></a> gtk_about_dialog_set_email_hook
1106
- (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html#GtkAboutDialogActivateLinkFunc" title="GtkAboutDialogActivateLinkFunc ()"><span class="type">GtkAboutDialogActivateLinkFunc</span></a> func</code></em>,
1107
- <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>,
1108
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
1109
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1110
- <h3 class="title">Warning</h3>
1111
- <p><code class="literal">gtk_about_dialog_set_email_hook</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use the <a class="link" href="GtkAboutDialog.html#GtkAboutDialog-activate-link" title='The "activate-link" signal'><span class="type">"activate-link"</span></a> signal</p>
1112
- </div>
1113
- <p>
1114
- Installs a global function to be called whenever the user activates an
1115
- email link in an about dialog.
1116
- </p>
1117
- <p>
1118
- Since 2.18 there exists a default function which uses <a class="link" href="gtk-Filesystem-utilities.html#gtk-show-uri" title="gtk_show_uri ()"><code class="function">gtk_show_uri()</code></a>. To
1119
- deactivate it, you can pass <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>func</code></em>.
1120
- </p>
1121
- <div class="variablelist"><table border="0">
1122
- <col align="left" valign="top">
1123
- <tbody>
1124
- <tr>
1125
- <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
1126
- <td>a function to call when an email link is activated.</td>
1127
- </tr>
1128
- <tr>
1129
- <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
1130
- <td>data to pass to <em class="parameter"><code>func</code></em>
1131
- </td>
1132
- </tr>
1133
- <tr>
1134
- <td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
1135
- <td>
1136
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> for <em class="parameter"><code>data</code></em>
1137
- </td>
1138
- </tr>
1139
- <tr>
1140
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1141
- <td>the previous email hook.</td>
1142
- </tr>
1143
- </tbody>
1144
- </table></div>
1145
- <p class="since">Since 2.6</p>
1146
- </div>
1147
- <hr>
1148
- <div class="refsect2">
1149
- <a name="gtk-about-dialog-set-url-hook"></a><h3>gtk_about_dialog_set_url_hook ()</h3>
1150
- <pre class="programlisting"><a class="link" href="GtkAboutDialog.html#GtkAboutDialogActivateLinkFunc" title="GtkAboutDialogActivateLinkFunc ()"><span class="returnvalue">GtkAboutDialogActivateLinkFunc</span></a> gtk_about_dialog_set_url_hook
1151
- (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html#GtkAboutDialogActivateLinkFunc" title="GtkAboutDialogActivateLinkFunc ()"><span class="type">GtkAboutDialogActivateLinkFunc</span></a> func</code></em>,
1152
- <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>,
1153
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
1154
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1155
- <h3 class="title">Warning</h3>
1156
- <p><code class="literal">gtk_about_dialog_set_url_hook</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use the <a class="link" href="GtkAboutDialog.html#GtkAboutDialog-activate-link" title='The "activate-link" signal'><span class="type">"activate-link"</span></a> signal</p>
1157
- </div>
1158
- <p>
1159
- Installs a global function to be called whenever the user activates a
1160
- URL link in an about dialog.
1161
- </p>
1162
- <p>
1163
- Since 2.18 there exists a default function which uses <a class="link" href="gtk-Filesystem-utilities.html#gtk-show-uri" title="gtk_show_uri ()"><code class="function">gtk_show_uri()</code></a>. To
1164
- deactivate it, you can pass <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>func</code></em>.
1165
- </p>
1166
- <div class="variablelist"><table border="0">
1167
- <col align="left" valign="top">
1168
- <tbody>
1169
- <tr>
1170
- <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
1171
- <td>a function to call when a URL link is activated.</td>
1172
- </tr>
1173
- <tr>
1174
- <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
1175
- <td>data to pass to <em class="parameter"><code>func</code></em>
1176
- </td>
1177
- </tr>
1178
- <tr>
1179
- <td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
1180
- <td>
1181
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> for <em class="parameter"><code>data</code></em>
1182
- </td>
1183
- </tr>
1184
- <tr>
1185
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1186
- <td>the previous URL hook.</td>
1187
- </tr>
1188
- </tbody>
1189
- </table></div>
1190
- <p class="since">Since 2.6</p>
1191
- </div>
1192
- <hr>
1193
- <div class="refsect2">
1194
- <a name="gtk-show-about-dialog"></a><h3>gtk_show_about_dialog ()</h3>
1195
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_show_about_dialog (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *parent</code></em>,
1196
- <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> *first_property_name</code></em>,
1197
- <em class="parameter"><code>...</code></em>);</pre>
1198
- <p>
1199
- This is a convenience function for showing an application's about box.
1200
- The constructed dialog is associated with the parent window and
1201
- reused for future invocations of this function.
1202
- </p>
1203
- <div class="variablelist"><table border="0">
1204
- <col align="left" valign="top">
1205
- <tbody>
1206
- <tr>
1207
- <td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
1208
- <td>transient parent, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for none. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1209
- </td>
1210
- </tr>
1211
- <tr>
1212
- <td><p><span class="term"><em class="parameter"><code>first_property_name</code></em> :</span></p></td>
1213
- <td>the name of the first property</td>
1214
- </tr>
1215
- </tbody>
1216
- </table></div>
1217
- <p class="since">Since 2.6</p>
1218
- </div>
1219
- </div>
1220
- <div class="refsect1">
1221
- <a name="GtkAboutDialog.property-details"></a><h2>Property Details</h2>
1222
- <div class="refsect2">
1223
- <a name="GtkAboutDialog--artists"></a><h3>The <code class="literal">"artists"</code> property</h3>
1224
- <pre class="programlisting"> "artists" <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> : Read / Write</pre>
1225
- <p>
1226
- The people who contributed artwork to the program, as a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated
1227
- array of strings. Each string may contain email addresses and URLs, which
1228
- will be displayed as links, see the introduction for more details.
1229
- </p>
1230
- <p class="since">Since 2.6</p>
1231
- </div>
1232
- <hr>
1233
- <div class="refsect2">
1234
- <a name="GtkAboutDialog--authors"></a><h3>The <code class="literal">"authors"</code> property</h3>
1235
- <pre class="programlisting"> "authors" <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> : Read / Write</pre>
1236
- <p>
1237
- The authors of the program, as a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings.
1238
- Each string may contain email addresses and URLs, which will be displayed
1239
- as links, see the introduction for more details.
1240
- </p>
1241
- <p class="since">Since 2.6</p>
1242
- </div>
1243
- <hr>
1244
- <div class="refsect2">
1245
- <a name="GtkAboutDialog--comments"></a><h3>The <code class="literal">"comments"</code> property</h3>
1246
- <pre class="programlisting"> "comments" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1247
- <p>
1248
- Comments about the program. This string is displayed in a label
1249
- in the main dialog, thus it should be a short explanation of
1250
- the main purpose of the program, not a detailed list of features.
1251
- </p>
1252
- <p>Default value: NULL</p>
1253
- <p class="since">Since 2.6</p>
1254
- </div>
1255
- <hr>
1256
- <div class="refsect2">
1257
- <a name="GtkAboutDialog--copyright"></a><h3>The <code class="literal">"copyright"</code> property</h3>
1258
- <pre class="programlisting"> "copyright" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1259
- <p>
1260
- Copyright information for the program.
1261
- </p>
1262
- <p>Default value: NULL</p>
1263
- <p class="since">Since 2.6</p>
1264
- </div>
1265
- <hr>
1266
- <div class="refsect2">
1267
- <a name="GtkAboutDialog--documenters"></a><h3>The <code class="literal">"documenters"</code> property</h3>
1268
- <pre class="programlisting"> "documenters" <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> : Read / Write</pre>
1269
- <p>
1270
- The people documenting the program, as a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings.
1271
- Each string may contain email addresses and URLs, which will be displayed
1272
- as links, see the introduction for more details.
1273
- </p>
1274
- <p class="since">Since 2.6</p>
1275
- </div>
1276
- <hr>
1277
- <div class="refsect2">
1278
- <a name="GtkAboutDialog--license"></a><h3>The <code class="literal">"license"</code> property</h3>
1279
- <pre class="programlisting"> "license" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1280
- <p>
1281
- The license of the program. This string is displayed in a
1282
- text view in a secondary dialog, therefore it is fine to use
1283
- a long multi-paragraph text. Note that the text is only wrapped
1284
- in the text view if the "wrap-license" property is set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>;
1285
- otherwise the text itself must contain the intended linebreaks.
1286
- </p>
1287
- <p>Default value: NULL</p>
1288
- <p class="since">Since 2.6</p>
1289
- </div>
1290
- <hr>
1291
- <div class="refsect2">
1292
- <a name="GtkAboutDialog--logo"></a><h3>The <code class="literal">"logo"</code> property</h3>
1293
- <pre class="programlisting"> "logo" <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>* : Read / Write</pre>
1294
- <p>
1295
- A logo for the about box. If this is not set, it defaults to
1296
- <a class="link" href="GtkWindow.html#gtk-window-get-default-icon-list" title="gtk_window_get_default_icon_list ()"><code class="function">gtk_window_get_default_icon_list()</code></a>.
1297
- </p>
1298
- <p class="since">Since 2.6</p>
1299
- </div>
1300
- <hr>
1301
- <div class="refsect2">
1302
- <a name="GtkAboutDialog--logo-icon-name"></a><h3>The <code class="literal">"logo-icon-name"</code> property</h3>
1303
- <pre class="programlisting"> "logo-icon-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1304
- <p>
1305
- A named icon to use as the logo for the about box. This property
1306
- overrides the <a class="link" href="GtkAboutDialog.html#GtkAboutDialog--logo" title='The "logo" property'><span class="type">"logo"</span></a> property.
1307
- </p>
1308
- <p>Default value: NULL</p>
1309
- <p class="since">Since 2.6</p>
1310
- </div>
1311
- <hr>
1312
- <div class="refsect2">
1313
- <a name="GtkAboutDialog--program-name"></a><h3>The <code class="literal">"program-name"</code> property</h3>
1314
- <pre class="programlisting"> "program-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1315
- <p>
1316
- The name of the program.
1317
- If this is not set, it defaults to <a href="http://library.gnome.org/devel/glib/unstable/glib-Miscellaneous-Utility-Functions.html#g-get-application-name"><code class="function">g_get_application_name()</code></a>.
1318
- </p>
1319
- <p>Default value: NULL</p>
1320
- <p class="since">Since 2.12</p>
1321
- </div>
1322
- <hr>
1323
- <div class="refsect2">
1324
- <a name="GtkAboutDialog--translator-credits"></a><h3>The <code class="literal">"translator-credits"</code> property</h3>
1325
- <pre class="programlisting"> "translator-credits" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1326
- <p>
1327
- Credits to the translators. This string should be marked as translatable.
1328
- The string may contain email addresses and URLs, which will be displayed
1329
- as links, see the introduction for more details.
1330
- </p>
1331
- <p>Default value: NULL</p>
1332
- <p class="since">Since 2.6</p>
1333
- </div>
1334
- <hr>
1335
- <div class="refsect2">
1336
- <a name="GtkAboutDialog--version"></a><h3>The <code class="literal">"version"</code> property</h3>
1337
- <pre class="programlisting"> "version" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1338
- <p>
1339
- The version of the program.
1340
- </p>
1341
- <p>Default value: NULL</p>
1342
- <p class="since">Since 2.6</p>
1343
- </div>
1344
- <hr>
1345
- <div class="refsect2">
1346
- <a name="GtkAboutDialog--website"></a><h3>The <code class="literal">"website"</code> property</h3>
1347
- <pre class="programlisting"> "website" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1348
- <p>
1349
- The URL for the link to the website of the program.
1350
- This should be a string starting with "http://.
1351
- </p>
1352
- <p>Default value: NULL</p>
1353
- <p class="since">Since 2.6</p>
1354
- </div>
1355
- <hr>
1356
- <div class="refsect2">
1357
- <a name="GtkAboutDialog--website-label"></a><h3>The <code class="literal">"website-label"</code> property</h3>
1358
- <pre class="programlisting"> "website-label" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1359
- <p>
1360
- The label for the link to the website of the program. If this is not set,
1361
- it defaults to the URL specified in the <a class="link" href="GtkAboutDialog.html#GtkAboutDialog--website" title='The "website" property'><span class="type">"website"</span></a> property.
1362
- </p>
1363
- <p>Default value: NULL</p>
1364
- <p class="since">Since 2.6</p>
1365
- </div>
1366
- <hr>
1367
- <div class="refsect2">
1368
- <a name="GtkAboutDialog--wrap-license"></a><h3>The <code class="literal">"wrap-license"</code> property</h3>
1369
- <pre class="programlisting"> "wrap-license" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
1370
- <p>
1371
- Whether to wrap the text in the license dialog.
1372
- </p>
1373
- <p>Default value: FALSE</p>
1374
- <p class="since">Since 2.8</p>
1375
- </div>
1376
- </div>
1377
- <div class="refsect1">
1378
- <a name="GtkAboutDialog.signal-details"></a><h2>Signal Details</h2>
1379
- <div class="refsect2">
1380
- <a name="GtkAboutDialog-activate-link"></a><h3>The <code class="literal">"activate-link"</code> signal</h3>
1381
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *label,
1382
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri,
1383
- <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>
1384
- <p>
1385
- The signal which gets emitted to activate a URI.
1386
- Applications may connect to it to override the default behaviour,
1387
- which is to call <a class="link" href="gtk-Filesystem-utilities.html#gtk-show-uri" title="gtk_show_uri ()"><code class="function">gtk_show_uri()</code></a>.
1388
- </p>
1389
- <div class="variablelist"><table border="0">
1390
- <col align="left" valign="top">
1391
- <tbody>
1392
- <tr>
1393
- <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
1394
- <td>The object on which the signal was emitted</td>
1395
- </tr>
1396
- <tr>
1397
- <td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
1398
- <td>the URI that is activated</td>
1399
- </tr>
1400
- <tr>
1401
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
1402
- <td>user data set when the signal handler was connected.</td>
1403
- </tr>
1404
- <tr>
1405
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1406
- <td>
1407
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the link has been activated</td>
1408
- </tr>
1409
- </tbody>
1410
- </table></div>
1411
- <p class="since">Since 2.24</p>
1412
- </div>
1413
- </div>
1414
- <div class="refsect1">
1415
- <a name="GtkAboutDialog.see-also"></a><h2>See Also</h2>
1416
- <a class="link" href="gtk-Stock-Items.html#GTK-STOCK-ABOUT:CAPS" title="GTK_STOCK_ABOUT"><span class="type">GTK_STOCK_ABOUT</span></a>
1417
- </div>
1418
- </div>
1419
- <div class="footer">
1420
- <hr>
1421
- Generated by GTK-Doc V1.18</div>
1422
- </body>
1423
- </html>