gtk2 1.0.0-x86-mingw32 → 1.0.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (553) hide show
  1. data/ChangeLog +52 -0
  2. data/ext/gtk2/extconf.rb +18 -9
  3. data/ext/gtk2/rbgdk.h +3 -0
  4. data/ext/gtk2/rbgdkdragcontext.c +4 -4
  5. data/ext/gtk2/rbgdkevent.c +18 -5
  6. data/ext/gtk2/rbgdkpixmap.c +43 -48
  7. data/ext/gtk2/rbgdkproperty.c +6 -5
  8. data/ext/gtk2/rbgdkscreen.c +18 -74
  9. data/ext/gtk2/rbgdkselection.c +2 -2
  10. data/ext/gtk2/rbgdkwindow.c +11 -18
  11. data/ext/gtk2/rbgdkwindowattr.c +1 -1
  12. data/ext/gtk2/rbgtkaccelgroup.c +1 -1
  13. data/ext/gtk2/rbgtkaction.c +8 -26
  14. data/ext/gtk2/rbgtkactiongroup.c +6 -6
  15. data/ext/gtk2/rbgtkadjustment.c +20 -74
  16. data/ext/gtk2/rbgtkbindingset.c +1 -1
  17. data/ext/gtk2/rbgtkbuilder.c +2 -1
  18. data/ext/gtk2/rbgtkbutton.c +1 -9
  19. data/ext/gtk2/rbgtkcalendar.c +1 -1
  20. data/ext/gtk2/rbgtkcellrendererspinner.c +0 -3
  21. data/ext/gtk2/rbgtkcellrenderertext.c +1 -2
  22. data/ext/gtk2/rbgtkcellview.c +6 -11
  23. data/ext/gtk2/rbgtkcolorselectiondialog.c +2 -28
  24. data/ext/gtk2/rbgtkcombo.c +2 -2
  25. data/ext/gtk2/rbgtkcombobox.c +9 -29
  26. data/ext/gtk2/rbgtkcontainer.c +1 -1
  27. data/ext/gtk2/rbgtkcurve.c +4 -2
  28. data/ext/gtk2/rbgtkdialog.c +2 -3
  29. data/ext/gtk2/rbgtkdrag.c +3 -3
  30. data/ext/gtk2/rbgtkentry.c +2 -2
  31. data/ext/gtk2/rbgtkentrycompletion.c +1 -4
  32. data/ext/gtk2/rbgtkfilechooser.c +32 -29
  33. data/ext/gtk2/rbgtkfilechooserdialog.c +8 -6
  34. data/ext/gtk2/rbgtkfilefilter.c +8 -4
  35. data/ext/gtk2/rbgtkframe.c +3 -4
  36. data/ext/gtk2/rbgtkhandlebox.c +0 -7
  37. data/ext/gtk2/rbgtkicontheme.c +4 -13
  38. data/ext/gtk2/rbgtkiconview.c +4 -15
  39. data/ext/gtk2/rbgtkimcontext.c +1 -1
  40. data/ext/gtk2/rbgtkinvisible.c +5 -21
  41. data/ext/gtk2/rbgtkitemfactory.c +3 -3
  42. data/ext/gtk2/rbgtklabel.c +0 -2
  43. data/ext/gtk2/rbgtklinkbutton.c +0 -2
  44. data/ext/gtk2/rbgtkmain.c +7 -10
  45. data/ext/gtk2/rbgtkmenu.c +22 -74
  46. data/ext/gtk2/rbgtkmenuitem.c +16 -55
  47. data/ext/gtk2/rbgtkmenushell.c +3 -11
  48. data/ext/gtk2/rbgtkmessagedialog.c +11 -20
  49. data/ext/gtk2/rbgtknotebook.c +0 -1
  50. data/ext/gtk2/rbgtkoptionmenu.c +1 -2
  51. data/ext/gtk2/rbgtkprintjob.c +1 -2
  52. data/ext/gtk2/rbgtkprintoperation.c +0 -2
  53. data/ext/gtk2/rbgtkradioaction.c +2 -7
  54. data/ext/gtk2/rbgtkradiobutton.c +1 -1
  55. data/ext/gtk2/rbgtkradiomenuitem.c +4 -6
  56. data/ext/gtk2/rbgtkradiotoolbutton.c +2 -4
  57. data/ext/gtk2/rbgtkrange.c +1 -2
  58. data/ext/gtk2/rbgtkrc.c +8 -9
  59. data/ext/gtk2/rbgtkrcstyle.c +2 -2
  60. data/ext/gtk2/rbgtkrecentaction.c +0 -1
  61. data/ext/gtk2/rbgtkrecentchooser.c +3 -3
  62. data/ext/gtk2/rbgtkrecentdata.c +2 -9
  63. data/ext/gtk2/rbgtkrecentfilter.c +2 -1
  64. data/ext/gtk2/rbgtkrecentfilterinfo.c +5 -16
  65. data/ext/gtk2/rbgtkrecentinfo.c +2 -2
  66. data/ext/gtk2/rbgtkrecentmanager.c +1 -2
  67. data/ext/gtk2/rbgtkruler.c +6 -16
  68. data/ext/gtk2/rbgtkscalebutton.c +16 -48
  69. data/ext/gtk2/rbgtkscrolledwindow.c +1 -1
  70. data/ext/gtk2/rbgtkselectiondata.c +10 -34
  71. data/ext/gtk2/rbgtksettings.c +1 -1
  72. data/ext/gtk2/rbgtkspinner.c +0 -3
  73. data/ext/gtk2/rbgtkstatusbar.c +5 -16
  74. data/ext/gtk2/rbgtkstatusicon.c +2 -9
  75. data/ext/gtk2/rbgtkstock.c +4 -4
  76. data/ext/gtk2/rbgtktable.c +8 -13
  77. data/ext/gtk2/rbgtktextattributes.c +0 -2
  78. data/ext/gtk2/rbgtktextbuffer.c +17 -16
  79. data/ext/gtk2/rbgtktextmark.c +7 -14
  80. data/ext/gtk2/rbgtktexttag.c +1 -2
  81. data/ext/gtk2/rbgtktextview.c +3 -4
  82. data/ext/gtk2/rbgtktoggleaction.c +5 -16
  83. data/ext/gtk2/rbgtktogglebutton.c +1 -2
  84. data/ext/gtk2/rbgtktoggletoolbutton.c +5 -16
  85. data/ext/gtk2/rbgtktoolbar.c +8 -31
  86. data/ext/gtk2/rbgtktoolitem.c +3 -1
  87. data/ext/gtk2/rbgtktreerowreference.c +4 -4
  88. data/ext/gtk2/rbgtktreesortable.c +0 -3
  89. data/ext/gtk2/rbgtktreestore.c +10 -7
  90. data/ext/gtk2/rbgtktreeview.c +5 -8
  91. data/ext/gtk2/rbgtktreeviewcolumn.c +13 -34
  92. data/ext/gtk2/rbgtkuimanager.c +2 -3
  93. data/ext/gtk2/rbgtkwidget.c +24 -44
  94. data/ext/gtk2/rbgtkwindow.c +32 -92
  95. data/lib/1.8/gtk2.so +0 -0
  96. data/lib/1.9/gtk2.so +0 -0
  97. data/lib/gtk2/base.rb +1 -1
  98. data/vendor/local/bin/gtk-builder-convert +2 -29
  99. data/vendor/local/bin/gtk-demo.exe +0 -0
  100. data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
  101. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  102. data/vendor/local/bin/libgailutil-18.dll +0 -0
  103. data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
  104. data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
  105. data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
  106. data/vendor/local/include/gtk-2.0/gdk/gdk.h +5 -2
  107. data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +0 -4
  108. data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +0 -2
  109. data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +0 -7
  110. data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +4 -7
  111. data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
  112. data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +0 -1
  113. data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +0 -4
  114. data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +9 -13
  115. data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +0 -2
  116. data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +0 -5
  117. data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +6 -16
  118. data/vendor/local/include/gtk-2.0/gtk/gtk.h +0 -1
  119. data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +1 -5
  120. data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +3 -14
  121. data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +0 -3
  122. data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +0 -4
  123. data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +0 -2
  124. data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
  125. data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +3 -5
  126. data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +0 -6
  127. data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +0 -4
  128. data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +0 -2
  129. data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
  130. data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +0 -4
  131. data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +1 -5
  132. data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +1 -2
  133. data/vendor/local/lib/gailutil.lib +0 -0
  134. data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
  135. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
  136. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
  137. data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
  138. data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
  139. data/vendor/local/lib/libgailutil.dll.a +0 -0
  140. data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
  141. data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
  142. data/vendor/local/lib/pkgconfig/gail.pc +1 -1
  143. data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
  144. data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
  145. data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
  146. data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
  147. data/vendor/local/manifest/{gtk+-dev_2.24.0-1_win32.mft → gtk+-dev_2.22.1-1_win32.mft} +6 -9
  148. data/vendor/local/manifest/{gtk+_2.24.0-1_win32.mft → gtk+_2.22.1-1_win32.mft} +6 -2
  149. data/vendor/local/share/doc/{gtk+-2.24.0 → gtk+-2.22.1}/COPYING +0 -0
  150. data/vendor/local/share/doc/{gtk+-dev-2.24.0 → gtk+-dev-2.22.1}/COPYING +0 -0
  151. data/vendor/local/share/gtk-2.0/demo/appwindow.c +21 -0
  152. data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
  153. data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
  154. data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
  155. data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
  156. data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
  157. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +94 -60
  158. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +58 -44
  159. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
  160. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
  161. data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
  162. data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
  163. data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +1 -2
  164. data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +208 -151
  165. data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +37 -33
  166. data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +239 -180
  167. data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
  168. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
  169. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
  170. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
  171. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
  172. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
  173. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
  174. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
  175. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
  176. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
  177. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
  178. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
  179. data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +5 -135
  180. data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +47 -83
  181. data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +23 -20
  182. data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
  183. data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +39 -81
  184. data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +199 -135
  185. data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +90 -71
  186. data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +200 -161
  187. data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +409 -293
  188. data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +435 -320
  189. data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +141 -109
  190. data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +234 -155
  191. data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +217 -143
  192. data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +124 -103
  193. data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +250 -168
  194. data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +131 -90
  195. data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +191 -143
  196. data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +53 -35
  197. data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +195 -162
  198. data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +112 -85
  199. data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +137 -79
  200. data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +176 -144
  201. data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +235 -188
  202. data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +134 -97
  203. data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +35 -22
  204. data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +70 -44
  205. data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +108 -83
  206. data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +744 -653
  207. data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +490 -476
  208. data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +44 -53
  209. data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +76 -85
  210. data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
  211. data/vendor/local/share/gtk-doc/html/gdk/index.sgml +1 -10
  212. data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
  213. data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
  214. data/vendor/local/share/gtk-doc/html/gdk/style.css +1 -2
  215. data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
  216. data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
  217. data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
  218. data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
  219. data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
  220. data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
  221. data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +186 -193
  222. data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +46 -38
  223. data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
  224. data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +236 -169
  225. data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +258 -175
  226. data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +50 -46
  227. data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +114 -78
  228. data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +66 -52
  229. data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +36 -30
  230. data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +46 -36
  231. data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +118 -97
  232. data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
  233. data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +120 -95
  234. data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +117 -86
  235. data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +137 -96
  236. data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +185 -152
  237. data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +76 -59
  238. data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +895 -615
  239. data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +1780 -509
  240. data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +163 -125
  241. data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +35 -33
  242. data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +87 -60
  243. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +130 -106
  244. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +44 -35
  245. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +32 -27
  246. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +25 -24
  247. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +25 -23
  248. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +20 -19
  249. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +20 -19
  250. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +74 -69
  251. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +54 -45
  252. data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +76 -57
  253. data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +34 -30
  254. data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +75 -53
  255. data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +180 -104
  256. data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +32 -29
  257. data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +81 -63
  258. data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +186 -344
  259. data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +46 -57
  260. data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +260 -311
  261. data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +79 -61
  262. data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +121 -97
  263. data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +23 -21
  264. data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +88 -68
  265. data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +470 -360
  266. data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +104 -71
  267. data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +185 -130
  268. data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +38 -33
  269. data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +96 -76
  270. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +403 -331
  271. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +89 -64
  272. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +35 -30
  273. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +26 -21
  274. data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +146 -102
  275. data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +49 -38
  276. data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +86 -60
  277. data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +81 -66
  278. data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +61 -52
  279. data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +58 -51
  280. data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +19 -18
  281. data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +20 -17
  282. data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +34 -29
  283. data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
  284. data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +24 -30
  285. data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +101 -65
  286. data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +30 -25
  287. data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
  288. data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +20 -19
  289. data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +66 -55
  290. data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +182 -140
  291. data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +22 -18
  292. data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +22 -18
  293. data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +248 -184
  294. data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +447 -321
  295. data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +195 -174
  296. data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +69 -58
  297. data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +80 -67
  298. data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +37 -32
  299. data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +41 -33
  300. data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +42 -36
  301. data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +272 -179
  302. data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +249 -197
  303. data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +76 -68
  304. data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +60 -51
  305. data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +180 -130
  306. data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +130 -80
  307. data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +168 -138
  308. data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +221 -177
  309. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +49 -41
  310. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +145 -112
  311. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +118 -86
  312. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +49 -73
  313. data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
  314. data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +39 -33
  315. data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +452 -396
  316. data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +206 -148
  317. data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +25 -21
  318. data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +165 -80
  319. data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +66 -56
  320. data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +160 -115
  321. data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +25 -22
  322. data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +134 -94
  323. data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +44 -34
  324. data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +67 -51
  325. data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +136 -109
  326. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +53 -38
  327. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +68 -53
  328. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +403 -265
  329. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +94 -74
  330. data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +134 -100
  331. data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +111 -80
  332. data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +108 -91
  333. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +53 -42
  334. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +79 -86
  335. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +71 -63
  336. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +42 -33
  337. data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +185 -218
  338. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +41 -34
  339. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +194 -135
  340. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +29 -27
  341. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +30 -25
  342. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +19 -17
  343. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +85 -63
  344. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +269 -202
  345. data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +58 -83
  346. data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +72 -61
  347. data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +83 -64
  348. data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
  349. data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +143 -93
  350. data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
  351. data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +18 -17
  352. data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +27 -24
  353. data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +259 -129
  354. data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +45 -38
  355. data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +53 -44
  356. data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +177 -132
  357. data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +25 -24
  358. data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +254 -190
  359. data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +75 -60
  360. data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +928 -546
  361. data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +135 -94
  362. data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +19 -18
  363. data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +140 -97
  364. data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +656 -494
  365. data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +46 -41
  366. data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +194 -164
  367. data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +76 -84
  368. data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +425 -340
  369. data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +94 -74
  370. data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +57 -43
  371. data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +71 -59
  372. data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +38 -32
  373. data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +85 -74
  374. data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +166 -133
  375. data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +103 -84
  376. data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +139 -116
  377. data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +59 -42
  378. data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +360 -249
  379. data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
  380. data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +70 -60
  381. data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +152 -105
  382. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +134 -46
  383. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +557 -428
  384. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +126 -95
  385. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +70 -63
  386. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +171 -123
  387. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +62 -53
  388. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +199 -170
  389. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +863 -565
  390. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +282 -203
  391. data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +189 -125
  392. data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +20 -17
  393. data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +34 -27
  394. data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
  395. data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +24 -31
  396. data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +29 -24
  397. data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
  398. data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +18 -17
  399. data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +69 -58
  400. data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +17 -16
  401. data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1579 -1278
  402. data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +532 -380
  403. data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +39 -21
  404. data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
  405. data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +3 -6
  406. data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
  407. data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
  408. data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
  409. data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
  410. data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
  411. data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
  412. data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
  413. data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
  414. data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
  415. data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
  416. data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
  417. data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
  418. data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
  419. data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
  420. data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +11 -17
  421. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
  422. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
  423. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
  424. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
  425. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
  426. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
  427. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
  428. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
  429. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
  430. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
  431. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
  432. data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +45 -236
  433. data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +385 -469
  434. data/vendor/local/share/gtk-doc/html/gtk/ch01.html +4 -15
  435. data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
  436. data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
  437. data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
  438. data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
  439. data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
  440. data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
  441. data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
  442. data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +124 -69
  443. data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +211 -149
  444. data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +293 -189
  445. data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +246 -175
  446. data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +41 -35
  447. data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +47 -41
  448. data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +318 -270
  449. data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +22 -16
  450. data/vendor/local/share/gtk-doc/html/gtk/{GtkPaperSize.html → gtk-GtkPaperSize.html} +252 -204
  451. data/vendor/local/share/gtk-doc/html/gtk/{GtkTextIter.html → gtk-GtkTextIter.html} +806 -664
  452. data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +82 -75
  453. data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +289 -221
  454. data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +232 -142
  455. data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +20 -17
  456. data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +190 -150
  457. data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +408 -328
  458. data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +306 -190
  459. data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
  460. data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +158 -152
  461. data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +136 -85
  462. data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +239 -204
  463. data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +343 -271
  464. data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +11 -18
  465. data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
  466. data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
  467. data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
  468. data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
  469. data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
  470. data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +75 -63
  471. data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +75 -58
  472. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
  473. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
  474. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
  475. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
  476. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +10 -5
  477. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
  478. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
  479. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
  480. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
  481. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
  482. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
  483. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
  484. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
  485. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
  486. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
  487. data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
  488. data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
  489. data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
  490. data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
  491. data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +31 -39
  492. data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
  493. data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
  494. data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
  495. data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +412 -445
  496. data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +455 -488
  497. data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
  498. data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
  499. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
  500. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
  501. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
  502. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
  503. data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +5 -8
  504. data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
  505. data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
  506. data/vendor/local/share/gtk-doc/html/gtk/index.html +6 -10
  507. data/vendor/local/share/gtk-doc/html/gtk/index.sgml +142 -194
  508. data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
  509. data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
  510. data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
  511. data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
  512. data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
  513. data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
  514. data/vendor/local/share/gtk-doc/html/gtk/style.css +1 -2
  515. data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
  516. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
  517. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
  518. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
  519. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
  520. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
  521. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
  522. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
  523. data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
  524. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
  525. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
  526. data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
  527. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
  528. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
  529. data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
  530. data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
  531. data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
  532. data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
  533. data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
  534. data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
  535. data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
  536. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
  537. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
  538. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
  539. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
  540. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
  541. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
  542. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
  543. data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
  544. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
  545. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
  546. data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +5048 -0
  547. data/vendor/local/src/tml/packaging/{gtk+_2.24.0-1_win32.sh → gtk+_2.22.1-1_win32.sh} +2 -2
  548. metadata +25 -25
  549. data/vendor/local/etc/gtk-2.0/gtkrc +0 -1
  550. data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +0 -77
  551. data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +0 -301
  552. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +0 -117
  553. data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +0 -4934
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="reference.html" title="API Reference">
9
9
  <link rel="prev" href="gdk-Graphics-Contexts.html" title="Graphics Contexts">
