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,169 +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>GtkOrientable</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="LayoutContainers.html" title="Layout Containers">
9
- <link rel="prev" href="GtkExpander.html" title="GtkExpander">
10
- <link rel="next" href="Ornaments.html" title="Ornaments">
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="GtkExpander.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
- <td><a accesskey="u" href="LayoutContainers.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="Ornaments.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="#gtk-Orientable.synopsis" class="shortcut">Top</a>
25
-  | 
26
- <a href="#gtk-Orientable.description" class="shortcut">Description</a>
27
-  | 
28
- <a href="#gtk-Orientable.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
-  | 
30
- <a href="#gtk-Orientable.prerequisites" class="shortcut">Prerequisites</a>
31
-  | 
32
- <a href="#gtk-Orientable.implementations" class="shortcut">Known Implementations</a>
33
-  | 
34
- <a href="#gtk-Orientable.properties" class="shortcut">Properties</a>
35
- </td></tr>
36
- </table>
37
- <div class="refentry">
38
- <a name="gtk-Orientable"></a><div class="titlepage"></div>
39
- <div class="refnamediv"><table width="100%"><tr>
40
- <td valign="top">
41
- <h2><span class="refentrytitle"><a name="gtk-Orientable.top_of_page"></a>GtkOrientable</span></h2>
42
- <p>GtkOrientable — An interface for flippable widgets</p>
43
- </td>
44
- <td valign="top" align="right"></td>
45
- </tr></table></div>
46
- <div class="refsynopsisdiv">
47
- <a name="gtk-Orientable.synopsis"></a><h2>Synopsis</h2>
48
- <a name="GtkOrientable"></a><pre class="synopsis">
49
- #include &lt;gtk/gtk.h&gt;
50
-
51
- <a class="link" href="gtk-Orientable.html#GtkOrientable-struct" title="GtkOrientable">GtkOrientable</a>;
52
- <a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="returnvalue">GtkOrientation</span></a> <a class="link" href="gtk-Orientable.html#gtk-orientable-get-orientation" title="gtk_orientable_get_orientation ()">gtk_orientable_get_orientation</a> (<em class="parameter"><code><a class="link" href="gtk-Orientable.html#GtkOrientable"><span class="type">GtkOrientable</span></a> *orientable</code></em>);
53
- <span class="returnvalue">void</span> <a class="link" href="gtk-Orientable.html#gtk-orientable-set-orientation" title="gtk_orientable_set_orientation ()">gtk_orientable_set_orientation</a> (<em class="parameter"><code><a class="link" href="gtk-Orientable.html#GtkOrientable"><span class="type">GtkOrientable</span></a> *orientable</code></em>,
54
- <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> orientation</code></em>);
55
- </pre>
56
- </div>
57
- <div class="refsect1">
58
- <a name="gtk-Orientable.object-hierarchy"></a><h2>Object Hierarchy</h2>
59
- <pre class="synopsis">
60
- GInterface
61
- +----GtkOrientable
62
- </pre>
63
- </div>
64
- <div class="refsect1">
65
- <a name="gtk-Orientable.prerequisites"></a><h2>Prerequisites</h2>
66
- <p>
67
- GtkOrientable requires
68
- <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
69
- </div>
70
- <div class="refsect1">
71
- <a name="gtk-Orientable.implementations"></a><h2>Known Implementations</h2>
72
- <p>
73
- GtkOrientable is implemented by
74
- <a class="link" href="GtkBox.html" title="GtkBox">GtkBox</a>, <a class="link" href="GtkButtonBox.html" title="GtkButtonBox">GtkButtonBox</a>, <a class="link" href="GtkColorSelection.html" title="GtkColorSelection">GtkColorSelection</a>, <a class="link" href="GtkCombo.html" title="GtkCombo">GtkCombo</a>, <a class="link" href="GtkFileChooserButton.html" title="GtkFileChooserButton">GtkFileChooserButton</a>, <a class="link" href="GtkFileChooserWidget.html" title="GtkFileChooserWidget">GtkFileChooserWidget</a>, <a class="link" href="GtkFontSelection.html" title="GtkFontSelection">GtkFontSelection</a>, <a class="link" href="GtkGammaCurve.html" title="GtkGammaCurve">GtkGammaCurve</a>, <a class="link" href="GtkHBox.html" title="GtkHBox">GtkHBox</a>, <a class="link" href="GtkHButtonBox.html" title="GtkHButtonBox">GtkHButtonBox</a>, <a class="link" href="GtkHPaned.html" title="GtkHPaned">GtkHPaned</a>, <a class="link" href="GtkHRuler.html" title="GtkHRuler">GtkHRuler</a>, <a class="link" href="GtkHScale.html" title="GtkHScale">GtkHScale</a>, <a class="link" href="GtkHScrollbar.html" title="GtkHScrollbar">GtkHScrollbar</a>, <a class="link" href="GtkHSeparator.html" title="GtkHSeparator">GtkHSeparator</a>, <a class="link" href="GtkInfoBar.html" title="GtkInfoBar">GtkInfoBar</a>, <a class="link" href="GtkPaned.html" title="GtkPaned">GtkPaned</a>, <a class="link" href="GtkRange.html" title="GtkRange">GtkRange</a>, <a class="link" href="GtkRecentChooserWidget.html" title="GtkRecentChooserWidget">GtkRecentChooserWidget</a>, <a class="link" href="GtkRuler.html" title="GtkRuler">GtkRuler</a>, <a class="link" href="GtkScale.html" title="GtkScale">GtkScale</a>, <a class="link" href="GtkScaleButton.html" title="GtkScaleButton">GtkScaleButton</a>, <a class="link" href="GtkScrollbar.html" title="GtkScrollbar">GtkScrollbar</a>, <a class="link" href="GtkSeparator.html" title="GtkSeparator">GtkSeparator</a>, <a class="link" href="GtkStatusbar.html" title="GtkStatusbar">GtkStatusbar</a>, <a class="link" href="GtkToolPalette.html" title="GtkToolPalette">GtkToolPalette</a>, <a class="link" href="GtkToolbar.html" title="GtkToolbar">GtkToolbar</a>, <a class="link" href="GtkVBox.html" title="GtkVBox">GtkVBox</a>, <a class="link" href="GtkVButtonBox.html" title="GtkVButtonBox">GtkVButtonBox</a>, <a class="link" href="GtkVPaned.html" title="GtkVPaned">GtkVPaned</a>, <a class="link" href="GtkVRuler.html" title="GtkVRuler">GtkVRuler</a>, <a class="link" href="GtkVScale.html" title="GtkVScale">GtkVScale</a>, <a class="link" href="GtkVScrollbar.html" title="GtkVScrollbar">GtkVScrollbar</a>, <a class="link" href="GtkVSeparator.html" title="GtkVSeparator">GtkVSeparator</a> and <a class="link" href="GtkVolumeButton.html" title="GtkVolumeButton">GtkVolumeButton</a>.</p>
75
- </div>
76
- <div class="refsect1">
77
- <a name="gtk-Orientable.properties"></a><h2>Properties</h2>
78
- <pre class="synopsis">
79
- "<a class="link" href="gtk-Orientable.html#GtkOrientable--orientation" title='The "orientation" property'>orientation</a>" <a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> : Read / Write
80
- </pre>
81
- </div>
82
- <div class="refsect1">
83
- <a name="gtk-Orientable.description"></a><h2>Description</h2>
84
- <p>
85
- The <a class="link" href="gtk-Orientable.html#GtkOrientable"><span class="type">GtkOrientable</span></a> interface is implemented by all widgets that can be
86
- oriented horizontally or vertically. Historically, such widgets have been
87
- realized as subclasses of a common base class (e.g <a class="link" href="GtkBox.html" title="GtkBox"><span class="type">GtkBox</span></a>/<a class="link" href="GtkHBox.html" title="GtkHBox"><span class="type">GtkHBox</span></a>/<a class="link" href="GtkVBox.html" title="GtkVBox"><span class="type">GtkVBox</span></a>
88
- and <a class="link" href="GtkScale.html" title="GtkScale"><span class="type">GtkScale</span></a>/<a class="link" href="GtkHScale.html" title="GtkHScale"><span class="type">GtkHScale</span></a>/<a class="link" href="GtkVScale.html" title="GtkVScale"><span class="type">GtkVScale</span></a>). GtkOrientable is more flexible in that
89
- it allows the orientation to be changed at runtime, allowing the widgets
90
- to 'flip'.
91
- </p>
92
- <p>
93
- GtkOrientable was introduced in GTK+ 2.16.
94
- </p>
95
- </div>
96
- <div class="refsect1">
97
- <a name="gtk-Orientable.details"></a><h2>Details</h2>
98
- <div class="refsect2">
99
- <a name="GtkOrientable-struct"></a><h3>GtkOrientable</h3>
100
- <pre class="programlisting">typedef struct _GtkOrientable GtkOrientable;</pre>
101
- <p>
102
- </p>
103
- </div>
104
- <hr>
105
- <div class="refsect2">
106
- <a name="gtk-orientable-get-orientation"></a><h3>gtk_orientable_get_orientation ()</h3>
107
- <pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="returnvalue">GtkOrientation</span></a> gtk_orientable_get_orientation (<em class="parameter"><code><a class="link" href="gtk-Orientable.html#GtkOrientable"><span class="type">GtkOrientable</span></a> *orientable</code></em>);</pre>
108
- <p>
109
- Retrieves the orientation of the <em class="parameter"><code>orientable</code></em>.
110
- </p>
111
- <div class="variablelist"><table border="0">
112
- <col align="left" valign="top">
113
- <tbody>
114
- <tr>
115
- <td><p><span class="term"><em class="parameter"><code>orientable</code></em> :</span></p></td>
116
- <td>a <a class="link" href="gtk-Orientable.html#GtkOrientable"><span class="type">GtkOrientable</span></a>
117
- </td>
118
- </tr>
119
- <tr>
120
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
121
- <td>the orientation of the <em class="parameter"><code>orientable</code></em>.</td>
122
- </tr>
123
- </tbody>
124
- </table></div>
125
- <p class="since">Since 2.16</p>
126
- </div>
127
- <hr>
128
- <div class="refsect2">
129
- <a name="gtk-orientable-set-orientation"></a><h3>gtk_orientable_set_orientation ()</h3>
130
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_orientable_set_orientation (<em class="parameter"><code><a class="link" href="gtk-Orientable.html#GtkOrientable"><span class="type">GtkOrientable</span></a> *orientable</code></em>,
131
- <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> orientation</code></em>);</pre>
132
- <p>
133
- Sets the orientation of the <em class="parameter"><code>orientable</code></em>.
134
- </p>
135
- <div class="variablelist"><table border="0">
136
- <col align="left" valign="top">
137
- <tbody>
138
- <tr>
139
- <td><p><span class="term"><em class="parameter"><code>orientable</code></em> :</span></p></td>
140
- <td>a <a class="link" href="gtk-Orientable.html#GtkOrientable"><span class="type">GtkOrientable</span></a>
141
- </td>
142
- </tr>
143
- <tr>
144
- <td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
145
- <td>the orientable's new orientation.</td>
146
- </tr>
147
- </tbody>
148
- </table></div>
149
- <p class="since">Since 2.16</p>
150
- </div>
151
- </div>
152
- <div class="refsect1">
153
- <a name="gtk-Orientable.property-details"></a><h2>Property Details</h2>
154
- <div class="refsect2">
155
- <a name="GtkOrientable--orientation"></a><h3>The <code class="literal">"orientation"</code> property</h3>
156
- <pre class="programlisting"> "orientation" <a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> : Read / Write</pre>
157
- <p>
158
- The orientation of the orientable.
159
- </p>
160
- <p>Default value: GTK_ORIENTATION_HORIZONTAL</p>
161
- <p class="since">Since 2.16</p>
162
- </div>
163
- </div>
164
- </div>
165
- <div class="footer">
166
- <hr>
167
- Generated by GTK-Doc V1.18</div>
168
- </body>
169
- </html>
@@ -1,1726 +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>Resource Files</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="gtkbase.html" title="Part II. GTK+ Core Reference">
9
- <link rel="prev" href="gtk-Themeable-Stock-Images.html" title="Themeable Stock Images">
10
- <link rel="next" href="GtkSettings.html" title="Settings">
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="gtk-Themeable-Stock-Images.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
- <td><a accesskey="u" href="gtkbase.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="GtkSettings.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="#gtk-Resource-Files.synopsis" class="shortcut">Top</a>
25
-  | 
26
- <a href="#gtk-Resource-Files.description" class="shortcut">Description</a>
27
-  | 
28
- <a href="#gtk-Resource-Files.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
- </td></tr>
30
- </table>
31
- <div class="refentry">
32
- <a name="gtk-Resource-Files"></a><div class="titlepage"></div>
33
- <div class="refnamediv"><table width="100%"><tr>
34
- <td valign="top">
35
- <h2><span class="refentrytitle"><a name="gtk-Resource-Files.top_of_page"></a>Resource Files</span></h2>
36
- <p>Resource Files — Routines for handling resource files</p>
37
- </td>
38
- <td valign="top" align="right"></td>
39
- </tr></table></div>
40
- <div class="refsynopsisdiv">
41
- <a name="gtk-Resource-Files.synopsis"></a><h2>Synopsis</h2>
42
- <a name="GtkRcStyle"></a><pre class="synopsis">
43
- #include &lt;gtk/gtk.h&gt;
44
-
45
- <a class="link" href="gtk-Resource-Files.html#GtkRcStyle-struct" title="GtkRcStyle">GtkRcStyle</a>;
46
- enum <a class="link" href="gtk-Resource-Files.html#GtkRcFlags" title="enum GtkRcFlags">GtkRcFlags</a>;
47
- enum <a class="link" href="gtk-Resource-Files.html#GtkRcTokenType" title="enum GtkRcTokenType">GtkRcTokenType</a>;
48
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="returnvalue">GScanner</span></a> * <a class="link" href="gtk-Resource-Files.html#gtk-rc-scanner-new" title="gtk_rc_scanner_new ()">gtk_rc_scanner_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
49
- <a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a> * <a class="link" href="gtk-Resource-Files.html#gtk-rc-get-style" title="gtk_rc_get_style ()">gtk_rc_get_style</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
50
- <a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a> * <a class="link" href="gtk-Resource-Files.html#gtk-rc-get-style-by-paths" title="gtk_rc_get_style_by_paths ()">gtk_rc_get_style_by_paths</a> (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>,
51
- <em class="parameter"><code>const <span class="type">char</span> *widget_path</code></em>,
52
- <em class="parameter"><code>const <span class="type">char</span> *class_path</code></em>,
53
- <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> type</code></em>);
54
- <span class="returnvalue">void</span> <a class="link" href="gtk-Resource-Files.html#gtk-rc-add-widget-name-style" title="gtk_rc_add_widget_name_style ()">gtk_rc_add_widget_name_style</a> (<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *rc_style</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> *pattern</code></em>);
56
- <span class="returnvalue">void</span> <a class="link" href="gtk-Resource-Files.html#gtk-rc-add-widget-class-style" title="gtk_rc_add_widget_class_style ()">gtk_rc_add_widget_class_style</a> (<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *rc_style</code></em>,
57
- <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> *pattern</code></em>);
58
- <span class="returnvalue">void</span> <a class="link" href="gtk-Resource-Files.html#gtk-rc-add-class-style" title="gtk_rc_add_class_style ()">gtk_rc_add_class_style</a> (<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *rc_style</code></em>,
59
- <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> *pattern</code></em>);
60
- #define <a class="link" href="gtk-Resource-Files.html#gtk-rc-parse" title="gtk_rc_parse">gtk_rc_parse</a>
61
- <span class="returnvalue">void</span> <a class="link" href="gtk-Resource-Files.html#gtk-rc-parse-string" title="gtk_rc_parse_string ()">gtk_rc_parse_string</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rc_string</code></em>);
62
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-Resource-Files.html#gtk-rc-reparse-all" title="gtk_rc_reparse_all ()">gtk_rc_reparse_all</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
63
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-Resource-Files.html#gtk-rc-reparse-all-for-settings" title="gtk_rc_reparse_all_for_settings ()">gtk_rc_reparse_all_for_settings</a> (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>,
64
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> force_load</code></em>);
65
- <span class="returnvalue">void</span> <a class="link" href="gtk-Resource-Files.html#gtk-rc-reset-styles" title="gtk_rc_reset_styles ()">gtk_rc_reset_styles</a> (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>);
66
- #define <a class="link" href="gtk-Resource-Files.html#gtk-rc-add-default-file" title="gtk_rc_add_default_file">gtk_rc_add_default_file</a>
67
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> ** <a class="link" href="gtk-Resource-Files.html#gtk-rc-get-default-files" title="gtk_rc_get_default_files ()">gtk_rc_get_default_files</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
68
- #define <a class="link" href="gtk-Resource-Files.html#gtk-rc-set-default-files" title="gtk_rc_set_default_files">gtk_rc_set_default_files</a>
69
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="gtk-Resource-Files.html#gtk-rc-parse-color" title="gtk_rc_parse_color ()">gtk_rc_parse_color</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
70
- <em class="parameter"><code><a href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);
71
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="gtk-Resource-Files.html#gtk-rc-parse-color-full" title="gtk_rc_parse_color_full ()">gtk_rc_parse_color_full</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
72
- <em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *style</code></em>,
73
- <em class="parameter"><code><a href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);
74
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="gtk-Resource-Files.html#gtk-rc-parse-state" title="gtk_rc_parse_state ()">gtk_rc_parse_state</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
75
- <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> *state</code></em>);
76
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="gtk-Resource-Files.html#gtk-rc-parse-priority" title="gtk_rc_parse_priority ()">gtk_rc_parse_priority</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
77
- <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPathPriorityType" title="enum GtkPathPriorityType"><span class="type">GtkPathPriorityType</span></a> *priority</code></em>);
78
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gtk-Resource-Files.html#gtk-rc-find-module-in-path" title="gtk_rc_find_module_in_path ()">gtk_rc_find_module_in_path</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *module_file</code></em>);
79
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gtk-Resource-Files.html#gtk-rc-find-pixmap-in-path" title="gtk_rc_find_pixmap_in_path ()">gtk_rc_find_pixmap_in_path</a> (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>,
80
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
81
- <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> *pixmap_file</code></em>);
82
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gtk-Resource-Files.html#gtk-rc-get-module-dir" title="gtk_rc_get_module_dir ()">gtk_rc_get_module_dir</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
83
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gtk-Resource-Files.html#gtk-rc-get-im-module-path" title="gtk_rc_get_im_module_path ()">gtk_rc_get_im_module_path</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
84
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gtk-Resource-Files.html#gtk-rc-get-im-module-file" title="gtk_rc_get_im_module_file ()">gtk_rc_get_im_module_file</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
85
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gtk-Resource-Files.html#gtk-rc-get-theme-dir" title="gtk_rc_get_theme_dir ()">gtk_rc_get_theme_dir</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
86
- <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="returnvalue">GtkRcStyle</span></a> * <a class="link" href="gtk-Resource-Files.html#gtk-rc-style-new" title="gtk_rc_style_new ()">gtk_rc_style_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
87
- <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="returnvalue">GtkRcStyle</span></a> * <a class="link" href="gtk-Resource-Files.html#gtk-rc-style-copy" title="gtk_rc_style_copy ()">gtk_rc_style_copy</a> (<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *orig</code></em>);
88
- <span class="returnvalue">void</span> <a class="link" href="gtk-Resource-Files.html#gtk-rc-style-ref" title="gtk_rc_style_ref ()">gtk_rc_style_ref</a> (<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *rc_style</code></em>);
89
- <span class="returnvalue">void</span> <a class="link" href="gtk-Resource-Files.html#gtk-rc-style-unref" title="gtk_rc_style_unref ()">gtk_rc_style_unref</a> (<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *rc_style</code></em>);
90
- </pre>
91
- </div>
92
- <div class="refsect1">
93
- <a name="gtk-Resource-Files.object-hierarchy"></a><h2>Object Hierarchy</h2>
94
- <pre class="synopsis">
95
- <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
96
- +----GtkRcStyle
97
- </pre>
98
- </div>
99
- <div class="refsect1">
100
- <a name="gtk-Resource-Files.description"></a><h2>Description</h2>
101
- <p>
102
- GTK+ provides resource file mechanism for configuring
103
- various aspects of the operation of a GTK+ program
104
- at runtime.
105
- </p>
106
- <div class="refsect2">
107
- <a name="id511355"></a><h3>Default files</h3>
108
- <p>
109
- An application can cause GTK+ to parse a specific RC
110
- file by calling <a class="link" href="gtk-Resource-Files.html#gtk-rc-parse" title="gtk_rc_parse"><code class="function">gtk_rc_parse()</code></a>. In addition to this,
111
- certain files will be read at the end of <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a>.
112
- Unless modified, the files looked for will be
113
- <code class="filename">&lt;SYSCONFDIR&gt;/gtk-2.0/gtkrc</code>
114
- and <code class="filename">.gtkrc-2.0</code> in the users home directory.
115
- (<code class="filename">&lt;SYSCONFDIR&gt;</code> defaults to
116
- <code class="filename">/usr/local/etc</code>. It can be changed with the
117
- <code class="option">--prefix</code> or <code class="option">--sysconfdir</code> options when
118
- configuring GTK+.) Note that although the filenames contain the version
119
- number 2.0, all 2.x versions of GTK+ look for these files.
120
- </p>
121
- <p>
122
- The set of these <em class="firstterm">default</em> files
123
- can be retrieved with <a class="link" href="gtk-Resource-Files.html#gtk-rc-get-default-files" title="gtk_rc_get_default_files ()"><code class="function">gtk_rc_get_default_files()</code></a>
124
- and modified with <a class="link" href="gtk-Resource-Files.html#gtk-rc-add-default-file" title="gtk_rc_add_default_file"><code class="function">gtk_rc_add_default_file()</code></a> and
125
- <a class="link" href="gtk-Resource-Files.html#gtk-rc-set-default-files" title="gtk_rc_set_default_files"><code class="function">gtk_rc_set_default_files()</code></a>.
126
- Additionally, the <code class="envar">GTK2_RC_FILES</code> environment variable
127
- can be set to a <span class="type">G_SEARCHPATH_SEPARATOR_S-separated</span> list of files
128
- in order to overwrite the set of default files at runtime.
129
- </p>
130
- <p><a name="locale-specific-rc"></a>
131
- For each RC file, in addition to the file itself, GTK+ will look for
132
- a locale-specific file that will be parsed after the main file.
133
- For instance, if <code class="envar">LANG</code> is set to <code class="literal">ja_JP.ujis</code>,
134
- when loading the default file <code class="filename">~/.gtkrc</code> then GTK+ looks
135
- for <code class="filename">~/.gtkrc.ja_JP</code> and <code class="filename">~/.gtkrc.ja</code>,
136
- and parses the first of those that exists.
137
- </p>
138
- </div>
139
- <hr>
140
- <div class="refsect2">
141
- <a name="id495823"></a><h3>Pathnames and patterns</h3>
142
- <a name="gtkrc-pathnames-and-patterns"></a><p>
143
- A resource file defines a number of styles and key bindings and
144
- attaches them to particular widgets. The attachment is done
145
- by the <code class="literal">widget</code>, <code class="literal">widget_class</code>,
146
- and <code class="literal">class</code> declarations. As an example
147
- of such a statement:
148
- </p>
149
- <div class="informalexample">
150
- <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
151
- <tbody>
152
- <tr>
153
- <td class="listing_lines" align="right"><pre>1</pre></td>
154
- <td class="listing_code"><pre class="programlisting"><span class="normal">widget </span><span class="string">"mywindow.*.GtkEntry"</span><span class="normal"> style </span><span class="string">"my-entry-class"</span></pre></td>
155
- </tr>
156
- </tbody>
157
- </table>
158
- </div>
159
-
160
- <p>
161
- attaches the style <code class="literal">"my-entry-class"</code> to all
162
- widgets whose <em class="firstterm">widget path</em> matches the
163
- <em class="firstterm">pattern</em> <code class="literal">"mywindow.*.GtkEntry"</code>.
164
- That is, all <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> widgets which are part of a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> named
165
- <code class="literal">"mywindow"</code>.
166
- </p>
167
- <p>
168
- The patterns here are given in the standard shell glob syntax.
169
- The <code class="literal">"?"</code> wildcard matches any character, while
170
- <code class="literal">"*"</code> matches zero or more of any character.
171
- The three types of matching are against the widget path, the
172
- <em class="firstterm">class path</em> and the class hierarchy. Both the
173
- widget path and the class path consist of a <code class="literal">"."</code>
174
- separated list of all the parents of the widget and the widget itself
175
- from outermost to innermost. The difference is that in the widget path,
176
- the name assigned by <a class="link" href="GtkWidget.html#gtk-widget-set-name" title="gtk_widget_set_name ()"><code class="function">gtk_widget_set_name()</code></a> is used if present, otherwise
177
- the class name of the widget, while for the class path, the class name is
178
- always used.
179
- </p>
180
- <p>
181
- Since GTK+ 2.10, <code class="literal">widget_class</code> paths can also contain
182
- <code class="literal">&lt;classname&gt;</code> substrings, which are matching
183
- the class with the given name and any derived classes. For instance,
184
- </p>
185
- <div class="informalexample">
186
- <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
187
- <tbody>
188
- <tr>
189
- <td class="listing_lines" align="right"><pre>1</pre></td>
190
- <td class="listing_code"><pre class="programlisting"><span class="normal">widget_class </span><span class="string">"*&lt;GtkMenuItem&gt;.GtkLabel"</span><span class="normal"> style </span><span class="string">"my-style"</span></pre></td>
191
- </tr>
192
- </tbody>
193
- </table>
194
- </div>
195
-
196
- <p>
197
- will match <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> widgets which are contained in any kind of menu item.
198
- </p>
199
- <p>
200
- So, if you have a <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> named <code class="literal">"myentry"</code>, inside of a
201
- horizontal box in a window named <code class="literal">"mywindow"</code>, then the
202
- widget path is: <code class="literal">"mywindow.GtkHBox.myentry"</code>
203
- while the class path is: <code class="literal">"GtkWindow.GtkHBox.GtkEntry"</code>.
204
- </p>
205
- <p>
206
- Matching against class is a little different. The pattern match is done
207
- against all class names in the widgets class hierarchy (not the layout
208
- hierarchy) in sequence, so the pattern:
209
- </p>
210
- <div class="informalexample">
211
- <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
212
- <tbody>
213
- <tr>
214
- <td class="listing_lines" align="right"><pre>1</pre></td>
215
- <td class="listing_code"><pre class="programlisting"><span class="normal">class </span><span class="string">"GtkButton"</span><span class="normal"> style </span><span class="string">"my-style"</span></pre></td>
216
- </tr>
217
- </tbody>
218
- </table>
219
- </div>
220
-
221
- <p>
222
- will match not just <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> widgets, but also <a class="link" href="GtkToggleButton.html" title="GtkToggleButton"><span class="type">GtkToggleButton</span></a> and
223
- <a class="link" href="GtkCheckButton.html" title="GtkCheckButton"><span class="type">GtkCheckButton</span></a> widgets, since those classes derive from <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a>.
224
- </p>
225
- <p>
226
- Additionally, a priority can be specified for each pattern, and styles
227
- override other styles first by priority, then by pattern type and then
228
- by order of specification (later overrides earlier). The priorities
229
- that can be specified are (highest to lowest):
230
- </p>
231
- <table border="0" summary="Simple list" class="simplelist">
232
- <tr><td><code class="literal">highest</code></td></tr>
233
- <tr><td><code class="literal">rc</code></td></tr>
234
- <tr><td><code class="literal">theme</code></td></tr>
235
- <tr><td><code class="literal">application</code></td></tr>
236
- <tr><td><code class="literal">gtk</code></td></tr>
237
- <tr><td><code class="literal">lowest</code></td></tr>
238
- </table>
239
- <p>
240
- <code class="literal">rc</code> is the default for styles
241
- read from an RC file, <code class="literal">theme</code>
242
- is the default for styles read from theme RC files,
243
- <code class="literal">application</code>
244
- should be used for styles an application sets
245
- up, and <code class="literal">gtk</code> is used for styles
246
- that GTK+ creates internally.
247
- </p>
248
- </div>
249
- <hr>
250
- <div class="refsect2">
251
- <a name="id544947"></a><h3>Optimizing RC Style Matches</h3>
252
- <a name="optimizing-rc-style-matches"></a><p>
253
- Everytime a widget is created and added to the layout hierarchy of a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>
254
- ("anchored" to be exact), a list of matching RC styles out of all RC styles read
255
- in so far is composed.
256
- For this, every RC style is matched against the widgets class path,
257
- the widgets name path and widgets inheritance hierarchy.
258
- As a consequence, significant slowdown can be caused by utilization of many
259
- RC styles and by using RC style patterns that are slow or complicated to match
260
- against a given widget.
261
- The following ordered list provides a number of advices (prioritized by
262
- effectiveness) to reduce the performance overhead associated with RC style
263
- matches:
264
- </p>
265
- <div class="orderedlist"><ol class="orderedlist" type="1">
266
- <li class="listitem"><p>
267
- Move RC styles for specific applications into RC files dedicated to those
268
- applications and parse application specific RC files only from
269
- applications that are affected by them.
270
- This reduces the overall amount of RC styles that have to be considered
271
- for a match across a group of applications.
272
- </p></li>
273
- <li class="listitem">
274
- <p>
275
- Merge multiple styles which use the same matching rule, for instance:
276
- </p>
277
- <div class="informalexample">
278
- <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
279
- <tbody>
280
- <tr>
281
- <td class="listing_lines" align="right"><pre>1
282
- 2
283
- 3
284
- 4</pre></td>
285
- <td class="listing_code"><pre class="programlisting"><span class="normal">style </span><span class="string">"Foo"</span><span class="normal"> </span><span class="cbracket">{</span><span class="normal"> foo_content </span><span class="cbracket">}</span>
286
- <span class="normal">class </span><span class="string">"X"</span><span class="normal"> style </span><span class="string">"Foo"</span>
287
- <span class="normal">style </span><span class="string">"Bar"</span><span class="normal"> </span><span class="cbracket">{</span><span class="normal"> bar_content </span><span class="cbracket">}</span>
288
- <span class="normal">class </span><span class="string">"X"</span><span class="normal"> style </span><span class="string">"Bar"</span></pre></td>
289
- </tr>
290
- </tbody>
291
- </table>
292
- </div>
293
-
294
- <p>
295
- is faster to match as:
296
- </p>
297
- <div class="informalexample">
298
- <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
299
- <tbody>
300
- <tr>
301
- <td class="listing_lines" align="right"><pre>1
302
- 2</pre></td>
303
- <td class="listing_code"><pre class="programlisting"><span class="normal">style </span><span class="string">"FooBar"</span><span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="usertype">foo_content</span><span class="normal"> bar_content </span><span class="cbracket">}</span>
304
- <span class="normal">class </span><span class="string">"X"</span><span class="normal"> style </span><span class="string">"FooBar"</span></pre></td>
305
- </tr>
306
- </tbody>
307
- </table>
308
- </div>
309
-
310
- <p>
311
- </p>
312
- </li>
313
- <li class="listitem"><p>
314
- Use of wildcards should be avoided, this can reduce the individual RC style
315
- match to a single integer comparison in most cases.
316
- </p></li>
317
- <li class="listitem"><p>
318
- To avoid complex recursive matching, specification of full class names
319
- (for <code class="literal">class</code> matches) or full path names (for
320
- <code class="literal">widget</code> and <code class="literal">widget_class</code> matches)
321
- is to be preferred over shortened names
322
- containing <code class="literal">"*"</code> or <code class="literal">"?"</code>.
323
- </p></li>
324
- <li class="listitem"><p>
325
- If at all necessary, wildcards should only be used at the tail or head
326
- of a pattern. This reduces the match complexity to a string comparison
327
- per RC style.
328
- </p></li>
329
- <li class="listitem"><p>
330
- When using wildcards, use of <code class="literal">"?"</code> should be preferred
331
- over <code class="literal">"*"</code>. This can reduce the matching complexity from
332
- O(n^2) to O(n). For example <code class="literal">"Gtk*Box"</code> can be turned into
333
- <code class="literal">"Gtk?Box"</code> and will still match <a class="link" href="GtkHBox.html" title="GtkHBox"><span class="type">GtkHBox</span></a> and <a class="link" href="GtkVBox.html" title="GtkVBox"><span class="type">GtkVBox</span></a>.
334
- </p></li>
335
- <li class="listitem"><p>
336
- The use of <code class="literal">"*"</code> wildcards should be restricted as much
337
- as possible, because matching <code class="literal">"A*B*C*RestString"</code> can
338
- result in matching complexities of O(n^2) worst case.
339
- </p></li>
340
- </ol></div>
341
- <p>
342
- </p>
343
- </div>
344
- <hr>
345
- <div class="refsect2">
346
- <a name="id545124"></a><h3>Toplevel declarations</h3>
347
- <p>
348
- An RC file is a text file which is composed of a sequence
349
- of declarations. <code class="literal">'#'</code> characters delimit comments and
350
- the portion of a line after a <code class="literal">'#'</code> is ignored when parsing
351
- an RC file.
352
- </p>
353
- <p>
354
- The possible toplevel declarations are:
355
- </p>
356
- <div class="variablelist"><table border="0">
357
- <col align="left" valign="top">
358
- <tbody>
359
- <tr>
360
- <td><p><span class="term"><code class="literal">binding <em class="replaceable"><code>name</code></em>
361
- { ... }</code></span></p></td>
362
- <td><p>Declares a binding set.</p></td>
363
- </tr>
364
- <tr>
365
- <td><p><span class="term"><code class="literal">class <em class="replaceable"><code>pattern</code></em>
366
- [ style | binding ][ : <em class="replaceable"><code>priority</code></em> ]
367
- <em class="replaceable"><code>name</code></em></code></span></p></td>
368
- <td><p>Specifies a style or binding set for a particular
369
- branch of the inheritance hierarchy.</p></td>
370
- </tr>
371
- <tr>
372
- <td><p><span class="term"><code class="literal">include <em class="replaceable"><code>filename</code></em></code></span></p></td>
373
- <td>
374
- <p>Parses another file at this point. If
375
- <em class="replaceable"><code>filename</code></em> is not an absolute filename,
376
- it is searched in the directories of the currently open RC files.
377
- </p>
378
- <p>GTK+ also tries to load a
379
- <a class="link" href="gtk-Resource-Files.html#locale-specific-rc">locale-specific variant</a> of
380
- the included file.
381
- </p>
382
- </td>
383
- </tr>
384
- <tr>
385
- <td><p><span class="term"><code class="literal">module_path <em class="replaceable"><code>path</code></em></code></span></p></td>
386
- <td><p>Sets a path (a list of directories separated
387
- by colons) that will be searched for theme engines referenced in
388
- RC files.</p></td>
389
- </tr>
390
- <tr>
391
- <td><p><span class="term"><code class="literal">pixmap_path <em class="replaceable"><code>path</code></em></code></span></p></td>
392
- <td><p>Sets a path (a list of directories separated
393
- by colons) that will be searched for pixmaps referenced in
394
- RC files.</p></td>
395
- </tr>
396
- <tr>
397
- <td><p><span class="term"><code class="literal">im_module_file <em class="replaceable"><code>pathname</code></em></code></span></p></td>
398
- <td><p>Sets the pathname for the IM modules file. Setting this from RC files
399
- is deprecated; you should use the environment variable <code class="envar">GTK_IM_MODULE_FILE</code>
400
- instead.</p></td>
401
- </tr>
402
- <tr>
403
- <td><p><span class="term"><code class="literal">style <em class="replaceable"><code>name</code></em> [ =
404
- <em class="replaceable"><code>parent</code></em> ] { ... }</code></span></p></td>
405
- <td><p>Declares a style.</p></td>
406
- </tr>
407
- <tr>
408
- <td><p><span class="term"><code class="literal">widget <em class="replaceable"><code>pattern</code></em>
409
- [ style | binding ][ : <em class="replaceable"><code>priority</code></em> ]
410
- <em class="replaceable"><code>name</code></em></code></span></p></td>
411
- <td><p>Specifies a style or binding set for a particular
412
- group of widgets by matching on the widget pathname.</p></td>
413
- </tr>
414
- <tr>
415
- <td><p><span class="term"><code class="literal">widget_class <em class="replaceable"><code>pattern</code></em>
416
- [ style | binding ][ : <em class="replaceable"><code>priority</code></em> ]
417
- <em class="replaceable"><code>name</code></em></code></span></p></td>
418
- <td><p>Specifies a style or binding set for a particular
419
- group of widgets by matching on the class pathname.</p></td>
420
- </tr>
421
- <tr>
422
- <td><p><span class="term"><em class="replaceable"><code>setting</code></em> = <em class="replaceable"><code>value</code></em></span></p></td>
423
- <td><p>Specifies a value for a <a class="link" href="GtkSettings.html" title="Settings">setting</a>.
424
- Note that settings in RC files are overwritten by system-wide settings
425
- (which are managed by an XSettings manager on X11).</p></td>
426
- </tr>
427
- </tbody>
428
- </table></div>
429
- <p>
430
- </p>
431
- </div>
432
- <hr>
433
- <div class="refsect2">
434
- <a name="id545426"></a><h3>Styles</h3>
435
- <p>
436
- A RC style is specified by a <code class="literal">style</code>
437
- declaration in a RC file, and then bound to widgets
438
- with a <code class="literal">widget</code>, <code class="literal">widget_class</code>,
439
- or <code class="literal">class</code> declaration. All styles
440
- applying to a particular widget are composited together
441
- with <code class="literal">widget</code> declarations overriding
442
- <code class="literal">widget_class</code> declarations which, in
443
- turn, override <code class="literal">class</code> declarations.
444
- Within each type of declaration, later declarations override
445
- earlier ones.
446
- </p>
447
- <p>
448
- Within a <code class="literal">style</code> declaration, the possible
449
- elements are:
450
- </p>
451
- <div class="variablelist"><table border="0">
452
- <col align="left" valign="top">
453
- <tbody>
454
- <tr>
455
- <td><p><span class="term"><code class="literal">bg[<em class="replaceable"><code>state</code></em>] =
456
- <em class="replaceable"><code>color</code></em></code></span></p></td>
457
- <td><p>
458
- Sets the color used for the background of most widgets.
459
- </p></td>
460
- </tr>
461
- <tr>
462
- <td><p><span class="term"><code class="literal">fg[<em class="replaceable"><code>state</code></em>] =
463
- <em class="replaceable"><code>color</code></em></code></span></p></td>
464
- <td><p>
465
- Sets the color used for the foreground of most widgets.
466
- </p></td>
467
- </tr>
468
- <tr>
469
- <td><p><span class="term"><code class="literal">base[<em class="replaceable"><code>state</code></em>] =
470
- <em class="replaceable"><code>color</code></em></code></span></p></td>
471
- <td><p>
472
- Sets the color used for the background of widgets displaying
473
- editable text. This color is used for the background
474
- of, among others, <a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a>, <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>, <a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a>, and <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a>.
475
- </p></td>
476
- </tr>
477
- <tr>
478
- <td><p><span class="term"><code class="literal">text[<em class="replaceable"><code>state</code></em>] =
479
- <em class="replaceable"><code>color</code></em></code></span></p></td>
480
- <td><p>
481
- Sets the color used for foreground of widgets using
482
- <code class="literal">base</code> for the background color.
483
- </p></td>
484
- </tr>
485
- <tr>
486
- <td><p><span class="term"><code class="literal">xthickness =
487
- <em class="replaceable"><code>number</code></em></code></span></p></td>
488
- <td><p>
489
- Sets the xthickness, which is used for various horizontal padding
490
- values in GTK+.
491
- </p></td>
492
- </tr>
493
- <tr>
494
- <td><p><span class="term"><code class="literal">ythickness =
495
- <em class="replaceable"><code>number</code></em></code></span></p></td>
496
- <td><p>
497
- Sets the ythickness, which is used for various vertical padding
498
- values in GTK+.
499
- </p></td>
500
- </tr>
501
- <tr>
502
- <td><p><span class="term"><code class="literal">bg_pixmap[<em class="replaceable"><code>state</code></em>] =
503
- <em class="replaceable"><code>pixmap</code></em></code></span></p></td>
504
- <td><p>
505
- Sets a background pixmap to be used in place of
506
- the <code class="literal">bg</code> color (or for <a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a>,
507
- in place of the <code class="literal">base</code> color. The special
508
- value <code class="literal">"&lt;parent&gt;"</code> may be used to indicate that the widget should
509
- use the same background pixmap as its parent. The special value
510
- <code class="literal">"&lt;none&gt;"</code> may be used to indicate no background pixmap.
511
- </p></td>
512
- </tr>
513
- <tr>
514
- <td><p><span class="term"><code class="literal">font = <em class="replaceable"><code>font</code></em></code></span></p></td>
515
- <td><p>
516
- Starting with GTK+ 2.0, the "font" and "fontset"
517
- declarations are ignored; use "font_name" declarations instead.
518
- </p></td>
519
- </tr>
520
- <tr>
521
- <td><p><span class="term"><code class="literal">fontset = <em class="replaceable"><code>font</code></em></code></span></p></td>
522
- <td><p>
523
- Starting with GTK+ 2.0, the "font" and "fontset"
524
- declarations are ignored; use "font_name" declarations instead.
525
- </p></td>
526
- </tr>
527
- <tr>
528
- <td><p><span class="term"><code class="literal">font_name = <em class="replaceable"><code>font</code></em></code></span></p></td>
529
- <td><p>
530
- Sets the font for a widget. <em class="replaceable"><code>font</code></em> must be
531
- a Pango font name, e.g. <code class="literal">"Sans Italic 10"</code>.
532
- For details about Pango font names, see
533
- <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#pango-font-description-from-string"><code class="function">pango_font_description_from_string()</code></a>.
534
- </p></td>
535
- </tr>
536
- <tr>
537
- <td><p><span class="term"><code class="literal">stock[<em class="replaceable"><code>"stock-id"</code></em>] = { <em class="replaceable"><code>icon source specifications</code></em> }</code></span></p></td>
538
- <td><p>
539
- Defines the icon for a stock item.
540
- </p></td>
541
- </tr>
542
- <tr>
543
- <td><p><span class="term"><code class="literal">color[<em class="replaceable"><code>"color-name"</code></em>] = <em class="replaceable"><code>color specification</code></em></code></span></p></td>
544
- <td><p>
545
- Since 2.10, this element can be used to defines symbolic colors. See below for
546
- the syntax of color specifications.
547
- </p></td>
548
- </tr>
549
- <tr>
550
- <td><p><span class="term"><code class="literal">engine <em class="replaceable"><code>"engine"</code></em> { <em class="replaceable"><code>engine-specific
551
- settings</code></em> }</code></span></p></td>
552
- <td><p>
553
- Defines the engine to be used when drawing with this style.
554
- </p></td>
555
- </tr>
556
- <tr>
557
- <td><p><span class="term"><code class="literal"><em class="replaceable"><code>class</code></em>::<em class="replaceable"><code>property</code></em> = <em class="replaceable"><code>value</code></em></code></span></p></td>
558
- <td><p>
559
- Sets a <a class="link" href="GtkWidget.html#style-properties">style property</a> for a widget class.
560
- </p></td>
561
- </tr>
562
- </tbody>
563
- </table></div>
564
- <p>
565
- </p>
566
- <p>
567
- The colors and background pixmaps are specified as a function of the
568
- state of the widget. The states are:
569
- </p>
570
- <div class="variablelist"><table border="0">
571
- <col align="left" valign="top">
572
- <tbody>
573
- <tr>
574
- <td><p><span class="term"><code class="literal">NORMAL</code></span></p></td>
575
- <td><p>
576
- A color used for a widget in its normal state.
577
- </p></td>
578
- </tr>
579
- <tr>
580
- <td><p><span class="term"><code class="literal">ACTIVE</code></span></p></td>
581
- <td><p>
582
- A variant of the <code class="literal">NORMAL</code> color used when the
583
- widget is in the <a class="link" href="gtk-Standard-Enumerations.html#GTK-STATE-ACTIVE:CAPS"><code class="literal">GTK_STATE_ACTIVE</code></a> state, and also for
584
- the trough of a ScrollBar, tabs of a NoteBook
585
- other than the current tab and similar areas.
586
- Frequently, this should be a darker variant
587
- of the <code class="literal">NORMAL</code> color.
588
- </p></td>
589
- </tr>
590
- <tr>
591
- <td><p><span class="term"><code class="literal">PRELIGHT</code></span></p></td>
592
- <td><p>
593
- A color used for widgets in the <a class="link" href="gtk-Standard-Enumerations.html#GTK-STATE-PRELIGHT:CAPS"><code class="literal">GTK_STATE_PRELIGHT</code></a> state. This
594
- state is the used for Buttons and MenuItems
595
- that have the mouse cursor over them, and for
596
- their children.
597
- </p></td>
598
- </tr>
599
- <tr>
600
- <td><p><span class="term"><code class="literal">SELECTED</code></span></p></td>
601
- <td><p>
602
- A color used to highlight data selected by the user.
603
- for instance, the selected items in a list widget, and the
604
- selection in an editable widget.
605
- </p></td>
606
- </tr>
607
- <tr>
608
- <td><p><span class="term"><code class="literal">INSENSITIVE</code></span></p></td>
609
- <td><p>
610
- A color used for the background of widgets that have
611
- been set insensitive with <a class="link" href="GtkWidget.html#gtk-widget-set-sensitive" title="gtk_widget_set_sensitive ()"><code class="function">gtk_widget_set_sensitive()</code></a>.
612
- </p></td>
613
- </tr>
614
- </tbody>
615
- </table></div>
616
- <p>
617
- </p>
618
- <p><a name="color-format"></a>
619
- Colors can be specified as a string containing a color name (GTK+ knows
620
- all names from the X color database <code class="filename">/usr/lib/X11/rgb.txt</code>),
621
- in one of the hexadecimal forms <code class="literal">#rrrrggggbbbb</code>,
622
- <code class="literal">#rrrgggbbb</code>, <code class="literal">#rrggbb</code>,
623
- or <code class="literal">#rgb</code>, where <code class="literal">r</code>,
624
- <code class="literal">g</code> and <code class="literal">b</code> are
625
- hex digits, or they can be specified as a triplet
626
- <code class="literal">{ <em class="replaceable"><code>r</code></em>, <em class="replaceable"><code>g</code></em>,
627
- <em class="replaceable"><code>b</code></em>}</code>, where <code class="literal">r</code>,
628
- <code class="literal">g</code> and <code class="literal">b</code> are either integers in
629
- the range 0-65535 or floats in the range 0.0-1.0.
630
- </p>
631
- <p>
632
- Since 2.10, colors can also be specified by refering to a symbolic color, as
633
- follows: <code class="literal">@color-name</code>, or by using expressions to combine
634
- colors. The following expressions are currently supported:
635
- </p>
636
- <div class="variablelist"><table border="0">
637
- <col align="left" valign="top">
638
- <tbody>
639
- <tr>
640
- <td><p><span class="term">mix (<em class="replaceable"><code>factor</code></em>, <em class="replaceable"><code>color1</code></em>, <em class="replaceable"><code>color2</code></em>)</span></p></td>
641
- <td><p>
642
- Computes a new color by mixing <em class="replaceable"><code>color1</code></em> and
643
- <em class="replaceable"><code>color2</code></em>. The <em class="replaceable"><code>factor</code></em>
644
- determines how close the new color is to <em class="replaceable"><code>color1</code></em>.
645
- A factor of 1.0 gives pure <em class="replaceable"><code>color1</code></em>, a factor of
646
- 0.0 gives pure <em class="replaceable"><code>color2</code></em>.
647
- </p></td>
648
- </tr>
649
- <tr>
650
- <td><p><span class="term">shade (<em class="replaceable"><code>factor</code></em>, <em class="replaceable"><code>color</code></em>)</span></p></td>
651
- <td><p>
652
- Computes a lighter or darker variant of <em class="replaceable"><code>color</code></em>.
653
- A <em class="replaceable"><code>factor</code></em> of 1.0 leaves the color unchanged, smaller
654
- factors yield darker colors, larger factors yield lighter colors.
655
- </p></td>
656
- </tr>
657
- <tr>
658
- <td><p><span class="term">lighter (<em class="replaceable"><code>color</code></em>)</span></p></td>
659
- <td><p>
660
- This is an abbreviation for
661
- <code class="literal">shade (1.3, <em class="replaceable"><code>color</code></em>)</code>.
662
- </p></td>
663
- </tr>
664
- <tr>
665
- <td><p><span class="term">darker (<em class="replaceable"><code>color</code></em>)</span></p></td>
666
- <td><p>
667
- This is an abbreviation for
668
- <code class="literal">shade (0.7, <em class="replaceable"><code>color</code></em>)</code>.
669
- </p></td>
670
- </tr>
671
- </tbody>
672
- </table></div>
673
- <p>
674
- </p>
675
- <p>
676
- Here are some examples of color expressions:
677
- </p>
678
- <div class="informalexample">
679
- <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
680
- <tbody>
681
- <tr>
682
- <td class="listing_lines" align="right"><pre>1
683
- 2
684
- 3</pre></td>
685
- <td class="listing_code"><pre class="programlisting"><span class="function">mix</span><span class="normal"> </span><span class="symbol">(</span><span class="number">0.5</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"red"</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"blue"</span><span class="symbol">)</span>
686
- <span class="function">shade</span><span class="normal"> </span><span class="symbol">(</span><span class="number">1.5</span><span class="symbol">,</span><span class="normal"> </span><span class="function">mix</span><span class="normal"> </span><span class="symbol">(</span><span class="number">0.3</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"#0abbc0"</span><span class="symbol">,</span><span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="number">0.3</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.5</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.9</span><span class="normal"> </span><span class="cbracket">}</span><span class="symbol">))</span>
687
- <span class="function">lighter</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">@foreground</span><span class="symbol">)</span></pre></td>
688
- </tr>
689
- </tbody>
690
- </table>
691
- </div>
692
-
693
- <p>
694
- </p>
695
- <p>
696
- In a <code class="literal">stock</code> definition, icon sources are specified as a
697
- 4-tuple of image filename or icon name, text direction, widget state, and size, in that
698
- order. Each icon source specifies an image filename or icon name to use with a given
699
- direction, state, and size. Filenames are specified as a string such
700
- as <code class="literal">"itemltr.png"</code>, while icon names (looked up
701
- in the current icon theme), are specified with a leading
702
- <code class="literal">@</code>, such as <code class="literal">@"item-ltr"</code>.
703
- The <code class="literal">*</code> character can be used as a
704
- wildcard, and if direction/state/size are omitted they default to
705
- <code class="literal">*</code>. So for example, the following specifies different icons to
706
- use for left-to-right and right-to-left languages:
707
- </p>
708
- <div class="informalexample">
709
- <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
710
- <tbody>
711
- <tr>
712
- <td class="listing_lines" align="right"><pre>1
713
- 2
714
- 3
715
- 4
716
- 5</pre></td>
717
- <td class="listing_code"><pre class="programlisting"><span class="normal">stock</span><span class="symbol">[</span><span class="string">"my-stock-item"</span><span class="symbol">]</span><span class="normal"> </span><span class="symbol">=</span>
718
- <span class="cbracket">{</span>
719
- <span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"itemltr.png"</span><span class="symbol">,</span><span class="normal"> LTR</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">*,</span><span class="normal"> </span><span class="symbol">*</span><span class="normal"> </span><span class="cbracket">}</span><span class="symbol">,</span>
720
- <span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"itemrtl.png"</span><span class="symbol">,</span><span class="normal"> RTL</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">*,</span><span class="normal"> </span><span class="symbol">*</span><span class="normal"> </span><span class="cbracket">}</span>
721
- <span class="cbracket">}</span></pre></td>
722
- </tr>
723
- </tbody>
724
- </table>
725
- </div>
726
-
727
- <p>
728
- This could be abbreviated as follows:
729
- </p>
730
- <div class="informalexample">
731
- <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
732
- <tbody>
733
- <tr>
734
- <td class="listing_lines" align="right"><pre>1
735
- 2
736
- 3
737
- 4
738
- 5</pre></td>
739
- <td class="listing_code"><pre class="programlisting"><span class="normal">stock</span><span class="symbol">[</span><span class="string">"my-stock-item"</span><span class="symbol">]</span><span class="normal"> </span><span class="symbol">=</span>
740
- <span class="cbracket">{</span>
741
- <span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"itemltr.png"</span><span class="symbol">,</span><span class="normal"> LTR </span><span class="cbracket">}</span><span class="symbol">,</span>
742
- <span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"itemrtl.png"</span><span class="symbol">,</span><span class="normal"> RTL </span><span class="cbracket">}</span>
743
- <span class="cbracket">}</span></pre></td>
744
- </tr>
745
- </tbody>
746
- </table>
747
- </div>
748
-
749
- <p>
750
- </p>
751
- <p>
752
- You can specify custom icons for specific sizes, as follows:
753
- </p>
754
- <div class="informalexample">
755
- <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
756
- <tbody>
757
- <tr>
758
- <td class="listing_lines" align="right"><pre>1
759
- 2
760
- 3
761
- 4
762
- 5
763
- 6</pre></td>
764
- <td class="listing_code"><pre class="programlisting"><span class="normal">stock</span><span class="symbol">[</span><span class="string">"my-stock-item"</span><span class="symbol">]</span><span class="normal"> </span><span class="symbol">=</span>
765
- <span class="cbracket">{</span>
766
- <span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"itemmenusize.png"</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">*,</span><span class="normal"> </span><span class="symbol">*,</span><span class="normal"> </span><span class="string">"gtk-menu"</span><span class="normal"> </span><span class="cbracket">}</span><span class="symbol">,</span>
767
- <span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"itemtoolbarsize.png"</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">*,</span><span class="normal"> </span><span class="symbol">*,</span><span class="normal"> </span><span class="string">"gtk-large-toolbar"</span><span class="normal"> </span><span class="cbracket">}</span>
768
- <span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"itemgeneric.png"</span><span class="normal"> </span><span class="cbracket">}</span><span class="normal"> </span><span class="comment">/* implicit *, *, * as a fallback */</span>
769
- <span class="cbracket">}</span></pre></td>
770
- </tr>
771
- </tbody>
772
- </table>
773
- </div>
774
-
775
- <p>
776
- The sizes that come with GTK+ itself are <code class="literal">"gtk-menu"</code>,
777
- <code class="literal">"gtk-small-toolbar"</code>, <code class="literal">"gtk-large-toolbar"</code>,
778
- <code class="literal">"gtk-button"</code>, <code class="literal">"gtk-dialog"</code>. Applications
779
- can define other sizes.
780
- </p>
781
- <p>
782
- It's also possible to use custom icons for a given state, for example:
783
- </p>
784
- <div class="informalexample">
785
- <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
786
- <tbody>
787
- <tr>
788
- <td class="listing_lines" align="right"><pre>1
789
- 2
790
- 3
791
- 4
792
- 5
793
- 6</pre></td>
794
- <td class="listing_code"><pre class="programlisting"><span class="normal">stock</span><span class="symbol">[</span><span class="string">"my-stock-item"</span><span class="symbol">]</span><span class="normal"> </span><span class="symbol">=</span>
795
- <span class="cbracket">{</span>
796
- <span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"itemprelight.png"</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">*,</span><span class="normal"> PRELIGHT </span><span class="cbracket">}</span><span class="symbol">,</span>
797
- <span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"iteminsensitive.png"</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">*,</span><span class="normal"> INSENSITIVE </span><span class="cbracket">}</span><span class="symbol">,</span>
798
- <span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"itemgeneric.png"</span><span class="normal"> </span><span class="cbracket">}</span><span class="normal"> </span><span class="comment">/* implicit *, *, * as a fallback */</span>
799
- <span class="cbracket">}</span></pre></td>
800
- </tr>
801
- </tbody>
802
- </table>
803
- </div>
804
-
805
- <p>
806
- </p>
807
- <p>
808
- When selecting an icon source to use, GTK+ will consider text direction most
809
- important, state second, and size third. It will select the best match based on
810
- those criteria. If an attribute matches exactly (e.g. you specified
811
- <code class="literal">PRELIGHT</code> or specified the size), GTK+ won't modify the image;
812
- if the attribute matches with a wildcard, GTK+ will scale or modify the image to
813
- match the state and size the user requested.
814
- </p>
815
- </div>
816
- <hr>
817
- <div class="refsect2">
818
- <a name="id546476"></a><h3>Key bindings</h3>
819
- <p>
820
- Key bindings allow the user to specify actions to be
821
- taken on particular key presses. The form of a binding
822
- set declaration is:
823
- </p>
824
- <div class="informalexample">
825
- <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
826
- <tbody>
827
- <tr>
828
- <td class="listing_lines" align="right"><pre>1
829
- 2
830
- 3
831
- 4
832
- 5
833
- 6
834
- 7</pre></td>
835
- <td class="listing_code"><pre class="programlisting"><span class="normal">binding </span><span class="symbol">&lt;</span><span class="usertype">em</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"replaceable"</span><span class="symbol">&gt;&lt;</span><span class="normal">code</span><span class="symbol">&gt;</span><span class="normal">name</span><span class="symbol">&lt;/</span><span class="normal">code</span><span class="symbol">&gt;&lt;/</span><span class="normal">em</span><span class="symbol">&gt;</span><span class="normal"> </span><span class="cbracket">{</span>
836
- <span class="normal"> bind </span><span class="symbol">&lt;</span><span class="usertype">em</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"replaceable"</span><span class="symbol">&gt;&lt;</span><span class="normal">code</span><span class="symbol">&gt;</span><span class="normal">key</span><span class="symbol">&lt;/</span><span class="normal">code</span><span class="symbol">&gt;&lt;/</span><span class="normal">em</span><span class="symbol">&gt;</span><span class="normal"> </span><span class="cbracket">{</span>
837
- <span class="normal"> </span><span class="symbol">&lt;</span><span class="usertype">em</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"replaceable"</span><span class="symbol">&gt;&lt;</span><span class="normal">code</span><span class="symbol">&gt;</span><span class="normal">signalname</span><span class="symbol">&lt;/</span><span class="normal">code</span><span class="symbol">&gt;&lt;/</span><span class="normal">em</span><span class="symbol">&gt;</span><span class="normal"> </span><span class="symbol">(&lt;</span><span class="usertype">em</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"replaceable"</span><span class="symbol">&gt;&lt;</span><span class="normal">code</span><span class="symbol">&gt;</span><span class="normal">param</span><span class="symbol">&lt;/</span><span class="normal">code</span><span class="symbol">&gt;&lt;/</span><span class="normal">em</span><span class="symbol">&gt;,</span><span class="normal"> </span><span class="symbol">...)</span>
838
- <span class="normal"> </span><span class="symbol">...</span>
839
- <span class="normal"> </span><span class="cbracket">}</span>
840
- <span class="normal"> </span><span class="symbol">...</span>
841
- <span class="cbracket">}</span></pre></td>
842
- </tr>
843
- </tbody>
844
- </table>
845
- </div>
846
-
847
- <p>
848
- <em class="replaceable"><code>key</code></em> is a string consisting of a
849
- series of modifiers followed by the name of a key. The
850
- modifiers can be:
851
- </p>
852
- <table border="0" summary="Simple list" class="simplelist">
853
- <tr><td><code class="literal">&lt;alt&gt;</code></td></tr>
854
- <tr><td><code class="literal">&lt;ctl&gt;</code></td></tr>
855
- <tr><td><code class="literal">&lt;control&gt;</code></td></tr>
856
- <tr><td><code class="literal">&lt;meta&gt;</code></td></tr>
857
- <tr><td><code class="literal">&lt;hyper&gt;</code></td></tr>
858
- <tr><td><code class="literal">&lt;super&gt;</code></td></tr>
859
- <tr><td><code class="literal">&lt;mod1&gt;</code></td></tr>
860
- <tr><td><code class="literal">&lt;mod2&gt;</code></td></tr>
861
- <tr><td><code class="literal">&lt;mod3&gt;</code></td></tr>
862
- <tr><td><code class="literal">&lt;mod4&gt;</code></td></tr>
863
- <tr><td><code class="literal">&lt;mod5&gt;</code></td></tr>
864
- <tr><td><code class="literal">&lt;release&gt;</code></td></tr>
865
- <tr><td><code class="literal">&lt;shft&gt;</code></td></tr>
866
- <tr><td><code class="literal">&lt;shift&gt;</code></td></tr>
867
- </table>
868
- <p>
869
- <code class="literal">&lt;shft&gt;</code> is an alias for
870
- <code class="literal">&lt;shift&gt;</code>,
871
- <code class="literal">&lt;ctl&gt;</code> is an alias for
872
- <code class="literal">&lt;control&gt;</code>,
873
- and
874
- <code class="literal">&lt;alt&gt;</code> is an alias for
875
- <code class="literal">&lt;mod1&gt;</code>.
876
- </p>
877
- <p>
878
- The action that is bound to the key is a sequence
879
- of signal names (strings) followed by parameters for
880
- each signal. The signals must be action signals.
881
- (See <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#g-signal-new"><code class="function">g_signal_new()</code></a>). Each parameter can be
882
- a float, integer, string, or unquoted string
883
- representing an enumeration value. The types of
884
- the parameters specified must match the types of the
885
- parameters of the signal.
886
- </p>
887
- <p>
888
- Binding sets are connected to widgets in the same manner as styles,
889
- with one difference: Binding sets override other binding sets first
890
- by pattern type, then by priority and then by order of specification.
891
- The priorities that can be specified and their default values are the
892
- same as for styles.
893
- </p>
894
- </div>
895
- </div>
896
- <div class="refsect1">
897
- <a name="gtk-Resource-Files.details"></a><h2>Details</h2>
898
- <div class="refsect2">
899
- <a name="GtkRcStyle-struct"></a><h3>GtkRcStyle</h3>
900
- <pre class="programlisting">typedef struct {
901
- gchar *name;
902
- gchar *bg_pixmap_name[5];
903
- PangoFontDescription *font_desc;
904
-
905
- GtkRcFlags color_flags[5];
906
- GdkColor fg[5];
907
- GdkColor bg[5];
908
- GdkColor text[5];
909
- GdkColor base[5];
910
-
911
- gint xthickness;
912
- gint ythickness;
913
- } GtkRcStyle;
914
- </pre>
915
- <p>
916
- The <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> structure is used to represent a set
917
- of information about the appearance of a widget.
918
- This can later be composited together with other
919
- <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> structures to form a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a>.
920
- </p>
921
- </div>
922
- <hr>
923
- <div class="refsect2">
924
- <a name="GtkRcFlags"></a><h3>enum GtkRcFlags</h3>
925
- <pre class="programlisting">typedef enum {
926
- GTK_RC_FG = 1 &lt;&lt; 0,
927
- GTK_RC_BG = 1 &lt;&lt; 1,
928
- GTK_RC_TEXT = 1 &lt;&lt; 2,
929
- GTK_RC_BASE = 1 &lt;&lt; 3
930
- } GtkRcFlags;
931
- </pre>
932
- <p>
933
- The <a class="link" href="gtk-Resource-Files.html#GtkRcFlags" title="enum GtkRcFlags"><span class="type">GtkRcFlags</span></a> enumeration is used as a bitmask
934
- to specify which fields of a <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> have been
935
- set for each state.
936
- </p>
937
- <div class="variablelist"><table border="0">
938
- <col align="left" valign="top">
939
- <tbody>
940
- <tr>
941
- <td><p><a name="GTK-RC-FG:CAPS"></a><span class="term"><code class="literal">GTK_RC_FG</code></span></p></td>
942
- <td>If present, the foreground color has been set for this state.
943
- </td>
944
- </tr>
945
- <tr>
946
- <td><p><a name="GTK-RC-BG:CAPS"></a><span class="term"><code class="literal">GTK_RC_BG</code></span></p></td>
947
- <td>If present, the background color has been set for this state.
948
- </td>
949
- </tr>
950
- <tr>
951
- <td><p><a name="GTK-RC-TEXT:CAPS"></a><span class="term"><code class="literal">GTK_RC_TEXT</code></span></p></td>
952
- <td>If present, the text color has been set for this state.
953
- </td>
954
- </tr>
955
- <tr>
956
- <td><p><a name="GTK-RC-BASE:CAPS"></a><span class="term"><code class="literal">GTK_RC_BASE</code></span></p></td>
957
- <td>If present, the base color has been set for this state.
958
- </td>
959
- </tr>
960
- </tbody>
961
- </table></div>
962
- </div>
963
- <hr>
964
- <div class="refsect2">
965
- <a name="GtkRcTokenType"></a><h3>enum GtkRcTokenType</h3>
966
- <pre class="programlisting">typedef enum {
967
- GTK_RC_TOKEN_INVALID = G_TOKEN_LAST,
968
- GTK_RC_TOKEN_INCLUDE,
969
- GTK_RC_TOKEN_NORMAL,
970
- GTK_RC_TOKEN_ACTIVE,
971
- GTK_RC_TOKEN_PRELIGHT,
972
- GTK_RC_TOKEN_SELECTED,
973
- GTK_RC_TOKEN_INSENSITIVE,
974
- GTK_RC_TOKEN_FG,
975
- GTK_RC_TOKEN_BG,
976
- GTK_RC_TOKEN_TEXT,
977
- GTK_RC_TOKEN_BASE,
978
- GTK_RC_TOKEN_XTHICKNESS,
979
- GTK_RC_TOKEN_YTHICKNESS,
980
- GTK_RC_TOKEN_FONT,
981
- GTK_RC_TOKEN_FONTSET,
982
- GTK_RC_TOKEN_FONT_NAME,
983
- GTK_RC_TOKEN_BG_PIXMAP,
984
- GTK_RC_TOKEN_PIXMAP_PATH,
985
- GTK_RC_TOKEN_STYLE,
986
- GTK_RC_TOKEN_BINDING,
987
- GTK_RC_TOKEN_BIND,
988
- GTK_RC_TOKEN_WIDGET,
989
- GTK_RC_TOKEN_WIDGET_CLASS,
990
- GTK_RC_TOKEN_CLASS,
991
- GTK_RC_TOKEN_LOWEST,
992
- GTK_RC_TOKEN_GTK,
993
- GTK_RC_TOKEN_APPLICATION,
994
- GTK_RC_TOKEN_THEME,
995
- GTK_RC_TOKEN_RC,
996
- GTK_RC_TOKEN_HIGHEST,
997
- GTK_RC_TOKEN_ENGINE,
998
- GTK_RC_TOKEN_MODULE_PATH,
999
- GTK_RC_TOKEN_IM_MODULE_PATH,
1000
- GTK_RC_TOKEN_IM_MODULE_FILE,
1001
- GTK_RC_TOKEN_STOCK,
1002
- GTK_RC_TOKEN_LTR,
1003
- GTK_RC_TOKEN_RTL,
1004
- GTK_RC_TOKEN_COLOR,
1005
- GTK_RC_TOKEN_UNBIND,
1006
- GTK_RC_TOKEN_LAST
1007
- } GtkRcTokenType;
1008
- </pre>
1009
- <p>
1010
- The <a class="link" href="gtk-Resource-Files.html#GtkRcTokenType" title="enum GtkRcTokenType"><span class="type">GtkRcTokenType</span></a> enumeration represents the tokens
1011
- in the RC file. It is exposed so that theme engines
1012
- can reuse these tokens when parsing the theme-engine
1013
- specific portions of a RC file.
1014
- </p>
1015
- </div>
1016
- <hr>
1017
- <div class="refsect2">
1018
- <a name="gtk-rc-scanner-new"></a><h3>gtk_rc_scanner_new ()</h3>
1019
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="returnvalue">GScanner</span></a> * gtk_rc_scanner_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1020
- <p>
1021
- </p>
1022
- </div>
1023
- <hr>
1024
- <div class="refsect2">
1025
- <a name="gtk-rc-get-style"></a><h3>gtk_rc_get_style ()</h3>
1026
- <pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a> * gtk_rc_get_style (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
1027
- <p>
1028
- Finds all matching RC styles for a given widget,
1029
- composites them together, and then creates a
1030
- <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> representing the composite appearance.
1031
- (GTK+ actually keeps a cache of previously
1032
- created styles, so a new style may not be
1033
- created.)
1034
- </p>
1035
- <div class="variablelist"><table border="0">
1036
- <col align="left" valign="top">
1037
- <tbody>
1038
- <tr>
1039
- <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
1040
- <td>a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
1041
- </td>
1042
- </tr>
1043
- <tr>
1044
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1045
- <td>the resulting style. No refcount is added
1046
- to the returned style, so if you want to save this
1047
- style around, you should add a reference yourself. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1048
- </td>
1049
- </tr>
1050
- </tbody>
1051
- </table></div>
1052
- </div>
1053
- <hr>
1054
- <div class="refsect2">
1055
- <a name="gtk-rc-get-style-by-paths"></a><h3>gtk_rc_get_style_by_paths ()</h3>
1056
- <pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a> * gtk_rc_get_style_by_paths (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>,
1057
- <em class="parameter"><code>const <span class="type">char</span> *widget_path</code></em>,
1058
- <em class="parameter"><code>const <span class="type">char</span> *class_path</code></em>,
1059
- <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> type</code></em>);</pre>
1060
- <p>
1061
- Creates up a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> from styles defined in a RC file by providing
1062
- the raw components used in matching. This function may be useful
1063
- when creating pseudo-widgets that should be themed like widgets but
1064
- don't actually have corresponding GTK+ widgets. An example of this
1065
- would be items inside a GNOME canvas widget.
1066
- </p>
1067
- <p>
1068
- The action of <a class="link" href="gtk-Resource-Files.html#gtk-rc-get-style" title="gtk_rc_get_style ()"><code class="function">gtk_rc_get_style()</code></a> is similar to:
1069
- </p>
1070
- <div class="informalexample">
1071
- <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
1072
- <tbody>
1073
- <tr>
1074
- <td class="listing_lines" align="right"><pre>1
1075
- 2
1076
- 3
1077
- 4
1078
- 5</pre></td>
1079
- <td class="listing_code"><pre class="programlisting"><span class="function"><a href="GtkWidget.html#gtk-widget-path">gtk_widget_path</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">widget</span><span class="symbol">,</span><span class="normal"> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">path</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>
1080
- <span class="function"><a href="GtkWidget.html#gtk-widget-class-path">gtk_widget_class_path</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">widget</span><span class="symbol">,</span><span class="normal"> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">class_path</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>
1081
- <span class="function"><a href="gtk-Resource-Files.html#gtk-rc-get-style-by-paths">gtk_rc_get_style_by_paths</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function"><a href="GtkWidget.html#gtk-widget-get-settings">gtk_widget_get_settings</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">widget</span><span class="symbol">),</span><span class="normal"> </span>
1082
- <span class="normal"> path</span><span class="symbol">,</span><span class="normal"> class_path</span><span class="symbol">,</span>
1083
- <span class="normal"> </span><span class="function"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#G-OBJECT-TYPE:CAPS">G_OBJECT_TYPE</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">widget</span><span class="symbol">));</span></pre></td>
1084
- </tr>
1085
- </tbody>
1086
- </table>
1087
- </div>
1088
-
1089
- <p>
1090
- </p>
1091
- <div class="variablelist"><table border="0">
1092
- <col align="left" valign="top">
1093
- <tbody>
1094
- <tr>
1095
- <td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td>
1096
- <td>a <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> object</td>
1097
- </tr>
1098
- <tr>
1099
- <td><p><span class="term"><em class="parameter"><code>widget_path</code></em> :</span></p></td>
1100
- <td>the widget path to use when looking up the
1101
- style, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no matching against the widget path should be done. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1102
- </td>
1103
- </tr>
1104
- <tr>
1105
- <td><p><span class="term"><em class="parameter"><code>class_path</code></em> :</span></p></td>
1106
- <td>the class path to use when looking up the style,
1107
- or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no matching against the class path should be done. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1108
- </td>
1109
- </tr>
1110
- <tr>
1111
- <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
1112
- <td>a type that will be used along with parent types of this type
1113
- when matching against class styles, or <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-TYPE-NONE:CAPS"><span class="type">G_TYPE_NONE</span></a>
1114
- </td>
1115
- </tr>
1116
- <tr>
1117
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1118
- <td>A style created by matching with the
1119
- supplied paths, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if nothing matching was specified and the
1120
- default style should be used. The returned value is owned by GTK+
1121
- as part of an internal cache, so you must 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
1122
- the returned value if you want to keep a reference to it. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1123
- </td>
1124
- </tr>
1125
- </tbody>
1126
- </table></div>
1127
- </div>
1128
- <hr>
1129
- <div class="refsect2">
1130
- <a name="gtk-rc-add-widget-name-style"></a><h3>gtk_rc_add_widget_name_style ()</h3>
1131
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_rc_add_widget_name_style (<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *rc_style</code></em>,
1132
- <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> *pattern</code></em>);</pre>
1133
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1134
- <h3 class="title">Warning</h3>
1135
- <p><code class="literal">gtk_rc_add_widget_name_style</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="gtk-Resource-Files.html#gtk-rc-parse-string" title="gtk_rc_parse_string ()"><code class="function">gtk_rc_parse_string()</code></a> with a suitable string instead.</p>
1136
- </div>
1137
- <p>
1138
- Adds a <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> that will be looked up by a match against
1139
- the widget's pathname. This is equivalent to a:
1140
- <code class="literal">widget PATTERN style STYLE</code>
1141
- statement in a RC file.
1142
- </p>
1143
- <div class="variablelist"><table border="0">
1144
- <col align="left" valign="top">
1145
- <tbody>
1146
- <tr>
1147
- <td><p><span class="term"><em class="parameter"><code>rc_style</code></em> :</span></p></td>
1148
- <td>the <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> to use for widgets matching <em class="parameter"><code>pattern</code></em>
1149
- </td>
1150
- </tr>
1151
- <tr>
1152
- <td><p><span class="term"><em class="parameter"><code>pattern</code></em> :</span></p></td>
1153
- <td>the pattern</td>
1154
- </tr>
1155
- </tbody>
1156
- </table></div>
1157
- </div>
1158
- <hr>
1159
- <div class="refsect2">
1160
- <a name="gtk-rc-add-widget-class-style"></a><h3>gtk_rc_add_widget_class_style ()</h3>
1161
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_rc_add_widget_class_style (<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *rc_style</code></em>,
1162
- <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> *pattern</code></em>);</pre>
1163
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1164
- <h3 class="title">Warning</h3>
1165
- <p><code class="literal">gtk_rc_add_widget_class_style</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="gtk-Resource-Files.html#gtk-rc-parse-string" title="gtk_rc_parse_string ()"><code class="function">gtk_rc_parse_string()</code></a> with a suitable string instead.</p>
1166
- </div>
1167
- <p>
1168
- Adds a <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> that will be looked up by a match against
1169
- the widget's class pathname. This is equivalent to a:
1170
- <code class="literal">widget_class PATTERN style STYLE</code>
1171
- statement in a RC file.
1172
- </p>
1173
- <div class="variablelist"><table border="0">
1174
- <col align="left" valign="top">
1175
- <tbody>
1176
- <tr>
1177
- <td><p><span class="term"><em class="parameter"><code>rc_style</code></em> :</span></p></td>
1178
- <td>the <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> to use for widgets matching <em class="parameter"><code>pattern</code></em>
1179
- </td>
1180
- </tr>
1181
- <tr>
1182
- <td><p><span class="term"><em class="parameter"><code>pattern</code></em> :</span></p></td>
1183
- <td>the pattern</td>
1184
- </tr>
1185
- </tbody>
1186
- </table></div>
1187
- </div>
1188
- <hr>
1189
- <div class="refsect2">
1190
- <a name="gtk-rc-add-class-style"></a><h3>gtk_rc_add_class_style ()</h3>
1191
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_rc_add_class_style (<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *rc_style</code></em>,
1192
- <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> *pattern</code></em>);</pre>
1193
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1194
- <h3 class="title">Warning</h3>
1195
- <p><code class="literal">gtk_rc_add_class_style</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="gtk-Resource-Files.html#gtk-rc-parse-string" title="gtk_rc_parse_string ()"><code class="function">gtk_rc_parse_string()</code></a> with a suitable string instead.</p>
1196
- </div>
1197
- <p>
1198
- Adds a <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> that will be looked up by a matching against
1199
- the class hierarchy of the widget. This is equivalent to a:
1200
- <code class="literal">class PATTERN style STYLE</code>
1201
- statement in a RC file.
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>rc_style</code></em> :</span></p></td>
1208
- <td>the <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> to use for widgets deriving from <em class="parameter"><code>pattern</code></em>
1209
- </td>
1210
- </tr>
1211
- <tr>
1212
- <td><p><span class="term"><em class="parameter"><code>pattern</code></em> :</span></p></td>
1213
- <td>the pattern</td>
1214
- </tr>
1215
- </tbody>
1216
- </table></div>
1217
- </div>
1218
- <hr>
1219
- <div class="refsect2">
1220
- <a name="gtk-rc-parse"></a><h3>gtk_rc_parse</h3>
1221
- <pre class="programlisting">#define gtk_rc_parse gtk_rc_parse_utf8
1222
- </pre>
1223
- <p>
1224
- Parses a given resource file.
1225
- </p>
1226
- </div>
1227
- <hr>
1228
- <div class="refsect2">
1229
- <a name="gtk-rc-parse-string"></a><h3>gtk_rc_parse_string ()</h3>
1230
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_rc_parse_string (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rc_string</code></em>);</pre>
1231
- <p>
1232
- Parses resource information directly from a string.
1233
- </p>
1234
- <div class="variablelist"><table border="0">
1235
- <col align="left" valign="top">
1236
- <tbody><tr>
1237
- <td><p><span class="term"><em class="parameter"><code>rc_string</code></em> :</span></p></td>
1238
- <td>a string to parse.</td>
1239
- </tr></tbody>
1240
- </table></div>
1241
- </div>
1242
- <hr>
1243
- <div class="refsect2">
1244
- <a name="gtk-rc-reparse-all"></a><h3>gtk_rc_reparse_all ()</h3>
1245
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_rc_reparse_all (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1246
- <p>
1247
- If the modification time on any previously read file for the
1248
- default <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> has changed, discard all style information
1249
- and then reread all previously read RC files.
1250
- </p>
1251
- <div class="variablelist"><table border="0">
1252
- <col align="left" valign="top">
1253
- <tbody><tr>
1254
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1255
- <td>
1256
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the files were reread.</td>
1257
- </tr></tbody>
1258
- </table></div>
1259
- </div>
1260
- <hr>
1261
- <div class="refsect2">
1262
- <a name="gtk-rc-reparse-all-for-settings"></a><h3>gtk_rc_reparse_all_for_settings ()</h3>
1263
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_rc_reparse_all_for_settings (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>,
1264
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> force_load</code></em>);</pre>
1265
- <p>
1266
- If the modification time on any previously read file
1267
- for the given <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> has changed, discard all style information
1268
- and then reread all previously read RC files.
1269
- </p>
1270
- <div class="variablelist"><table border="0">
1271
- <col align="left" valign="top">
1272
- <tbody>
1273
- <tr>
1274
- <td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td>
1275
- <td>a <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a>
1276
- </td>
1277
- </tr>
1278
- <tr>
1279
- <td><p><span class="term"><em class="parameter"><code>force_load</code></em> :</span></p></td>
1280
- <td>load whether or not anything changed</td>
1281
- </tr>
1282
- <tr>
1283
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1284
- <td>
1285
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the files were reread.</td>
1286
- </tr>
1287
- </tbody>
1288
- </table></div>
1289
- </div>
1290
- <hr>
1291
- <div class="refsect2">
1292
- <a name="gtk-rc-reset-styles"></a><h3>gtk_rc_reset_styles ()</h3>
1293
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_rc_reset_styles (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>);</pre>
1294
- <p>
1295
- This function recomputes the styles for all widgets that use a
1296
- particular <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> object. (There is one <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> object
1297
- per <a href="../gdk/GdkScreen.html"><span class="type">GdkScreen</span></a>, see <a class="link" href="GtkSettings.html#gtk-settings-get-for-screen" title="gtk_settings_get_for_screen ()"><code class="function">gtk_settings_get_for_screen()</code></a>); It is useful
1298
- when some global parameter has changed that affects the appearance
1299
- of all widgets, because when a widget gets a new style, it will
1300
- both redraw and recompute any cached information about its
1301
- appearance. As an example, it is used when the default font size
1302
- set by the operating system changes. Note that this function
1303
- doesn't affect widgets that have a style set explicitely on them
1304
- with <a class="link" href="GtkWidget.html#gtk-widget-set-style" title="gtk_widget_set_style ()"><code class="function">gtk_widget_set_style()</code></a>.
1305
- </p>
1306
- <div class="variablelist"><table border="0">
1307
- <col align="left" valign="top">
1308
- <tbody><tr>
1309
- <td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td>
1310
- <td>a <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a>
1311
- </td>
1312
- </tr></tbody>
1313
- </table></div>
1314
- <p class="since">Since 2.4</p>
1315
- </div>
1316
- <hr>
1317
- <div class="refsect2">
1318
- <a name="gtk-rc-add-default-file"></a><h3>gtk_rc_add_default_file</h3>
1319
- <pre class="programlisting">#define gtk_rc_add_default_file gtk_rc_add_default_file_utf8
1320
- </pre>
1321
- <p>
1322
- Adds a file to the list of files to be parsed at the
1323
- end of <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a>.
1324
- </p>
1325
- <div class="variablelist"><table border="0">
1326
- <col align="left" valign="top">
1327
- <tbody><tr>
1328
- <td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
1329
- <td>the pathname to the file. If <em class="parameter"><code>filename</code></em> is not absolute, it
1330
- is searched in the current directory.</td>
1331
- </tr></tbody>
1332
- </table></div>
1333
- </div>
1334
- <hr>
1335
- <div class="refsect2">
1336
- <a name="gtk-rc-get-default-files"></a><h3>gtk_rc_get_default_files ()</h3>
1337
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> ** gtk_rc_get_default_files (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1338
- <p>
1339
- Retrieves the current list of RC files that will be parsed
1340
- at the end of <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a>.
1341
- </p>
1342
- <div class="variablelist"><table border="0">
1343
- <col align="left" valign="top">
1344
- <tbody><tr>
1345
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1346
- <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 filenames.
1347
- This memory is owned by GTK+ and must not be freed by the application.
1348
- If you want to store this information, you should make a copy. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> filename]</span>
1349
- </td>
1350
- </tr></tbody>
1351
- </table></div>
1352
- </div>
1353
- <hr>
1354
- <div class="refsect2">
1355
- <a name="gtk-rc-set-default-files"></a><h3>gtk_rc_set_default_files</h3>
1356
- <pre class="programlisting">#define gtk_rc_set_default_files gtk_rc_set_default_files_utf8
1357
- </pre>
1358
- <p>
1359
- Sets the list of files that GTK+ will read at the
1360
- end of <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a>.
1361
- </p>
1362
- <div class="variablelist"><table border="0">
1363
- <col align="left" valign="top">
1364
- <tbody><tr>
1365
- <td><p><span class="term"><em class="parameter"><code>filenames</code></em> :</span></p></td>
1366
- <td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated list of filenames.</td>
1367
- </tr></tbody>
1368
- </table></div>
1369
- </div>
1370
- <hr>
1371
- <div class="refsect2">
1372
- <a name="gtk-rc-parse-color"></a><h3>gtk_rc_parse_color ()</h3>
1373
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_rc_parse_color (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
1374
- <em class="parameter"><code><a href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
1375
- <p>
1376
- Parses a color in the format expected
1377
- in a RC file.
1378
- </p>
1379
- <p>
1380
- Note that theme engines should use <a class="link" href="gtk-Resource-Files.html#gtk-rc-parse-color-full" title="gtk_rc_parse_color_full ()"><code class="function">gtk_rc_parse_color_full()</code></a> in
1381
- order to support symbolic colors.
1382
- </p>
1383
- <div class="variablelist"><table border="0">
1384
- <col align="left" valign="top">
1385
- <tbody>
1386
- <tr>
1387
- <td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
1388
- <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a>
1389
- </td>
1390
- </tr>
1391
- <tr>
1392
- <td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
1393
- <td>a pointer to a <a href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> structure in which to store
1394
- the result. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1395
- </td>
1396
- </tr>
1397
- <tr>
1398
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1399
- <td>
1400
- <code class="literal">G_TOKEN_NONE</code> if parsing succeeded, otherwise the token
1401
- that was expected but not found</td>
1402
- </tr>
1403
- </tbody>
1404
- </table></div>
1405
- </div>
1406
- <hr>
1407
- <div class="refsect2">
1408
- <a name="gtk-rc-parse-color-full"></a><h3>gtk_rc_parse_color_full ()</h3>
1409
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_rc_parse_color_full (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
1410
- <em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *style</code></em>,
1411
- <em class="parameter"><code><a href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
1412
- <p>
1413
- Parses a color in the format expected
1414
- in a RC file. If <em class="parameter"><code>style</code></em> is not <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, it will be consulted to resolve
1415
- references to symbolic colors.
1416
- </p>
1417
- <div class="variablelist"><table border="0">
1418
- <col align="left" valign="top">
1419
- <tbody>
1420
- <tr>
1421
- <td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
1422
- <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a>
1423
- </td>
1424
- </tr>
1425
- <tr>
1426
- <td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
1427
- <td>a <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</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>
1428
- </td>
1429
- </tr>
1430
- <tr>
1431
- <td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
1432
- <td>a pointer to a <a href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> structure in which to store
1433
- the result. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1434
- </td>
1435
- </tr>
1436
- <tr>
1437
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1438
- <td>
1439
- <code class="literal">G_TOKEN_NONE</code> if parsing succeeded, otherwise the token
1440
- that was expected but not found</td>
1441
- </tr>
1442
- </tbody>
1443
- </table></div>
1444
- <p class="since">Since 2.12</p>
1445
- </div>
1446
- <hr>
1447
- <div class="refsect2">
1448
- <a name="gtk-rc-parse-state"></a><h3>gtk_rc_parse_state ()</h3>
1449
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_rc_parse_state (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
1450
- <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> *state</code></em>);</pre>
1451
- <p>
1452
- Parses a <a class="link" href="gtk-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> variable from the format expected
1453
- in a RC file.
1454
- </p>
1455
- <div class="variablelist"><table border="0">
1456
- <col align="left" valign="top">
1457
- <tbody>
1458
- <tr>
1459
- <td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
1460
- <td>a <span class="type">GtkScanner</span> (must be initialized for parsing an RC file)</td>
1461
- </tr>
1462
- <tr>
1463
- <td><p><span class="term"><em class="parameter"><code>state</code></em> :</span></p></td>
1464
- <td>A pointer to a <a class="link" href="gtk-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> variable in which to
1465
- store the result.</td>
1466
- </tr>
1467
- <tr>
1468
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1469
- <td>
1470
- <code class="literal">G_TOKEN_NONE</code> if parsing succeeded, otherwise the token
1471
- that was expected but not found.</td>
1472
- </tr>
1473
- </tbody>
1474
- </table></div>
1475
- </div>
1476
- <hr>
1477
- <div class="refsect2">
1478
- <a name="gtk-rc-parse-priority"></a><h3>gtk_rc_parse_priority ()</h3>
1479
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_rc_parse_priority (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
1480
- <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPathPriorityType" title="enum GtkPathPriorityType"><span class="type">GtkPathPriorityType</span></a> *priority</code></em>);</pre>
1481
- <p>
1482
- Parses a <a class="link" href="gtk-Standard-Enumerations.html#GtkPathPriorityType" title="enum GtkPathPriorityType"><span class="type">GtkPathPriorityType</span></a> variable from the format expected
1483
- in a RC file.
1484
- </p>
1485
- <div class="variablelist"><table border="0">
1486
- <col align="left" valign="top">
1487
- <tbody>
1488
- <tr>
1489
- <td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
1490
- <td>a <span class="type">GtkScanner</span> (must be initialized for parsing an RC file)</td>
1491
- </tr>
1492
- <tr>
1493
- <td><p><span class="term"><em class="parameter"><code>priority</code></em> :</span></p></td>
1494
- <td>A pointer to <a class="link" href="gtk-Standard-Enumerations.html#GtkPathPriorityType" title="enum GtkPathPriorityType"><span class="type">GtkPathPriorityType</span></a> variable in which
1495
- to store the result.</td>
1496
- </tr>
1497
- <tr>
1498
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1499
- <td>
1500
- <code class="literal">G_TOKEN_NONE</code> if parsing succeeded, otherwise the token
1501
- that was expected but not found.</td>
1502
- </tr>
1503
- </tbody>
1504
- </table></div>
1505
- </div>
1506
- <hr>
1507
- <div class="refsect2">
1508
- <a name="gtk-rc-find-module-in-path"></a><h3>gtk_rc_find_module_in_path ()</h3>
1509
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_rc_find_module_in_path (<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> *module_file</code></em>);</pre>
1510
- <p>
1511
- Searches for a theme engine in the GTK+ search path. This function
1512
- is not useful for applications and should not be used.
1513
- </p>
1514
- <div class="variablelist"><table border="0">
1515
- <col align="left" valign="top">
1516
- <tbody>
1517
- <tr>
1518
- <td><p><span class="term"><em class="parameter"><code>module_file</code></em> :</span></p></td>
1519
- <td>name of a theme engine</td>
1520
- </tr>
1521
- <tr>
1522
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1523
- <td>The filename, if found (must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>),
1524
- otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
1525
- </tr>
1526
- </tbody>
1527
- </table></div>
1528
- </div>
1529
- <hr>
1530
- <div class="refsect2">
1531
- <a name="gtk-rc-find-pixmap-in-path"></a><h3>gtk_rc_find_pixmap_in_path ()</h3>
1532
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_rc_find_pixmap_in_path (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>,
1533
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
1534
- <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> *pixmap_file</code></em>);</pre>
1535
- <p>
1536
- Looks up a file in pixmap path for the specified <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a>.
1537
- If the file is not found, it outputs a warning message using
1538
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Message-Logging.html#g-warning"><code class="function">g_warning()</code></a> and returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
1539
- </p>
1540
- <div class="variablelist"><table border="0">
1541
- <col align="left" valign="top">
1542
- <tbody>
1543
- <tr>
1544
- <td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td>
1545
- <td>a <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a>
1546
- </td>
1547
- </tr>
1548
- <tr>
1549
- <td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
1550
- <td>Scanner used to get line number information for the
1551
- warning message, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1552
- </td>
1553
- </tr>
1554
- <tr>
1555
- <td><p><span class="term"><em class="parameter"><code>pixmap_file</code></em> :</span></p></td>
1556
- <td>name of the pixmap file to locate.</td>
1557
- </tr>
1558
- <tr>
1559
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1560
- <td>the filename.</td>
1561
- </tr>
1562
- </tbody>
1563
- </table></div>
1564
- </div>
1565
- <hr>
1566
- <div class="refsect2">
1567
- <a name="gtk-rc-get-module-dir"></a><h3>gtk_rc_get_module_dir ()</h3>
1568
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_rc_get_module_dir (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1569
- <p>
1570
- Returns a directory in which GTK+ looks for theme engines.
1571
- For full information about the search for theme engines,
1572
- see the docs for <code class="envar">GTK_PATH</code> in
1573
- <a class="xref" href="gtk-running.html" title="Running GTK+ Applications"><span class="refentrytitle">Running GTK+ Applications</span>(3)</a>.
1574
- </p>
1575
- <div class="variablelist"><table border="0">
1576
- <col align="left" valign="top">
1577
- <tbody><tr>
1578
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1579
- <td>the directory. (Must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>)</td>
1580
- </tr></tbody>
1581
- </table></div>
1582
- </div>
1583
- <hr>
1584
- <div class="refsect2">
1585
- <a name="gtk-rc-get-im-module-path"></a><h3>gtk_rc_get_im_module_path ()</h3>
1586
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_rc_get_im_module_path (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1587
- <p>
1588
- Obtains the path in which to look for IM modules. See the documentation
1589
- of the <code class="envar">GTK_PATH</code>
1590
- environment variable for more details about looking up modules. This
1591
- function is useful solely for utilities supplied with GTK+ and should
1592
- not be used by applications under normal circumstances.
1593
- </p>
1594
- <div class="variablelist"><table border="0">
1595
- <col align="left" valign="top">
1596
- <tbody><tr>
1597
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1598
- <td>a newly-allocated string containing the path in which to
1599
- look for IM modules.</td>
1600
- </tr></tbody>
1601
- </table></div>
1602
- </div>
1603
- <hr>
1604
- <div class="refsect2">
1605
- <a name="gtk-rc-get-im-module-file"></a><h3>gtk_rc_get_im_module_file ()</h3>
1606
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_rc_get_im_module_file (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1607
- <p>
1608
- Obtains the path to the IM modules file. See the documentation
1609
- of the <a class="link" href="gtk-running.html#im-module-file" title="GTK_IM_MODULE_FILE"><code class="envar">GTK_IM_MODULE_FILE</code></a>
1610
- environment variable for more details.
1611
- </p>
1612
- <div class="variablelist"><table border="0">
1613
- <col align="left" valign="top">
1614
- <tbody><tr>
1615
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1616
- <td>a newly-allocated string containing the name of the file
1617
- listing the IM modules available for loading</td>
1618
- </tr></tbody>
1619
- </table></div>
1620
- </div>
1621
- <hr>
1622
- <div class="refsect2">
1623
- <a name="gtk-rc-get-theme-dir"></a><h3>gtk_rc_get_theme_dir ()</h3>
1624
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_rc_get_theme_dir (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1625
- <p>
1626
- Returns the standard directory in which themes should
1627
- be installed. (GTK+ does not actually use this directory
1628
- itself.)
1629
- </p>
1630
- <div class="variablelist"><table border="0">
1631
- <col align="left" valign="top">
1632
- <tbody><tr>
1633
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1634
- <td>The directory (must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>).</td>
1635
- </tr></tbody>
1636
- </table></div>
1637
- </div>
1638
- <hr>
1639
- <div class="refsect2">
1640
- <a name="gtk-rc-style-new"></a><h3>gtk_rc_style_new ()</h3>
1641
- <pre class="programlisting"><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="returnvalue">GtkRcStyle</span></a> * gtk_rc_style_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1642
- <p>
1643
- Creates a new <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> with no fields set and
1644
- a reference count of 1.
1645
- </p>
1646
- <div class="variablelist"><table border="0">
1647
- <col align="left" valign="top">
1648
- <tbody><tr>
1649
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1650
- <td>the newly-created <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a>
1651
- </td>
1652
- </tr></tbody>
1653
- </table></div>
1654
- </div>
1655
- <hr>
1656
- <div class="refsect2">
1657
- <a name="gtk-rc-style-copy"></a><h3>gtk_rc_style_copy ()</h3>
1658
- <pre class="programlisting"><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="returnvalue">GtkRcStyle</span></a> * gtk_rc_style_copy (<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *orig</code></em>);</pre>
1659
- <p>
1660
- Makes a copy of the specified <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a>. This function
1661
- will correctly copy an RC style that is a member of a class
1662
- derived from <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a>.
1663
- </p>
1664
- <div class="variablelist"><table border="0">
1665
- <col align="left" valign="top">
1666
- <tbody>
1667
- <tr>
1668
- <td><p><span class="term"><em class="parameter"><code>orig</code></em> :</span></p></td>
1669
- <td>the style to copy</td>
1670
- </tr>
1671
- <tr>
1672
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1673
- <td>the resulting <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
1674
- </td>
1675
- </tr>
1676
- </tbody>
1677
- </table></div>
1678
- </div>
1679
- <hr>
1680
- <div class="refsect2">
1681
- <a name="gtk-rc-style-ref"></a><h3>gtk_rc_style_ref ()</h3>
1682
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_rc_style_ref (<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *rc_style</code></em>);</pre>
1683
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1684
- <h3 class="title">Warning</h3>
1685
- <p><code class="literal">gtk_rc_style_ref</code> is deprecated and should not be used in newly-written code. Use <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> instead</p>
1686
- </div>
1687
- <p>
1688
- Increments the reference count of a <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a>.
1689
- </p>
1690
- <div class="variablelist"><table border="0">
1691
- <col align="left" valign="top">
1692
- <tbody><tr>
1693
- <td><p><span class="term"><em class="parameter"><code>rc_style</code></em> :</span></p></td>
1694
- <td>a <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a>
1695
- </td>
1696
- </tr></tbody>
1697
- </table></div>
1698
- </div>
1699
- <hr>
1700
- <div class="refsect2">
1701
- <a name="gtk-rc-style-unref"></a><h3>gtk_rc_style_unref ()</h3>
1702
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_rc_style_unref (<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *rc_style</code></em>);</pre>
1703
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1704
- <h3 class="title">Warning</h3>
1705
- <p><code class="literal">gtk_rc_style_unref</code> is deprecated and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> instead</p>
1706
- </div>
1707
- <p>
1708
- Decrements the reference count of a <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> and
1709
- frees if the result is 0.
1710
- </p>
1711
- <div class="variablelist"><table border="0">
1712
- <col align="left" valign="top">
1713
- <tbody><tr>
1714
- <td><p><span class="term"><em class="parameter"><code>rc_style</code></em> :</span></p></td>
1715
- <td>a <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a>
1716
- </td>
1717
- </tr></tbody>
1718
- </table></div>
1719
- </div>
1720
- </div>
1721
- </div>
1722
- <div class="footer">
1723
- <hr>
1724
- Generated by GTK-Doc V1.18</div>
1725
- </body>
1726
- </html>