10
10
  <link rel="next" href="gdk-Bitmaps-and-Pixmaps.html" title="Bitmaps and Pixmaps">
11
- <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -28,7 +28,7 @@
28
28
  <a href="#gdk-Drawing-Primitives.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
29
  </td></tr>
30
30
  </table>
31
- <div class="refentry">
31
+ <div class="refentry" title="Drawing Primitives">
32
32
  <a name="gdk-Drawing-Primitives"></a><div class="titlepage"></div>
33
33
  <div class="refnamediv"><table width="100%"><tr>
34
34
  <td valign="top">
@@ -37,13 +37,13 @@
37
37
  </td>
38
38
  <td valign="top" align="right"></td>
39
39
  </tr></table></div>
40
- <div class="refsynopsisdiv">
40
+ <div class="refsynopsisdiv" title="Synopsis">
41
41
  <a name="gdk-Drawing-Primitives.synopsis"></a><h2>Synopsis</h2>
42
42
  <a name="GdkDrawable"></a><pre class="synopsis">
43
43
  #include &lt;gdk/gdk.h&gt;
44
44
 
45
45
  <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable-struct" title="GdkDrawable">GdkDrawable</a>;
46
- <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="returnvalue">GdkDrawable</span></a> * <a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-ref" title="gdk_drawable_ref ()">gdk_drawable_ref</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);
46
+ <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="returnvalue">GdkDrawable</span></a>* <a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-ref" title="gdk_drawable_ref ()">gdk_drawable_ref</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);
47
47
  <span class="returnvalue">void</span> <a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-unref" title="gdk_drawable_unref ()">gdk_drawable_unref</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);
48
48
  <span class="returnvalue">void</span> <a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-set-data" title="gdk_drawable_set_data ()">gdk_drawable_set_data</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
49
49
  <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> *key</code></em>,
@@ -51,12 +51,12 @@
51
51
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy_func</code></em>);
52
52
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> <a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-get-data" title="gdk_drawable_get_data ()">gdk_drawable_get_data</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
53
53
  <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> *key</code></em>);
54
- <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="returnvalue">GdkDisplay</span></a> * <a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-get-display" title="gdk_drawable_get_display ()">gdk_drawable_get_display</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);
55
- <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="returnvalue">GdkScreen</span></a> * <a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-get-screen" title="gdk_drawable_get_screen ()">gdk_drawable_get_screen</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);
56
- <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="returnvalue">GdkVisual</span></a> * <a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-get-visual" title="gdk_drawable_get_visual ()">gdk_drawable_get_visual</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);
54
+ <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="returnvalue">GdkDisplay</span></a>* <a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-get-display" title="gdk_drawable_get_display ()">gdk_drawable_get_display</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);
55
+ <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="returnvalue">GdkScreen</span></a>* <a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-get-screen" title="gdk_drawable_get_screen ()">gdk_drawable_get_screen</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);
56
+ <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="returnvalue">GdkVisual</span></a>* <a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-get-visual" title="gdk_drawable_get_visual ()">gdk_drawable_get_visual</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);
57
57
  <span class="returnvalue">void</span> <a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-set-colormap" title="gdk_drawable_set_colormap ()">gdk_drawable_set_colormap</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
58
58
  <em class="parameter"><code><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a> *colormap</code></em>);
59
- <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a> * <a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-get-colormap" title="gdk_drawable_get_colormap ()">gdk_drawable_get_colormap</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);
59
+ <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a>* <a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-get-colormap" title="gdk_drawable_get_colormap ()">gdk_drawable_get_colormap</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);
60
60
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-get-depth" title="gdk_drawable_get_depth ()">gdk_drawable_get_depth</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);
61
61
  <span class="returnvalue">void</span> <a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-get-size" title="gdk_drawable_get_size ()">gdk_drawable_get_size</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
62
62
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *width</code></em>,
@@ -70,7 +70,7 @@
70
70
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);
71
71
  <span class="returnvalue">void</span> <a class="link" href="gdk-Drawing-Primitives.html#gdk-draw-points" title="gdk_draw_points ()">gdk_draw_points</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
72
72
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
73
- <em class="parameter"><code>const <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkPoint" title="struct GdkPoint"><span class="type">GdkPoint</span></a> *points</code></em>,
73
+ <em class="parameter"><code>const <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkPoint" title="GdkPoint"><span class="type">GdkPoint</span></a> *points</code></em>,
74
74
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_points</code></em>);
75
75
  <span class="returnvalue">void</span> <a class="link" href="gdk-Drawing-Primitives.html#gdk-draw-line" title="gdk_draw_line ()">gdk_draw_line</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
76
76
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
@@ -80,7 +80,7 @@
80
80
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y2_</code></em>);
81
81
  <span class="returnvalue">void</span> <a class="link" href="gdk-Drawing-Primitives.html#gdk-draw-lines" title="gdk_draw_lines ()">gdk_draw_lines</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
82
82
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
83
- <em class="parameter"><code>const <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkPoint" title="struct GdkPoint"><span class="type">GdkPoint</span></a> *points</code></em>,
83
+ <em class="parameter"><code>const <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkPoint" title="GdkPoint"><span class="type">GdkPoint</span></a> *points</code></em>,
84
84
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_points</code></em>);
85
85
  <span class="returnvalue">void</span> <a class="link" href="gdk-Drawing-Primitives.html#gdk-draw-pixbuf" title="gdk_draw_pixbuf ()">gdk_draw_pixbuf</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
86
86
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
@@ -96,9 +96,9 @@
96
96
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y_dither</code></em>);
97
97
  <span class="returnvalue">void</span> <a class="link" href="gdk-Drawing-Primitives.html#gdk-draw-segments" title="gdk_draw_segments ()">gdk_draw_segments</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
98
98
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
99
- <em class="parameter"><code>const <a class="link" href="gdk-Drawing-Primitives.html#GdkSegment" title="struct GdkSegment"><span class="type">GdkSegment</span></a> *segs</code></em>,
99
+ <em class="parameter"><code>const <a class="link" href="gdk-Drawing-Primitives.html#GdkSegment" title="GdkSegment"><span class="type">GdkSegment</span></a> *segs</code></em>,
100
100
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_segs</code></em>);
101
- struct <a class="link" href="gdk-Drawing-Primitives.html#GdkSegment" title="struct GdkSegment">GdkSegment</a>;
101
+ <a class="link" href="gdk-Drawing-Primitives.html#GdkSegment" title="GdkSegment">GdkSegment</a>;
102
102
  <span class="returnvalue">void</span> <a class="link" href="gdk-Drawing-Primitives.html#gdk-draw-rectangle" title="gdk_draw_rectangle ()">gdk_draw_rectangle</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
103
103
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
104
104
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> filled</code></em>,
@@ -118,13 +118,13 @@ struct <a class="link" href="gdk-Drawing-Primitives.html#GdkSegment
118
118
  <span class="returnvalue">void</span> <a class="link" href="gdk-Drawing-Primitives.html#gdk-draw-polygon" title="gdk_draw_polygon ()">gdk_draw_polygon</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
119
119
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
120
120
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> filled</code></em>,
121
- <em class="parameter"><code>const <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkPoint" title="struct GdkPoint"><span class="type">GdkPoint</span></a> *points</code></em>,
121
+ <em class="parameter"><code>const <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkPoint" title="GdkPoint"><span class="type">GdkPoint</span></a> *points</code></em>,
122
122
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_points</code></em>);
123
123
  <span class="returnvalue">void</span> <a class="link" href="gdk-Drawing-Primitives.html#gdk-draw-trapezoids" title="gdk_draw_trapezoids ()">gdk_draw_trapezoids</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
124
124
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
125
- <em class="parameter"><code>const <a class="link" href="gdk-Drawing-Primitives.html#GdkTrapezoid" title="struct GdkTrapezoid"><span class="type">GdkTrapezoid</span></a> *trapezoids</code></em>,
125
+ <em class="parameter"><code>const <a class="link" href="gdk-Drawing-Primitives.html#GdkTrapezoid" title="GdkTrapezoid"><span class="type">GdkTrapezoid</span></a> *trapezoids</code></em>,
126
126
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_trapezoids</code></em>);
127
- struct <a class="link" href="gdk-Drawing-Primitives.html#GdkTrapezoid" title="struct GdkTrapezoid">GdkTrapezoid</a>;
127
+ <a class="link" href="gdk-Drawing-Primitives.html#GdkTrapezoid" title="GdkTrapezoid">GdkTrapezoid</a>;
128
128
  <span class="returnvalue">void</span> <a class="link" href="gdk-Drawing-Primitives.html#gdk-draw-glyphs" title="gdk_draw_glyphs ()">gdk_draw_glyphs</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
129
129
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
130
130
  <em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
@@ -203,7 +203,7 @@ struct <a class="link" href="gdk-Drawing-Primitives.html#GdkTrapezo
203
203
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ydest</code></em>,
204
204
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
205
205
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);
206
- <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="returnvalue">GdkImage</span></a> * <a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-get-image" title="gdk_drawable_get_image ()">gdk_drawable_get_image</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
206
+ <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="returnvalue">GdkImage</span></a>* <a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-get-image" title="gdk_drawable_get_image ()">gdk_drawable_get_image</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
207
207
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
208
208
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
209
209
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
@@ -218,7 +218,7 @@ struct <a class="link" href="gdk-Drawing-Primitives.html#GdkTrapezo
218
218
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);
219
219
  </pre>
220
220
  </div>
221
- <div class="refsect1">
221
+ <div class="refsect1" title="Object Hierarchy">
222
222
  <a name="gdk-Drawing-Primitives.object-hierarchy"></a><h2>Object Hierarchy</h2>
223
223
  <pre class="synopsis">
224
224
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
@@ -227,7 +227,7 @@ struct <a class="link" href="gdk-Drawing-Primitives.html#GdkTrapezo
227
227
  +----<a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap">GdkPixmap</a>
228
228
  </pre>
229
229
  </div>
230
- <div class="refsect1">
230
+ <div class="refsect1" title="Description">
231
231
  <a name="gdk-Drawing-Primitives.description"></a><h2>Description</h2>
232
232
  <p>
233
233
  These functions provide support for drawing points, lines, arcs and text
@@ -250,9 +250,9 @@ way to obtain these structures is via <a href="http://library.gnome.org/devel/gt
250
250
  <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html#gtk-widget-create-pango-layout"><code class="function">gtk_widget_create_pango_layout()</code></a>.
251
251
  </p>
252
252
  </div>
253
- <div class="refsect1">
253
+ <div class="refsect1" title="Details">
254
254
  <a name="gdk-Drawing-Primitives.details"></a><h2>Details</h2>
255
- <div class="refsect2">
255
+ <div class="refsect2" title="GdkDrawable">
256
256
  <a name="GdkDrawable-struct"></a><h3>GdkDrawable</h3>
257
257
  <pre class="programlisting">typedef struct _GdkDrawable GdkDrawable;</pre>
258
258
  <p>
@@ -262,10 +262,10 @@ or a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWin
262
262
  </p>
263
263
  </div>
264
264
  <hr>
265
- <div class="refsect2">
265
+ <div class="refsect2" title="gdk_drawable_ref ()">
266
266
  <a name="gdk-drawable-ref"></a><h3>gdk_drawable_ref ()</h3>
267
- <pre class="programlisting"><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="returnvalue">GdkDrawable</span></a> * gdk_drawable_ref (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);</pre>
268
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
267
+ <pre class="programlisting"><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="returnvalue">GdkDrawable</span></a>* gdk_drawable_ref (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);</pre>
268
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
269
269
  <h3 class="title">Warning</h3>
270
270
  <p><code class="literal">gdk_drawable_ref</code> has been deprecated since version 2.0 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>
271
271
  </div>
@@ -283,16 +283,18 @@ Deprecated equivalent of calling <a href="http://library.gnome.org/devel/gobject
283
283
  </tr>
284
284
  <tr>
285
285
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
286
- <td>the same <em class="parameter"><code>drawable</code></em> passed in</td>
286
+ <td> the same <em class="parameter"><code>drawable</code></em> passed in
287
+
288
+ </td>
287
289
  </tr>
288
290
  </tbody>
289
291
  </table></div>
290
292
  </div>
291
293
  <hr>
292
- <div class="refsect2">
294
+ <div class="refsect2" title="gdk_drawable_unref ()">
293
295
  <a name="gdk-drawable-unref"></a><h3>gdk_drawable_unref ()</h3>
294
296
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_drawable_unref (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);</pre>
295
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
297
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
296
298
  <h3 class="title">Warning</h3>
297
299
  <p><code class="literal">gdk_drawable_unref</code> has been deprecated since version 2.0 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>
298
300
  </div>
@@ -309,13 +311,13 @@ Deprecated equivalent of calling <a href="http://library.gnome.org/devel/gobject
309
311
  </table></div>
310
312
  </div>
311
313
  <hr>
312
- <div class="refsect2">
314
+ <div class="refsect2" title="gdk_drawable_set_data ()">
313
315
  <a name="gdk-drawable-set-data"></a><h3>gdk_drawable_set_data ()</h3>
314
316
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_drawable_set_data (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
315
317
  <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> *key</code></em>,
316
318
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
317
319
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy_func</code></em>);</pre>
318
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
320
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
319
321
  <h3 class="title">Warning</h3>
320
322
  <p><code class="literal">gdk_drawable_set_data</code> is deprecated and should not be used in newly-written code.</p>
321
323
  </div>
@@ -333,26 +335,28 @@ the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Ob
333
335
  </tr>
334
336
  <tr>
335
337
  <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
336
- <td>name to store the data under</td>
338
+ <td>name to store the data under
339
+ </td>
337
340
  </tr>
338
341
  <tr>
339
342
  <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
340
- <td>arbitrary data</td>
343
+ <td>arbitrary data
344
+ </td>
341
345
  </tr>
342
346
  <tr>
343
347
  <td><p><span class="term"><em class="parameter"><code>destroy_func</code></em> :</span></p></td>
344
- <td>function to free <em class="parameter"><code>data</code></em>, 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>
348
+ <td> function to free <em class="parameter"><code>data</code></em>, 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>
345
349
  </td>
346
350
  </tr>
347
351
  </tbody>
348
352
  </table></div>
349
353
  </div>
350
354
  <hr>
351
- <div class="refsect2">
355
+ <div class="refsect2" title="gdk_drawable_get_data ()">
352
356
  <a name="gdk-drawable-get-data"></a><h3>gdk_drawable_get_data ()</h3>
353
357
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> gdk_drawable_get_data (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
354
358
  <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> *key</code></em>);</pre>
355
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
359
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
356
360
  <h3 class="title">Warning</h3>
357
361
  <p><code class="literal">gdk_drawable_get_data</code> is deprecated and should not be used in newly-written code.</p>
358
362
  </div>
@@ -370,24 +374,21 @@ used instead.
370
374
  </tr>
371
375
  <tr>
372
376
  <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
373
- <td>name the data was stored under</td>
377
+ <td>name the data was stored under
378
+ </td>
374
379
  </tr>
375
380
  <tr>
376
381
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
377
- <td>the data stored at <em class="parameter"><code>key</code></em>
382
+ <td> the data stored at <em class="parameter"><code>key</code></em>
378
383
  </td>
379
384
  </tr>
380
385
  </tbody>
381
386
  </table></div>
382
387
  </div>
383
388
  <hr>
384
- <div class="refsect2">
389
+ <div class="refsect2" title="gdk_drawable_get_display ()">
385
390
  <a name="gdk-drawable-get-display"></a><h3>gdk_drawable_get_display ()</h3>
386
- <pre class="programlisting"><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="returnvalue">GdkDisplay</span></a> * gdk_drawable_get_display (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);</pre>
387
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
388
- <h3 class="title">Warning</h3>
389
- <p><code class="literal">gdk_drawable_get_display</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="gdk-Windows.html#gdk-window-get-display" title="gdk_window_get_display ()"><code class="function">gdk_window_get_display()</code></a> instead</p>
390
- </div>
391
+ <pre class="programlisting"><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="returnvalue">GdkDisplay</span></a>* gdk_drawable_get_display (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);</pre>
391
392
  <p>
392
393
  Gets the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> associated with a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a>.
393
394
  </p>
@@ -401,7 +402,8 @@ Gets the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="
401
402
  </tr>
402
403
  <tr>
403
404
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
404
- <td>the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> associated with <em class="parameter"><code>drawable</code></em>
405
+ <td> the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> associated with <em class="parameter"><code>drawable</code></em>
406
+
405
407
  </td>
406
408
  </tr>
407
409
  </tbody>
@@ -409,13 +411,9 @@ Gets the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="
409
411
  <p class="since">Since 2.2</p>
410
412
  </div>
411
413
  <hr>
412
- <div class="refsect2">
414
+ <div class="refsect2" title="gdk_drawable_get_screen ()">
413
415
  <a name="gdk-drawable-get-screen"></a><h3>gdk_drawable_get_screen ()</h3>
414
- <pre class="programlisting"><a class="link" href="GdkScreen.html" title="GdkScreen"><span class="returnvalue">GdkScreen</span></a> * gdk_drawable_get_screen (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);</pre>
415
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
416
- <h3 class="title">Warning</h3>
417
- <p><code class="literal">gdk_drawable_get_screen</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="gdk-Windows.html#gdk-window-get-screen" title="gdk_window_get_screen ()"><code class="function">gdk_window_get_screen()</code></a> instead</p>
418
- </div>
416
+ <pre class="programlisting"><a class="link" href="GdkScreen.html" title="GdkScreen"><span class="returnvalue">GdkScreen</span></a>* gdk_drawable_get_screen (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);</pre>
419
417
  <p>
420
418
  Gets the <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a> associated with a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a>.
421
419
  </p>
@@ -429,7 +427,8 @@ Gets the <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="ty
429
427
  </tr>
430
428
  <tr>
431
429
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
432
- <td>the <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a> associated with <em class="parameter"><code>drawable</code></em>
430
+ <td> the <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a> associated with <em class="parameter"><code>drawable</code></em>
431
+
433
432
  </td>
434
433
  </tr>
435
434
  </tbody>
@@ -437,13 +436,9 @@ Gets the <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="ty
437
436
  <p class="since">Since 2.2</p>
438
437
  </div>
439
438
  <hr>
440
- <div class="refsect2">
439
+ <div class="refsect2" title="gdk_drawable_get_visual ()">
441
440
  <a name="gdk-drawable-get-visual"></a><h3>gdk_drawable_get_visual ()</h3>
442
- <pre class="programlisting"><a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="returnvalue">GdkVisual</span></a> * gdk_drawable_get_visual (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);</pre>
443
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
444
- <h3 class="title">Warning</h3>
445
- <p><code class="literal">gdk_drawable_get_visual</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="gdk-Windows.html#gdk-window-get-visual" title="gdk_window_get_visual ()"><code class="function">gdk_window_get_visual()</code></a></p>
446
- </div>
441
+ <pre class="programlisting"><a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="returnvalue">GdkVisual</span></a>* gdk_drawable_get_visual (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);</pre>
447
442
  <p>
448
443
  Gets the <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a> describing the pixel format of <em class="parameter"><code>drawable</code></em>.
449
444
  </p>
@@ -457,14 +452,14 @@ Gets the <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><sp
457
452
  </tr>
458
453
  <tr>
459
454
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
460
- <td>a <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a>
455
+ <td> a <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a>
461
456
  </td>
462
457
  </tr>
463
458
  </tbody>
464
459
  </table></div>
465
460
  </div>
466
461
  <hr>
467
- <div class="refsect2">
462
+ <div class="refsect2" title="gdk_drawable_set_colormap ()">
468
463
  <a name="gdk-drawable-set-colormap"></a><h3>gdk_drawable_set_colormap ()</h3>
469
464
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_drawable_set_colormap (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
470
465
  <em class="parameter"><code><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a> *colormap</code></em>);</pre>
@@ -495,9 +490,9 @@ to another, the colormaps should match.
495
490
  </table></div>
496
491
  </div>
497
492
  <hr>
498
- <div class="refsect2">
493
+ <div class="refsect2" title="gdk_drawable_get_colormap ()">
499
494
  <a name="gdk-drawable-get-colormap"></a><h3>gdk_drawable_get_colormap ()</h3>
500
- <pre class="programlisting"><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a> * gdk_drawable_get_colormap (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);</pre>
495
+ <pre class="programlisting"><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a>* gdk_drawable_get_colormap (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);</pre>
501
496
  <p>
502
497
  Gets the colormap for <em class="parameter"><code>drawable</code></em>, if one is set; returns
503
498
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise.
@@ -512,14 +507,14 @@ Gets the colormap for <em class="parameter"><code>drawable</code></em>, if one i
512
507
  </tr>
513
508
  <tr>
514
509
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
515
- <td>the colormap, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
510
+ <td> the colormap, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
516
511
  </td>
517
512
  </tr>
518
513
  </tbody>
519
514
  </table></div>
520
515
  </div>
521
516
  <hr>
522
- <div class="refsect2">
517
+ <div class="refsect2" title="gdk_drawable_get_depth ()">
523
518
  <a name="gdk-drawable-get-depth"></a><h3>gdk_drawable_get_depth ()</h3>
524
519
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_drawable_get_depth (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);</pre>
525
520
  <p>
@@ -537,22 +532,18 @@ per pixel, 24 bits per pixel, etc.
537
532
  </tr>
538
533
  <tr>
539
534
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
540
- <td>number of bits per pixel</td>
535
+ <td> number of bits per pixel
536
+ </td>
541
537
  </tr>
542
538
  </tbody>
543
539
  </table></div>
544
540
  </div>
545
541
  <hr>
546
- <div class="refsect2">
542
+ <div class="refsect2" title="gdk_drawable_get_size ()">
547
543
  <a name="gdk-drawable-get-size"></a><h3>gdk_drawable_get_size ()</h3>
548
544
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_drawable_get_size (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
549
545
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *width</code></em>,
550
546
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *height</code></em>);</pre>
551
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
552
- <h3 class="title">Warning</h3>
553
- <p><code class="literal">gdk_drawable_get_size</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="gdk-Windows.html#gdk-window-get-width" title="gdk_window_get_width ()"><code class="function">gdk_window_get_width()</code></a> and <a class="link" href="gdk-Windows.html#gdk-window-get-height" title="gdk_window_get_height ()"><code class="function">gdk_window_get_height()</code></a> for
554
- <a href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindows</span></a>. Use <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#gdk-pixmap-get-size" title="gdk_pixmap_get_size ()"><code class="function">gdk_pixmap_get_size()</code></a> for <a href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmaps</span></a>.</p>
555
- </div>
556
547
  <p>
557
548
  Fills *<em class="parameter"><code>width</code></em> and *<em class="parameter"><code>height</code></em> with the size of <em class="parameter"><code>drawable</code></em>.
558
549
  <em class="parameter"><code>width</code></em> or <em class="parameter"><code>height</code></em> can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if you only want the other one.
@@ -572,19 +563,19 @@ event, rather than the current size on the X server.
572
563
  </tr>
573
564
  <tr>
574
565
  <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
575
- <td>location to store drawable's width, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
566
+ <td> location to store drawable's width, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
576
567
  </td>
577
568
  </tr>
578
569
  <tr>
579
570
  <td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
580
- <td>location to store drawable's height, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
571
+ <td> location to store drawable's height, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
581
572
  </td>
582
573
  </tr>
583
574
  </tbody>
584
575
  </table></div>
585
576
  </div>
586
577
  <hr>
587
- <div class="refsect2">
578
+ <div class="refsect2" title="gdk_drawable_get_clip_region ()">
588
579
  <a name="gdk-drawable-get-clip-region"></a><h3>gdk_drawable_get_clip_region ()</h3>
589
580
  <pre class="programlisting"><a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkRegion" title="GdkRegion"><span class="returnvalue">GdkRegion</span></a> * gdk_drawable_get_clip_region (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);</pre>
590
581
  <p>
@@ -605,14 +596,15 @@ primitives.
605
596
  </tr>
606
597
  <tr>
607
598
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
608
- <td>a <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkRegion" title="GdkRegion"><span class="type">GdkRegion</span></a>. This must be freed with <a class="link" href="gdk-Points-Rectangles-and-Regions.html#gdk-region-destroy" title="gdk_region_destroy ()"><code class="function">gdk_region_destroy()</code></a>
609
- when you are done.</td>
599
+ <td> a <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkRegion" title="GdkRegion"><span class="type">GdkRegion</span></a>. This must be freed with <a class="link" href="gdk-Points-Rectangles-and-Regions.html#gdk-region-destroy" title="gdk_region_destroy ()"><code class="function">gdk_region_destroy()</code></a>
600
+ when you are done.
601
+ </td>
610
602
  </tr>
611
603
  </tbody>
612
604
  </table></div>
613
605
  </div>
614
606
  <hr>
615
- <div class="refsect2">
607
+ <div class="refsect2" title="gdk_drawable_get_visible_region ()">
616
608
  <a name="gdk-drawable-get-visible-region"></a><h3>gdk_drawable_get_visible_region ()</h3>
617
609
  <pre class="programlisting"><a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkRegion" title="GdkRegion"><span class="returnvalue">GdkRegion</span></a> * gdk_drawable_get_visible_region (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);</pre>
618
610
  <p>
@@ -631,20 +623,21 @@ is visible.
631
623
  </tr>
632
624
  <tr>
633
625
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
634
- <td>a <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkRegion" title="GdkRegion"><span class="type">GdkRegion</span></a>. This must be freed with <a class="link" href="gdk-Points-Rectangles-and-Regions.html#gdk-region-destroy" title="gdk_region_destroy ()"><code class="function">gdk_region_destroy()</code></a>
635
- when you are done.</td>
626
+ <td> a <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkRegion" title="GdkRegion"><span class="type">GdkRegion</span></a>. This must be freed with <a class="link" href="gdk-Points-Rectangles-and-Regions.html#gdk-region-destroy" title="gdk_region_destroy ()"><code class="function">gdk_region_destroy()</code></a>
627
+ when you are done.
628
+ </td>
636
629
  </tr>
637
630
  </tbody>
638
631
  </table></div>
639
632
  </div>
640
633
  <hr>
641
- <div class="refsect2">
634
+ <div class="refsect2" title="gdk_draw_point ()">
642
635
  <a name="gdk-draw-point"></a><h3>gdk_draw_point ()</h3>
643
636
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_point (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
644
637
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
645
638
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
646
639
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
647
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
640
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
648
641
  <h3 class="title">Warning</h3>
649
642
  <p><code class="literal">gdk_draw_point</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/cairo/cairo-Paths.html#cairo-rectangle"><code class="function">cairo_rectangle()</code></a> and <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-fill"><code class="function">cairo_fill()</code></a> or
650
643
  <a href="/usr/share/gtk-doc/html/cairo/cairo-Paths.html#cairo-move-to"><code class="function">cairo_move_to()</code></a> and <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-stroke"><code class="function">cairo_stroke()</code></a> instead.</p>
@@ -658,31 +651,35 @@ the <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">G
658
651
  <tbody>
659
652
  <tr>
660
653
  <td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
661
- <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).</td>
654
+ <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).
655
+ </td>
662
656
  </tr>
663
657
  <tr>
664
658
  <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
665
- <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.</td>
659
+ <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.
660
+ </td>
666
661
  </tr>
667
662
  <tr>
668
663
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
669
- <td>the x coordinate of the point.</td>
664
+ <td>the x coordinate of the point.
665
+ </td>
670
666
  </tr>
671
667
  <tr>
672
668
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
673
- <td>the y coordinate of the point.</td>
669
+ <td>the y coordinate of the point.
670
+ </td>
674
671
  </tr>
675
672
  </tbody>
676
673
  </table></div>
677
674
  </div>
678
675
  <hr>
679
- <div class="refsect2">
676
+ <div class="refsect2" title="gdk_draw_points ()">
680
677
  <a name="gdk-draw-points"></a><h3>gdk_draw_points ()</h3>
681
678
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_points (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
682
679
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
683
- <em class="parameter"><code>const <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkPoint" title="struct GdkPoint"><span class="type">GdkPoint</span></a> *points</code></em>,
680
+ <em class="parameter"><code>const <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkPoint" title="GdkPoint"><span class="type">GdkPoint</span></a> *points</code></em>,
684
681
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_points</code></em>);</pre>
685
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
682
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
686
683
  <h3 class="title">Warning</h3>
687
684
  <p><code class="literal">gdk_draw_points</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <em class="parameter"><code>n_points</code></em> calls to <a href="/usr/share/gtk-doc/html/cairo/cairo-Paths.html#cairo-rectangle"><code class="function">cairo_rectangle()</code></a> and
688
685
  <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-fill"><code class="function">cairo_fill()</code></a> instead.</p>
@@ -696,25 +693,29 @@ attributes of the <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span
696
693
  <tbody>
697
694
  <tr>
698
695
  <td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
699
- <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).</td>
696
+ <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).
697
+ </td>
700
698
  </tr>
701
699
  <tr>
702
700
  <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
703
- <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.</td>
701
+ <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.
702
+ </td>
704
703
  </tr>
705
704
  <tr>
706
705
  <td><p><span class="term"><em class="parameter"><code>points</code></em> :</span></p></td>
707
- <td>an array of <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkPoint" title="struct GdkPoint"><span class="type">GdkPoint</span></a> structures.</td>
706
+ <td>an array of <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkPoint" title="GdkPoint"><span class="type">GdkPoint</span></a> structures.
707
+ </td>
708
708
  </tr>
709
709
  <tr>
710
710
  <td><p><span class="term"><em class="parameter"><code>n_points</code></em> :</span></p></td>
711
- <td>the number of points to be drawn.</td>
711
+ <td>the number of points to be drawn.
712
+ </td>
712
713
  </tr>
713
714
  </tbody>
714
715
  </table></div>
715
716
  </div>
716
717
  <hr>
717
- <div class="refsect2">
718
+ <div class="refsect2" title="gdk_draw_line ()">
718
719
  <a name="gdk-draw-line"></a><h3>gdk_draw_line ()</h3>
719
720
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_line (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
720
721
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
@@ -722,7 +723,7 @@ attributes of the <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span
722
723
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y1_</code></em>,
723
724
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x2_</code></em>,
724
725
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y2_</code></em>);</pre>
725
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
726
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
726
727
  <h3 class="title">Warning</h3>
727
728
  <p><code class="literal">gdk_draw_line</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/cairo/cairo-Paths.html#cairo-line-to"><code class="function">cairo_line_to()</code></a> and <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-stroke"><code class="function">cairo_stroke()</code></a> instead.
728
729
  Be aware that the default line width in Cairo is 2 pixels and that your
@@ -761,39 +762,45 @@ the <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">G
761
762
  <tbody>
762
763
  <tr>
763
764
  <td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
764
- <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).</td>
765
+ <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).
766
+ </td>
765
767
  </tr>
766
768
  <tr>
767
769
  <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
768
- <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.</td>
770
+ <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.
771
+ </td>
769
772
  </tr>
770
773
  <tr>
771
774
  <td><p><span class="term"><em class="parameter"><code>x1_</code></em> :</span></p></td>
772
- <td>the x coordinate of the start point.</td>
775
+ <td>the x coordinate of the start point.
776
+ </td>
773
777
  </tr>
774
778
  <tr>
775
779
  <td><p><span class="term"><em class="parameter"><code>y1_</code></em> :</span></p></td>
776
- <td>the y coordinate of the start point.</td>
780
+ <td>the y coordinate of the start point.
781
+ </td>
777
782
  </tr>
778
783
  <tr>
779
784
  <td><p><span class="term"><em class="parameter"><code>x2_</code></em> :</span></p></td>
780
- <td>the x coordinate of the end point.</td>
785
+ <td>the x coordinate of the end point.
786
+ </td>
781
787
  </tr>
782
788
  <tr>
783
789
  <td><p><span class="term"><em class="parameter"><code>y2_</code></em> :</span></p></td>
784
- <td>the y coordinate of the end point.</td>
790
+ <td>the y coordinate of the end point.
791
+ </td>
785
792
  </tr>
786
793
  </tbody>
787
794
  </table></div>
788
795
  </div>
789
796
  <hr>
790
- <div class="refsect2">
797
+ <div class="refsect2" title="gdk_draw_lines ()">
791
798
  <a name="gdk-draw-lines"></a><h3>gdk_draw_lines ()</h3>
792
799
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_lines (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
793
800
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
794
- <em class="parameter"><code>const <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkPoint" title="struct GdkPoint"><span class="type">GdkPoint</span></a> *points</code></em>,
801
+ <em class="parameter"><code>const <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkPoint" title="GdkPoint"><span class="type">GdkPoint</span></a> *points</code></em>,
795
802
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_points</code></em>);</pre>
796
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
803
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
797
804
  <h3 class="title">Warning</h3>
798
805
  <p><code class="literal">gdk_draw_lines</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/cairo/cairo-Paths.html#cairo-line-to"><code class="function">cairo_line_to()</code></a> and <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-stroke"><code class="function">cairo_stroke()</code></a> instead. See the
799
806
  documentation of <a class="link" href="gdk-Drawing-Primitives.html#gdk-draw-line" title="gdk_draw_line ()"><code class="function">gdk_draw_line()</code></a> for notes on line drawing with Cairo.</p>
@@ -809,25 +816,29 @@ The way in which joins between lines are draw is determined by the
809
816
  <tbody>
810
817
  <tr>
811
818
  <td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
812
- <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).</td>
819
+ <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).
820
+ </td>
813
821
  </tr>
814
822
  <tr>
815
823
  <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
816
- <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.</td>
824
+ <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.
825
+ </td>
817
826
  </tr>
818
827
  <tr>
819
828
  <td><p><span class="term"><em class="parameter"><code>points</code></em> :</span></p></td>
820
- <td>an array of <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkPoint" title="struct GdkPoint"><span class="type">GdkPoint</span></a> structures specifying the endpoints of the</td>
829
+ <td>an array of <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkPoint" title="GdkPoint"><span class="type">GdkPoint</span></a> structures specifying the endpoints of the
830
+ </td>
821
831
  </tr>
822
832
  <tr>
823
833
  <td><p><span class="term"><em class="parameter"><code>n_points</code></em> :</span></p></td>
824
- <td>the size of the <em class="parameter"><code>points</code></em> array.</td>
834
+ <td>the size of the <em class="parameter"><code>points</code></em> array.
835
+ </td>
825
836
  </tr>
826
837
  </tbody>
827
838
  </table></div>
828
839
  </div>
829
840
  <hr>
830
- <div class="refsect2">
841
+ <div class="refsect2" title="gdk_draw_pixbuf ()">
831
842
  <a name="gdk-draw-pixbuf"></a><h3>gdk_draw_pixbuf ()</h3>
832
843
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_pixbuf (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
833
844
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
@@ -841,7 +852,7 @@ The way in which joins between lines are draw is determined by the
841
852
  <em class="parameter"><code><a class="link" href="gdk-GdkRGB.html#GdkRgbDither" title="enum GdkRgbDither"><span class="type">GdkRgbDither</span></a> dither</code></em>,
842
853
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x_dither</code></em>,
843
854
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y_dither</code></em>);</pre>
844
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
855
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
845
856
  <h3 class="title">Warning</h3>
846
857
  <p><code class="literal">gdk_draw_pixbuf</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a class="link" href="gdk-Cairo-Interaction.html#gdk-cairo-set-source-pixbuf" title="gdk_cairo_set_source_pixbuf ()"><code class="function">gdk_cairo_set_source_pixbuf()</code></a> and <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-paint"><code class="function">cairo_paint()</code></a> or
847
858
  <a href="/usr/share/gtk-doc/html/cairo/cairo-Paths.html#cairo-rectangle"><code class="function">cairo_rectangle()</code></a> and <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-fill"><code class="function">cairo_fill()</code></a> instead.</p>
@@ -869,11 +880,12 @@ variable.
869
880
  <tbody>
870
881
  <tr>
871
882
  <td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
872
- <td>Destination drawable.</td>
883
+ <td>Destination drawable.
884
+ </td>
873
885
  </tr>
874
886
  <tr>
875
887
  <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
876
- <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>, used for clipping, 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>
888
+ <td> a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>, used for clipping, 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>
877
889
  </td>
878
890
  </tr>
879
891
  <tr>
@@ -883,52 +895,61 @@ variable.
883
895
  </tr>
884
896
  <tr>
885
897
  <td><p><span class="term"><em class="parameter"><code>src_x</code></em> :</span></p></td>
886
- <td>Source X coordinate within pixbuf.</td>
898
+ <td>Source X coordinate within pixbuf.
899
+ </td>
887
900
  </tr>
888
901
  <tr>
889
902
  <td><p><span class="term"><em class="parameter"><code>src_y</code></em> :</span></p></td>
890
- <td>Source Y coordinates within pixbuf.</td>
903
+ <td>Source Y coordinates within pixbuf.
904
+ </td>
891
905
  </tr>
892
906
  <tr>
893
907
  <td><p><span class="term"><em class="parameter"><code>dest_x</code></em> :</span></p></td>
894
- <td>Destination X coordinate within drawable.</td>
908
+ <td>Destination X coordinate within drawable.
909
+ </td>
895
910
  </tr>
896
911
  <tr>
897
912
  <td><p><span class="term"><em class="parameter"><code>dest_y</code></em> :</span></p></td>
898
- <td>Destination Y coordinate within drawable.</td>
913
+ <td>Destination Y coordinate within drawable.
914
+ </td>
899
915
  </tr>
900
916
  <tr>
901
917
  <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
902
- <td>Width of region to render, in pixels, or -1 to use pixbuf width.</td>
918
+ <td>Width of region to render, in pixels, or -1 to use pixbuf width.
919
+ </td>
903
920
  </tr>
904
921
  <tr>
905
922
  <td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
906
- <td>Height of region to render, in pixels, or -1 to use pixbuf height.</td>
923
+ <td>Height of region to render, in pixels, or -1 to use pixbuf height.
924
+ </td>
907
925
  </tr>
908
926
  <tr>
909
927
  <td><p><span class="term"><em class="parameter"><code>dither</code></em> :</span></p></td>
910
- <td>Dithering mode for <span class="type">GdkRGB</span>.</td>
928
+ <td>Dithering mode for <span class="type">GdkRGB</span>.
929
+ </td>
911
930
  </tr>
912
931
  <tr>
913
932
  <td><p><span class="term"><em class="parameter"><code>x_dither</code></em> :</span></p></td>
914
- <td>X offset for dither.</td>
933
+ <td>X offset for dither.
934
+ </td>
915
935
  </tr>
916
936
  <tr>
917
937
  <td><p><span class="term"><em class="parameter"><code>y_dither</code></em> :</span></p></td>
918
- <td>Y offset for dither.</td>
938
+ <td>Y offset for dither.
939
+ </td>
919
940
  </tr>
920
941
  </tbody>
921
942
  </table></div>
922
943
  <p class="since">Since 2.2</p>
923
944
  </div>
924
945
  <hr>
925
- <div class="refsect2">
946
+ <div class="refsect2" title="gdk_draw_segments ()">
926
947
  <a name="gdk-draw-segments"></a><h3>gdk_draw_segments ()</h3>
927
948
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_segments (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
928
949
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
929
- <em class="parameter"><code>const <a class="link" href="gdk-Drawing-Primitives.html#GdkSegment" title="struct GdkSegment"><span class="type">GdkSegment</span></a> *segs</code></em>,
950
+ <em class="parameter"><code>const <a class="link" href="gdk-Drawing-Primitives.html#GdkSegment" title="GdkSegment"><span class="type">GdkSegment</span></a> *segs</code></em>,
930
951
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_segs</code></em>);</pre>
931
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
952
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
932
953
  <h3 class="title">Warning</h3>
933
954
  <p><code class="literal">gdk_draw_segments</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/cairo/cairo-Paths.html#cairo-move-to"><code class="function">cairo_move_to()</code></a>, <a href="/usr/share/gtk-doc/html/cairo/cairo-Paths.html#cairo-line-to"><code class="function">cairo_line_to()</code></a> and <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-stroke"><code class="function">cairo_stroke()</code></a>
934
955
  instead. See the documentation of <a class="link" href="gdk-Drawing-Primitives.html#gdk-draw-line" title="gdk_draw_line ()"><code class="function">gdk_draw_line()</code></a> for notes on line drawing
@@ -942,34 +963,38 @@ Draws a number of unconnected lines.
942
963
  <tbody>
943
964
  <tr>
944
965
  <td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
945
- <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).</td>
966
+ <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).
967
+ </td>
946
968
  </tr>
947
969
  <tr>
948
970
  <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
949
- <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.</td>
971
+ <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.
972
+ </td>
950
973
  </tr>
951
974
  <tr>
952
975
  <td><p><span class="term"><em class="parameter"><code>segs</code></em> :</span></p></td>
953
- <td>an array of <a class="link" href="gdk-Drawing-Primitives.html#GdkSegment" title="struct GdkSegment"><span class="type">GdkSegment</span></a> structures specifying the start and
954
- end points of the lines to be drawn.</td>
976
+ <td>an array of <a class="link" href="gdk-Drawing-Primitives.html#GdkSegment" title="GdkSegment"><span class="type">GdkSegment</span></a> structures specifying the start and
977
+ end points of the lines to be drawn.
978
+ </td>
955
979
  </tr>
956
980
  <tr>
957
981
  <td><p><span class="term"><em class="parameter"><code>n_segs</code></em> :</span></p></td>
958
- <td>the number of line segments to draw, i.e. the size of the
959
- <em class="parameter"><code>segs</code></em> array.</td>
982
+ <td>the number of line segments to draw, i.e. the size of the
983
+ <em class="parameter"><code>segs</code></em> array.
984
+ </td>
960
985
  </tr>
961
986
  </tbody>
962
987
  </table></div>
963
988
  </div>
964
989
  <hr>
965
- <div class="refsect2">
966
- <a name="GdkSegment"></a><h3>struct GdkSegment</h3>
967
- <pre class="programlisting">struct GdkSegment {
990
+ <div class="refsect2" title="GdkSegment">
991
+ <a name="GdkSegment"></a><h3>GdkSegment</h3>
992
+ <pre class="programlisting">typedef struct {
968
993
  gint x1;
969
994
  gint y1;
970
995
  gint x2;
971
996
  gint y2;
972
- };
997
+ } GdkSegment;
973
998
  </pre>
974
999
  <p>
975
1000
  Specifies the start and end point of a line for use by the <a class="link" href="gdk-Drawing-Primitives.html#gdk-draw-segments" title="gdk_draw_segments ()"><code class="function">gdk_draw_segments()</code></a>
@@ -980,25 +1005,29 @@ function.
980
1005
  <tbody>
981
1006
  <tr>
982
1007
  <td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkSegment.x1"></a>x1</code></em>;</span></p></td>
983
- <td>the x coordinate of the start point.</td>
1008
+ <td>the x coordinate of the start point.
1009
+ </td>
984
1010
  </tr>
985
1011
  <tr>
986
1012
  <td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkSegment.y1"></a>y1</code></em>;</span></p></td>
987
- <td>the y coordinate of the start point.</td>
1013
+ <td>the y coordinate of the start point.
1014
+ </td>
988
1015
  </tr>
989
1016
  <tr>
990
1017
  <td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkSegment.x2"></a>x2</code></em>;</span></p></td>
991
- <td>the x coordinate of the end point.</td>
1018
+ <td>the x coordinate of the end point.
1019
+ </td>
992
1020
  </tr>
993
1021
  <tr>
994
1022
  <td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkSegment.y2"></a>y2</code></em>;</span></p></td>
995
- <td>the y coordinate of the end point.</td>
1023
+ <td>the y coordinate of the end point.
1024
+ </td>
996
1025
  </tr>
997
1026
  </tbody>
998
1027
  </table></div>
999
1028
  </div>
1000
1029
  <hr>
1001
- <div class="refsect2">
1030
+ <div class="refsect2" title="gdk_draw_rectangle ()">
1002
1031
  <a name="gdk-draw-rectangle"></a><h3>gdk_draw_rectangle ()</h3>
1003
1032
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_rectangle (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
1004
1033
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
@@ -1007,7 +1036,7 @@ function.
1007
1036
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
1008
1037
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
1009
1038
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
1010
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1039
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1011
1040
  <h3 class="title">Warning</h3>
1012
1041
  <p><code class="literal">gdk_draw_rectangle</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/cairo/cairo-Paths.html#cairo-rectangle"><code class="function">cairo_rectangle()</code></a> and <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-fill"><code class="function">cairo_fill()</code></a> or <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-stroke"><code class="function">cairo_stroke()</code></a>
1013
1042
  instead. For stroking, the same caveats for converting code apply as for
@@ -1026,50 +1055,50 @@ results in a filled rectangle 20 pixels wide and 20 pixels high. Calling
1026
1055
  results in an outlined rectangle with corners at (0, 0), (0, 20), (20, 20),
1027
1056
  and (20, 0), which makes it 21 pixels wide and 21 pixels high.
1028
1057
  </p>
1029
- <p>
1030
- </p>
1031
- <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
1032
- <h3 class="title">Note</h3>
1033
- <p>
1034
- </p>
1035
- </div>
1036
1058
  <div class="variablelist"><table border="0">
1037
1059
  <col align="left" valign="top">
1038
1060
  <tbody>
1039
1061
  <tr>
1040
1062
  <td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
1041
- <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).</td>
1063
+ <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).
1064
+ </td>
1042
1065
  </tr>
1043
1066
  <tr>
1044
1067
  <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
1045
- <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.</td>
1068
+ <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.
1069
+ </td>
1046
1070
  </tr>
1047
1071
  <tr>
1048
1072
  <td><p><span class="term"><em class="parameter"><code>filled</code></em> :</span></p></td>
1049
1073
  <td>
1050
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the rectangle should be filled.</td>
1074
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the rectangle should be filled.
1075
+ </td>
1051
1076
  </tr>
1052
1077
  <tr>
1053
1078
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
1054
- <td>the x coordinate of the left edge of the rectangle.</td>
1079
+ <td>the x coordinate of the left edge of the rectangle.
1080
+ </td>
1055
1081
  </tr>
1056
1082
  <tr>
1057
1083
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
1058
- <td>the y coordinate of the top edge of the rectangle.</td>
1084
+ <td>the y coordinate of the top edge of the rectangle.
1085
+ </td>
1059
1086
  </tr>
1060
1087
  <tr>
1061
1088
  <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
1062
- <td>the width of the rectangle.</td>
1089
+ <td>the width of the rectangle.
1090
+ </td>
1063
1091
  </tr>
1064
1092
  <tr>
1065
1093
  <td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
1066
- <td>the height of the rectangle.</td>
1094
+ <td>the height of the rectangle.
1095
+ </td>
1067
1096
  </tr>
1068
1097
  </tbody>
1069
1098
  </table></div>
1070
1099
  </div>
1071
1100
  <hr>
1072
- <div class="refsect2">
1101
+ <div class="refsect2" title="gdk_draw_arc ()">
1073
1102
  <a name="gdk-draw-arc"></a><h3>gdk_draw_arc ()</h3>
1074
1103
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_arc (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
1075
1104
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
@@ -1080,7 +1109,7 @@ and (20, 0), which makes it 21 pixels wide and 21 pixels high.
1080
1109
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>,
1081
1110
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> angle1</code></em>,
1082
1111
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> angle2</code></em>);</pre>
1083
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1112
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1084
1113
  <h3 class="title">Warning</h3>
1085
1114
  <p><code class="literal">gdk_draw_arc</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/cairo/cairo-Paths.html#cairo-arc"><code class="function">cairo_arc()</code></a> and <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-fill"><code class="function">cairo_fill()</code></a> or <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-stroke"><code class="function">cairo_stroke()</code></a>
1086
1115
  instead. Note that arcs just like any drawing operation in Cairo are
@@ -1096,55 +1125,64 @@ of the ellipse to be drawn.
1096
1125
  <tbody>
1097
1126
  <tr>
1098
1127
  <td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
1099
- <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).</td>
1128
+ <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).
1129
+ </td>
1100
1130
  </tr>
1101
1131
  <tr>
1102
1132
  <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
1103
- <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.</td>
1133
+ <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.
1134
+ </td>
1104
1135
  </tr>
1105
1136
  <tr>
1106
1137
  <td><p><span class="term"><em class="parameter"><code>filled</code></em> :</span></p></td>
1107
1138
  <td>
1108
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the arc should be filled, producing a 'pie slice'.</td>
1139
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the arc should be filled, producing a 'pie slice'.
1140
+ </td>
1109
1141
  </tr>
1110
1142
  <tr>
1111
1143
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
1112
- <td>the x coordinate of the left edge of the bounding rectangle.</td>
1144
+ <td>the x coordinate of the left edge of the bounding rectangle.
1145
+ </td>
1113
1146
  </tr>
1114
1147
  <tr>
1115
1148
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
1116
- <td>the y coordinate of the top edge of the bounding rectangle.</td>
1149
+ <td>the y coordinate of the top edge of the bounding rectangle.
1150
+ </td>
1117
1151
  </tr>
1118
1152
  <tr>
1119
1153
  <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
1120
- <td>the width of the bounding rectangle.</td>
1154
+ <td>the width of the bounding rectangle.
1155
+ </td>
1121
1156
  </tr>
1122
1157
  <tr>
1123
1158
  <td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
1124
- <td>the height of the bounding rectangle.</td>
1159
+ <td>the height of the bounding rectangle.
1160
+ </td>
1125
1161
  </tr>
1126
1162
  <tr>
1127
1163
  <td><p><span class="term"><em class="parameter"><code>angle1</code></em> :</span></p></td>
1128
1164
  <td>the start angle of the arc, relative to the 3 o'clock position,
1129
- counter-clockwise, in 1/64ths of a degree.</td>
1165
+ counter-clockwise, in 1/64ths of a degree.
1166
+ </td>
1130
1167
  </tr>
1131
1168
  <tr>
1132
1169
  <td><p><span class="term"><em class="parameter"><code>angle2</code></em> :</span></p></td>
1133
- <td>the end angle of the arc, relative to <em class="parameter"><code>angle1</code></em>, in 1/64ths
1134
- of a degree.</td>
1170
+ <td>the end angle of the arc, relative to <em class="parameter"><code>angle1</code></em>, in 1/64ths
1171
+ of a degree.
1172
+ </td>
1135
1173
  </tr>
1136
1174
  </tbody>
1137
1175
  </table></div>
1138
1176
  </div>
1139
1177
  <hr>
1140
- <div class="refsect2">
1178
+ <div class="refsect2" title="gdk_draw_polygon ()">
1141
1179
  <a name="gdk-draw-polygon"></a><h3>gdk_draw_polygon ()</h3>
1142
1180
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_polygon (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
1143
1181
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
1144
1182
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> filled</code></em>,
1145
- <em class="parameter"><code>const <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkPoint" title="struct GdkPoint"><span class="type">GdkPoint</span></a> *points</code></em>,
1183
+ <em class="parameter"><code>const <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkPoint" title="GdkPoint"><span class="type">GdkPoint</span></a> *points</code></em>,
1146
1184
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_points</code></em>);</pre>
1147
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1185
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1148
1186
  <h3 class="title">Warning</h3>
1149
1187
  <p><code class="literal">gdk_draw_polygon</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/cairo/cairo-Paths.html#cairo-line-to"><code class="function">cairo_line_to()</code></a> or <a href="/usr/share/gtk-doc/html/cairo/cairo-Paths.html#cairo-append-path"><code class="function">cairo_append_path()</code></a> and
1150
1188
  <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-fill"><code class="function">cairo_fill()</code></a> or <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-stroke"><code class="function">cairo_stroke()</code></a> instead.</p>
@@ -1157,39 +1195,44 @@ Draws an outlined or filled polygon.
1157
1195
  <tbody>
1158
1196
  <tr>
1159
1197
  <td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
1160
- <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).</td>
1198
+ <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).
1199
+ </td>
1161
1200
  </tr>
1162
1201
  <tr>
1163
1202
  <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
1164
- <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.</td>
1203
+ <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.
1204
+ </td>
1165
1205
  </tr>
1166
1206
  <tr>
1167
1207
  <td><p><span class="term"><em class="parameter"><code>filled</code></em> :</span></p></td>
1168
1208
  <td>
1169
1209
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the polygon should be filled. The polygon is closed
1170
- automatically, connecting the last point to the first point if
1171
- necessary.</td>
1210
+ automatically, connecting the last point to the first point if
1211
+ necessary.
1212
+ </td>
1172
1213
  </tr>
1173
1214
  <tr>
1174
1215
  <td><p><span class="term"><em class="parameter"><code>points</code></em> :</span></p></td>
1175
- <td>an array of <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkPoint" title="struct GdkPoint"><span class="type">GdkPoint</span></a> structures specifying the points making
1176
- up the polygon.</td>
1216
+ <td>an array of <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkPoint" title="GdkPoint"><span class="type">GdkPoint</span></a> structures specifying the points making
1217
+ up the polygon.
1218
+ </td>
1177
1219
  </tr>
1178
1220
  <tr>
1179
1221
  <td><p><span class="term"><em class="parameter"><code>n_points</code></em> :</span></p></td>
1180
- <td>the number of points.</td>
1222
+ <td>the number of points.
1223
+ </td>
1181
1224
  </tr>
1182
1225
  </tbody>
1183
1226
  </table></div>
1184
1227
  </div>
1185
1228
  <hr>
1186
- <div class="refsect2">
1229
+ <div class="refsect2" title="gdk_draw_trapezoids ()">
1187
1230
  <a name="gdk-draw-trapezoids"></a><h3>gdk_draw_trapezoids ()</h3>
1188
1231
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_trapezoids (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
1189
1232
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
1190
- <em class="parameter"><code>const <a class="link" href="gdk-Drawing-Primitives.html#GdkTrapezoid" title="struct GdkTrapezoid"><span class="type">GdkTrapezoid</span></a> *trapezoids</code></em>,
1233
+ <em class="parameter"><code>const <a class="link" href="gdk-Drawing-Primitives.html#GdkTrapezoid" title="GdkTrapezoid"><span class="type">GdkTrapezoid</span></a> *trapezoids</code></em>,
1191
1234
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_trapezoids</code></em>);</pre>
1192
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1235
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1193
1236
  <h3 class="title">Warning</h3>
1194
1237
  <p><code class="literal">gdk_draw_trapezoids</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use Cairo path contruction functions and <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-fill"><code class="function">cairo_fill()</code></a>
1195
1238
  instead.</p>
@@ -1216,22 +1259,24 @@ likely not useful for applications.
1216
1259
  </tr>
1217
1260
  <tr>
1218
1261
  <td><p><span class="term"><em class="parameter"><code>trapezoids</code></em> :</span></p></td>
1219
- <td>an array of <a class="link" href="gdk-Drawing-Primitives.html#GdkTrapezoid" title="struct GdkTrapezoid"><span class="type">GdkTrapezoid</span></a> structures</td>
1262
+ <td>an array of <a class="link" href="gdk-Drawing-Primitives.html#GdkTrapezoid" title="GdkTrapezoid"><span class="type">GdkTrapezoid</span></a> structures
1263
+ </td>
1220
1264
  </tr>
1221
1265
  <tr>
1222
1266
  <td><p><span class="term"><em class="parameter"><code>n_trapezoids</code></em> :</span></p></td>
1223
- <td>the number of trapezoids to draw</td>
1267
+ <td>the number of trapezoids to draw
1268
+ </td>
1224
1269
  </tr>
1225
1270
  </tbody>
1226
1271
  </table></div>
1227
1272
  <p class="since">Since 2.6</p>
1228
1273
  </div>
1229
1274
  <hr>
1230
- <div class="refsect2">
1231
- <a name="GdkTrapezoid"></a><h3>struct GdkTrapezoid</h3>
1232
- <pre class="programlisting">struct GdkTrapezoid {
1275
+ <div class="refsect2" title="GdkTrapezoid">
1276
+ <a name="GdkTrapezoid"></a><h3>GdkTrapezoid</h3>
1277
+ <pre class="programlisting">typedef struct {
1233
1278
  double y1, x11, x21, y2, x12, x22;
1234
- };
1279
+ } GdkTrapezoid;
1235
1280
  </pre>
1236
1281
  <p>
1237
1282
  Specifies a trapezpoid for use by the <a class="link" href="gdk-Drawing-Primitives.html#gdk-draw-trapezoids" title="gdk_draw_trapezoids ()"><code class="function">gdk_draw_trapezoids()</code></a>.
@@ -1243,33 +1288,39 @@ bottom edges.
1243
1288
  <tbody>
1244
1289
  <tr>
1245
1290
  <td><p><span class="term"><span class="type">double</span> <em class="structfield"><code><a name="GdkTrapezoid.y1"></a>y1</code></em>;</span></p></td>
1246
- <td>the y coordinate of the start point.</td>
1291
+ <td>the y coordinate of the start point.
1292
+ </td>
1247
1293
  </tr>
1248
1294
  <tr>
1249
1295
  <td><p><span class="term"><span class="type">double</span> <em class="structfield"><code><a name="GdkTrapezoid.x11"></a>x11</code></em>;</span></p></td>
1250
- <td>the x coordinate of the top left corner</td>
1296
+ <td>the x coordinate of the top left corner
1297
+ </td>
1251
1298
  </tr>
1252
1299
  <tr>
1253
1300
  <td><p><span class="term"><span class="type">double</span> <em class="structfield"><code><a name="GdkTrapezoid.x21"></a>x21</code></em>;</span></p></td>
1254
- <td>the x coordinate of the top right corner</td>
1301
+ <td>the x coordinate of the top right corner
1302
+ </td>
1255
1303
  </tr>
1256
1304
  <tr>
1257
1305
  <td><p><span class="term"><span class="type">double</span> <em class="structfield"><code><a name="GdkTrapezoid.y2"></a>y2</code></em>;</span></p></td>
1258
- <td>the y coordinate of the end point.</td>
1306
+ <td>the y coordinate of the end point.
1307
+ </td>
1259
1308
  </tr>
1260
1309
  <tr>
1261
1310
  <td><p><span class="term"><span class="type">double</span> <em class="structfield"><code><a name="GdkTrapezoid.x12"></a>x12</code></em>;</span></p></td>
1262
- <td>the x coordinate of the bottom left corner</td>
1311
+ <td>the x coordinate of the bottom left corner
1312
+ </td>
1263
1313
  </tr>
1264
1314
  <tr>
1265
1315
  <td><p><span class="term"><span class="type">double</span> <em class="structfield"><code><a name="GdkTrapezoid.x22"></a>x22</code></em>;</span></p></td>
1266
- <td>the x coordinate of the bottom right corner</td>
1316
+ <td>the x coordinate of the bottom right corner
1317
+ </td>
1267
1318
  </tr>
1268
1319
  </tbody>
1269
1320
  </table></div>
1270
1321
  </div>
1271
1322
  <hr>
1272
- <div class="refsect2">
1323
+ <div class="refsect2" title="gdk_draw_glyphs ()">
1273
1324
  <a name="gdk-draw-glyphs"></a><h3>gdk_draw_glyphs ()</h3>
1274
1325
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_glyphs (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
1275
1326
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
@@ -1277,7 +1328,7 @@ bottom edges.
1277
1328
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
1278
1329
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
1279
1330
  <em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);</pre>
1280
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1331
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1281
1332
  <h3 class="title">Warning</h3>
1282
1333
  <p><code class="literal">gdk_draw_glyphs</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <code class="function">pango_cairo_show_glyphs()</code> instead.</p>
1283
1334
  </div>
@@ -1307,25 +1358,29 @@ understand; thus, use <a class="link" href="gdk-Drawing-Primitives.html#gdk-draw
1307
1358
  </tr>
1308
1359
  <tr>
1309
1360
  <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1310
- <td>font to be used</td>
1361
+ <td>font to be used
1362
+ </td>
1311
1363
  </tr>
1312
1364
  <tr>
1313
1365
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
1314
- <td>X coordinate of baseline origin</td>
1366
+ <td>X coordinate of baseline origin
1367
+ </td>
1315
1368
  </tr>
1316
1369
  <tr>
1317
1370
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
1318
- <td>Y coordinate of baseline origin</td>
1371
+ <td>Y coordinate of baseline origin
1372
+ </td>
1319
1373
  </tr>
1320
1374
  <tr>
1321
1375
  <td><p><span class="term"><em class="parameter"><code>glyphs</code></em> :</span></p></td>
1322
- <td>the glyph string to draw</td>
1376
+ <td>the glyph string to draw
1377
+ </td>
1323
1378
  </tr>
1324
1379
  </tbody>
1325
1380
  </table></div>
1326
1381
  </div>
1327
1382
  <hr>
1328
- <div class="refsect2">
1383
+ <div class="refsect2" title="gdk_draw_glyphs_transformed ()">
1329
1384
  <a name="gdk-draw-glyphs-transformed"></a><h3>gdk_draw_glyphs_transformed ()</h3>
1330
1385
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_glyphs_transformed (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
1331
1386
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
@@ -1334,7 +1389,7 @@ understand; thus, use <a class="link" href="gdk-Drawing-Primitives.html#gdk-draw
1334
1389
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
1335
1390
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
1336
1391
  <em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);</pre>
1337
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1392
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1338
1393
  <h3 class="title">Warning</h3>
1339
1394
  <p><code class="literal">gdk_draw_glyphs_transformed</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <code class="function">pango_cairo_show_glyphs()</code> instead.</p>
1340
1395
  </div>
@@ -1364,40 +1419,44 @@ See also <a class="link" href="gdk-Drawing-Primitives.html#gdk-draw-glyphs" titl
1364
1419
  </tr>
1365
1420
  <tr>
1366
1421
  <td><p><span class="term"><em class="parameter"><code>matrix</code></em> :</span></p></td>
1367
- <td>a <a href="/usr/share/gtk-doc/html/pango/pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use an identity transformation. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1422
+ <td> a <a href="/usr/share/gtk-doc/html/pango/pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use an identity transformation. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1368
1423
  </td>
1369
1424
  </tr>
1370
1425
  <tr>
1371
1426
  <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1372
- <td>the font in which to draw the string</td>
1427
+ <td>the font in which to draw the string
1428
+ </td>
1373
1429
  </tr>
1374
1430
  <tr>
1375
1431
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
1376
1432
  <td>the x position of the start of the string (in Pango
1377
- units in user space coordinates)</td>
1433
+ units in user space coordinates)
1434
+ </td>
1378
1435
  </tr>
1379
1436
  <tr>
1380
1437
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
1381
1438
  <td>the y position of the baseline (in Pango units
1382
- in user space coordinates)</td>
1439
+ in user space coordinates)
1440
+ </td>
1383
1441
  </tr>
1384
1442
  <tr>
1385
1443
  <td><p><span class="term"><em class="parameter"><code>glyphs</code></em> :</span></p></td>
1386
- <td>the glyph string to draw</td>
1444
+ <td>the glyph string to draw
1445
+ </td>
1387
1446
  </tr>
1388
1447
  </tbody>
1389
1448
  </table></div>
1390
1449
  <p class="since">Since 2.6</p>
1391
1450
  </div>
1392
1451
  <hr>
1393
- <div class="refsect2">
1452
+ <div class="refsect2" title="gdk_draw_layout_line ()">
1394
1453
  <a name="gdk-draw-layout-line"></a><h3>gdk_draw_layout_line ()</h3>
1395
1454
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_layout_line (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
1396
1455
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
1397
1456
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
1398
1457
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
1399
1458
  <em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> *line</code></em>);</pre>
1400
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1459
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1401
1460
  <h3 class="title">Warning</h3>
1402
1461
  <p><code class="literal">gdk_draw_layout_line</code> is deprecated and should not be used in newly-written code.</p>
1403
1462
  </div>
@@ -1415,19 +1474,23 @@ device coordinates.
1415
1474
  <tbody>
1416
1475
  <tr>
1417
1476
  <td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
1418
- <td>the drawable on which to draw the line</td>
1477
+ <td>the drawable on which to draw the line
1478
+ </td>
1419
1479
  </tr>
1420
1480
  <tr>
1421
1481
  <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
1422
- <td>base graphics to use</td>
1482
+ <td>base graphics to use
1483
+ </td>
1423
1484
  </tr>
1424
1485
  <tr>
1425
1486
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
1426
- <td>the x position of start of string (in pixels)</td>
1487
+ <td>the x position of start of string (in pixels)
1488
+ </td>
1427
1489
  </tr>
1428
1490
  <tr>
1429
1491
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
1430
- <td>the y position of baseline (in pixels)</td>
1492
+ <td>the y position of baseline (in pixels)
1493
+ </td>
1431
1494
  </tr>
1432
1495
  <tr>
1433
1496
  <td><p><span class="term"><em class="parameter"><code>line</code></em> :</span></p></td>
@@ -1438,7 +1501,7 @@ device coordinates.
1438
1501
  </table></div>
1439
1502
  </div>
1440
1503
  <hr>
1441
- <div class="refsect2">
1504
+ <div class="refsect2" title="gdk_draw_layout_line_with_colors ()">
1442
1505
  <a name="gdk-draw-layout-line-with-colors"></a><h3>gdk_draw_layout_line_with_colors ()</h3>
1443
1506
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_layout_line_with_colors (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
1444
1507
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
@@ -1447,7 +1510,7 @@ device coordinates.
1447
1510
  <em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> *line</code></em>,
1448
1511
  <em class="parameter"><code>const <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a> *foreground</code></em>,
1449
1512
  <em class="parameter"><code>const <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a> *background</code></em>);</pre>
1450
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1513
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1451
1514
  <h3 class="title">Warning</h3>
1452
1515
  <p><code class="literal">gdk_draw_layout_line_with_colors</code> is deprecated and should not be used in newly-written code.</p>
1453
1516
  </div>
@@ -1467,19 +1530,23 @@ device coordinates.
1467
1530
  <tbody>
1468
1531
  <tr>
1469
1532
  <td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
1470
- <td>the drawable on which to draw the line</td>
1533
+ <td>the drawable on which to draw the line
1534
+ </td>
1471
1535
  </tr>
1472
1536
  <tr>
1473
1537
  <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
1474
- <td>base graphics to use</td>
1538
+ <td>base graphics to use
1539
+ </td>
1475
1540
  </tr>
1476
1541
  <tr>
1477
1542
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
1478
- <td>the x position of start of string (in pixels)</td>
1543
+ <td>the x position of start of string (in pixels)
1544
+ </td>
1479
1545
  </tr>
1480
1546
  <tr>
1481
1547
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
1482
- <td>the y position of baseline (in pixels)</td>
1548
+ <td>the y position of baseline (in pixels)
1549
+ </td>
1483
1550
  </tr>
1484
1551
  <tr>
1485
1552
  <td><p><span class="term"><em class="parameter"><code>line</code></em> :</span></p></td>
@@ -1488,26 +1555,26 @@ device coordinates.
1488
1555
  </tr>
1489
1556
  <tr>
1490
1557
  <td><p><span class="term"><em class="parameter"><code>foreground</code></em> :</span></p></td>
1491
- <td>foreground override color, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for none. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1558
+ <td> foreground override color, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for none. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1492
1559
  </td>
1493
1560
  </tr>
1494
1561
  <tr>
1495
1562
  <td><p><span class="term"><em class="parameter"><code>background</code></em> :</span></p></td>
1496
- <td>background override color, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for none. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1563
+ <td> background override color, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for none. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1497
1564
  </td>
1498
1565
  </tr>
1499
1566
  </tbody>
1500
1567
  </table></div>
1501
1568
  </div>
1502
1569
  <hr>
1503
- <div class="refsect2">
1570
+ <div class="refsect2" title="gdk_draw_layout ()">
1504
1571
  <a name="gdk-draw-layout"></a><h3>gdk_draw_layout ()</h3>
1505
1572
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_layout (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
1506
1573
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
1507
1574
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
1508
1575
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
1509
1576
  <em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>);</pre>
1510
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1577
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1511
1578
  <h3 class="title">Warning</h3>
1512
1579
  <p><code class="literal">gdk_draw_layout</code> is deprecated and should not be used in newly-written code.</p>
1513
1580
  </div>
@@ -1528,19 +1595,23 @@ is <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html#gtk-widge
1528
1595
  <tbody>
1529
1596
  <tr>
1530
1597
  <td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
1531
- <td>the drawable on which to draw string</td>
1598
+ <td>the drawable on which to draw string
1599
+ </td>
1532
1600
  </tr>
1533
1601
  <tr>
1534
1602
  <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
1535
- <td>base graphics context to use</td>
1603
+ <td>base graphics context to use
1604
+ </td>
1536
1605
  </tr>
1537
1606
  <tr>
1538
1607
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
1539
- <td>the X position of the left of the layout (in pixels)</td>
1608
+ <td>the X position of the left of the layout (in pixels)
1609
+ </td>
1540
1610
  </tr>
1541
1611
  <tr>
1542
1612
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
1543
- <td>the Y position of the top of the layout (in pixels)</td>
1613
+ <td>the Y position of the top of the layout (in pixels)
1614
+ </td>
1544
1615
  </tr>
1545
1616
  <tr>
1546
1617
  <td><p><span class="term"><em class="parameter"><code>layout</code></em> :</span></p></td>
@@ -1551,7 +1622,7 @@ is <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html#gtk-widge
1551
1622
  </table></div>
1552
1623
  </div>
1553
1624
  <hr>
1554
- <div class="refsect2">
1625
+ <div class="refsect2" title="gdk_draw_layout_with_colors ()">
1555
1626
  <a name="gdk-draw-layout-with-colors"></a><h3>gdk_draw_layout_with_colors ()</h3>
1556
1627
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_layout_with_colors (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
1557
1628
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
@@ -1560,7 +1631,7 @@ is <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html#gtk-widge
1560
1631
  <em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>,
1561
1632
  <em class="parameter"><code>const <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a> *foreground</code></em>,
1562
1633
  <em class="parameter"><code>const <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a> *background</code></em>);</pre>
1563
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1634
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1564
1635
  <h3 class="title">Warning</h3>
1565
1636
  <p><code class="literal">gdk_draw_layout_with_colors</code> is deprecated and should not be used in newly-written code.</p>
1566
1637
  </div>
@@ -1583,19 +1654,23 @@ is <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html#gtk-widge
1583
1654
  <tbody>
1584
1655
  <tr>
1585
1656
  <td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
1586
- <td>the drawable on which to draw string</td>
1657
+ <td>the drawable on which to draw string
1658
+ </td>
1587
1659
  </tr>
1588
1660
  <tr>
1589
1661
  <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
1590
- <td>base graphics context to use</td>
1662
+ <td>base graphics context to use
1663
+ </td>
1591
1664
  </tr>
1592
1665
  <tr>
1593
1666
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
1594
- <td>the X position of the left of the layout (in pixels)</td>
1667
+ <td>the X position of the left of the layout (in pixels)
1668
+ </td>
1595
1669
  </tr>
1596
1670
  <tr>
1597
1671
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
1598
- <td>the Y position of the top of the layout (in pixels)</td>
1672
+ <td>the Y position of the top of the layout (in pixels)
1673
+ </td>
1599
1674
  </tr>
1600
1675
  <tr>
1601
1676
  <td><p><span class="term"><em class="parameter"><code>layout</code></em> :</span></p></td>
@@ -1604,19 +1679,19 @@ is <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html#gtk-widge
1604
1679
  </tr>
1605
1680
  <tr>
1606
1681
  <td><p><span class="term"><em class="parameter"><code>foreground</code></em> :</span></p></td>
1607
- <td>foreground override color, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for none. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1682
+ <td> foreground override color, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for none. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1608
1683
  </td>
1609
1684
  </tr>
1610
1685
  <tr>
1611
1686
  <td><p><span class="term"><em class="parameter"><code>background</code></em> :</span></p></td>
1612
- <td>background override color, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for none. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1687
+ <td> background override color, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for none. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1613
1688
  </td>
1614
1689
  </tr>
1615
1690
  </tbody>
1616
1691
  </table></div>
1617
1692
  </div>
1618
1693
  <hr>
1619
- <div class="refsect2">
1694
+ <div class="refsect2" title="gdk_draw_string ()">
1620
1695
  <a name="gdk-draw-string"></a><h3>gdk_draw_string ()</h3>
1621
1696
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_string (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
1622
1697
  <em class="parameter"><code><a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a> *font</code></em>,
@@ -1624,7 +1699,7 @@ is <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html#gtk-widge
1624
1699
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
1625
1700
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
1626
1701
  <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> *string</code></em>);</pre>
1627
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1702
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1628
1703
  <h3 class="title">Warning</h3>
1629
1704
  <p><code class="literal">gdk_draw_string</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="gdk-Drawing-Primitives.html#gdk-draw-layout" title="gdk_draw_layout ()"><code class="function">gdk_draw_layout()</code></a> instead.</p>
1630
1705
  </div>
@@ -1636,33 +1711,39 @@ Draws a string of characters in the given font or fontset.
1636
1711
  <tbody>
1637
1712
  <tr>
1638
1713
  <td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
1639
- <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).</td>
1714
+ <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).
1715
+ </td>
1640
1716
  </tr>
1641
1717
  <tr>
1642
1718
  <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1643
- <td>a <a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a>.</td>
1719
+ <td>a <a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a>.
1720
+ </td>
1644
1721
  </tr>
1645
1722
  <tr>
1646
1723
  <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
1647
- <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.</td>
1724
+ <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.
1725
+ </td>
1648
1726
  </tr>
1649
1727
  <tr>
1650
1728
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
1651
- <td>the x coordinate of the left edge of the text.</td>
1729
+ <td>the x coordinate of the left edge of the text.
1730
+ </td>
1652
1731
  </tr>
1653
1732
  <tr>
1654
1733
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
1655
- <td>the y coordinate of the baseline of the text.</td>
1734
+ <td>the y coordinate of the baseline of the text.
1735
+ </td>
1656
1736
  </tr>
1657
1737
  <tr>
1658
1738
  <td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
1659
- <td>the string of characters to draw.</td>
1739
+ <td>the string of characters to draw.
1740
+ </td>
1660
1741
  </tr>
1661
1742
  </tbody>
1662
1743
  </table></div>
1663
1744
  </div>
1664
1745
  <hr>
1665
- <div class="refsect2">
1746
+ <div class="refsect2" title="gdk_draw_text ()">
1666
1747
  <a name="gdk-draw-text"></a><h3>gdk_draw_text ()</h3>
1667
1748
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_text (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
1668
1749
  <em class="parameter"><code><a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a> *font</code></em>,
@@ -1671,7 +1752,7 @@ Draws a string of characters in the given font or fontset.
1671
1752
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
1672
1753
  <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> *text</code></em>,
1673
1754
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> text_length</code></em>);</pre>
1674
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1755
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1675
1756
  <h3 class="title">Warning</h3>
1676
1757
  <p><code class="literal">gdk_draw_text</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="gdk-Drawing-Primitives.html#gdk-draw-layout" title="gdk_draw_layout ()"><code class="function">gdk_draw_layout()</code></a> instead.</p>
1677
1758
  </div>
@@ -1683,37 +1764,44 @@ Draws a number of characters in the given font or fontset.
1683
1764
  <tbody>
1684
1765
  <tr>
1685
1766
  <td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
1686
- <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).</td>
1767
+ <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).
1768
+ </td>
1687
1769
  </tr>
1688
1770
  <tr>
1689
1771
  <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1690
- <td>a <a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a>.</td>
1772
+ <td>a <a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a>.
1773
+ </td>
1691
1774
  </tr>
1692
1775
  <tr>
1693
1776
  <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
1694
- <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.</td>
1777
+ <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.
1778
+ </td>
1695
1779
  </tr>
1696
1780
  <tr>
1697
1781
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
1698
- <td>the x coordinate of the left edge of the text.</td>
1782
+ <td>the x coordinate of the left edge of the text.
1783
+ </td>
1699
1784
  </tr>
1700
1785
  <tr>
1701
1786
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
1702
- <td>the y coordinate of the baseline of the text.</td>
1787
+ <td>the y coordinate of the baseline of the text.
1788
+ </td>
1703
1789
  </tr>
1704
1790
  <tr>
1705
1791
  <td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
1706
- <td>the characters to draw.</td>
1792
+ <td>the characters to draw.
1793
+ </td>
1707
1794
  </tr>
1708
1795
  <tr>
1709
1796
  <td><p><span class="term"><em class="parameter"><code>text_length</code></em> :</span></p></td>
1710
- <td>the number of characters of <em class="parameter"><code>text</code></em> to draw.</td>
1797
+ <td>the number of characters of <em class="parameter"><code>text</code></em> to draw.
1798
+ </td>
1711
1799
  </tr>
1712
1800
  </tbody>
1713
1801
  </table></div>
1714
1802
  </div>
1715
1803
  <hr>
1716
- <div class="refsect2">
1804
+ <div class="refsect2" title="gdk_draw_text_wc ()">
1717
1805
  <a name="gdk-draw-text-wc"></a><h3>gdk_draw_text_wc ()</h3>
1718
1806
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_text_wc (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
1719
1807
  <em class="parameter"><code><a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a> *font</code></em>,
@@ -1722,7 +1810,7 @@ Draws a number of characters in the given font or fontset.
1722
1810
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
1723
1811
  <em class="parameter"><code>const <a class="link" href="gdk-Fonts.html#GdkWChar" title="GdkWChar"><span class="type">GdkWChar</span></a> *text</code></em>,
1724
1812
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> text_length</code></em>);</pre>
1725
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1813
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1726
1814
  <h3 class="title">Warning</h3>
1727
1815
  <p><code class="literal">gdk_draw_text_wc</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="gdk-Drawing-Primitives.html#gdk-draw-layout" title="gdk_draw_layout ()"><code class="function">gdk_draw_layout()</code></a> instead.</p>
1728
1816
  </div>
@@ -1736,41 +1824,48 @@ characters (discarding the high bytes) before output.
1736
1824
  <tbody>
1737
1825
  <tr>
1738
1826
  <td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
1739
- <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).</td>
1827
+ <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).
1828
+ </td>
1740
1829
  </tr>
1741
1830
  <tr>
1742
1831
  <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1743
- <td>a <a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a>.</td>
1832
+ <td>a <a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a>.
1833
+ </td>
1744
1834
  </tr>
1745
1835
  <tr>
1746
1836
  <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
1747
- <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.</td>
1837
+ <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.
1838
+ </td>
1748
1839
  </tr>
1749
1840
  <tr>
1750
1841
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
1751
- <td>the x coordinate of the left edge of the text.</td>
1842
+ <td>the x coordinate of the left edge of the text.
1843
+ </td>
1752
1844
  </tr>
1753
1845
  <tr>
1754
1846
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
1755
- <td>the y coordinate of the baseline of the text.</td>
1847
+ <td>the y coordinate of the baseline of the text.
1848
+ </td>
1756
1849
  </tr>
1757
1850
  <tr>
1758
1851
  <td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
1759
- <td>the wide characters to draw.</td>
1852
+ <td>the wide characters to draw.
1853
+ </td>
1760
1854
  </tr>
1761
1855
  <tr>
1762
1856
  <td><p><span class="term"><em class="parameter"><code>text_length</code></em> :</span></p></td>
1763
- <td>the number of characters to draw.</td>
1857
+ <td>the number of characters to draw.
1858
+ </td>
1764
1859
  </tr>
1765
1860
  </tbody>
1766
1861
  </table></div>
1767
1862
  </div>
1768
1863
  <hr>
1769
- <div class="refsect2">
1864
+ <div class="refsect2" title="gdk_draw_pixmap">
1770
1865
  <a name="gdk-draw-pixmap"></a><h3>gdk_draw_pixmap</h3>
1771
1866
  <pre class="programlisting">#define gdk_draw_pixmap gdk_draw_drawable
1772
1867
  </pre>
1773
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1868
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1774
1869
  <h3 class="title">Warning</h3>
1775
1870
  <p><code class="literal">gdk_draw_pixmap</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="gdk-Drawing-Primitives.html#gdk-draw-drawable" title="gdk_draw_drawable ()"><code class="function">gdk_draw_drawable()</code></a> instead.</p>
1776
1871
  </div>
@@ -1779,7 +1874,7 @@ Draws a pixmap, or a part of a pixmap, onto another drawable.
1779
1874
  </p>
1780
1875
  </div>
1781
1876
  <hr>
1782
- <div class="refsect2">
1877
+ <div class="refsect2" title="gdk_draw_drawable ()">
1783
1878
  <a name="gdk-draw-drawable"></a><h3>gdk_draw_drawable ()</h3>
1784
1879
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_drawable (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
1785
1880
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
@@ -1790,7 +1885,7 @@ Draws a pixmap, or a part of a pixmap, onto another drawable.
1790
1885
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ydest</code></em>,
1791
1886
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
1792
1887
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
1793
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1888
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1794
1889
  <h3 class="title">Warning</h3>
1795
1890
  <p><code class="literal">gdk_draw_drawable</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a class="link" href="gdk-Cairo-Interaction.html#gdk-cairo-set-source-pixmap" title="gdk_cairo_set_source_pixmap ()"><code class="function">gdk_cairo_set_source_pixmap()</code></a>, <a href="/usr/share/gtk-doc/html/cairo/cairo-Paths.html#cairo-rectangle"><code class="function">cairo_rectangle()</code></a>
1796
1891
  and <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-fill"><code class="function">cairo_fill()</code></a> to draw pixmap on top of other drawables. Also keep
@@ -1825,7 +1920,8 @@ then draw the rectangle.
1825
1920
  </tr>
1826
1921
  <tr>
1827
1922
  <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
1828
- <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> sharing the drawable's visual and colormap</td>
1923
+ <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> sharing the drawable's visual and colormap
1924
+ </td>
1829
1925
  </tr>
1830
1926
  <tr>
1831
1927
  <td><p><span class="term"><em class="parameter"><code>src</code></em> :</span></p></td>
@@ -1834,33 +1930,39 @@ then draw the rectangle.
1834
1930
  </tr>
1835
1931
  <tr>
1836
1932
  <td><p><span class="term"><em class="parameter"><code>xsrc</code></em> :</span></p></td>
1837
- <td>X position in <em class="parameter"><code>src</code></em> of rectangle to draw</td>
1933
+ <td>X position in <em class="parameter"><code>src</code></em> of rectangle to draw
1934
+ </td>
1838
1935
  </tr>
1839
1936
  <tr>
1840
1937
  <td><p><span class="term"><em class="parameter"><code>ysrc</code></em> :</span></p></td>
1841
- <td>Y position in <em class="parameter"><code>src</code></em> of rectangle to draw</td>
1938
+ <td>Y position in <em class="parameter"><code>src</code></em> of rectangle to draw
1939
+ </td>
1842
1940
  </tr>
1843
1941
  <tr>
1844
1942
  <td><p><span class="term"><em class="parameter"><code>xdest</code></em> :</span></p></td>
1845
- <td>X position in <em class="parameter"><code>drawable</code></em> where the rectangle should be drawn</td>
1943
+ <td>X position in <em class="parameter"><code>drawable</code></em> where the rectangle should be drawn
1944
+ </td>
1846
1945
  </tr>
1847
1946
  <tr>
1848
1947
  <td><p><span class="term"><em class="parameter"><code>ydest</code></em> :</span></p></td>
1849
- <td>Y position in <em class="parameter"><code>drawable</code></em> where the rectangle should be drawn</td>
1948
+ <td>Y position in <em class="parameter"><code>drawable</code></em> where the rectangle should be drawn
1949
+ </td>
1850
1950
  </tr>
1851
1951
  <tr>
1852
1952
  <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
1853
- <td>width of rectangle to draw, or -1 for entire <em class="parameter"><code>src</code></em> width</td>
1953
+ <td>width of rectangle to draw, or -1 for entire <em class="parameter"><code>src</code></em> width
1954
+ </td>
1854
1955
  </tr>
1855
1956
  <tr>
1856
1957
  <td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
1857
- <td>height of rectangle to draw, or -1 for entire <em class="parameter"><code>src</code></em> height</td>
1958
+ <td>height of rectangle to draw, or -1 for entire <em class="parameter"><code>src</code></em> height
1959
+ </td>
1858
1960
  </tr>
1859
1961
  </tbody>
1860
1962
  </table></div>
1861
1963
  </div>
1862
1964
  <hr>
1863
- <div class="refsect2">
1965
+ <div class="refsect2" title="gdk_draw_image ()">
1864
1966
  <a name="gdk-draw-image"></a><h3>gdk_draw_image ()</h3>
1865
1967
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_image (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
1866
1968
  <em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
@@ -1871,7 +1973,7 @@ then draw the rectangle.
1871
1973
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ydest</code></em>,
1872
1974
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
1873
1975
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
1874
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1976
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1875
1977
  <h3 class="title">Warning</h3>
1876
1978
  <p><code class="literal">gdk_draw_image</code> has been deprecated since version 2.22 and should not be used in newly-written code. Do not use <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> anymore, instead use Cairo image
1877
1979
  surfaces.</p>
@@ -1885,54 +1987,63 @@ The depth of the <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage
1885
1987
  <tbody>
1886
1988
  <tr>
1887
1989
  <td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
1888
- <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).</td>
1990
+ <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> (a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>).
1991
+ </td>
1889
1992
  </tr>
1890
1993
  <tr>
1891
1994
  <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
1892
- <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.</td>
1995
+ <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.
1996
+ </td>
1893
1997
  </tr>
1894
1998
  <tr>
1895
1999
  <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
1896
- <td>the <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> to draw.</td>
2000
+ <td>the <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> to draw.
2001
+ </td>
1897
2002
  </tr>
1898
2003
  <tr>
1899
2004
  <td><p><span class="term"><em class="parameter"><code>xsrc</code></em> :</span></p></td>
1900
- <td>the left edge of the source rectangle within <em class="parameter"><code>image</code></em>.</td>
2005
+ <td>the left edge of the source rectangle within <em class="parameter"><code>image</code></em>.
2006
+ </td>
1901
2007
  </tr>
1902
2008
  <tr>
1903
2009
  <td><p><span class="term"><em class="parameter"><code>ysrc</code></em> :</span></p></td>
1904
- <td>the top of the source rectangle within <em class="parameter"><code>image</code></em>.</td>
2010
+ <td>the top of the source rectangle within <em class="parameter"><code>image</code></em>.
2011
+ </td>
1905
2012
  </tr>
1906
2013
  <tr>
1907
2014
  <td><p><span class="term"><em class="parameter"><code>xdest</code></em> :</span></p></td>
1908
- <td>the x coordinate of the destination within <em class="parameter"><code>drawable</code></em>.</td>
2015
+ <td>the x coordinate of the destination within <em class="parameter"><code>drawable</code></em>.
2016
+ </td>
1909
2017
  </tr>
1910
2018
  <tr>
1911
2019
  <td><p><span class="term"><em class="parameter"><code>ydest</code></em> :</span></p></td>
1912
- <td>the y coordinate of the destination within <em class="parameter"><code>drawable</code></em>.</td>
2020
+ <td>the y coordinate of the destination within <em class="parameter"><code>drawable</code></em>.
2021
+ </td>
1913
2022
  </tr>
1914
2023
  <tr>
1915
2024
  <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
1916
- <td>the width of the area to be copied, or -1 to make the area
1917
- extend to the right edge of <em class="parameter"><code>image</code></em>.</td>
2025
+ <td>the width of the area to be copied, or -1 to make the area
2026
+ extend to the right edge of <em class="parameter"><code>image</code></em>.
2027
+ </td>
1918
2028
  </tr>
1919
2029
  <tr>
1920
2030
  <td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
1921
- <td>the height of the area to be copied, or -1 to make the area
1922
- extend to the bottom edge of <em class="parameter"><code>image</code></em>.</td>
2031
+ <td>the height of the area to be copied, or -1 to make the area
2032
+ extend to the bottom edge of <em class="parameter"><code>image</code></em>.
2033
+ </td>
1923
2034
  </tr>
1924
2035
  </tbody>
1925
2036
  </table></div>
1926
2037
  </div>
1927
2038
  <hr>
1928
- <div class="refsect2">
2039
+ <div class="refsect2" title="gdk_drawable_get_image ()">
1929
2040
  <a name="gdk-drawable-get-image"></a><h3>gdk_drawable_get_image ()</h3>
1930
- <pre class="programlisting"><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="returnvalue">GdkImage</span></a> * gdk_drawable_get_image (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
2041
+ <pre class="programlisting"><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="returnvalue">GdkImage</span></a>* gdk_drawable_get_image (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
1931
2042
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
1932
2043
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
1933
2044
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
1934
2045
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
1935
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2046
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1936
2047
  <h3 class="title">Warning</h3>
1937
2048
  <p><code class="literal">gdk_drawable_get_image</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <em class="parameter"><code>drawable</code></em> as the source and draw to a Cairo image
1938
2049
  surface if you want to download contents to the client.</p>
@@ -1992,22 +2103,25 @@ will contain undefined data.
1992
2103
  </tr>
1993
2104
  <tr>
1994
2105
  <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
1995
- <td>width of region to get</td>
2106
+ <td>width of region to get
2107
+ </td>
1996
2108
  </tr>
1997
2109
  <tr>
1998
2110
  <td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
1999
- <td>height or region to get</td>
2111
+ <td>height or region to get
2112
+ </td>
2000
2113
  </tr>
2001
2114
  <tr>
2002
2115
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2003
- <td>a <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> containing the contents of <em class="parameter"><code>drawable</code></em>
2116
+ <td> a <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> containing the contents of <em class="parameter"><code>drawable</code></em>
2117
+
2004
2118
  </td>
2005
2119
  </tr>
2006
2120
  </tbody>
2007
2121
  </table></div>
2008
2122
  </div>
2009
2123
  <hr>
2010
- <div class="refsect2">
2124
+ <div class="refsect2" title="gdk_drawable_copy_to_image ()">
2011
2125
  <a name="gdk-drawable-copy-to-image"></a><h3>gdk_drawable_copy_to_image ()</h3>
2012
2126
  <pre class="programlisting"><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="returnvalue">GdkImage</span></a> * gdk_drawable_copy_to_image (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
2013
2127
  <em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>,
@@ -2017,7 +2131,7 @@ will contain undefined data.
2017
2131
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dest_y</code></em>,
2018
2132
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
2019
2133
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
2020
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2134
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2021
2135
  <h3 class="title">Warning</h3>
2022
2136
  <p><code class="literal">gdk_drawable_copy_to_image</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <em class="parameter"><code>drawable</code></em> as the source and draw to a Cairo image
2023
2137
  surface if you want to download contents to the client.</p>
@@ -2037,7 +2151,7 @@ and copies into that. See <a class="link" href="gdk-Drawing-Primitives.html#gdk-
2037
2151
  </tr>
2038
2152
  <tr>
2039
2153
  <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
2040
- <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if a new <em class="parameter"><code>image</code></em> should be created. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
2154
+ <td> a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if a new <em class="parameter"><code>image</code></em> should be created. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
2041
2155
  </td>
2042
2156
  </tr>
2043
2157
  <tr>
@@ -2062,17 +2176,19 @@ and copies into that. See <a class="link" href="gdk-Drawing-Primitives.html#gdk-
2062
2176
  </tr>
2063
2177
  <tr>
2064
2178
  <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
2065
- <td>width of region to get</td>
2179
+ <td>width of region to get
2180
+ </td>
2066
2181
  </tr>
2067
2182
  <tr>
2068
2183
  <td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
2069
- <td>height or region to get</td>
2184
+ <td>height or region to get
2185
+ </td>
2070
2186
  </tr>
2071
2187
  <tr>
2072
2188
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2073
- <td>
2074
- <em class="parameter"><code>image</code></em>, or a new a <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> containing the contents
2075
- of <em class="parameter"><code>drawable</code></em>
2189
+ <td> <em class="parameter"><code>image</code></em>, or a new a <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> containing the contents
2190
+ of <em class="parameter"><code>drawable</code></em>
2191
+
2076
2192
  </td>
2077
2193
  </tr>
2078
2194
  </tbody>
@@ -2083,6 +2199,6 @@ of <em class="parameter"><code>drawable</code></em>
2083
2199
  </div>
2084
2200
  <div class="footer">
2085
2201
  <hr>
2086
- Generated by GTK-Doc V1.16.1</div>
2202
+ Generated by GTK-Doc V1.15</div>
2087
2203
  </body>
2088
2204
  </html>