gdk3 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (969) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +3 -4
  3. data/vendor/local/bin/gtk-builder-tool.exe +0 -0
  4. data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
  5. data/vendor/local/bin/gtk-launch.exe +0 -0
  6. data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
  7. data/vendor/local/bin/gtk-query-settings.exe +0 -0
  8. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  9. data/vendor/local/bin/gtk3-demo-application.exe +0 -0
  10. data/vendor/local/bin/gtk3-demo.exe +0 -0
  11. data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
  12. data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
  13. data/vendor/local/bin/libepoxy-0.dll +0 -0
  14. data/vendor/local/bin/libgailutil-3-0.dll +0 -0
  15. data/vendor/local/bin/libgdk-3-0.dll +0 -0
  16. data/vendor/local/bin/libgtk-3-0.dll +0 -0
  17. data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
  18. data/vendor/local/include/gtk-3.0/gdk/gdk.h +1 -0
  19. data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +6 -1
  20. data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +5 -2
  21. data/vendor/local/include/gtk-3.0/gdk/gdkdevicemanager.h +2 -2
  22. data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +8 -1
  23. data/vendor/local/include/gtk-3.0/gdk/gdkdnd.h +39 -0
  24. data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +10 -2
  25. data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +134 -0
  26. data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +2 -0
  27. data/vendor/local/include/gtk-3.0/gdk/gdkkeys.h +2 -0
  28. data/vendor/local/include/gtk-3.0/gdk/gdkrectangle.h +4 -0
  29. data/vendor/local/include/gtk-3.0/gdk/gdkseat.h +117 -0
  30. data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +74 -1
  31. data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +50 -2
  32. data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -1
  33. data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +9 -49
  34. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32cursor.h +1 -1
  35. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32display.h +6 -1
  36. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32screen.h +1 -1
  37. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32window.h +1 -1
  38. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h +0 -6
  39. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h +28 -28
  40. data/vendor/local/include/gtk-3.0/gtk/gtk-autocleanups.h +0 -18
  41. data/vendor/local/include/gtk-3.0/gtk/gtk.h +7 -0
  42. data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +2 -0
  43. data/vendor/local/include/gtk-3.0/gtk/gtkaccelgroup.h +2 -0
  44. data/vendor/local/include/gtk-3.0/gtk/gtkaccellabel.h +2 -2
  45. data/vendor/local/include/gtk-3.0/gtk/gtkaccelmap.h +1 -0
  46. data/vendor/local/include/gtk-3.0/gtk/gtkadjustment.h +2 -2
  47. data/vendor/local/include/gtk-3.0/gtk/gtkapplication.h +2 -0
  48. data/vendor/local/include/gtk-3.0/gtk/gtkapplicationwindow.h +8 -0
  49. data/vendor/local/include/gtk-3.0/gtk/gtkassistant.h +8 -0
  50. data/vendor/local/include/gtk-3.0/gtk/gtkbbox.h +4 -1
  51. data/vendor/local/include/gtk-3.0/gtk/gtkbin.h +2 -1
  52. data/vendor/local/include/gtk-3.0/gtk/gtkborder.h +1 -0
  53. data/vendor/local/include/gtk-3.0/gtk/gtkbuilder.h +10 -1
  54. data/vendor/local/include/gtk-3.0/gtk/gtkbutton.h +2 -2
  55. data/vendor/local/include/gtk-3.0/gtk/gtkcalendar.h +2 -2
  56. data/vendor/local/include/gtk-3.0/gtk/gtkcheckmenuitem.h +0 -6
  57. data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +2 -2
  58. data/vendor/local/include/gtk-3.0/gtk/gtkcontainer.h +11 -1
  59. data/vendor/local/include/gtk-3.0/gtk/gtkcsssection.h +6 -0
  60. data/vendor/local/include/gtk-3.0/gtk/gtkdebug.h +8 -3
  61. data/vendor/local/include/gtk-3.0/gtk/gtkdialog.h +2 -2
  62. data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +0 -46
  63. data/vendor/local/include/gtk-3.0/gtk/gtkdragsource.h +78 -0
  64. data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +25 -2
  65. data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserbutton.h +2 -2
  66. data/vendor/local/include/gtk-3.0/gtk/gtkfilechoosernative.h +56 -0
  67. data/vendor/local/include/gtk-3.0/gtk/gtkflowbox.h +24 -1
  68. data/vendor/local/include/gtk-3.0/gtk/gtkfontchooser.h +11 -1
  69. data/vendor/local/include/gtk-3.0/gtk/gtkicontheme.h +2 -1
  70. data/vendor/local/include/gtk-3.0/gtk/gtkimcontextsimple.h +3 -0
  71. data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +2 -2
  72. data/vendor/local/include/gtk-3.0/gtk/gtklevelbar.h +9 -0
  73. data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +8 -0
  74. data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +1 -2
  75. data/vendor/local/include/gtk-3.0/gtk/gtkmenushell.h +2 -2
  76. data/vendor/local/include/gtk-3.0/gtk/gtknativedialog.h +81 -0
  77. data/vendor/local/include/gtk-3.0/gtk/gtkoverlay.h +11 -0
  78. data/vendor/local/include/gtk-3.0/gtk/gtkplacessidebar.h +37 -19
  79. data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +13 -0
  80. data/vendor/local/include/gtk-3.0/gtk/gtkprintoperation.h +1 -1
  81. data/vendor/local/include/gtk-3.0/gtk/gtkradiomenuitem.h +4 -0
  82. data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +2 -2
  83. data/vendor/local/include/gtk-3.0/gtk/gtkrecentmanager.h +1 -1
  84. data/vendor/local/include/gtk-3.0/gtk/gtkrender.h +9 -0
  85. data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +3 -0
  86. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsgroup.h +42 -0
  87. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutssection.h +43 -0
  88. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsshortcut.h +79 -0
  89. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutswindow.h +58 -0
  90. data/vendor/local/include/gtk-3.0/gtk/gtkstack.h +5 -1
  91. data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +141 -90
  92. data/vendor/local/include/gtk-3.0/gtk/gtktestutils.h +9 -9
  93. data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +16 -1
  94. data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +0 -27
  95. data/vendor/local/include/gtk-3.0/gtk/gtktextbufferrichtext.h +2 -2
  96. data/vendor/local/include/gtk-3.0/gtk/gtktextiter.h +5 -1
  97. data/vendor/local/include/gtk-3.0/gtk/gtktextlayout.h +12 -9
  98. data/vendor/local/include/gtk-3.0/gtk/gtktexttag.h +3 -1
  99. data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +28 -6
  100. data/vendor/local/include/gtk-3.0/gtk/gtktoolbar.h +2 -0
  101. data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +10 -0
  102. data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
  103. data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +34 -23
  104. data/vendor/local/include/gtk-3.0/gtk/gtkwidgetpath.h +8 -0
  105. data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +12 -3
  106. data/vendor/local/lib/gdk-win32-3.0.def +28 -0
  107. data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
  108. data/vendor/local/lib/girepository-1.0/GdkWin32-3.0.typelib +0 -0
  109. data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
  110. data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
  111. data/vendor/local/lib/gtk-win32-3.0.def +7 -7
  112. data/vendor/local/lib/libepoxy.dll.a +0 -0
  113. data/vendor/local/lib/libgailutil-3.dll.a +0 -0
  114. data/vendor/local/lib/libgailutil-3.la +3 -3
  115. data/vendor/local/lib/libgdk-3.dll.a +0 -0
  116. data/vendor/local/lib/libgdk-3.la +6 -6
  117. data/vendor/local/lib/libgtk-3.dll.a +0 -0
  118. data/vendor/local/lib/libgtk-3.la +6 -6
  119. data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
  120. data/vendor/local/lib/libgtkreftestprivate.la +3 -3
  121. data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
  122. data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
  123. data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
  124. data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +2 -2
  125. data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +2 -2
  126. data/vendor/local/share/aclocal/gtk-3.0.m4 +5 -8
  127. data/vendor/local/share/applications/gtk3-demo.desktop +1 -1
  128. data/vendor/local/share/applications/gtk3-icon-browser.desktop +1 -1
  129. data/vendor/local/share/applications/gtk3-widget-factory.desktop +1 -1
  130. data/vendor/local/share/gettext/its/gtkbuilder.its +23 -0
  131. data/vendor/local/share/gettext/its/gtkbuilder.loc +6 -0
  132. data/vendor/local/share/gir-1.0/Gdk-3.0.gir +1315 -159
  133. data/vendor/local/share/gir-1.0/GdkWin32-3.0.gir +37 -1
  134. data/vendor/local/share/gir-1.0/Gtk-3.0.gir +5567 -2230
  135. data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
  136. data/vendor/local/share/glib-2.0/schemas/org.gtk.Demo.gschema.xml +9 -0
  137. data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml +1 -1
  138. data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +12 -0
  139. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +36 -36
  140. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +14 -14
  141. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2 +1 -1
  142. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +3 -3
  143. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +2 -2
  144. data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +143 -69
  145. data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +28 -19
  146. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +246 -76
  147. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +12 -12
  148. data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +28 -28
  149. data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +72 -26
  150. data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +91 -79
  151. data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +685 -0
  152. data/vendor/local/share/gtk-doc/html/gdk3/alias_cursor.png +0 -0
  153. data/vendor/local/share/gtk-doc/html/gdk3/all_scroll_cursor.png +0 -0
  154. data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +4 -4
  155. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +2 -6
  156. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-10.html +2 -18
  157. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-12.html +2 -2
  158. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-14.html +2 -2
  159. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-16.html +4 -4
  160. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-18.html +45 -0
  161. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +2 -2
  162. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-20.html +170 -0
  163. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +2 -2
  164. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +2 -2
  165. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +2 -18
  166. data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +26 -2
  167. data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +163 -35
  168. data/vendor/local/share/gtk-doc/html/gdk3/cell_cursor.png +0 -0
  169. data/vendor/local/share/gtk-doc/html/gdk3/col_resize_cursor.png +0 -0
  170. data/vendor/local/share/gtk-doc/html/gdk3/copy_cursor.png +0 -0
  171. data/vendor/local/share/gtk-doc/html/gdk3/crosshair_cursor.png +0 -0
  172. data/vendor/local/share/gtk-doc/html/gdk3/default_cursor.png +0 -0
  173. data/vendor/local/share/gtk-doc/html/gdk3/e_resize_cursor.png +0 -0
  174. data/vendor/local/share/gtk-doc/html/gdk3/ew_resize_cursor.png +0 -0
  175. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +16 -16
  176. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +27 -27
  177. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +14 -14
  178. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +75 -54
  179. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +549 -43
  180. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +272 -32
  181. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +260 -161
  182. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +18 -20
  183. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +154 -150
  184. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +90 -55
  185. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +45 -45
  186. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +20 -18
  187. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +56 -8
  188. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +19 -19
  189. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +14 -14
  190. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +16 -16
  191. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +9 -9
  192. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +19 -19
  193. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +33 -33
  194. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +2 -349
  195. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +432 -291
  196. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +114 -114
  197. data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +294 -28
  198. data/vendor/local/share/gtk-doc/html/gdk3/grab_cursor.png +0 -0
  199. data/vendor/local/share/gtk-doc/html/gdk3/grabbing_cursor.png +0 -0
  200. data/vendor/local/share/gtk-doc/html/gdk3/hand_cursor.png +0 -0
  201. data/vendor/local/share/gtk-doc/html/gdk3/help_cursor.png +0 -0
  202. data/vendor/local/share/gtk-doc/html/gdk3/index.html +8 -3
  203. data/vendor/local/share/gtk-doc/html/gdk3/move_cursor.png +0 -0
  204. data/vendor/local/share/gtk-doc/html/gdk3/n_resize_cursor.png +0 -0
  205. data/vendor/local/share/gtk-doc/html/gdk3/ne_resize_cursor.png +0 -0
  206. data/vendor/local/share/gtk-doc/html/gdk3/nesw_resize_cursor.png +0 -0
  207. data/vendor/local/share/gtk-doc/html/gdk3/no_drop_cursor.png +0 -0
  208. data/vendor/local/share/gtk-doc/html/gdk3/not_allowed_cursor.png +0 -0
  209. data/vendor/local/share/gtk-doc/html/gdk3/ns_resize_cursor.png +0 -0
  210. data/vendor/local/share/gtk-doc/html/gdk3/nw_resize_cursor.png +0 -0
  211. data/vendor/local/share/gtk-doc/html/gdk3/nwse_resize_cursor.png +0 -0
  212. data/vendor/local/share/gtk-doc/html/gdk3/pointer_cursor.png +0 -0
  213. data/vendor/local/share/gtk-doc/html/gdk3/progress_cursor.png +0 -0
  214. data/vendor/local/share/gtk-doc/html/gdk3/reference.html +5 -2
  215. data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +2 -2
  216. data/vendor/local/share/gtk-doc/html/gdk3/row_resize_cursor.png +0 -0
  217. data/vendor/local/share/gtk-doc/html/gdk3/s_resize_cursor.png +0 -0
  218. data/vendor/local/share/gtk-doc/html/gdk3/se_resize_cursor.png +0 -0
  219. data/vendor/local/share/gtk-doc/html/gdk3/sw_resize_cursor.png +0 -0
  220. data/vendor/local/share/gtk-doc/html/gdk3/text_cursor.png +0 -0
  221. data/vendor/local/share/gtk-doc/html/gdk3/vertical_text_cursor.png +0 -0
  222. data/vendor/local/share/gtk-doc/html/gdk3/w_resize_cursor.png +0 -0
  223. data/vendor/local/share/gtk-doc/html/gdk3/wait_cursor.png +0 -0
  224. data/vendor/local/share/gtk-doc/html/gdk3/zoom_in_cursor.png +0 -0
  225. data/vendor/local/share/gtk-doc/html/gdk3/zoom_out_cursor.png +0 -0
  226. data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +5 -2
  227. data/vendor/local/share/gtk-doc/html/gtk3/Application.html +2 -2
  228. data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +2 -2
  229. data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +2 -2
  230. data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +2 -2
  231. data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +3 -3
  232. data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +2 -2
  233. data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +2 -2
  234. data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +66 -66
  235. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +44 -25
  236. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +8 -8
  237. data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +145 -151
  238. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +15 -11
  239. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +46 -53
  240. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +15 -14
  241. data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +15 -15
  242. data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +91 -91
  243. data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +14 -14
  244. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +14 -14
  245. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +24 -30
  246. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +21 -24
  247. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +37 -38
  248. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +83 -74
  249. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +124 -26
  250. data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +6 -6
  251. data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +12 -12
  252. data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +179 -66
  253. data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +7 -11
  254. data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +37 -30
  255. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +27 -32
  256. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +163 -84
  257. data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +92 -78
  258. data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +45 -26
  259. data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +35 -34
  260. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +111 -111
  261. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +11 -11
  262. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +15 -15
  263. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +11 -11
  264. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +21 -20
  265. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +61 -61
  266. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +10 -10
  267. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +5 -5
  268. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +13 -13
  269. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +4 -4
  270. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +4 -4
  271. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +4 -4
  272. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +38 -46
  273. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +15 -15
  274. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +46 -45
  275. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +59 -10
  276. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +47 -26
  277. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +61 -38
  278. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +19 -19
  279. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +5 -5
  280. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +10 -10
  281. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +65 -72
  282. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +7 -7
  283. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +151 -95
  284. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +42 -15
  285. data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +188 -81
  286. data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +77 -2031
  287. data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +38 -43
  288. data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +27 -14
  289. data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +22 -22
  290. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +261 -215
  291. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +23 -23
  292. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +65 -58
  293. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +14 -18
  294. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +16 -16
  295. data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +88 -45
  296. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +168 -164
  297. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +24 -44
  298. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +12 -8
  299. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +127 -92
  300. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +22 -21
  301. data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +6 -6
  302. data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +231 -68
  303. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +32 -28
  304. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +178 -53
  305. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +8 -12
  306. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +10 -10
  307. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +36 -36
  308. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +19 -19
  309. data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +50 -32
  310. data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +52 -52
  311. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +117 -99
  312. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +14 -14
  313. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +8 -8
  314. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +13 -13
  315. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +10 -10
  316. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +8 -8
  317. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +22 -21
  318. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +8 -8
  319. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +8 -8
  320. data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +38 -42
  321. data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +5 -5
  322. data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +4 -4
  323. data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +4 -4
  324. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +12 -12
  325. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +7 -7
  326. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +5 -5
  327. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +4 -4
  328. data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +18 -23
  329. data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +31 -29
  330. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +38 -38
  331. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +17 -5
  332. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +8 -8
  333. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +180 -174
  334. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +148 -118
  335. data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +100 -97
  336. data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +25 -29
  337. data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +32 -25
  338. data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +20 -20
  339. data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +187 -147
  340. data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +20 -20
  341. data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +118 -56
  342. data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +20 -15
  343. data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +102 -94
  344. data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +33 -33
  345. data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +23 -27
  346. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +98 -57
  347. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +27 -18
  348. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +43 -38
  349. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +91 -46
  350. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +37 -37
  351. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +16 -23
  352. data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +19 -19
  353. data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +7 -7
  354. data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +87 -11
  355. data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +182 -96
  356. data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +45 -45
  357. data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +17 -21
  358. data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +213 -28
  359. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +44 -44
  360. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +15 -19
  361. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +60 -33
  362. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +45 -45
  363. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +663 -96
  364. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +29 -31
  365. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +261 -39
  366. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +10 -7
  367. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +39 -39
  368. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +53 -53
  369. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +124 -124
  370. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +37 -32
  371. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +51 -51
  372. data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +117 -60
  373. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +13 -13
  374. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +61 -21
  375. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +118 -18
  376. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +21 -18
  377. data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +98 -50
  378. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +10 -10
  379. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +55 -55
  380. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +7 -7
  381. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +9 -9
  382. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +6 -6
  383. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +25 -24
  384. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +86 -85
  385. data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +22 -22
  386. data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +110 -35
  387. data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +33 -28
  388. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +18 -18
  389. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +49 -5
  390. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +71 -59
  391. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +25 -25
  392. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +14 -14
  393. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +11 -6
  394. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +10 -10
  395. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +14 -14
  396. data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +113 -38
  397. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +181 -0
  398. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +204 -0
  399. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +349 -0
  400. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +251 -0
  401. data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +17 -17
  402. data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +22 -23
  403. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +107 -50
  404. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +10 -6
  405. data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +142 -44
  406. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +16 -8
  407. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +36 -10
  408. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +109 -109
  409. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +25 -16
  410. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +86 -91
  411. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +512 -296
  412. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +9 -9
  413. data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +61 -22
  414. data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +25 -25
  415. data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +6 -10
  416. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +183 -179
  417. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +246 -186
  418. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +16 -16
  419. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +157 -75
  420. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +20 -19
  421. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +507 -204
  422. data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +53 -58
  423. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +13 -13
  424. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +28 -21
  425. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +18 -22
  426. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +61 -58
  427. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +55 -60
  428. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +44 -44
  429. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +51 -51
  430. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +23 -23
  431. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +52 -37
  432. data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +24 -24
  433. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +117 -118
  434. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +26 -24
  435. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +23 -21
  436. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +39 -46
  437. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +41 -41
  438. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +35 -35
  439. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +216 -184
  440. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +89 -89
  441. data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +44 -44
  442. data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +5 -5
  443. data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +4 -4
  444. data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +4 -4
  445. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +7 -7
  446. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +5 -5
  447. data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +4 -4
  448. data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +32 -32
  449. data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +4 -4
  450. data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1283 -903
  451. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +390 -264
  452. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +16 -16
  453. data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +2 -2
  454. data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +2 -2
  455. data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +4 -4
  456. data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +2 -2
  457. data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +2 -2
  458. data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +4 -4
  459. data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +2 -2
  460. data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +2 -2
  461. data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +2 -2
  462. data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +5 -2
  463. data/vendor/local/share/gtk-doc/html/gtk3/ShortcutsOverview.html +43 -0
  464. data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +5 -5
  465. data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +2 -2
  466. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +2 -2
  467. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +2 -2
  468. data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +2 -2
  469. data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +4 -4
  470. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +2 -2
  471. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-10.html +2 -10
  472. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-12.html +2 -2
  473. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-14.html +18 -2
  474. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-16.html +12 -4
  475. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-18.html +202 -0
  476. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +2 -6
  477. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-20.html +233 -0
  478. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +2 -2
  479. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +2 -2
  480. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +2 -2
  481. data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +422 -2
  482. data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +502 -18
  483. data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +6 -6
  484. data/vendor/local/share/gtk-doc/html/gtk3/builder-shortcuts.png +0 -0
  485. data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +3 -3
  486. data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +2 -2
  487. data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +11 -19
  488. data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +2 -2
  489. data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +11 -7
  490. data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +2 -2
  491. data/vendor/local/share/gtk-doc/html/gtk3/{ch25s02.html → ch26s02.html} +83 -83
  492. data/vendor/local/share/gtk-doc/html/gtk3/{ch27s02.html → ch28s02.html} +5 -5
  493. data/vendor/local/share/gtk-doc/html/gtk3/{ch29s02.html → ch30s02.html} +5 -5
  494. data/vendor/local/share/gtk-doc/html/gtk3/{ch29s03.html → ch30s03.html} +5 -5
  495. data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +1311 -0
  496. data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +1670 -0
  497. data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +3 -3
  498. data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +39 -39
  499. data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +3 -3
  500. data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +2 -2
  501. data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
  502. data/vendor/local/share/gtk-doc/html/gtk3/clocks-shortcuts.png +0 -0
  503. data/vendor/local/share/gtk-doc/html/gtk3/gedit-shortcuts.png +0 -0
  504. data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +4 -4
  505. data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +2 -2
  506. data/vendor/local/share/gtk-doc/html/gtk3/gtk-builder-tool.html +101 -0
  507. data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +2 -2
  508. data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +4 -4
  509. data/vendor/local/share/gtk-doc/html/gtk3/gtk-encode-symbolic-svg.html +4 -4
  510. data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +2 -2
  511. data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +19 -9
  512. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +63 -63
  513. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +7 -7
  514. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +5 -5
  515. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +5 -5
  516. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +13 -13
  517. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
  518. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +3 -3
  519. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +4 -4
  520. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +5 -5
  521. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +5 -5
  522. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +4 -4
  523. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +8 -8
  524. data/vendor/local/share/gtk-doc/html/gtk3/gtk-mir.html +2 -2
  525. data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +2 -2
  526. data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +2 -2
  527. data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-settings.html +47 -0
  528. data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +30 -30
  529. data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +2 -2
  530. data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +19 -10
  531. data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +2 -2
  532. data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +2 -2
  533. data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +27 -2
  534. data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +2 -2
  535. data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +2 -2
  536. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +25 -25
  537. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +51 -51
  538. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +106 -106
  539. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +115 -91
  540. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +78 -77
  541. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +30 -34
  542. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +107 -96
  543. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +479 -0
  544. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +14 -14
  545. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +571 -0
  546. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +19 -19
  547. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +25 -25
  548. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +18 -18
  549. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +159 -65
  550. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +85 -90
  551. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +99 -105
  552. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +7 -7
  553. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +62 -67
  554. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +131 -131
  555. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +25 -18
  556. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +161 -159
  557. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +71 -35
  558. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +103 -107
  559. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo-application.html +2 -2
  560. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo.html +21 -5
  561. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-icon-browser.html +3 -3
  562. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-widget-factory.html +2 -2
  563. data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +864 -160
  564. data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +2 -2
  565. data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +24 -3
  566. data/vendor/local/share/gtk-doc/html/gtk3/index.html +64 -25
  567. data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +23 -23
  568. data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +2 -2
  569. data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +8 -2
  570. data/vendor/local/share/gtk-doc/html/gtk3/theming.html +14 -4
  571. data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
  572. data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
  573. data/vendor/local/share/icons/Adwaita/16x16/devices/ebook-reader.png +0 -0
  574. data/vendor/local/share/icons/Adwaita/16x16/emblems/emblem-new.png +0 -0
  575. data/vendor/local/share/icons/Adwaita/16x16/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  576. data/vendor/local/share/icons/Adwaita/16x16/places/folder-documents.png +0 -0
  577. data/vendor/local/share/icons/Adwaita/16x16/places/folder-download.png +0 -0
  578. data/vendor/local/share/icons/Adwaita/16x16/places/folder-music.png +0 -0
  579. data/vendor/local/share/icons/Adwaita/16x16/places/folder-pictures.png +0 -0
  580. data/vendor/local/share/icons/Adwaita/16x16/places/folder-publicshare.png +0 -0
  581. data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote.png +0 -0
  582. data/vendor/local/share/icons/Adwaita/16x16/places/folder-saved-search.png +0 -0
  583. data/vendor/local/share/icons/Adwaita/16x16/places/folder-templates.png +0 -0
  584. data/vendor/local/share/icons/Adwaita/16x16/places/folder-videos.png +0 -0
  585. data/vendor/local/share/icons/Adwaita/16x16/places/folder.png +0 -0
  586. data/vendor/local/share/icons/Adwaita/16x16/places/user-bookmarks.png +0 -0
  587. data/vendor/local/share/icons/Adwaita/16x16/places/user-desktop.png +0 -0
  588. data/vendor/local/share/icons/Adwaita/16x16/places/user-home.png +0 -0
  589. data/vendor/local/share/icons/Adwaita/16x16/status/folder-drag-accept.png +0 -0
  590. data/vendor/local/share/icons/Adwaita/16x16/status/folder-open.png +0 -0
  591. data/vendor/local/share/icons/Adwaita/16x16/status/folder-visiting.png +0 -0
  592. data/vendor/local/share/icons/Adwaita/16x16/status/mail-unread.png +0 -0
  593. data/vendor/local/share/icons/Adwaita/22x22/actions/document-open.png +0 -0
  594. data/vendor/local/share/icons/Adwaita/22x22/actions/folder-new.png +0 -0
  595. data/vendor/local/share/icons/Adwaita/22x22/devices/ebook-reader.png +0 -0
  596. data/vendor/local/share/icons/Adwaita/22x22/emblems/emblem-new.png +0 -0
  597. data/vendor/local/share/icons/Adwaita/22x22/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  598. data/vendor/local/share/icons/Adwaita/22x22/places/folder-documents.png +0 -0
  599. data/vendor/local/share/icons/Adwaita/22x22/places/folder-download.png +0 -0
  600. data/vendor/local/share/icons/Adwaita/22x22/places/folder-music.png +0 -0
  601. data/vendor/local/share/icons/Adwaita/22x22/places/folder-pictures.png +0 -0
  602. data/vendor/local/share/icons/Adwaita/22x22/places/folder-publicshare.png +0 -0
  603. data/vendor/local/share/icons/Adwaita/22x22/places/folder-remote.png +0 -0
  604. data/vendor/local/share/icons/Adwaita/22x22/places/folder-saved-search.png +0 -0
  605. data/vendor/local/share/icons/Adwaita/22x22/places/folder-templates.png +0 -0
  606. data/vendor/local/share/icons/Adwaita/22x22/places/folder-videos.png +0 -0
  607. data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
  608. data/vendor/local/share/icons/Adwaita/22x22/places/user-bookmarks.png +0 -0
  609. data/vendor/local/share/icons/Adwaita/22x22/places/user-desktop.png +0 -0
  610. data/vendor/local/share/icons/Adwaita/22x22/places/user-home.png +0 -0
  611. data/vendor/local/share/icons/Adwaita/22x22/status/folder-drag-accept.png +0 -0
  612. data/vendor/local/share/icons/Adwaita/22x22/status/folder-open.png +0 -0
  613. data/vendor/local/share/icons/Adwaita/22x22/status/folder-visiting.png +0 -0
  614. data/vendor/local/share/icons/Adwaita/22x22/status/mail-unread.png +0 -0
  615. data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
  616. data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
  617. data/vendor/local/share/icons/Adwaita/24x24/devices/ebook-reader.png +0 -0
  618. data/vendor/local/share/icons/Adwaita/24x24/emblems/emblem-new.png +0 -0
  619. data/vendor/local/share/icons/Adwaita/24x24/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  620. data/vendor/local/share/icons/Adwaita/24x24/places/folder-documents.png +0 -0
  621. data/vendor/local/share/icons/Adwaita/24x24/places/folder-download.png +0 -0
  622. data/vendor/local/share/icons/Adwaita/24x24/places/folder-music.png +0 -0
  623. data/vendor/local/share/icons/Adwaita/24x24/places/folder-pictures.png +0 -0
  624. data/vendor/local/share/icons/Adwaita/24x24/places/folder-publicshare.png +0 -0
  625. data/vendor/local/share/icons/Adwaita/24x24/places/folder-remote.png +0 -0
  626. data/vendor/local/share/icons/Adwaita/24x24/places/folder-saved-search.png +0 -0
  627. data/vendor/local/share/icons/Adwaita/24x24/places/folder-templates.png +0 -0
  628. data/vendor/local/share/icons/Adwaita/24x24/places/folder-videos.png +0 -0
  629. data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
  630. data/vendor/local/share/icons/Adwaita/24x24/places/user-bookmarks.png +0 -0
  631. data/vendor/local/share/icons/Adwaita/24x24/places/user-desktop.png +0 -0
  632. data/vendor/local/share/icons/Adwaita/24x24/places/user-home.png +0 -0
  633. data/vendor/local/share/icons/Adwaita/24x24/status/folder-drag-accept.png +0 -0
  634. data/vendor/local/share/icons/Adwaita/24x24/status/folder-open.png +0 -0
  635. data/vendor/local/share/icons/Adwaita/24x24/status/folder-visiting.png +0 -0
  636. data/vendor/local/share/icons/Adwaita/24x24/status/mail-unread.png +0 -0
  637. data/vendor/local/share/icons/Adwaita/256x256/actions/document-open.png +0 -0
  638. data/vendor/local/share/icons/Adwaita/256x256/actions/folder-new.png +0 -0
  639. data/vendor/local/share/icons/Adwaita/256x256/devices/ebook-reader.png +0 -0
  640. data/vendor/local/share/icons/Adwaita/256x256/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  641. data/vendor/local/share/icons/Adwaita/256x256/places/folder-documents.png +0 -0
  642. data/vendor/local/share/icons/Adwaita/256x256/places/folder-download.png +0 -0
  643. data/vendor/local/share/icons/Adwaita/256x256/places/folder-music.png +0 -0
  644. data/vendor/local/share/icons/Adwaita/256x256/places/folder-pictures.png +0 -0
  645. data/vendor/local/share/icons/Adwaita/256x256/places/folder-publicshare.png +0 -0
  646. data/vendor/local/share/icons/Adwaita/256x256/places/folder-remote.png +0 -0
  647. data/vendor/local/share/icons/Adwaita/256x256/places/folder-saved-search.png +0 -0
  648. data/vendor/local/share/icons/Adwaita/256x256/places/folder-templates.png +0 -0
  649. data/vendor/local/share/icons/Adwaita/256x256/places/folder-videos.png +0 -0
  650. data/vendor/local/share/icons/Adwaita/256x256/places/folder.png +0 -0
  651. data/vendor/local/share/icons/Adwaita/256x256/places/user-bookmarks.png +0 -0
  652. data/vendor/local/share/icons/Adwaita/256x256/places/user-desktop.png +0 -0
  653. data/vendor/local/share/icons/Adwaita/256x256/places/user-home.png +0 -0
  654. data/vendor/local/share/icons/Adwaita/256x256/status/folder-drag-accept.png +0 -0
  655. data/vendor/local/share/icons/Adwaita/256x256/status/folder-open.png +0 -0
  656. data/vendor/local/share/icons/Adwaita/256x256/status/folder-visiting.png +0 -0
  657. data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
  658. data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
  659. data/vendor/local/share/icons/Adwaita/32x32/devices/ebook-reader.png +0 -0
  660. data/vendor/local/share/icons/Adwaita/32x32/emblems/emblem-new.png +0 -0
  661. data/vendor/local/share/icons/Adwaita/32x32/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  662. data/vendor/local/share/icons/Adwaita/32x32/places/folder-documents.png +0 -0
  663. data/vendor/local/share/icons/Adwaita/32x32/places/folder-download.png +0 -0
  664. data/vendor/local/share/icons/Adwaita/32x32/places/folder-music.png +0 -0
  665. data/vendor/local/share/icons/Adwaita/32x32/places/folder-pictures.png +0 -0
  666. data/vendor/local/share/icons/Adwaita/32x32/places/folder-publicshare.png +0 -0
  667. data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote.png +0 -0
  668. data/vendor/local/share/icons/Adwaita/32x32/places/folder-saved-search.png +0 -0
  669. data/vendor/local/share/icons/Adwaita/32x32/places/folder-templates.png +0 -0
  670. data/vendor/local/share/icons/Adwaita/32x32/places/folder-videos.png +0 -0
  671. data/vendor/local/share/icons/Adwaita/32x32/places/folder.png +0 -0
  672. data/vendor/local/share/icons/Adwaita/32x32/places/user-bookmarks.png +0 -0
  673. data/vendor/local/share/icons/Adwaita/32x32/places/user-desktop.png +0 -0
  674. data/vendor/local/share/icons/Adwaita/32x32/places/user-home.png +0 -0
  675. data/vendor/local/share/icons/Adwaita/32x32/status/folder-drag-accept.png +0 -0
  676. data/vendor/local/share/icons/Adwaita/32x32/status/folder-open.png +0 -0
  677. data/vendor/local/share/icons/Adwaita/32x32/status/folder-visiting.png +0 -0
  678. data/vendor/local/share/icons/Adwaita/32x32/status/mail-unread.png +0 -0
  679. data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
  680. data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
  681. data/vendor/local/share/icons/Adwaita/48x48/devices/ebook-reader.png +0 -0
  682. data/vendor/local/share/icons/Adwaita/48x48/emblems/emblem-new.png +0 -0
  683. data/vendor/local/share/icons/Adwaita/48x48/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  684. data/vendor/local/share/icons/Adwaita/48x48/places/folder-documents.png +0 -0
  685. data/vendor/local/share/icons/Adwaita/48x48/places/folder-download.png +0 -0
  686. data/vendor/local/share/icons/Adwaita/48x48/places/folder-music.png +0 -0
  687. data/vendor/local/share/icons/Adwaita/48x48/places/folder-pictures.png +0 -0
  688. data/vendor/local/share/icons/Adwaita/48x48/places/folder-publicshare.png +0 -0
  689. data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote.png +0 -0
  690. data/vendor/local/share/icons/Adwaita/48x48/places/folder-saved-search.png +0 -0
  691. data/vendor/local/share/icons/Adwaita/48x48/places/folder-templates.png +0 -0
  692. data/vendor/local/share/icons/Adwaita/48x48/places/folder-videos.png +0 -0
  693. data/vendor/local/share/icons/Adwaita/48x48/places/folder.png +0 -0
  694. data/vendor/local/share/icons/Adwaita/48x48/places/user-bookmarks.png +0 -0
  695. data/vendor/local/share/icons/Adwaita/48x48/places/user-desktop.png +0 -0
  696. data/vendor/local/share/icons/Adwaita/48x48/places/user-home.png +0 -0
  697. data/vendor/local/share/icons/Adwaita/48x48/status/folder-drag-accept.png +0 -0
  698. data/vendor/local/share/icons/Adwaita/48x48/status/folder-open.png +0 -0
  699. data/vendor/local/share/icons/Adwaita/48x48/status/folder-visiting.png +0 -0
  700. data/vendor/local/share/icons/Adwaita/48x48/status/mail-unread.png +0 -0
  701. data/vendor/local/share/icons/Adwaita/8x8/emblems/emblem-new.png +0 -0
  702. data/vendor/local/share/icons/Adwaita/cursors/00008160000006810000408080010102 +0 -0
  703. data/vendor/local/share/icons/Adwaita/cursors/028006030e0e7ebffc7f7070c0600140 +0 -0
  704. data/vendor/local/share/icons/Adwaita/cursors/03b6e0fcb3499374a867c041f52298f0 +0 -0
  705. data/vendor/local/share/icons/Adwaita/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +0 -0
  706. data/vendor/local/share/icons/Adwaita/cursors/1081e37283d90000800003c07f3ef6bf +0 -0
  707. data/vendor/local/share/icons/Adwaita/cursors/14fef782d02440884392942c11205230 +0 -0
  708. data/vendor/local/share/icons/Adwaita/cursors/2870a09082c103050810ffdffffe0204 +0 -0
  709. data/vendor/local/share/icons/Adwaita/cursors/3085a0e285430894940527032f8b26df +0 -0
  710. data/vendor/local/share/icons/Adwaita/cursors/3ecb610c1bf2410f44200f48c40d3599 +0 -0
  711. data/vendor/local/share/icons/Adwaita/cursors/4498f0e0c1937ffe01fd06f973665830 +0 -0
  712. data/vendor/local/share/icons/Adwaita/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +0 -0
  713. data/vendor/local/share/icons/Adwaita/cursors/6407b0e94181790501fd1e167b474872 +0 -0
  714. data/vendor/local/share/icons/Adwaita/cursors/640fb0e74195791501fd1ed57b41487f +0 -0
  715. data/vendor/local/share/icons/Adwaita/cursors/9081237383d90e509aa00f00170e968f +0 -0
  716. data/vendor/local/share/icons/Adwaita/cursors/9d800788f1b08800ae810202380a0822 +0 -0
  717. data/vendor/local/share/icons/Adwaita/cursors/X_cursor +0 -0
  718. data/vendor/local/share/icons/Adwaita/cursors/alias +0 -0
  719. data/vendor/local/share/icons/Adwaita/cursors/all-scroll +0 -0
  720. data/vendor/local/share/icons/Adwaita/cursors/arrow +0 -0
  721. data/vendor/local/share/icons/Adwaita/cursors/bd_double_arrow +0 -0
  722. data/vendor/local/share/icons/Adwaita/cursors/bottom_left_corner +0 -0
  723. data/vendor/local/share/icons/Adwaita/cursors/bottom_right_corner +0 -0
  724. data/vendor/local/share/icons/Adwaita/cursors/bottom_side +0 -0
  725. data/vendor/local/share/icons/Adwaita/cursors/bottom_tee +0 -0
  726. data/vendor/local/share/icons/Adwaita/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +0 -0
  727. data/vendor/local/share/icons/Adwaita/cursors/cell +0 -0
  728. data/vendor/local/share/icons/Adwaita/cursors/circle +0 -0
  729. data/vendor/local/share/icons/Adwaita/cursors/col-resize +0 -0
  730. data/vendor/local/share/icons/Adwaita/cursors/copy +0 -0
  731. data/vendor/local/share/icons/Adwaita/cursors/cross +0 -0
  732. data/vendor/local/share/icons/Adwaita/cursors/cross_reverse +0 -0
  733. data/vendor/local/share/icons/Adwaita/cursors/crossed_circle +0 -0
  734. data/vendor/local/share/icons/Adwaita/cursors/crosshair +0 -0
  735. data/vendor/local/share/icons/Adwaita/cursors/d9ce0ab605698f320427677b458ad60b +0 -0
  736. data/vendor/local/share/icons/Adwaita/cursors/default +0 -0
  737. data/vendor/local/share/icons/Adwaita/cursors/diamond_cross +0 -0
  738. data/vendor/local/share/icons/Adwaita/cursors/dnd-ask +0 -0
  739. data/vendor/local/share/icons/Adwaita/cursors/dnd-copy +0 -0
  740. data/vendor/local/share/icons/Adwaita/cursors/dnd-link +0 -0
  741. data/vendor/local/share/icons/Adwaita/cursors/dnd-move +0 -0
  742. data/vendor/local/share/icons/Adwaita/cursors/dnd-none +0 -0
  743. data/vendor/local/share/icons/Adwaita/cursors/dot_box_mask +0 -0
  744. data/vendor/local/share/icons/Adwaita/cursors/dotbox +0 -0
  745. data/vendor/local/share/icons/Adwaita/cursors/double_arrow +0 -0
  746. data/vendor/local/share/icons/Adwaita/cursors/draft_large +0 -0
  747. data/vendor/local/share/icons/Adwaita/cursors/draft_small +0 -0
  748. data/vendor/local/share/icons/Adwaita/cursors/draped_box +0 -0
  749. data/vendor/local/share/icons/Adwaita/cursors/e-resize +0 -0
  750. data/vendor/local/share/icons/Adwaita/cursors/e29285e634086352946a0e7090d73106 +0 -0
  751. data/vendor/local/share/icons/Adwaita/cursors/ew-resize +0 -0
  752. data/vendor/local/share/icons/Adwaita/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +0 -0
  753. data/vendor/local/share/icons/Adwaita/cursors/fd_double_arrow +0 -0
  754. data/vendor/local/share/icons/Adwaita/cursors/fleur +0 -0
  755. data/vendor/local/share/icons/Adwaita/cursors/grab +0 -0
  756. data/vendor/local/share/icons/Adwaita/cursors/grabbing +0 -0
  757. data/vendor/local/share/icons/Adwaita/cursors/h_double_arrow +0 -0
  758. data/vendor/local/share/icons/Adwaita/cursors/hand +0 -0
  759. data/vendor/local/share/icons/Adwaita/cursors/hand1 +0 -0
  760. data/vendor/local/share/icons/Adwaita/cursors/hand2 +0 -0
  761. data/vendor/local/share/icons/Adwaita/cursors/help +0 -0
  762. data/vendor/local/share/icons/Adwaita/cursors/icon +0 -0
  763. data/vendor/local/share/icons/Adwaita/cursors/left_ptr +0 -0
  764. data/vendor/local/share/icons/Adwaita/cursors/left_ptr_help +0 -0
  765. data/vendor/local/share/icons/Adwaita/cursors/left_ptr_watch +0 -0
  766. data/vendor/local/share/icons/Adwaita/cursors/left_side +0 -0
  767. data/vendor/local/share/icons/Adwaita/cursors/left_tee +0 -0
  768. data/vendor/local/share/icons/Adwaita/cursors/link +0 -0
  769. data/vendor/local/share/icons/Adwaita/cursors/ll_angle +0 -0
  770. data/vendor/local/share/icons/Adwaita/cursors/lr_angle +0 -0
  771. data/vendor/local/share/icons/Adwaita/cursors/move +0 -0
  772. data/vendor/local/share/icons/Adwaita/cursors/n-resize +0 -0
  773. data/vendor/local/share/icons/Adwaita/cursors/ne-resize +0 -0
  774. data/vendor/local/share/icons/Adwaita/cursors/nesw-resize +0 -0
  775. data/vendor/local/share/icons/Adwaita/cursors/no-drop +0 -0
  776. data/vendor/local/share/icons/Adwaita/cursors/not-allowed +0 -0
  777. data/vendor/local/share/icons/Adwaita/cursors/ns-resize +0 -0
  778. data/vendor/local/share/icons/Adwaita/cursors/nw-resize +0 -0
  779. data/vendor/local/share/icons/Adwaita/cursors/nwse-resize +0 -0
  780. data/vendor/local/share/icons/Adwaita/cursors/pencil +0 -0
  781. data/vendor/local/share/icons/Adwaita/cursors/pirate +0 -0
  782. data/vendor/local/share/icons/Adwaita/cursors/plus +0 -0
  783. data/vendor/local/share/icons/Adwaita/cursors/pointer +0 -0
  784. data/vendor/local/share/icons/Adwaita/cursors/pointer-move +0 -0
  785. data/vendor/local/share/icons/Adwaita/cursors/progress +0 -0
  786. data/vendor/local/share/icons/Adwaita/cursors/question_arrow +0 -0
  787. data/vendor/local/share/icons/Adwaita/cursors/right_ptr +0 -0
  788. data/vendor/local/share/icons/Adwaita/cursors/right_side +0 -0
  789. data/vendor/local/share/icons/Adwaita/cursors/right_tee +0 -0
  790. data/vendor/local/share/icons/Adwaita/cursors/row-resize +0 -0
  791. data/vendor/local/share/icons/Adwaita/cursors/s-resize +0 -0
  792. data/vendor/local/share/icons/Adwaita/cursors/sb_down_arrow +0 -0
  793. data/vendor/local/share/icons/Adwaita/cursors/sb_h_double_arrow +0 -0
  794. data/vendor/local/share/icons/Adwaita/cursors/sb_left_arrow +0 -0
  795. data/vendor/local/share/icons/Adwaita/cursors/sb_right_arrow +0 -0
  796. data/vendor/local/share/icons/Adwaita/cursors/sb_up_arrow +0 -0
  797. data/vendor/local/share/icons/Adwaita/cursors/sb_v_double_arrow +0 -0
  798. data/vendor/local/share/icons/Adwaita/cursors/se-resize +0 -0
  799. data/vendor/local/share/icons/Adwaita/cursors/size_all +0 -0
  800. data/vendor/local/share/icons/Adwaita/cursors/size_bdiag +0 -0
  801. data/vendor/local/share/icons/Adwaita/cursors/size_fdiag +0 -0
  802. data/vendor/local/share/icons/Adwaita/cursors/size_hor +0 -0
  803. data/vendor/local/share/icons/Adwaita/cursors/size_ver +0 -0
  804. data/vendor/local/share/icons/Adwaita/cursors/sw-resize +0 -0
  805. data/vendor/local/share/icons/Adwaita/cursors/target +0 -0
  806. data/vendor/local/share/icons/Adwaita/cursors/tcross +0 -0
  807. data/vendor/local/share/icons/Adwaita/cursors/text +0 -0
  808. data/vendor/local/share/icons/Adwaita/cursors/top_left_arrow +0 -0
  809. data/vendor/local/share/icons/Adwaita/cursors/top_left_corner +0 -0
  810. data/vendor/local/share/icons/Adwaita/cursors/top_right_corner +0 -0
  811. data/vendor/local/share/icons/Adwaita/cursors/top_side +0 -0
  812. data/vendor/local/share/icons/Adwaita/cursors/top_tee +0 -0
  813. data/vendor/local/share/icons/Adwaita/cursors/ul_angle +0 -0
  814. data/vendor/local/share/icons/Adwaita/cursors/ur_angle +0 -0
  815. data/vendor/local/share/icons/Adwaita/cursors/v_double_arrow +0 -0
  816. data/vendor/local/share/icons/Adwaita/cursors/vertical-text +0 -0
  817. data/vendor/local/share/icons/Adwaita/cursors/w-resize +0 -0
  818. data/vendor/local/share/icons/Adwaita/cursors/wait +0 -0
  819. data/vendor/local/share/icons/Adwaita/cursors/watch +0 -0
  820. data/vendor/local/share/icons/Adwaita/cursors/xterm +0 -0
  821. data/vendor/local/share/icons/Adwaita/cursors/zoom-in +0 -0
  822. data/vendor/local/share/icons/Adwaita/cursors/zoom-out +0 -0
  823. data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
  824. data/vendor/local/share/icons/Adwaita/index.theme +0 -88
  825. data/vendor/local/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg +28 -16185
  826. data/vendor/local/share/icons/Adwaita/scalable/actions/call-start-symbolic.svg +19 -14
  827. data/vendor/local/share/icons/Adwaita/scalable/actions/call-stop-symbolic.svg +19 -15
  828. data/vendor/local/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg +36 -0
  829. data/vendor/local/share/icons/Adwaita/scalable/actions/edit-cut-symbolic.svg +21 -15
  830. data/vendor/local/share/icons/Adwaita/scalable/actions/edit-select-all-symbolic.svg +40 -14
  831. data/vendor/local/share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg +10 -7
  832. data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-rtl-symbolic.svg → format-text-direction-symbolic-rtl.svg} +0 -0
  833. data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-ltr-symbolic.svg → format-text-direction-symbolic.svg} +0 -0
  834. data/vendor/local/share/icons/Adwaita/scalable/actions/mark-location-symbolic.svg +18 -14
  835. data/vendor/local/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg +20 -16
  836. data/vendor/local/share/icons/Adwaita/scalable/actions/tab-new-symbolic.svg +18 -17
  837. data/vendor/local/share/icons/Adwaita/scalable/actions/view-app-grid-symbolic.svg +43 -0
  838. data/vendor/local/share/icons/Adwaita/scalable/actions/view-grid-symbolic.svg +14 -15
  839. data/vendor/local/share/icons/Adwaita/scalable/actions/view-list-symbolic.svg +12 -10
  840. data/vendor/local/share/icons/Adwaita/scalable/actions/view-more-horizontal-symbolic.svg +33 -0
  841. data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-ieee1394-symbolic.svg +18 -16
  842. data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-system-symbolic.svg +20 -17
  843. data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-usb-symbolic.svg +18 -16
  844. data/vendor/local/share/icons/Adwaita/scalable/devices/drive-multidisk-symbolic.svg +19 -18
  845. data/vendor/local/share/icons/Adwaita/scalable/devices/network-wired-symbolic.svg +22 -15
  846. data/vendor/local/share/icons/Adwaita/scalable/mimetypes/application-x-addon-symbolic.svg +35 -0
  847. data/vendor/local/share/icons/Adwaita/scalable/mimetypes/font-x-generic-symbolic.svg +32 -0
  848. data/vendor/local/share/icons/Adwaita/scalable/status/bluetooth-disabled-symbolic.svg +17 -22
  849. data/vendor/local/share/icons/Adwaita/scalable/status/call-missed-symbolic.svg +12 -8
  850. data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-consecutive-rtl-symbolic.svg → media-playlist-consecutive-symbolic-rtl.svg} +0 -0
  851. data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-song-rtl-symbolic.svg → media-playlist-repeat-song-symbolic-rtl.svg} +0 -0
  852. data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-rtl-symbolic.svg → media-playlist-repeat-symbolic-rtl.svg} +0 -0
  853. data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-shuffle-rtl-symbolic.svg → media-playlist-shuffle-symbolic-rtl.svg} +0 -0
  854. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg +23 -19
  855. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-disconnected-symbolic.svg +10 -8
  856. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-no-route-symbolic.svg +21 -15
  857. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-offline-symbolic.svg +19 -17
  858. data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg +14 -10
  859. data/vendor/local/share/icons/Adwaita/scalable/status/non-starred-symbolic.svg +20 -17
  860. data/vendor/local/share/icons/Adwaita/scalable/status/{semi-starred-rtl-symbolic.svg → semi-starred-symbolic-rtl.svg} +0 -0
  861. data/vendor/local/share/icons/Adwaita/scalable/status/user-not-tracked-symbolic.svg +36 -0
  862. data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
  863. data/vendor/local/share/license/adwaita-icon-theme/AUTHORS +1 -0
  864. data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
  865. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
  866. data/vendor/local/share/locale/br/LC_MESSAGES/gtk30.mo +0 -0
  867. data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30.mo +0 -0
  868. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
  869. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
  870. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
  871. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
  872. data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
  873. data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
  874. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
  875. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
  876. data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
  877. data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
  878. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
  879. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
  880. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
  881. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
  882. data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
  883. data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
  884. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
  885. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
  886. data/vendor/local/share/locale/ga/LC_MESSAGES/gtk30.mo +0 -0
  887. data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30-properties.mo +0 -0
  888. data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
  889. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
  890. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
  891. data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
  892. data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
  893. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
  894. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
  895. data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
  896. data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
  897. data/vendor/local/share/locale/is/LC_MESSAGES/gtk30-properties.mo +0 -0
  898. data/vendor/local/share/locale/is/LC_MESSAGES/gtk30.mo +0 -0
  899. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
  900. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
  901. data/vendor/local/share/locale/ja/LC_MESSAGES/gtk30.mo +0 -0
  902. data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30.mo +0 -0
  903. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
  904. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
  905. data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
  906. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
  907. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
  908. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
  909. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
  910. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
  911. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
  912. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
  913. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30-properties.mo +0 -0
  914. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
  915. data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
  916. data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
  917. data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
  918. data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30.mo +0 -0
  919. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
  920. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
  921. data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
  922. data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
  923. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
  924. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
  925. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
  926. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
  927. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
  928. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
  929. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
  930. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
  931. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
  932. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
  933. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
  934. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
  935. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
  936. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
  937. data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30-properties.mo +0 -0
  938. data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30.mo +0 -0
  939. data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
  940. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30-properties.mo +0 -0
  941. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.mo +0 -0
  942. data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
  943. data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
  944. data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30-properties.mo +0 -0
  945. data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30.mo +0 -0
  946. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +0 -0
  947. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
  948. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
  949. data/vendor/local/share/man/man1/broadwayd.1 +1 -1
  950. data/vendor/local/share/man/man1/gtk-builder-tool.1 +78 -0
  951. data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
  952. data/vendor/local/share/man/man1/gtk-launch.1 +7 -2
  953. data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
  954. data/vendor/local/share/man/man1/gtk-query-settings.1 +38 -0
  955. data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
  956. data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
  957. data/vendor/local/share/man/man1/gtk3-demo.1 +20 -2
  958. data/vendor/local/share/man/man1/gtk3-icon-browser.1 +2 -2
  959. data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
  960. data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
  961. data/vendor/local/share/themes/Emacs/gtk-3.0/gtk-keys.css +7 -7
  962. metadata +141 -35
  963. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.sgml +0 -29
  964. data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +0 -1396
  965. data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +0 -9866
  966. data/vendor/local/share/icons/Adwaita/scalable/actions/image-crop-symbolic.svg +0 -32
  967. data/vendor/local/share/icons/Adwaita/scalable/actions/image-denoise-symbolic.svg +0 -49
  968. data/vendor/local/share/icons/Adwaita/scalable/actions/image-filter-symbolic.svg +0 -34
  969. data/vendor/local/share/icons/Adwaita/scalable/actions/image-sharpen-symbolic.svg +0 -31
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="NumericEntry.html" title="Numeric and Text Data Entry">
9
9
  <link rel="prev" href="NumericEntry.html" title="Numeric and Text Data Entry">
10
10
  <link rel="next" href="GtkEntryBuffer.html" title="GtkEntryBuffer">
11
- <meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.25.1 (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">
@@ -275,7 +275,7 @@
275
275
  </tr>
276
276
  <tr>
277
277
  <td class="function_type">
278
- <span class="returnvalue">PangoLayout</span> *
278
+ <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="returnvalue">PangoLayout</span></a> *
279
279
  </td>
280
280
  <td class="function_name">
281
281
  <a class="link" href="GtkEntry.html#gtk-entry-get-layout" title="gtk_entry_get_layout ()">gtk_entry_get_layout</a> <span class="c_punctuation">()</span>
@@ -315,7 +315,7 @@
315
315
  </tr>
316
316
  <tr>
317
317
  <td class="function_type">
318
- <span class="returnvalue">PangoAttrList</span> *
318
+ <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList-struct"><span class="returnvalue">PangoAttrList</span></a> *
319
319
  </td>
320
320
  <td class="function_name">
321
321
  <a class="link" href="GtkEntry.html#gtk-entry-get-attributes" title="gtk_entry_get_attributes ()">gtk_entry_get_attributes</a> <span class="c_punctuation">()</span>
@@ -427,7 +427,7 @@
427
427
  </tr>
428
428
  <tr>
429
429
  <td class="function_type">
430
- <span class="returnvalue">PangoTabArray</span> *
430
+ <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray-struct"><span class="returnvalue">PangoTabArray</span></a> *
431
431
  </td>
432
432
  <td class="function_name">
433
433
  <a class="link" href="GtkEntry.html#gtk-entry-get-tabs" title="gtk_entry_get_tabs ()">gtk_entry_get_tabs</a> <span class="c_punctuation">()</span>
@@ -483,7 +483,7 @@
483
483
  </tr>
484
484
  <tr>
485
485
  <td class="function_type">
486
- <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
486
+ <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
487
487
  </td>
488
488
  <td class="function_name">
489
489
  <a class="link" href="GtkEntry.html#gtk-entry-get-icon-pixbuf" title="gtk_entry_get_icon_pixbuf ()">gtk_entry_get_icon_pixbuf</a> <span class="c_punctuation">()</span>
@@ -505,7 +505,7 @@
505
505
  </tr>
506
506
  <tr>
507
507
  <td class="function_type">
508
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="returnvalue">GIcon</span></a> *
508
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="returnvalue">GIcon</span></a> *
509
509
  </td>
510
510
  <td class="function_name">
511
511
  <a class="link" href="GtkEntry.html#gtk-entry-get-icon-gicon" title="gtk_entry_get_icon_gicon ()">gtk_entry_get_icon_gicon</a> <span class="c_punctuation">()</span>
@@ -666,7 +666,7 @@
666
666
  </tr>
667
667
  <tr>
668
668
  <td class="property_type">
669
- <span class="type">PangoAttrList</span> *</td>
669
+ <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList-struct"><span class="type">PangoAttrList</span></a> *</td>
670
670
  <td class="property_name"><a class="link" href="GtkEntry.html#GtkEntry--attributes" title="The “attributes” property">attributes</a></td>
671
671
  <td class="property_flags">Read / Write</td>
672
672
  </tr>
@@ -767,7 +767,7 @@
767
767
  </tr>
768
768
  <tr>
769
769
  <td class="property_type">
770
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *</td>
770
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *</td>
771
771
  <td class="property_name"><a class="link" href="GtkEntry.html#GtkEntry--primary-icon-gicon" title="The “primary-icon-gicon” property">primary-icon-gicon</a></td>
772
772
  <td class="property_flags">Read / Write</td>
773
773
  </tr>
@@ -779,7 +779,7 @@
779
779
  </tr>
780
780
  <tr>
781
781
  <td class="property_type">
782
- <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *</td>
782
+ <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *</td>
783
783
  <td class="property_name"><a class="link" href="GtkEntry.html#GtkEntry--primary-icon-pixbuf" title="The “primary-icon-pixbuf” property">primary-icon-pixbuf</a></td>
784
784
  <td class="property_flags">Read / Write</td>
785
785
  </tr>
@@ -833,7 +833,7 @@
833
833
  </tr>
834
834
  <tr>
835
835
  <td class="property_type">
836
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *</td>
836
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *</td>
837
837
  <td class="property_name"><a class="link" href="GtkEntry.html#GtkEntry--secondary-icon-gicon" title="The “secondary-icon-gicon” property">secondary-icon-gicon</a></td>
838
838
  <td class="property_flags">Read / Write</td>
839
839
  </tr>
@@ -845,7 +845,7 @@
845
845
  </tr>
846
846
  <tr>
847
847
  <td class="property_type">
848
- <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *</td>
848
+ <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *</td>
849
849
  <td class="property_name"><a class="link" href="GtkEntry.html#GtkEntry--secondary-icon-pixbuf" title="The “secondary-icon-pixbuf” property">secondary-icon-pixbuf</a></td>
850
850
  <td class="property_flags">Read / Write</td>
851
851
  </tr>
@@ -889,7 +889,7 @@
889
889
  </tr>
890
890
  <tr>
891
891
  <td class="property_type">
892
- <span class="type">PangoTabArray</span> *</td>
892
+ <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray-struct"><span class="type">PangoTabArray</span></a> *</td>
893
893
  <td class="property_name"><a class="link" href="GtkEntry.html#GtkEntry--tabs" title="The “tabs” property">tabs</a></td>
894
894
  <td class="property_flags">Read / Write</td>
895
895
  </tr>
@@ -1071,7 +1071,7 @@
1071
1071
  </div>
1072
1072
  <div class="refsect1">
1073
1073
  <a name="GtkEntry.object-hierarchy"></a><h2>Object Hierarchy</h2>
1074
- <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
1074
+ <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
1075
1075
  <span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
1076
1076
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
1077
1077
  <span class="lineart">╰──</span> GtkEntry
@@ -1123,6 +1123,52 @@ on an icon in an entry may not be accessible at all to users which are not
1123
1123
  able to use a mouse or other pointing device. It is therefore recommended
1124
1124
  that any such functionality should also be available by other means, e.g.
1125
1125
  via the context menu of the entry.</p>
1126
+ <div class="refsect2">
1127
+ <a name="id-1.3.10.2.11.7"></a><h3>CSS nodes</h3>
1128
+ <div class="informalexample">
1129
+ <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
1130
+ <tbody>
1131
+ <tr>
1132
+ <td class="listing_lines" align="right"><pre>1
1133
+ 2
1134
+ 3
1135
+ 4
1136
+ 5
1137
+ 6
1138
+ 7
1139
+ 8</pre></td>
1140
+ <td class="listing_code"><pre class="programlisting"><span class="normal">entry</span>
1141
+ <span class="normal">├── image</span><span class="symbol">.</span><span class="normal">left</span>
1142
+ <span class="normal">├── image</span><span class="symbol">.</span><span class="normal">right</span>
1143
+ <span class="normal">├── undershoot</span><span class="symbol">.</span><span class="normal">left</span>
1144
+ <span class="normal">├── undershoot</span><span class="symbol">.</span><span class="normal">right</span>
1145
+ <span class="normal">├── </span><span class="symbol">[</span><span class="normal">selection</span><span class="symbol">]</span>
1146
+ <span class="normal">├── </span><span class="symbol">[</span><span class="normal">progress</span><span class="symbol">[.</span><span class="normal">pulse</span><span class="symbol">]]</span>
1147
+ <span class="normal">╰── </span><span class="symbol">[</span><span class="normal">window</span><span class="symbol">.</span><span class="normal">popup</span><span class="symbol">]</span></pre></td>
1148
+ </tr>
1149
+ </tbody>
1150
+ </table>
1151
+ </div>
1152
+
1153
+ <p></p>
1154
+ <p>GtkEntry has a main node with the name entry. Depending on the properties
1155
+ of the entry, the style classes .read-only and .flat may appear. The style
1156
+ classes .warning and .error may also be used with entries.</p>
1157
+ <p>When the entry shows icons, it adds subnodes with the name image and the
1158
+ style class .left or .right, depending on where the icon appears.</p>
1159
+ <p>When the entry has a selection, it adds a subnode with the name selection.</p>
1160
+ <p>When the entry shows progress, it adds a subnode with the name progress.
1161
+ The node has the style class .pulse when the shown progress is pulsing.</p>
1162
+ <p>The CSS node for a context menu is added as a subnode below entry as well.</p>
1163
+ <p>The undershoot nodes are used to draw the underflow indication when content
1164
+ is scrolled out of view. These nodes get the .left and .right style classes
1165
+ added depending on where the indication is drawn.</p>
1166
+ <p>When touch is used and touch selection handles are shown, they are using
1167
+ CSS nodes with name cursor-handle. They get the .top or .bottom style class
1168
+ depending on where they are shown in relation to the selection. If there is
1169
+ just a single handle for the text cursor, it gets the style class
1170
+ .insertion-cursor.</p>
1171
+ </div>
1126
1172
  </div>
1127
1173
  <div class="refsect1">
1128
1174
  <a name="GtkEntry.functions_details"></a><h2>Functions</h2>
@@ -1132,7 +1178,7 @@ via the context menu of the entry.</p>
1132
1178
  gtk_entry_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1133
1179
  <p>Creates a new entry.</p>
1134
1180
  <div class="refsect3">
1135
- <a name="id-1.3.10.2.12.2.5"></a><h4>Returns</h4>
1181
+ <a name="gtk-entry-new.returns"></a><h4>Returns</h4>
1136
1182
  <p> a new <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>.</p>
1137
1183
  </div>
1138
1184
  </div>
@@ -1143,7 +1189,7 @@ gtk_entry_new (<em class="parameter"><code><span class="type">void</span></code>
1143
1189
  gtk_entry_new_with_buffer (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>);</pre>
1144
1190
  <p>Creates a new entry with the specified text buffer.</p>
1145
1191
  <div class="refsect3">
1146
- <a name="id-1.3.10.2.12.3.5"></a><h4>Parameters</h4>
1192
+ <a name="gtk-entry-new-with-buffer.parameters"></a><h4>Parameters</h4>
1147
1193
  <div class="informaltable"><table width="100%" border="0">
1148
1194
  <colgroup>
1149
1195
  <col width="150px" class="parameters_name">
@@ -1158,7 +1204,7 @@ gtk_entry_new_with_buffer (<em class="parameter"><code><a class="link" href="Gtk
1158
1204
  </table></div>
1159
1205
  </div>
1160
1206
  <div class="refsect3">
1161
- <a name="id-1.3.10.2.12.3.6"></a><h4>Returns</h4>
1207
+ <a name="gtk-entry-new-with-buffer.returns"></a><h4>Returns</h4>
1162
1208
  <p> a new <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a></p>
1163
1209
  </div>
1164
1210
  <p class="since">Since: 2.18</p>
@@ -1171,7 +1217,7 @@ gtk_entry_get_buffer (<em class="parameter"><code><a class="link" href="GtkEntry
1171
1217
  <p>Get the <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> object which holds the text for
1172
1218
  this widget.</p>
1173
1219
  <div class="refsect3">
1174
- <a name="id-1.3.10.2.12.4.5"></a><h4>Parameters</h4>
1220
+ <a name="gtk-entry-get-buffer.parameters"></a><h4>Parameters</h4>
1175
1221
  <div class="informaltable"><table width="100%" border="0">
1176
1222
  <colgroup>
1177
1223
  <col width="150px" class="parameters_name">
@@ -1186,7 +1232,7 @@ this widget.</p>
1186
1232
  </table></div>
1187
1233
  </div>
1188
1234
  <div class="refsect3">
1189
- <a name="id-1.3.10.2.12.4.6"></a><h4>Returns</h4>
1235
+ <a name="gtk-entry-get-buffer.returns"></a><h4>Returns</h4>
1190
1236
  <p> A <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> object. </p>
1191
1237
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1192
1238
  </div>
@@ -1201,7 +1247,7 @@ gtk_entry_set_buffer (<em class="parameter"><code><a class="link" href="GtkEntry
1201
1247
  <p>Set the <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> object which holds the text for
1202
1248
  this widget.</p>
1203
1249
  <div class="refsect3">
1204
- <a name="id-1.3.10.2.12.5.5"></a><h4>Parameters</h4>
1250
+ <a name="gtk-entry-set-buffer.parameters"></a><h4>Parameters</h4>
1205
1251
  <div class="informaltable"><table width="100%" border="0">
1206
1252
  <colgroup>
1207
1253
  <col width="150px" class="parameters_name">
@@ -1234,7 +1280,7 @@ gtk_entry_set_text (<em class="parameter"><code><a class="link" href="GtkEntry.h
1234
1280
  value, replacing the current contents.</p>
1235
1281
  <p>See <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-set-text" title="gtk_entry_buffer_set_text ()"><code class="function">gtk_entry_buffer_set_text()</code></a>.</p>
1236
1282
  <div class="refsect3">
1237
- <a name="id-1.3.10.2.12.6.6"></a><h4>Parameters</h4>
1283
+ <a name="gtk-entry-set-text.parameters"></a><h4>Parameters</h4>
1238
1284
  <div class="informaltable"><table width="100%" border="0">
1239
1285
  <colgroup>
1240
1286
  <col width="150px" class="parameters_name">
@@ -1281,7 +1327,7 @@ See also <a class="link" href="GtkEditable.html#gtk-editable-get-chars" title="g
1281
1327
 
1282
1328
  <p></p>
1283
1329
  <div class="refsect3">
1284
- <a name="id-1.3.10.2.12.7.8"></a><h4>Parameters</h4>
1330
+ <a name="gtk-entry-get-text.parameters"></a><h4>Parameters</h4>
1285
1331
  <div class="informaltable"><table width="100%" border="0">
1286
1332
  <colgroup>
1287
1333
  <col width="150px" class="parameters_name">
@@ -1296,7 +1342,7 @@ See also <a class="link" href="GtkEditable.html#gtk-editable-get-chars" title="g
1296
1342
  </table></div>
1297
1343
  </div>
1298
1344
  <div class="refsect3">
1299
- <a name="id-1.3.10.2.12.7.9"></a><h4>Returns</h4>
1345
+ <a name="gtk-entry-get-text.returns"></a><h4>Returns</h4>
1300
1346
  <p> a pointer to the contents of the widget as a
1301
1347
  string. This string points to internally allocated
1302
1348
  storage in the widget and must not be freed, modified or
@@ -1329,7 +1375,7 @@ gtk_entry_get_text_length (<em class="parameter"><code><a class="link" href="Gtk
1329
1375
 
1330
1376
  <p></p>
1331
1377
  <div class="refsect3">
1332
- <a name="id-1.3.10.2.12.8.8"></a><h4>Parameters</h4>
1378
+ <a name="gtk-entry-get-text-length.parameters"></a><h4>Parameters</h4>
1333
1379
  <div class="informaltable"><table width="100%" border="0">
1334
1380
  <colgroup>
1335
1381
  <col width="150px" class="parameters_name">
@@ -1344,7 +1390,7 @@ gtk_entry_get_text_length (<em class="parameter"><code><a class="link" href="Gtk
1344
1390
  </table></div>
1345
1391
  </div>
1346
1392
  <div class="refsect3">
1347
- <a name="id-1.3.10.2.12.8.9"></a><h4>Returns</h4>
1393
+ <a name="gtk-entry-get-text-length.returns"></a><h4>Returns</h4>
1348
1394
  <p> the current number of characters
1349
1395
  in <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>, or 0 if there are none.</p>
1350
1396
  </div>
@@ -1355,14 +1401,14 @@ in <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkE
1355
1401
  <a name="gtk-entry-get-text-area"></a><h3>gtk_entry_get_text_area ()</h3>
1356
1402
  <pre class="programlisting"><span class="returnvalue">void</span>
1357
1403
  gtk_entry_get_text_area (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
1358
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *text_area</code></em>);</pre>
1404
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *text_area</code></em>);</pre>
1359
1405
  <p>Gets the area where the entry’s text is drawn. This function is
1360
1406
  useful when drawing something to the entry in a draw callback.</p>
1361
1407
  <p>If the entry is not realized, <em class="parameter"><code>text_area</code></em>
1362
1408
  is filled with zeros.</p>
1363
1409
  <p>See also <a class="link" href="GtkEntry.html#gtk-entry-get-icon-area" title="gtk_entry_get_icon_area ()"><code class="function">gtk_entry_get_icon_area()</code></a>.</p>
1364
1410
  <div class="refsect3">
1365
- <a name="id-1.3.10.2.12.9.7"></a><h4>Parameters</h4>
1411
+ <a name="gtk-entry-get-text-area.parameters"></a><h4>Parameters</h4>
1366
1412
  <div class="informaltable"><table width="100%" border="0">
1367
1413
  <colgroup>
1368
1414
  <col width="150px" class="parameters_name">
@@ -1403,7 +1449,7 @@ to <a class="link" href="GtkEntry.html#GTK-INPUT-PURPOSE-PASSWORD:CAPS"><code cl
1403
1449
  inform input methods about the purpose of this entry,
1404
1450
  in addition to setting visibility to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
1405
1451
  <div class="refsect3">
1406
- <a name="id-1.3.10.2.12.10.7"></a><h4>Parameters</h4>
1452
+ <a name="gtk-entry-set-visibility.parameters"></a><h4>Parameters</h4>
1407
1453
  <div class="informaltable"><table width="100%" border="0">
1408
1454
  <colgroup>
1409
1455
  <col width="150px" class="parameters_name">
@@ -1440,7 +1486,7 @@ picks the best invisible char available in the current font. If you
1440
1486
  set the invisible char to 0, then the user will get no feedback
1441
1487
  at all; there will be no text on the screen as they type.</p>
1442
1488
  <div class="refsect3">
1443
- <a name="id-1.3.10.2.12.11.5"></a><h4>Parameters</h4>
1489
+ <a name="gtk-entry-set-invisible-char.parameters"></a><h4>Parameters</h4>
1444
1490
  <div class="informaltable"><table width="100%" border="0">
1445
1491
  <colgroup>
1446
1492
  <col width="150px" class="parameters_name">
@@ -1471,7 +1517,7 @@ gtk_entry_unset_invisible_char (<em class="parameter"><code><a class="link" href
1471
1517
  <a class="link" href="GtkEntry.html#gtk-entry-set-invisible-char" title="gtk_entry_set_invisible_char ()"><code class="function">gtk_entry_set_invisible_char()</code></a>. So that the
1472
1518
  default invisible char is used again.</p>
1473
1519
  <div class="refsect3">
1474
- <a name="id-1.3.10.2.12.12.5"></a><h4>Parameters</h4>
1520
+ <a name="gtk-entry-unset-invisible-char.parameters"></a><h4>Parameters</h4>
1475
1521
  <div class="informaltable"><table width="100%" border="0">
1476
1522
  <colgroup>
1477
1523
  <col width="150px" class="parameters_name">
@@ -1514,7 +1560,7 @@ will be truncated to fit.</p>
1514
1560
 
1515
1561
  <p></p>
1516
1562
  <div class="refsect3">
1517
- <a name="id-1.3.10.2.12.13.8"></a><h4>Parameters</h4>
1563
+ <a name="gtk-entry-set-max-length.parameters"></a><h4>Parameters</h4>
1518
1564
  <div class="informaltable"><table width="100%" border="0">
1519
1565
  <colgroup>
1520
1566
  <col width="150px" class="parameters_name">
@@ -1545,7 +1591,7 @@ be clamped to the range 0-65536.</p></td>
1545
1591
  gtk_entry_get_activates_default (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
1546
1592
  <p>Retrieves the value set by <a class="link" href="GtkEntry.html#gtk-entry-set-activates-default" title="gtk_entry_set_activates_default ()"><code class="function">gtk_entry_set_activates_default()</code></a>.</p>
1547
1593
  <div class="refsect3">
1548
- <a name="id-1.3.10.2.12.14.5"></a><h4>Parameters</h4>
1594
+ <a name="gtk-entry-get-activates-default.parameters"></a><h4>Parameters</h4>
1549
1595
  <div class="informaltable"><table width="100%" border="0">
1550
1596
  <colgroup>
1551
1597
  <col width="150px" class="parameters_name">
@@ -1560,7 +1606,7 @@ gtk_entry_get_activates_default (<em class="parameter"><code><a class="link" hre
1560
1606
  </table></div>
1561
1607
  </div>
1562
1608
  <div class="refsect3">
1563
- <a name="id-1.3.10.2.12.14.6"></a><h4>Returns</h4>
1609
+ <a name="gtk-entry-get-activates-default.returns"></a><h4>Returns</h4>
1564
1610
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the entry will activate the default widget</p>
1565
1611
  </div>
1566
1612
  </div>
@@ -1571,7 +1617,7 @@ gtk_entry_get_activates_default (<em class="parameter"><code><a class="link" hre
1571
1617
  gtk_entry_get_has_frame (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
1572
1618
  <p>Gets the value set by <a class="link" href="GtkEntry.html#gtk-entry-set-has-frame" title="gtk_entry_set_has_frame ()"><code class="function">gtk_entry_set_has_frame()</code></a>.</p>
1573
1619
  <div class="refsect3">
1574
- <a name="id-1.3.10.2.12.15.5"></a><h4>Parameters</h4>
1620
+ <a name="gtk-entry-get-has-frame.parameters"></a><h4>Parameters</h4>
1575
1621
  <div class="informaltable"><table width="100%" border="0">
1576
1622
  <colgroup>
1577
1623
  <col width="150px" class="parameters_name">
@@ -1586,7 +1632,7 @@ gtk_entry_get_has_frame (<em class="parameter"><code><a class="link" href="GtkEn
1586
1632
  </table></div>
1587
1633
  </div>
1588
1634
  <div class="refsect3">
1589
- <a name="id-1.3.10.2.12.15.6"></a><h4>Returns</h4>
1635
+ <a name="gtk-entry-get-has-frame.returns"></a><h4>Returns</h4>
1590
1636
  <p> whether the entry has a beveled frame</p>
1591
1637
  </div>
1592
1638
  </div>
@@ -1604,7 +1650,7 @@ gtk_entry_get_inner_border (<em class="parameter"><code><a class="link" href="Gt
1604
1650
  <p>This function returns the entry’s <a class="link" href="GtkEntry.html#GtkEntry--inner-border" title="The “inner-border” property"><span class="type">“inner-border”</span></a> property. See
1605
1651
  <a class="link" href="GtkEntry.html#gtk-entry-set-inner-border" title="gtk_entry_set_inner_border ()"><code class="function">gtk_entry_set_inner_border()</code></a> for more information.</p>
1606
1652
  <div class="refsect3">
1607
- <a name="id-1.3.10.2.12.16.7"></a><h4>Parameters</h4>
1653
+ <a name="gtk-entry-get-inner-border.parameters"></a><h4>Parameters</h4>
1608
1654
  <div class="informaltable"><table width="100%" border="0">
1609
1655
  <colgroup>
1610
1656
  <col width="150px" class="parameters_name">
@@ -1619,7 +1665,7 @@ gtk_entry_get_inner_border (<em class="parameter"><code><a class="link" href="Gt
1619
1665
  </table></div>
1620
1666
  </div>
1621
1667
  <div class="refsect3">
1622
- <a name="id-1.3.10.2.12.16.8"></a><h4>Returns</h4>
1668
+ <a name="gtk-entry-get-inner-border.returns"></a><h4>Returns</h4>
1623
1669
  <p> the entry’s <a class="link" href="GtkStyleContext.html#GtkBorder"><span class="type">GtkBorder</span></a>, or
1624
1670
  <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none was set. </p>
1625
1671
  <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
@@ -1633,7 +1679,7 @@ gtk_entry_get_inner_border (<em class="parameter"><code><a class="link" href="Gt
1633
1679
  gtk_entry_get_width_chars (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
1634
1680
  <p>Gets the value set by <a class="link" href="GtkEntry.html#gtk-entry-set-width-chars" title="gtk_entry_set_width_chars ()"><code class="function">gtk_entry_set_width_chars()</code></a>.</p>
1635
1681
  <div class="refsect3">
1636
- <a name="id-1.3.10.2.12.17.5"></a><h4>Parameters</h4>
1682
+ <a name="gtk-entry-get-width-chars.parameters"></a><h4>Parameters</h4>
1637
1683
  <div class="informaltable"><table width="100%" border="0">
1638
1684
  <colgroup>
1639
1685
  <col width="150px" class="parameters_name">
@@ -1648,7 +1694,7 @@ gtk_entry_get_width_chars (<em class="parameter"><code><a class="link" href="Gtk
1648
1694
  </table></div>
1649
1695
  </div>
1650
1696
  <div class="refsect3">
1651
- <a name="id-1.3.10.2.12.17.6"></a><h4>Returns</h4>
1697
+ <a name="gtk-entry-get-width-chars.returns"></a><h4>Returns</h4>
1652
1698
  <p> number of chars to request space for, or negative if unset</p>
1653
1699
  </div>
1654
1700
  </div>
@@ -1661,7 +1707,7 @@ gtk_entry_get_max_width_chars (<em class="parameter"><code><a class="link" href=
1661
1707
  , in characters.
1662
1708
  See <a class="link" href="GtkEntry.html#gtk-entry-set-max-width-chars" title="gtk_entry_set_max_width_chars ()"><code class="function">gtk_entry_set_max_width_chars()</code></a>.</p>
1663
1709
  <div class="refsect3">
1664
- <a name="id-1.3.10.2.12.18.5"></a><h4>Parameters</h4>
1710
+ <a name="gtk-entry-get-max-width-chars.parameters"></a><h4>Parameters</h4>
1665
1711
  <div class="informaltable"><table width="100%" border="0">
1666
1712
  <colgroup>
1667
1713
  <col width="150px" class="parameters_name">
@@ -1676,7 +1722,7 @@ See <a class="link" href="GtkEntry.html#gtk-entry-set-max-width-chars" title="gt
1676
1722
  </table></div>
1677
1723
  </div>
1678
1724
  <div class="refsect3">
1679
- <a name="id-1.3.10.2.12.18.6"></a><h4>Returns</h4>
1725
+ <a name="gtk-entry-get-max-width-chars.returns"></a><h4>Returns</h4>
1680
1726
  <p> the maximum width of the entry, in characters</p>
1681
1727
  </div>
1682
1728
  <p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
@@ -1698,7 +1744,7 @@ widget is usually one of the dialog buttons.</p>
1698
1744
  <a class="link" href="GtkWindow.html#gtk-window-activate-default" title="gtk_window_activate_default ()"><code class="function">gtk_window_activate_default()</code></a> on the window containing the entry, in
1699
1745
  the default handler for the <a class="link" href="GtkEntry.html#GtkEntry-activate" title="The “activate” signal"><span class="type">“activate”</span></a> signal.)</p>
1700
1746
  <div class="refsect3">
1701
- <a name="id-1.3.10.2.12.19.6"></a><h4>Parameters</h4>
1747
+ <a name="gtk-entry-set-activates-default.parameters"></a><h4>Parameters</h4>
1702
1748
  <div class="informaltable"><table width="100%" border="0">
1703
1749
  <colgroup>
1704
1750
  <col width="150px" class="parameters_name">
@@ -1728,7 +1774,7 @@ gtk_entry_set_has_frame (<em class="parameter"><code><a class="link" href="GtkEn
1728
1774
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
1729
1775
  <p>Sets whether the entry has a beveled frame around it.</p>
1730
1776
  <div class="refsect3">
1731
- <a name="id-1.3.10.2.12.20.5"></a><h4>Parameters</h4>
1777
+ <a name="gtk-entry-set-has-frame.parameters"></a><h4>Parameters</h4>
1732
1778
  <div class="informaltable"><table width="100%" border="0">
1733
1779
  <colgroup>
1734
1780
  <col width="150px" class="parameters_name">
@@ -1771,7 +1817,7 @@ Overriding the style-provided border is useful when you want to do
1771
1817
  in-place editing of some text in a canvas or list widget, where
1772
1818
  pixel-exact positioning of the entry is important.</p>
1773
1819
  <div class="refsect3">
1774
- <a name="id-1.3.10.2.12.21.8"></a><h4>Parameters</h4>
1820
+ <a name="gtk-entry-set-inner-border.parameters"></a><h4>Parameters</h4>
1775
1821
  <div class="informaltable"><table width="100%" border="0">
1776
1822
  <colgroup>
1777
1823
  <col width="150px" class="parameters_name">
@@ -1808,7 +1854,7 @@ how you pack the widget into containers. If <em class="parameter"><code>n_chars<
1808
1854
  is -1, the
1809
1855
  size reverts to the default entry size.</p>
1810
1856
  <div class="refsect3">
1811
- <a name="id-1.3.10.2.12.22.5"></a><h4>Parameters</h4>
1857
+ <a name="gtk-entry-set-width-chars.parameters"></a><h4>Parameters</h4>
1812
1858
  <div class="informaltable"><table width="100%" border="0">
1813
1859
  <colgroup>
1814
1860
  <col width="150px" class="parameters_name">
@@ -1839,7 +1885,7 @@ gtk_entry_set_max_width_chars (<em class="parameter"><code><a class="link" href=
1839
1885
  <p>Sets the desired maximum width in characters of <em class="parameter"><code>entry</code></em>
1840
1886
  .</p>
1841
1887
  <div class="refsect3">
1842
- <a name="id-1.3.10.2.12.23.5"></a><h4>Parameters</h4>
1888
+ <a name="gtk-entry-set-max-width-chars.parameters"></a><h4>Parameters</h4>
1843
1889
  <div class="informaltable"><table width="100%" border="0">
1844
1890
  <colgroup>
1845
1891
  <col width="150px" class="parameters_name">
@@ -1870,7 +1916,7 @@ gtk_entry_get_invisible_char (<em class="parameter"><code><a class="link" href="
1870
1916
  <p>Retrieves the character displayed in place of the real characters
1871
1917
  for entries with visibility set to false. See <a class="link" href="GtkEntry.html#gtk-entry-set-invisible-char" title="gtk_entry_set_invisible_char ()"><code class="function">gtk_entry_set_invisible_char()</code></a>.</p>
1872
1918
  <div class="refsect3">
1873
- <a name="id-1.3.10.2.12.24.5"></a><h4>Parameters</h4>
1919
+ <a name="gtk-entry-get-invisible-char.parameters"></a><h4>Parameters</h4>
1874
1920
  <div class="informaltable"><table width="100%" border="0">
1875
1921
  <colgroup>
1876
1922
  <col width="150px" class="parameters_name">
@@ -1885,7 +1931,7 @@ for entries with visibility set to false. See <a class="link" href="GtkEntry.htm
1885
1931
  </table></div>
1886
1932
  </div>
1887
1933
  <div class="refsect3">
1888
- <a name="id-1.3.10.2.12.24.6"></a><h4>Returns</h4>
1934
+ <a name="gtk-entry-get-invisible-char.returns"></a><h4>Returns</h4>
1889
1935
  <p> the current invisible char, or 0, if the entry does not
1890
1936
  show invisible text at all. </p>
1891
1937
  </div>
@@ -1900,7 +1946,7 @@ gtk_entry_set_alignment (<em class="parameter"><code><a class="link" href="GtkEn
1900
1946
  the horizontal positioning of the contents when the displayed
1901
1947
  text is shorter than the width of the entry.</p>
1902
1948
  <div class="refsect3">
1903
- <a name="id-1.3.10.2.12.25.5"></a><h4>Parameters</h4>
1949
+ <a name="gtk-entry-set-alignment.parameters"></a><h4>Parameters</h4>
1904
1950
  <div class="informaltable"><table width="100%" border="0">
1905
1951
  <colgroup>
1906
1952
  <col width="150px" class="parameters_name">
@@ -1931,7 +1977,7 @@ Reversed for RTL layouts</p></td>
1931
1977
  gtk_entry_get_alignment (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
1932
1978
  <p>Gets the value set by <a class="link" href="GtkEntry.html#gtk-entry-set-alignment" title="gtk_entry_set_alignment ()"><code class="function">gtk_entry_set_alignment()</code></a>.</p>
1933
1979
  <div class="refsect3">
1934
- <a name="id-1.3.10.2.12.26.5"></a><h4>Parameters</h4>
1980
+ <a name="gtk-entry-get-alignment.parameters"></a><h4>Parameters</h4>
1935
1981
  <div class="informaltable"><table width="100%" border="0">
1936
1982
  <colgroup>
1937
1983
  <col width="150px" class="parameters_name">
@@ -1946,7 +1992,7 @@ gtk_entry_get_alignment (<em class="parameter"><code><a class="link" href="GtkEn
1946
1992
  </table></div>
1947
1993
  </div>
1948
1994
  <div class="refsect3">
1949
- <a name="id-1.3.10.2.12.26.6"></a><h4>Returns</h4>
1995
+ <a name="gtk-entry-get-alignment.returns"></a><h4>Returns</h4>
1950
1996
  <p> the alignment</p>
1951
1997
  </div>
1952
1998
  <p class="since">Since: 2.4</p>
@@ -1967,7 +2013,7 @@ is given the initial focus in a window. Sometimes this can be
1967
2013
  worked around by delaying the initial focus setting until the
1968
2014
  first key event arrives.</p>
1969
2015
  <div class="refsect3">
1970
- <a name="id-1.3.10.2.12.27.6"></a><h4>Parameters</h4>
2016
+ <a name="gtk-entry-set-placeholder-text.parameters"></a><h4>Parameters</h4>
1971
2017
  <div class="informaltable"><table width="100%" border="0">
1972
2018
  <colgroup>
1973
2019
  <col width="150px" class="parameters_name">
@@ -1982,9 +2028,9 @@ first key event arrives.</p>
1982
2028
  </tr>
1983
2029
  <tr>
1984
2030
  <td class="parameter_name"><p>text</p></td>
1985
- <td class="parameter_description"><p>a string to be displayed when <em class="parameter"><code>entry</code></em>
1986
- is empty an unfocused, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
1987
- <td class="parameter_annotations"> </td>
2031
+ <td class="parameter_description"><p> a string to be displayed when <em class="parameter"><code>entry</code></em>
2032
+ is empty and unfocused, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2033
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1988
2034
  </tr>
1989
2035
  </tbody>
1990
2036
  </table></div>
@@ -1999,7 +2045,7 @@ gtk_entry_get_placeholder_text (<em class="parameter"><code><a class="link" href
1999
2045
  <p>Retrieves the text that will be displayed when <em class="parameter"><code>entry</code></em>
2000
2046
  is empty and unfocused</p>
2001
2047
  <div class="refsect3">
2002
- <a name="id-1.3.10.2.12.28.5"></a><h4>Parameters</h4>
2048
+ <a name="gtk-entry-get-placeholder-text.parameters"></a><h4>Parameters</h4>
2003
2049
  <div class="informaltable"><table width="100%" border="0">
2004
2050
  <colgroup>
2005
2051
  <col width="150px" class="parameters_name">
@@ -2014,7 +2060,7 @@ gtk_entry_get_placeholder_text (<em class="parameter"><code><a class="link" href
2014
2060
  </table></div>
2015
2061
  </div>
2016
2062
  <div class="refsect3">
2017
- <a name="id-1.3.10.2.12.28.6"></a><h4>Returns</h4>
2063
+ <a name="gtk-entry-get-placeholder-text.returns"></a><h4>Returns</h4>
2018
2064
  <p> a pointer to the placeholder text as a string. This string points to internally allocated
2019
2065
  storage in the widget and must not be freed, modified or stored.</p>
2020
2066
  </div>
@@ -2028,7 +2074,7 @@ gtk_entry_set_overwrite_mode (<em class="parameter"><code><a class="link" href="
2028
2074
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> overwrite</code></em>);</pre>
2029
2075
  <p>Sets whether the text is overwritten when typing in the <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>.</p>
2030
2076
  <div class="refsect3">
2031
- <a name="id-1.3.10.2.12.29.5"></a><h4>Parameters</h4>
2077
+ <a name="gtk-entry-set-overwrite-mode.parameters"></a><h4>Parameters</h4>
2032
2078
  <div class="informaltable"><table width="100%" border="0">
2033
2079
  <colgroup>
2034
2080
  <col width="150px" class="parameters_name">
@@ -2058,7 +2104,7 @@ gtk_entry_set_overwrite_mode (<em class="parameter"><code><a class="link" href="
2058
2104
  gtk_entry_get_overwrite_mode (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
2059
2105
  <p>Gets the value set by <a class="link" href="GtkEntry.html#gtk-entry-set-overwrite-mode" title="gtk_entry_set_overwrite_mode ()"><code class="function">gtk_entry_set_overwrite_mode()</code></a>.</p>
2060
2106
  <div class="refsect3">
2061
- <a name="id-1.3.10.2.12.30.5"></a><h4>Parameters</h4>
2107
+ <a name="gtk-entry-get-overwrite-mode.parameters"></a><h4>Parameters</h4>
2062
2108
  <div class="informaltable"><table width="100%" border="0">
2063
2109
  <colgroup>
2064
2110
  <col width="150px" class="parameters_name">
@@ -2073,7 +2119,7 @@ gtk_entry_get_overwrite_mode (<em class="parameter"><code><a class="link" href="
2073
2119
  </table></div>
2074
2120
  </div>
2075
2121
  <div class="refsect3">
2076
- <a name="id-1.3.10.2.12.30.6"></a><h4>Returns</h4>
2122
+ <a name="gtk-entry-get-overwrite-mode.returns"></a><h4>Returns</h4>
2077
2123
  <p> whether the text is overwritten when typing.</p>
2078
2124
  </div>
2079
2125
  <p class="since">Since: 2.14</p>
@@ -2081,9 +2127,9 @@ gtk_entry_get_overwrite_mode (<em class="parameter"><code><a class="link" href="
2081
2127
  <hr>
2082
2128
  <div class="refsect2">
2083
2129
  <a name="gtk-entry-get-layout"></a><h3>gtk_entry_get_layout ()</h3>
2084
- <pre class="programlisting"><span class="returnvalue">PangoLayout</span> *
2130
+ <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="returnvalue">PangoLayout</span></a> *
2085
2131
  gtk_entry_get_layout (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
2086
- <p>Gets the <span class="type">PangoLayout</span> used to display the entry.
2132
+ <p>Gets the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a> used to display the entry.
2087
2133
  The layout is useful to e.g. convert text positions to
2088
2134
  pixel positions, in combination with <a class="link" href="GtkEntry.html#gtk-entry-get-layout-offsets" title="gtk_entry_get_layout_offsets ()"><code class="function">gtk_entry_get_layout_offsets()</code></a>.
2089
2135
  The returned layout is owned by the entry and must not be
@@ -2093,7 +2139,7 @@ modified or freed by the caller.</p>
2093
2139
  <a class="link" href="GtkEntry.html#gtk-entry-text-index-to-layout-index" title="gtk_entry_text_index_to_layout_index ()"><code class="function">gtk_entry_text_index_to_layout_index()</code></a> are needed to convert byte
2094
2140
  indices in the layout to byte indices in the entry contents.</p>
2095
2141
  <div class="refsect3">
2096
- <a name="id-1.3.10.2.12.31.6"></a><h4>Parameters</h4>
2142
+ <a name="gtk-entry-get-layout.parameters"></a><h4>Parameters</h4>
2097
2143
  <div class="informaltable"><table width="100%" border="0">
2098
2144
  <colgroup>
2099
2145
  <col width="150px" class="parameters_name">
@@ -2108,8 +2154,8 @@ indices in the layout to byte indices in the entry contents.</p>
2108
2154
  </table></div>
2109
2155
  </div>
2110
2156
  <div class="refsect3">
2111
- <a name="id-1.3.10.2.12.31.7"></a><h4>Returns</h4>
2112
- <p> the <span class="type">PangoLayout</span> for this entry. </p>
2157
+ <a name="gtk-entry-get-layout.returns"></a><h4>Returns</h4>
2158
+ <p> the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a> for this entry. </p>
2113
2159
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
2114
2160
  </div>
2115
2161
  </div>
@@ -2120,24 +2166,24 @@ indices in the layout to byte indices in the entry contents.</p>
2120
2166
  gtk_entry_get_layout_offsets (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
2121
2167
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
2122
2168
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>);</pre>
2123
- <p>Obtains the position of the <span class="type">PangoLayout</span> used to render text
2169
+ <p>Obtains the position of the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a> used to render text
2124
2170
  in the entry, in widget coordinates. Useful if you want to line
2125
2171
  up the text in an entry with some other text, e.g. when using the
2126
2172
  entry to implement editable cells in a sheet widget.</p>
2127
2173
  <p>Also useful to convert mouse events into coordinates inside the
2128
- <span class="type">PangoLayout</span>, e.g. to take some action if some part of the entry text
2174
+ <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a>, e.g. to take some action if some part of the entry text
2129
2175
  is clicked.</p>
2130
2176
  <p>Note that as the user scrolls around in the entry the offsets will
2131
2177
  change; you’ll need to connect to the “notify::scroll-offset”
2132
- signal to track this. Remember when using the <span class="type">PangoLayout</span>
2178
+ signal to track this. Remember when using the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a>
2133
2179
  functions you need to convert to and from pixels using
2134
- <code class="function">PANGO_PIXELS()</code> or <span class="type">PANGO_SCALE</span>.</p>
2180
+ <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Glyph-Storage.html#PANGO-PIXELS:CAPS"><code class="function">PANGO_PIXELS()</code></a> or <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Glyph-Storage.html#PANGO-SCALE:CAPS"><span class="type">PANGO_SCALE</span></a>.</p>
2135
2181
  <p>Keep in mind that the layout text may contain a preedit string, so
2136
2182
  <a class="link" href="GtkEntry.html#gtk-entry-layout-index-to-text-index" title="gtk_entry_layout_index_to_text_index ()"><code class="function">gtk_entry_layout_index_to_text_index()</code></a> and
2137
2183
  <a class="link" href="GtkEntry.html#gtk-entry-text-index-to-layout-index" title="gtk_entry_text_index_to_layout_index ()"><code class="function">gtk_entry_text_index_to_layout_index()</code></a> are needed to convert byte
2138
2184
  indices in the layout to byte indices in the entry contents.</p>
2139
2185
  <div class="refsect3">
2140
- <a name="id-1.3.10.2.12.32.8"></a><h4>Parameters</h4>
2186
+ <a name="gtk-entry-get-layout-offsets.parameters"></a><h4>Parameters</h4>
2141
2187
  <div class="informaltable"><table width="100%" border="0">
2142
2188
  <colgroup>
2143
2189
  <col width="150px" class="parameters_name">
@@ -2172,10 +2218,10 @@ gtk_entry_layout_index_to_text_index (<em class="parameter"><code><a class="link
2172
2218
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> layout_index</code></em>);</pre>
2173
2219
  <p>Converts from a position in the entry contents (returned
2174
2220
  by <a class="link" href="GtkEntry.html#gtk-entry-get-text" title="gtk_entry_get_text ()"><code class="function">gtk_entry_get_text()</code></a>) to a position in the
2175
- entry’s <span class="type">PangoLayout</span> (returned by <a class="link" href="GtkEntry.html#gtk-entry-get-layout" title="gtk_entry_get_layout ()"><code class="function">gtk_entry_get_layout()</code></a>,
2176
- with text retrieved via <code class="function">pango_layout_get_text()</code>).</p>
2221
+ entry’s <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a> (returned by <a class="link" href="GtkEntry.html#gtk-entry-get-layout" title="gtk_entry_get_layout ()"><code class="function">gtk_entry_get_layout()</code></a>,
2222
+ with text retrieved via <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#pango-layout-get-text"><code class="function">pango_layout_get_text()</code></a>).</p>
2177
2223
  <div class="refsect3">
2178
- <a name="id-1.3.10.2.12.33.5"></a><h4>Parameters</h4>
2224
+ <a name="gtk-entry-layout-index-to-text-index.parameters"></a><h4>Parameters</h4>
2179
2225
  <div class="informaltable"><table width="100%" border="0">
2180
2226
  <colgroup>
2181
2227
  <col width="150px" class="parameters_name">
@@ -2197,7 +2243,7 @@ with text retrieved via <code class="function">pango_layout_get_text()</code>).<
2197
2243
  </table></div>
2198
2244
  </div>
2199
2245
  <div class="refsect3">
2200
- <a name="id-1.3.10.2.12.33.6"></a><h4>Returns</h4>
2246
+ <a name="gtk-entry-layout-index-to-text-index.returns"></a><h4>Returns</h4>
2201
2247
  <p> byte index into the entry contents</p>
2202
2248
  </div>
2203
2249
  </div>
@@ -2207,11 +2253,11 @@ with text retrieved via <code class="function">pango_layout_get_text()</code>).<
2207
2253
  <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
2208
2254
  gtk_entry_text_index_to_layout_index (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
2209
2255
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> text_index</code></em>);</pre>
2210
- <p>Converts from a position in the entry’s <span class="type">PangoLayout</span> (returned by
2256
+ <p>Converts from a position in the entry’s <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a> (returned by
2211
2257
  <a class="link" href="GtkEntry.html#gtk-entry-get-layout" title="gtk_entry_get_layout ()"><code class="function">gtk_entry_get_layout()</code></a>) to a position in the entry contents
2212
2258
  (returned by <a class="link" href="GtkEntry.html#gtk-entry-get-text" title="gtk_entry_get_text ()"><code class="function">gtk_entry_get_text()</code></a>).</p>
2213
2259
  <div class="refsect3">
2214
- <a name="id-1.3.10.2.12.34.5"></a><h4>Parameters</h4>
2260
+ <a name="gtk-entry-text-index-to-layout-index.parameters"></a><h4>Parameters</h4>
2215
2261
  <div class="informaltable"><table width="100%" border="0">
2216
2262
  <colgroup>
2217
2263
  <col width="150px" class="parameters_name">
@@ -2233,7 +2279,7 @@ gtk_entry_text_index_to_layout_index (<em class="parameter"><code><a class="link
2233
2279
  </table></div>
2234
2280
  </div>
2235
2281
  <div class="refsect3">
2236
- <a name="id-1.3.10.2.12.34.6"></a><h4>Returns</h4>
2282
+ <a name="gtk-entry-text-index-to-layout-index.returns"></a><h4>Returns</h4>
2237
2283
  <p> byte index into the entry layout text</p>
2238
2284
  </div>
2239
2285
  </div>
@@ -2242,11 +2288,11 @@ gtk_entry_text_index_to_layout_index (<em class="parameter"><code><a class="link
2242
2288
  <a name="gtk-entry-set-attributes"></a><h3>gtk_entry_set_attributes ()</h3>
2243
2289
  <pre class="programlisting"><span class="returnvalue">void</span>
2244
2290
  gtk_entry_set_attributes (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
2245
- <em class="parameter"><code><span class="type">PangoAttrList</span> *attrs</code></em>);</pre>
2246
- <p>Sets a <span class="type">PangoAttrList</span>; the attributes in the list are applied to the
2291
+ <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList-struct"><span class="type">PangoAttrList</span></a> *attrs</code></em>);</pre>
2292
+ <p>Sets a <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList-struct"><span class="type">PangoAttrList</span></a>; the attributes in the list are applied to the
2247
2293
  entry text.</p>
2248
2294
  <div class="refsect3">
2249
- <a name="id-1.3.10.2.12.35.5"></a><h4>Parameters</h4>
2295
+ <a name="gtk-entry-set-attributes.parameters"></a><h4>Parameters</h4>
2250
2296
  <div class="informaltable"><table width="100%" border="0">
2251
2297
  <colgroup>
2252
2298
  <col width="150px" class="parameters_name">
@@ -2261,7 +2307,7 @@ entry text.</p>
2261
2307
  </tr>
2262
2308
  <tr>
2263
2309
  <td class="parameter_name"><p>attrs</p></td>
2264
- <td class="parameter_description"><p>a <span class="type">PangoAttrList</span></p></td>
2310
+ <td class="parameter_description"><p>a <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList-struct"><span class="type">PangoAttrList</span></a></p></td>
2265
2311
  <td class="parameter_annotations"> </td>
2266
2312
  </tr>
2267
2313
  </tbody>
@@ -2272,12 +2318,12 @@ entry text.</p>
2272
2318
  <hr>
2273
2319
  <div class="refsect2">
2274
2320
  <a name="gtk-entry-get-attributes"></a><h3>gtk_entry_get_attributes ()</h3>
2275
- <pre class="programlisting"><span class="returnvalue">PangoAttrList</span> *
2321
+ <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList-struct"><span class="returnvalue">PangoAttrList</span></a> *
2276
2322
  gtk_entry_get_attributes (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
2277
2323
  <p>Gets the attribute list that was set on the entry using
2278
2324
  <a class="link" href="GtkEntry.html#gtk-entry-set-attributes" title="gtk_entry_set_attributes ()"><code class="function">gtk_entry_set_attributes()</code></a>, if any.</p>
2279
2325
  <div class="refsect3">
2280
- <a name="id-1.3.10.2.12.36.5"></a><h4>Parameters</h4>
2326
+ <a name="gtk-entry-get-attributes.parameters"></a><h4>Parameters</h4>
2281
2327
  <div class="informaltable"><table width="100%" border="0">
2282
2328
  <colgroup>
2283
2329
  <col width="150px" class="parameters_name">
@@ -2292,10 +2338,10 @@ gtk_entry_get_attributes (<em class="parameter"><code><a class="link" href="GtkE
2292
2338
  </table></div>
2293
2339
  </div>
2294
2340
  <div class="refsect3">
2295
- <a name="id-1.3.10.2.12.36.6"></a><h4>Returns</h4>
2341
+ <a name="gtk-entry-get-attributes.returns"></a><h4>Returns</h4>
2296
2342
  <p> the attribute list, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
2297
2343
  if none was set. </p>
2298
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
2344
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
2299
2345
  </div>
2300
2346
  <p class="since">Since: <a class="link" href="api-index-3-6.html#api-index-3.6">3.6</a></p>
2301
2347
  </div>
@@ -2325,7 +2371,7 @@ gtk_entry_get_max_length (<em class="parameter"><code><a class="link" href="GtkE
2325
2371
 
2326
2372
  <p></p>
2327
2373
  <div class="refsect3">
2328
- <a name="id-1.3.10.2.12.37.8"></a><h4>Parameters</h4>
2374
+ <a name="gtk-entry-get-max-length.parameters"></a><h4>Parameters</h4>
2329
2375
  <div class="informaltable"><table width="100%" border="0">
2330
2376
  <colgroup>
2331
2377
  <col width="150px" class="parameters_name">
@@ -2340,7 +2386,7 @@ gtk_entry_get_max_length (<em class="parameter"><code><a class="link" href="GtkE
2340
2386
  </table></div>
2341
2387
  </div>
2342
2388
  <div class="refsect3">
2343
- <a name="id-1.3.10.2.12.37.9"></a><h4>Returns</h4>
2389
+ <a name="gtk-entry-get-max-length.returns"></a><h4>Returns</h4>
2344
2390
  <p> the maximum allowed number of characters
2345
2391
  in <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>, or 0 if there is no maximum.</p>
2346
2392
  </div>
@@ -2354,7 +2400,7 @@ gtk_entry_get_visibility (<em class="parameter"><code><a class="link" href="GtkE
2354
2400
  is visible. See
2355
2401
  <a class="link" href="GtkEntry.html#gtk-entry-set-visibility" title="gtk_entry_set_visibility ()"><code class="function">gtk_entry_set_visibility()</code></a>.</p>
2356
2402
  <div class="refsect3">
2357
- <a name="id-1.3.10.2.12.38.5"></a><h4>Parameters</h4>
2403
+ <a name="gtk-entry-get-visibility.parameters"></a><h4>Parameters</h4>
2358
2404
  <div class="informaltable"><table width="100%" border="0">
2359
2405
  <colgroup>
2360
2406
  <col width="150px" class="parameters_name">
@@ -2369,7 +2415,7 @@ gtk_entry_get_visibility (<em class="parameter"><code><a class="link" href="GtkE
2369
2415
  </table></div>
2370
2416
  </div>
2371
2417
  <div class="refsect3">
2372
- <a name="id-1.3.10.2.12.38.6"></a><h4>Returns</h4>
2418
+ <a name="gtk-entry-get-visibility.returns"></a><h4>Returns</h4>
2373
2419
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the text is currently visible</p>
2374
2420
  </div>
2375
2421
  </div>
@@ -2388,7 +2434,7 @@ All further configuration of the completion mechanism is done on
2388
2434
  <em class="parameter"><code>completion</code></em>
2389
2435
  is set to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
2390
2436
  <div class="refsect3">
2391
- <a name="id-1.3.10.2.12.39.5"></a><h4>Parameters</h4>
2437
+ <a name="gtk-entry-set-completion.parameters"></a><h4>Parameters</h4>
2392
2438
  <div class="informaltable"><table width="100%" border="0">
2393
2439
  <colgroup>
2394
2440
  <col width="150px" class="parameters_name">
@@ -2419,7 +2465,7 @@ gtk_entry_get_completion (<em class="parameter"><code><a class="link" href="GtkE
2419
2465
  <p>Returns the auxiliary completion object currently in use by <em class="parameter"><code>entry</code></em>
2420
2466
  .</p>
2421
2467
  <div class="refsect3">
2422
- <a name="id-1.3.10.2.12.40.5"></a><h4>Parameters</h4>
2468
+ <a name="gtk-entry-get-completion.parameters"></a><h4>Parameters</h4>
2423
2469
  <div class="informaltable"><table width="100%" border="0">
2424
2470
  <colgroup>
2425
2471
  <col width="150px" class="parameters_name">
@@ -2434,7 +2480,7 @@ gtk_entry_get_completion (<em class="parameter"><code><a class="link" href="GtkE
2434
2480
  </table></div>
2435
2481
  </div>
2436
2482
  <div class="refsect3">
2437
- <a name="id-1.3.10.2.12.40.6"></a><h4>Returns</h4>
2483
+ <a name="gtk-entry-get-completion.returns"></a><h4>Returns</h4>
2438
2484
  <p> The auxiliary completion object currently
2439
2485
  in use by <em class="parameter"><code>entry</code></em>
2440
2486
  . </p>
@@ -2455,7 +2501,7 @@ the adjustment.</p>
2455
2501
  <p>The adjustment has to be in pixel units and in the same coordinate system
2456
2502
  as the entry.</p>
2457
2503
  <div class="refsect3">
2458
- <a name="id-1.3.10.2.12.41.6"></a><h4>Parameters</h4>
2504
+ <a name="gtk-entry-set-cursor-hadjustment.parameters"></a><h4>Parameters</h4>
2459
2505
  <div class="informaltable"><table width="100%" border="0">
2460
2506
  <colgroup>
2461
2507
  <col width="150px" class="parameters_name">
@@ -2470,9 +2516,9 @@ as the entry.</p>
2470
2516
  </tr>
2471
2517
  <tr>
2472
2518
  <td class="parameter_name"><p>adjustment</p></td>
2473
- <td class="parameter_description"><p>an adjustment which should be adjusted when the cursor
2474
- is moved, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
2475
- <td class="parameter_annotations"> </td>
2519
+ <td class="parameter_description"><p> an adjustment which should be adjusted when the cursor
2520
+ is moved, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2521
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
2476
2522
  </tr>
2477
2523
  </tbody>
2478
2524
  </table></div>
@@ -2487,7 +2533,7 @@ gtk_entry_get_cursor_hadjustment (<em class="parameter"><code><a class="link" hr
2487
2533
  <p>Retrieves the horizontal cursor adjustment for the entry.
2488
2534
  See <a class="link" href="GtkEntry.html#gtk-entry-set-cursor-hadjustment" title="gtk_entry_set_cursor_hadjustment ()"><code class="function">gtk_entry_set_cursor_hadjustment()</code></a>.</p>
2489
2535
  <div class="refsect3">
2490
- <a name="id-1.3.10.2.12.42.5"></a><h4>Parameters</h4>
2536
+ <a name="gtk-entry-get-cursor-hadjustment.parameters"></a><h4>Parameters</h4>
2491
2537
  <div class="informaltable"><table width="100%" border="0">
2492
2538
  <colgroup>
2493
2539
  <col width="150px" class="parameters_name">
@@ -2502,10 +2548,10 @@ See <a class="link" href="GtkEntry.html#gtk-entry-set-cursor-hadjustment" title=
2502
2548
  </table></div>
2503
2549
  </div>
2504
2550
  <div class="refsect3">
2505
- <a name="id-1.3.10.2.12.42.6"></a><h4>Returns</h4>
2551
+ <a name="gtk-entry-get-cursor-hadjustment.returns"></a><h4>Returns</h4>
2506
2552
  <p> the horizontal cursor adjustment, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
2507
2553
  if none has been set. </p>
2508
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
2554
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
2509
2555
  </div>
2510
2556
  <p class="since">Since: 2.12</p>
2511
2557
  </div>
@@ -2519,7 +2565,7 @@ gtk_entry_set_progress_fraction (<em class="parameter"><code><a class="link" hre
2519
2565
  fraction of the bar. The fraction should be between 0.0 and 1.0,
2520
2566
  inclusive.</p>
2521
2567
  <div class="refsect3">
2522
- <a name="id-1.3.10.2.12.43.5"></a><h4>Parameters</h4>
2568
+ <a name="gtk-entry-set-progress-fraction.parameters"></a><h4>Parameters</h4>
2523
2569
  <div class="informaltable"><table width="100%" border="0">
2524
2570
  <colgroup>
2525
2571
  <col width="150px" class="parameters_name">
@@ -2550,7 +2596,7 @@ gtk_entry_get_progress_fraction (<em class="parameter"><code><a class="link" hre
2550
2596
  <p>Returns the current fraction of the task that’s been completed.
2551
2597
  See <a class="link" href="GtkEntry.html#gtk-entry-set-progress-fraction" title="gtk_entry_set_progress_fraction ()"><code class="function">gtk_entry_set_progress_fraction()</code></a>.</p>
2552
2598
  <div class="refsect3">
2553
- <a name="id-1.3.10.2.12.44.5"></a><h4>Parameters</h4>
2599
+ <a name="gtk-entry-get-progress-fraction.parameters"></a><h4>Parameters</h4>
2554
2600
  <div class="informaltable"><table width="100%" border="0">
2555
2601
  <colgroup>
2556
2602
  <col width="150px" class="parameters_name">
@@ -2565,7 +2611,7 @@ See <a class="link" href="GtkEntry.html#gtk-entry-set-progress-fraction" title="
2565
2611
  </table></div>
2566
2612
  </div>
2567
2613
  <div class="refsect3">
2568
- <a name="id-1.3.10.2.12.44.6"></a><h4>Returns</h4>
2614
+ <a name="gtk-entry-get-progress-fraction.returns"></a><h4>Returns</h4>
2569
2615
  <p> a fraction from 0.0 to 1.0</p>
2570
2616
  </div>
2571
2617
  <p class="since">Since: 2.16</p>
@@ -2579,7 +2625,7 @@ gtk_entry_set_progress_pulse_step (<em class="parameter"><code><a class="link" h
2579
2625
  <p>Sets the fraction of total entry width to move the progress
2580
2626
  bouncing block for each call to <a class="link" href="GtkEntry.html#gtk-entry-progress-pulse" title="gtk_entry_progress_pulse ()"><code class="function">gtk_entry_progress_pulse()</code></a>.</p>
2581
2627
  <div class="refsect3">
2582
- <a name="id-1.3.10.2.12.45.5"></a><h4>Parameters</h4>
2628
+ <a name="gtk-entry-set-progress-pulse-step.parameters"></a><h4>Parameters</h4>
2583
2629
  <div class="informaltable"><table width="100%" border="0">
2584
2630
  <colgroup>
2585
2631
  <col width="150px" class="parameters_name">
@@ -2609,7 +2655,7 @@ bouncing block for each call to <a class="link" href="GtkEntry.html#gtk-entry-pr
2609
2655
  gtk_entry_get_progress_pulse_step (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
2610
2656
  <p>Retrieves the pulse step set with <a class="link" href="GtkEntry.html#gtk-entry-set-progress-pulse-step" title="gtk_entry_set_progress_pulse_step ()"><code class="function">gtk_entry_set_progress_pulse_step()</code></a>.</p>
2611
2657
  <div class="refsect3">
2612
- <a name="id-1.3.10.2.12.46.5"></a><h4>Parameters</h4>
2658
+ <a name="gtk-entry-get-progress-pulse-step.parameters"></a><h4>Parameters</h4>
2613
2659
  <div class="informaltable"><table width="100%" border="0">
2614
2660
  <colgroup>
2615
2661
  <col width="150px" class="parameters_name">
@@ -2624,7 +2670,7 @@ gtk_entry_get_progress_pulse_step (<em class="parameter"><code><a class="link" h
2624
2670
  </table></div>
2625
2671
  </div>
2626
2672
  <div class="refsect3">
2627
- <a name="id-1.3.10.2.12.46.6"></a><h4>Returns</h4>
2673
+ <a name="gtk-entry-get-progress-pulse-step.returns"></a><h4>Returns</h4>
2628
2674
  <p> a fraction from 0.0 to 1.0</p>
2629
2675
  </div>
2630
2676
  <p class="since">Since: 2.16</p>
@@ -2641,7 +2687,7 @@ where a block bounces back and forth. Each call to
2641
2687
  (the amount of movement per pulse is determined by
2642
2688
  <a class="link" href="GtkEntry.html#gtk-entry-set-progress-pulse-step" title="gtk_entry_set_progress_pulse_step ()"><code class="function">gtk_entry_set_progress_pulse_step()</code></a>).</p>
2643
2689
  <div class="refsect3">
2644
- <a name="id-1.3.10.2.12.47.5"></a><h4>Parameters</h4>
2690
+ <a name="gtk-entry-progress-pulse.parameters"></a><h4>Parameters</h4>
2645
2691
  <div class="informaltable"><table width="100%" border="0">
2646
2692
  <colgroup>
2647
2693
  <col width="150px" class="parameters_name">
@@ -2662,7 +2708,7 @@ where a block bounces back and forth. Each call to
2662
2708
  <a name="gtk-entry-im-context-filter-keypress"></a><h3>gtk_entry_im_context_filter_keypress ()</h3>
2663
2709
  <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2664
2710
  gtk_entry_im_context_filter_keypress (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
2665
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);</pre>
2711
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);</pre>
2666
2712
  <p>Allow the <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> input method to internally handle key press
2667
2713
  and release events. If this function returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then no further
2668
2714
  processing should be done for this key event. See
@@ -2673,7 +2719,7 @@ you need to insert your own key handling between the input method
2673
2719
  and the default key event handling of the <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>.
2674
2720
  See <a class="link" href="GtkTextView.html#gtk-text-view-reset-im-context" title="gtk_text_view_reset_im_context ()"><code class="function">gtk_text_view_reset_im_context()</code></a> for an example of use.</p>
2675
2721
  <div class="refsect3">
2676
- <a name="id-1.3.10.2.12.48.6"></a><h4>Parameters</h4>
2722
+ <a name="gtk-entry-im-context-filter-keypress.parameters"></a><h4>Parameters</h4>
2677
2723
  <div class="informaltable"><table width="100%" border="0">
2678
2724
  <colgroup>
2679
2725
  <col width="150px" class="parameters_name">
@@ -2695,7 +2741,7 @@ See <a class="link" href="GtkTextView.html#gtk-text-view-reset-im-context" title
2695
2741
  </table></div>
2696
2742
  </div>
2697
2743
  <div class="refsect3">
2698
- <a name="id-1.3.10.2.12.48.7"></a><h4>Returns</h4>
2744
+ <a name="gtk-entry-im-context-filter-keypress.returns"></a><h4>Returns</h4>
2699
2745
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the input method handled the key event.</p>
2700
2746
  </div>
2701
2747
  <p class="since">Since: 2.22</p>
@@ -2709,7 +2755,7 @@ gtk_entry_reset_im_context (<em class="parameter"><code><a class="link" href="Gt
2709
2755
  <p>This can be necessary in the case where modifying the buffer
2710
2756
  would confuse on-going input method behavior.</p>
2711
2757
  <div class="refsect3">
2712
- <a name="id-1.3.10.2.12.49.6"></a><h4>Parameters</h4>
2758
+ <a name="gtk-entry-reset-im-context.parameters"></a><h4>Parameters</h4>
2713
2759
  <div class="informaltable"><table width="100%" border="0">
2714
2760
  <colgroup>
2715
2761
  <col width="150px" class="parameters_name">
@@ -2728,12 +2774,12 @@ would confuse on-going input method behavior.</p>
2728
2774
  <hr>
2729
2775
  <div class="refsect2">
2730
2776
  <a name="gtk-entry-get-tabs"></a><h3>gtk_entry_get_tabs ()</h3>
2731
- <pre class="programlisting"><span class="returnvalue">PangoTabArray</span> *
2777
+ <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray-struct"><span class="returnvalue">PangoTabArray</span></a> *
2732
2778
  gtk_entry_get_tabs (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
2733
2779
  <p>Gets the tabstops that were set on the entry using <a class="link" href="GtkEntry.html#gtk-entry-set-tabs" title="gtk_entry_set_tabs ()"><code class="function">gtk_entry_set_tabs()</code></a>, if
2734
2780
  any.</p>
2735
2781
  <div class="refsect3">
2736
- <a name="id-1.3.10.2.12.50.5"></a><h4>Parameters</h4>
2782
+ <a name="gtk-entry-get-tabs.parameters"></a><h4>Parameters</h4>
2737
2783
  <div class="informaltable"><table width="100%" border="0">
2738
2784
  <colgroup>
2739
2785
  <col width="150px" class="parameters_name">
@@ -2748,7 +2794,7 @@ any.</p>
2748
2794
  </table></div>
2749
2795
  </div>
2750
2796
  <div class="refsect3">
2751
- <a name="id-1.3.10.2.12.50.6"></a><h4>Returns</h4>
2797
+ <a name="gtk-entry-get-tabs.returns"></a><h4>Returns</h4>
2752
2798
  <p> the tabstops, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none was set. </p>
2753
2799
  <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
2754
2800
  </div>
@@ -2759,11 +2805,11 @@ any.</p>
2759
2805
  <a name="gtk-entry-set-tabs"></a><h3>gtk_entry_set_tabs ()</h3>
2760
2806
  <pre class="programlisting"><span class="returnvalue">void</span>
2761
2807
  gtk_entry_set_tabs (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
2762
- <em class="parameter"><code><span class="type">PangoTabArray</span> *tabs</code></em>);</pre>
2763
- <p>Sets a <span class="type">PangoTabArray</span>; the tabstops in the array are applied to the entry
2808
+ <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray-struct"><span class="type">PangoTabArray</span></a> *tabs</code></em>);</pre>
2809
+ <p>Sets a <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray-struct"><span class="type">PangoTabArray</span></a>; the tabstops in the array are applied to the entry
2764
2810
  text.</p>
2765
2811
  <div class="refsect3">
2766
- <a name="id-1.3.10.2.12.51.5"></a><h4>Parameters</h4>
2812
+ <a name="gtk-entry-set-tabs.parameters"></a><h4>Parameters</h4>
2767
2813
  <div class="informaltable"><table width="100%" border="0">
2768
2814
  <colgroup>
2769
2815
  <col width="150px" class="parameters_name">
@@ -2778,7 +2824,7 @@ text.</p>
2778
2824
  </tr>
2779
2825
  <tr>
2780
2826
  <td class="parameter_name"><p>tabs</p></td>
2781
- <td class="parameter_description"><p>a <span class="type">PangoTabArray</span></p></td>
2827
+ <td class="parameter_description"><p>a <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray-struct"><span class="type">PangoTabArray</span></a></p></td>
2782
2828
  <td class="parameter_annotations"> </td>
2783
2829
  </tr>
2784
2830
  </tbody>
@@ -2792,12 +2838,12 @@ text.</p>
2792
2838
  <pre class="programlisting"><span class="returnvalue">void</span>
2793
2839
  gtk_entry_set_icon_from_pixbuf (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
2794
2840
  <em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
2795
- <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
2841
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
2796
2842
  <p>Sets the icon shown in the specified position using a pixbuf.</p>
2797
2843
  <p>If <em class="parameter"><code>pixbuf</code></em>
2798
2844
  is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, no icon will be shown in the specified position.</p>
2799
2845
  <div class="refsect3">
2800
- <a name="id-1.3.10.2.12.52.6"></a><h4>Parameters</h4>
2846
+ <a name="gtk-entry-set-icon-from-pixbuf.parameters"></a><h4>Parameters</h4>
2801
2847
  <div class="informaltable"><table width="100%" border="0">
2802
2848
  <colgroup>
2803
2849
  <col width="150px" class="parameters_name">
@@ -2817,7 +2863,7 @@ gtk_entry_set_icon_from_pixbuf (<em class="parameter"><code><a class="link" href
2817
2863
  </tr>
2818
2864
  <tr>
2819
2865
  <td class="parameter_name"><p>pixbuf</p></td>
2820
- <td class="parameter_description"><p> A <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2866
+ <td class="parameter_description"><p> A <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2821
2867
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2822
2868
  </tr>
2823
2869
  </tbody>
@@ -2841,7 +2887,7 @@ a stock image.</p>
2841
2887
  <p>If <em class="parameter"><code>stock_id</code></em>
2842
2888
  is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, no icon will be shown in the specified position.</p>
2843
2889
  <div class="refsect3">
2844
- <a name="id-1.3.10.2.12.53.8"></a><h4>Parameters</h4>
2890
+ <a name="gtk-entry-set-icon-from-stock.parameters"></a><h4>Parameters</h4>
2845
2891
  <div class="informaltable"><table width="100%" border="0">
2846
2892
  <colgroup>
2847
2893
  <col width="150px" class="parameters_name">
@@ -2883,7 +2929,7 @@ instead.</p>
2883
2929
  <p>If <em class="parameter"><code>icon_name</code></em>
2884
2930
  is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, no icon will be shown in the specified position.</p>
2885
2931
  <div class="refsect3">
2886
- <a name="id-1.3.10.2.12.54.7"></a><h4>Parameters</h4>
2932
+ <a name="gtk-entry-set-icon-from-icon-name.parameters"></a><h4>Parameters</h4>
2887
2933
  <div class="informaltable"><table width="100%" border="0">
2888
2934
  <colgroup>
2889
2935
  <col width="150px" class="parameters_name">
@@ -2917,7 +2963,7 @@ instead.</p>
2917
2963
  <pre class="programlisting"><span class="returnvalue">void</span>
2918
2964
  gtk_entry_set_icon_from_gicon (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
2919
2965
  <em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
2920
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *icon</code></em>);</pre>
2966
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *icon</code></em>);</pre>
2921
2967
  <p>Sets the icon shown in the entry at the specified position
2922
2968
  from the current icon theme.
2923
2969
  If the icon isn’t known, a “broken image” icon will be displayed
@@ -2925,7 +2971,7 @@ instead.</p>
2925
2971
  <p>If <em class="parameter"><code>icon</code></em>
2926
2972
  is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, no icon will be shown in the specified position.</p>
2927
2973
  <div class="refsect3">
2928
- <a name="id-1.3.10.2.12.55.6"></a><h4>Parameters</h4>
2974
+ <a name="gtk-entry-set-icon-from-gicon.parameters"></a><h4>Parameters</h4>
2929
2975
  <div class="informaltable"><table width="100%" border="0">
2930
2976
  <colgroup>
2931
2977
  <col width="150px" class="parameters_name">
@@ -2963,7 +3009,7 @@ gtk_entry_get_icon_storage_type (<em class="parameter"><code><a class="link" hre
2963
3009
  to store image data. If the icon has no image data,
2964
3010
  the return value will be <a class="link" href="GtkImage.html#GTK-IMAGE-EMPTY:CAPS"><code class="literal">GTK_IMAGE_EMPTY</code></a>.</p>
2965
3011
  <div class="refsect3">
2966
- <a name="id-1.3.10.2.12.56.5"></a><h4>Parameters</h4>
3012
+ <a name="gtk-entry-get-icon-storage-type.parameters"></a><h4>Parameters</h4>
2967
3013
  <div class="informaltable"><table width="100%" border="0">
2968
3014
  <colgroup>
2969
3015
  <col width="150px" class="parameters_name">
@@ -2985,7 +3031,7 @@ the return value will be <a class="link" href="GtkImage.html#GTK-IMAGE-EMPTY:CAP
2985
3031
  </table></div>
2986
3032
  </div>
2987
3033
  <div class="refsect3">
2988
- <a name="id-1.3.10.2.12.56.6"></a><h4>Returns</h4>
3034
+ <a name="gtk-entry-get-icon-storage-type.returns"></a><h4>Returns</h4>
2989
3035
  <p> image representation being used</p>
2990
3036
  </div>
2991
3037
  <p class="since">Since: 2.16</p>
@@ -2993,15 +3039,15 @@ the return value will be <a class="link" href="GtkImage.html#GTK-IMAGE-EMPTY:CAP
2993
3039
  <hr>
2994
3040
  <div class="refsect2">
2995
3041
  <a name="gtk-entry-get-icon-pixbuf"></a><h3>gtk_entry_get_icon_pixbuf ()</h3>
2996
- <pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
3042
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
2997
3043
  gtk_entry_get_icon_pixbuf (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
2998
3044
  <em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);</pre>
2999
3045
  <p>Retrieves the image used for the icon.</p>
3000
3046
  <p>Unlike the other methods of setting and getting icon data, this
3001
3047
  method will work regardless of whether the icon was set using a
3002
- <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a>, a stock item, or an icon name.</p>
3048
+ <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a>, a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a>, a stock item, or an icon name.</p>
3003
3049
  <div class="refsect3">
3004
- <a name="id-1.3.10.2.12.57.6"></a><h4>Parameters</h4>
3050
+ <a name="gtk-entry-get-icon-pixbuf.parameters"></a><h4>Parameters</h4>
3005
3051
  <div class="informaltable"><table width="100%" border="0">
3006
3052
  <colgroup>
3007
3053
  <col width="150px" class="parameters_name">
@@ -3023,10 +3069,10 @@ method will work regardless of whether the icon was set using a
3023
3069
  </table></div>
3024
3070
  </div>
3025
3071
  <div class="refsect3">
3026
- <a name="id-1.3.10.2.12.57.7"></a><h4>Returns</h4>
3027
- <p> A <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon is
3072
+ <a name="gtk-entry-get-icon-pixbuf.returns"></a><h4>Returns</h4>
3073
+ <p> A <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon is
3028
3074
  set for this position. </p>
3029
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
3075
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
3030
3076
  </div>
3031
3077
  <p class="since">Since: 2.16</p>
3032
3078
  </div>
@@ -3044,7 +3090,7 @@ gtk_entry_get_icon_stock (<em class="parameter"><code><a class="link" href="GtkE
3044
3090
  no icon or if the icon was set by some other method (e.g., by
3045
3091
  pixbuf, icon name or gicon).</p>
3046
3092
  <div class="refsect3">
3047
- <a name="id-1.3.10.2.12.58.7"></a><h4>Parameters</h4>
3093
+ <a name="gtk-entry-get-icon-stock.parameters"></a><h4>Parameters</h4>
3048
3094
  <div class="informaltable"><table width="100%" border="0">
3049
3095
  <colgroup>
3050
3096
  <col width="150px" class="parameters_name">
@@ -3066,7 +3112,7 @@ pixbuf, icon name or gicon).</p>
3066
3112
  </table></div>
3067
3113
  </div>
3068
3114
  <div class="refsect3">
3069
- <a name="id-1.3.10.2.12.58.8"></a><h4>Returns</h4>
3115
+ <a name="gtk-entry-get-icon-stock.returns"></a><h4>Returns</h4>
3070
3116
  <p> A stock id, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon is set or if the icon
3071
3117
  wasn’t set from a stock id</p>
3072
3118
  </div>
@@ -3082,7 +3128,7 @@ gtk_entry_get_icon_name (<em class="parameter"><code><a class="link" href="GtkEn
3082
3128
  no icon or if the icon was set by some other method (e.g., by
3083
3129
  pixbuf, stock or gicon).</p>
3084
3130
  <div class="refsect3">
3085
- <a name="id-1.3.10.2.12.59.5"></a><h4>Parameters</h4>
3131
+ <a name="gtk-entry-get-icon-name.parameters"></a><h4>Parameters</h4>
3086
3132
  <div class="informaltable"><table width="100%" border="0">
3087
3133
  <colgroup>
3088
3134
  <col width="150px" class="parameters_name">
@@ -3104,23 +3150,24 @@ pixbuf, stock or gicon).</p>
3104
3150
  </table></div>
3105
3151
  </div>
3106
3152
  <div class="refsect3">
3107
- <a name="id-1.3.10.2.12.59.6"></a><h4>Returns</h4>
3153
+ <a name="gtk-entry-get-icon-name.returns"></a><h4>Returns</h4>
3108
3154
  <p> An icon name, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon is set or if the icon
3109
- wasn’t set from an icon name</p>
3155
+ wasn’t set from an icon name. </p>
3156
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
3110
3157
  </div>
3111
3158
  <p class="since">Since: 2.16</p>
3112
3159
  </div>
3113
3160
  <hr>
3114
3161
  <div class="refsect2">
3115
3162
  <a name="gtk-entry-get-icon-gicon"></a><h3>gtk_entry_get_icon_gicon ()</h3>
3116
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="returnvalue">GIcon</span></a> *
3163
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="returnvalue">GIcon</span></a> *
3117
3164
  gtk_entry_get_icon_gicon (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
3118
3165
  <em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);</pre>
3119
- <p>Retrieves the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> used for the icon, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is
3166
+ <p>Retrieves the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> used for the icon, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is
3120
3167
  no icon or if the icon was set by some other method (e.g., by
3121
3168
  stock, pixbuf, or icon name).</p>
3122
3169
  <div class="refsect3">
3123
- <a name="id-1.3.10.2.12.60.5"></a><h4>Parameters</h4>
3170
+ <a name="gtk-entry-get-icon-gicon.parameters"></a><h4>Parameters</h4>
3124
3171
  <div class="informaltable"><table width="100%" border="0">
3125
3172
  <colgroup>
3126
3173
  <col width="150px" class="parameters_name">
@@ -3142,10 +3189,10 @@ stock, pixbuf, or icon name).</p>
3142
3189
  </table></div>
3143
3190
  </div>
3144
3191
  <div class="refsect3">
3145
- <a name="id-1.3.10.2.12.60.6"></a><h4>Returns</h4>
3146
- <p> A <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon is set
3147
- or if the icon is not a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a>. </p>
3148
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
3192
+ <a name="gtk-entry-get-icon-gicon.returns"></a><h4>Returns</h4>
3193
+ <p> A <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon is set
3194
+ or if the icon is not a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a>. </p>
3195
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
3149
3196
  </div>
3150
3197
  <p class="since">Since: 2.16</p>
3151
3198
  </div>
@@ -3158,7 +3205,7 @@ gtk_entry_set_icon_activatable (<em class="parameter"><code><a class="link" href
3158
3205
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> activatable</code></em>);</pre>
3159
3206
  <p>Sets whether the icon is activatable.</p>
3160
3207
  <div class="refsect3">
3161
- <a name="id-1.3.10.2.12.61.5"></a><h4>Parameters</h4>
3208
+ <a name="gtk-entry-set-icon-activatable.parameters"></a><h4>Parameters</h4>
3162
3209
  <div class="informaltable"><table width="100%" border="0">
3163
3210
  <colgroup>
3164
3211
  <col width="150px" class="parameters_name">
@@ -3194,7 +3241,7 @@ gtk_entry_get_icon_activatable (<em class="parameter"><code><a class="link" href
3194
3241
  <em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);</pre>
3195
3242
  <p>Returns whether the icon is activatable.</p>
3196
3243
  <div class="refsect3">
3197
- <a name="id-1.3.10.2.12.62.5"></a><h4>Parameters</h4>
3244
+ <a name="gtk-entry-get-icon-activatable.parameters"></a><h4>Parameters</h4>
3198
3245
  <div class="informaltable"><table width="100%" border="0">
3199
3246
  <colgroup>
3200
3247
  <col width="150px" class="parameters_name">
@@ -3216,7 +3263,7 @@ gtk_entry_get_icon_activatable (<em class="parameter"><code><a class="link" href
3216
3263
  </table></div>
3217
3264
  </div>
3218
3265
  <div class="refsect3">
3219
- <a name="id-1.3.10.2.12.62.6"></a><h4>Returns</h4>
3266
+ <a name="gtk-entry-get-icon-activatable.returns"></a><h4>Returns</h4>
3220
3267
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the icon is activatable.</p>
3221
3268
  </div>
3222
3269
  <p class="since">Since: 2.16</p>
@@ -3230,7 +3277,7 @@ gtk_entry_set_icon_sensitive (<em class="parameter"><code><a class="link" href="
3230
3277
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> sensitive</code></em>);</pre>
3231
3278
  <p>Sets the sensitivity for the specified icon.</p>
3232
3279
  <div class="refsect3">
3233
- <a name="id-1.3.10.2.12.63.5"></a><h4>Parameters</h4>
3280
+ <a name="gtk-entry-set-icon-sensitive.parameters"></a><h4>Parameters</h4>
3234
3281
  <div class="informaltable"><table width="100%" border="0">
3235
3282
  <colgroup>
3236
3283
  <col width="150px" class="parameters_name">
@@ -3267,7 +3314,7 @@ gtk_entry_get_icon_sensitive (<em class="parameter"><code><a class="link" href="
3267
3314
  <em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);</pre>
3268
3315
  <p>Returns whether the icon appears sensitive or insensitive.</p>
3269
3316
  <div class="refsect3">
3270
- <a name="id-1.3.10.2.12.64.5"></a><h4>Parameters</h4>
3317
+ <a name="gtk-entry-get-icon-sensitive.parameters"></a><h4>Parameters</h4>
3271
3318
  <div class="informaltable"><table width="100%" border="0">
3272
3319
  <colgroup>
3273
3320
  <col width="150px" class="parameters_name">
@@ -3289,7 +3336,7 @@ gtk_entry_get_icon_sensitive (<em class="parameter"><code><a class="link" href="
3289
3336
  </table></div>
3290
3337
  </div>
3291
3338
  <div class="refsect3">
3292
- <a name="id-1.3.10.2.12.64.6"></a><h4>Returns</h4>
3339
+ <a name="gtk-entry-get-icon-sensitive.returns"></a><h4>Returns</h4>
3293
3340
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the icon is sensitive.</p>
3294
3341
  </div>
3295
3342
  <p class="since">Since: 2.16</p>
@@ -3310,7 +3357,7 @@ If <em class="parameter"><code>x</code></em>
3310
3357
  This function is intended for use in a <a class="link" href="GtkWidget.html#GtkWidget-query-tooltip" title="The “query-tooltip” signal"><span class="type">“query-tooltip”</span></a>
3311
3358
  signal handler.</p>
3312
3359
  <div class="refsect3">
3313
- <a name="id-1.3.10.2.12.65.5"></a><h4>Parameters</h4>
3360
+ <a name="gtk-entry-get-icon-at-pos.parameters"></a><h4>Parameters</h4>
3314
3361
  <div class="informaltable"><table width="100%" border="0">
3315
3362
  <colgroup>
3316
3363
  <col width="150px" class="parameters_name">
@@ -3337,7 +3384,7 @@ signal handler.</p>
3337
3384
  </table></div>
3338
3385
  </div>
3339
3386
  <div class="refsect3">
3340
- <a name="id-1.3.10.2.12.65.6"></a><h4>Returns</h4>
3387
+ <a name="gtk-entry-get-icon-at-pos.returns"></a><h4>Returns</h4>
3341
3388
  <p> the index of the icon at the given position, or -1</p>
3342
3389
  </div>
3343
3390
  <p class="since">Since: 2.16</p>
@@ -3357,7 +3404,7 @@ at the specified position.</p>
3357
3404
  <p>See also <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-text" title="gtk_widget_set_tooltip_text ()"><code class="function">gtk_widget_set_tooltip_text()</code></a> and
3358
3405
  <a class="link" href="GtkEntry.html#gtk-entry-set-icon-tooltip-markup" title="gtk_entry_set_icon_tooltip_markup ()"><code class="function">gtk_entry_set_icon_tooltip_markup()</code></a>.</p>
3359
3406
  <div class="refsect3">
3360
- <a name="id-1.3.10.2.12.66.7"></a><h4>Parameters</h4>
3407
+ <a name="gtk-entry-set-icon-tooltip-text.parameters"></a><h4>Parameters</h4>
3361
3408
  <div class="informaltable"><table width="100%" border="0">
3362
3409
  <colgroup>
3363
3410
  <col width="150px" class="parameters_name">
@@ -3395,7 +3442,7 @@ gtk_entry_get_icon_tooltip_text (<em class="parameter"><code><a class="link" hre
3395
3442
  position in <em class="parameter"><code>entry</code></em>
3396
3443
  .</p>
3397
3444
  <div class="refsect3">
3398
- <a name="id-1.3.10.2.12.67.5"></a><h4>Parameters</h4>
3445
+ <a name="gtk-entry-get-icon-tooltip-text.parameters"></a><h4>Parameters</h4>
3399
3446
  <div class="informaltable"><table width="100%" border="0">
3400
3447
  <colgroup>
3401
3448
  <col width="150px" class="parameters_name">
@@ -3417,7 +3464,7 @@ position in <em class="parameter"><code>entry</code></em>
3417
3464
  </table></div>
3418
3465
  </div>
3419
3466
  <div class="refsect3">
3420
- <a name="id-1.3.10.2.12.67.6"></a><h4>Returns</h4>
3467
+ <a name="gtk-entry-get-icon-tooltip-text.returns"></a><h4>Returns</h4>
3421
3468
  <p> the tooltip text, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. Free the returned
3422
3469
  string with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done. </p>
3423
3470
  <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
@@ -3441,7 +3488,7 @@ the Pango text markup language.</p>
3441
3488
  <p>See also <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-markup" title="gtk_widget_set_tooltip_markup ()"><code class="function">gtk_widget_set_tooltip_markup()</code></a> and
3442
3489
  <a class="link" href="GtkEntry.html#gtk-entry-set-icon-tooltip-text" title="gtk_entry_set_icon_tooltip_text ()"><code class="function">gtk_entry_set_icon_tooltip_text()</code></a>.</p>
3443
3490
  <div class="refsect3">
3444
- <a name="id-1.3.10.2.12.68.7"></a><h4>Parameters</h4>
3491
+ <a name="gtk-entry-set-icon-tooltip-markup.parameters"></a><h4>Parameters</h4>
3445
3492
  <div class="informaltable"><table width="100%" border="0">
3446
3493
  <colgroup>
3447
3494
  <col width="150px" class="parameters_name">
@@ -3479,7 +3526,7 @@ gtk_entry_get_icon_tooltip_markup (<em class="parameter"><code><a class="link" h
3479
3526
  position in <em class="parameter"><code>entry</code></em>
3480
3527
  .</p>
3481
3528
  <div class="refsect3">
3482
- <a name="id-1.3.10.2.12.69.5"></a><h4>Parameters</h4>
3529
+ <a name="gtk-entry-get-icon-tooltip-markup.parameters"></a><h4>Parameters</h4>
3483
3530
  <div class="informaltable"><table width="100%" border="0">
3484
3531
  <colgroup>
3485
3532
  <col width="150px" class="parameters_name">
@@ -3501,7 +3548,7 @@ position in <em class="parameter"><code>entry</code></em>
3501
3548
  </table></div>
3502
3549
  </div>
3503
3550
  <div class="refsect3">
3504
- <a name="id-1.3.10.2.12.69.6"></a><h4>Returns</h4>
3551
+ <a name="gtk-entry-get-icon-tooltip-markup.returns"></a><h4>Returns</h4>
3505
3552
  <p> the tooltip text, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. Free the returned
3506
3553
  string with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done. </p>
3507
3554
  <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
@@ -3515,7 +3562,7 @@ string with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gt
3515
3562
  gtk_entry_set_icon_drag_source (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
3516
3563
  <em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
3517
3564
  <em class="parameter"><code><a class="link" href="gtk3-Selections.html#GtkTargetList"><span class="type">GtkTargetList</span></a> *target_list</code></em>,
3518
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);</pre>
3565
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);</pre>
3519
3566
  <p>Sets up the icon at the given position so that GTK+ will start a drag
3520
3567
  operation when the user clicks and drags the icon.</p>
3521
3568
  <p>To handle the drag operation, you need to connect to the usual
@@ -3528,7 +3575,7 @@ an icon.</p>
3528
3575
  have to use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect-after"><code class="function">g_signal_connect_after()</code></a> to ensure that your signal handler
3529
3576
  gets executed after the default handler.</p>
3530
3577
  <div class="refsect3">
3531
- <a name="id-1.3.10.2.12.70.7"></a><h4>Parameters</h4>
3578
+ <a name="gtk-entry-set-icon-drag-source.parameters"></a><h4>Parameters</h4>
3532
3579
  <div class="informaltable"><table width="100%" border="0">
3533
3580
  <colgroup>
3534
3581
  <col width="150px" class="parameters_name">
@@ -3572,7 +3619,7 @@ DND operation, or -1.</p>
3572
3619
  <p>This function is meant to be used in a <a class="link" href="GtkWidget.html#GtkWidget-drag-data-get" title="The “drag-data-get” signal"><span class="type">“drag-data-get”</span></a>
3573
3620
  callback.</p>
3574
3621
  <div class="refsect3">
3575
- <a name="id-1.3.10.2.12.71.6"></a><h4>Parameters</h4>
3622
+ <a name="gtk-entry-get-current-icon-drag-source.parameters"></a><h4>Parameters</h4>
3576
3623
  <div class="informaltable"><table width="100%" border="0">
3577
3624
  <colgroup>
3578
3625
  <col width="150px" class="parameters_name">
@@ -3587,7 +3634,7 @@ callback.</p>
3587
3634
  </table></div>
3588
3635
  </div>
3589
3636
  <div class="refsect3">
3590
- <a name="id-1.3.10.2.12.71.7"></a><h4>Returns</h4>
3637
+ <a name="gtk-entry-get-current-icon-drag-source.returns"></a><h4>Returns</h4>
3591
3638
  <p> index of the icon which is the source of the current
3592
3639
  DND operation, or -1.</p>
3593
3640
  </div>
@@ -3599,7 +3646,7 @@ DND operation, or -1.</p>
3599
3646
  <pre class="programlisting"><span class="returnvalue">void</span>
3600
3647
  gtk_entry_get_icon_area (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
3601
3648
  <em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
3602
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *icon_area</code></em>);</pre>
3649
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *icon_area</code></em>);</pre>
3603
3650
  <p>Gets the area where entry’s icon at <em class="parameter"><code>icon_pos</code></em>
3604
3651
  is drawn.
3605
3652
  This function is useful when drawing something to the
@@ -3609,7 +3656,7 @@ entry in a draw callback.</p>
3609
3656
  is filled with zeros.</p>
3610
3657
  <p>See also <a class="link" href="GtkEntry.html#gtk-entry-get-text-area" title="gtk_entry_get_text_area ()"><code class="function">gtk_entry_get_text_area()</code></a></p>
3611
3658
  <div class="refsect3">
3612
- <a name="id-1.3.10.2.12.72.7"></a><h4>Parameters</h4>
3659
+ <a name="gtk-entry-get-icon-area.parameters"></a><h4>Parameters</h4>
3613
3660
  <div class="informaltable"><table width="100%" border="0">
3614
3661
  <colgroup>
3615
3662
  <col width="150px" class="parameters_name">
@@ -3647,7 +3694,7 @@ gtk_entry_set_input_purpose (<em class="parameter"><code><a class="link" href="G
3647
3694
  can be used by on-screen keyboards and other input
3648
3695
  methods to adjust their behaviour.</p>
3649
3696
  <div class="refsect3">
3650
- <a name="id-1.3.10.2.12.73.5"></a><h4>Parameters</h4>
3697
+ <a name="gtk-entry-set-input-purpose.parameters"></a><h4>Parameters</h4>
3651
3698
  <div class="informaltable"><table width="100%" border="0">
3652
3699
  <colgroup>
3653
3700
  <col width="150px" class="parameters_name">
@@ -3677,7 +3724,7 @@ methods to adjust their behaviour.</p>
3677
3724
  gtk_entry_get_input_purpose (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
3678
3725
  <p>Gets the value of the <a class="link" href="GtkEntry.html#GtkEntry--input-purpose" title="The “input-purpose” property"><span class="type">“input-purpose”</span></a> property.</p>
3679
3726
  <div class="refsect3">
3680
- <a name="id-1.3.10.2.12.74.5"></a><h4>Parameters</h4>
3727
+ <a name="gtk-entry-get-input-purpose.parameters"></a><h4>Parameters</h4>
3681
3728
  <div class="informaltable"><table width="100%" border="0">
3682
3729
  <colgroup>
3683
3730
  <col width="150px" class="parameters_name">
@@ -3702,7 +3749,7 @@ gtk_entry_set_input_hints (<em class="parameter"><code><a class="link" href="Gtk
3702
3749
  <p>Sets the <a class="link" href="GtkEntry.html#GtkEntry--input-hints" title="The “input-hints” property"><span class="type">“input-hints”</span></a> property, which
3703
3750
  allows input methods to fine-tune their behaviour.</p>
3704
3751
  <div class="refsect3">
3705
- <a name="id-1.3.10.2.12.75.5"></a><h4>Parameters</h4>
3752
+ <a name="gtk-entry-set-input-hints.parameters"></a><h4>Parameters</h4>
3706
3753
  <div class="informaltable"><table width="100%" border="0">
3707
3754
  <colgroup>
3708
3755
  <col width="150px" class="parameters_name">
@@ -3732,7 +3779,7 @@ allows input methods to fine-tune their behaviour.</p>
3732
3779
  gtk_entry_get_input_hints (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
3733
3780
  <p>Gets the value of the <a class="link" href="GtkEntry.html#GtkEntry--input-hints" title="The “input-hints” property"><span class="type">“input-hints”</span></a> property.</p>
3734
3781
  <div class="refsect3">
3735
- <a name="id-1.3.10.2.12.76.5"></a><h4>Parameters</h4>
3782
+ <a name="gtk-entry-get-input-hints.parameters"></a><h4>Parameters</h4>
3736
3783
  <div class="informaltable"><table width="100%" border="0">
3737
3784
  <colgroup>
3738
3785
  <col width="150px" class="parameters_name">
@@ -3762,7 +3809,7 @@ You only want to call this on some special entries
3762
3809
  which the user usually doesn't want to replace all text in,
3763
3810
  such as search-as-you-type entries.</p>
3764
3811
  <div class="refsect3">
3765
- <a name="id-1.3.10.2.12.77.6"></a><h4>Parameters</h4>
3812
+ <a name="gtk-entry-grab-focus-without-selecting.parameters"></a><h4>Parameters</h4>
3766
3813
  <div class="informaltable"><table width="100%" border="0">
3767
3814
  <colgroup>
3768
3815
  <col width="150px" class="parameters_name">
@@ -3834,7 +3881,7 @@ signal handlers to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/s
3834
3881
  non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>; either use the default implementation, or provide
3835
3882
  a custom one.</p>
3836
3883
  <div class="refsect3">
3837
- <a name="id-1.3.10.2.13.3.5"></a><h4>Members</h4>
3884
+ <a name="GtkEntryClass.members"></a><h4>Members</h4>
3838
3885
  <div class="informaltable"><table width="100%" border="0">
3839
3886
  <colgroup>
3840
3887
  <col width="300px" class="struct_members_name">
@@ -3843,11 +3890,6 @@ a custom one.</p>
3843
3890
  </colgroup>
3844
3891
  <tbody>
3845
3892
  <tr>
3846
- <td class="struct_member_name"><p><a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a> <em class="structfield"><code><a name="GtkEntryClass.parent-class"></a>parent_class</code></em>;</p></td>
3847
- <td class="struct_member_description"><p>The parent class.</p></td>
3848
- <td class="struct_member_annotations"> </td>
3849
- </tr>
3850
- <tr>
3851
3893
  <td class="struct_member_name"><p><em class="structfield"><code><a name="GtkEntryClass.populate-popup"></a>populate_popup</code></em> ()</p></td>
3852
3894
  <td class="struct_member_description"><p>Class handler for the <a class="link" href="GtkEntry.html#GtkEntry-populate-popup" title="The “populate-popup” signal"><span class="type">“populate-popup”</span></a> signal. If
3853
3895
  non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, this will be called to add additional entries to the context
@@ -3936,7 +3978,7 @@ must be non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gt
3936
3978
  <a name="GtkEntryIconPosition"></a><h3>enum GtkEntryIconPosition</h3>
3937
3979
  <p>Specifies the side of the entry at which an icon is placed.</p>
3938
3980
  <div class="refsect3">
3939
- <a name="id-1.3.10.2.13.4.4"></a><h4>Members</h4>
3981
+ <a name="GtkEntryIconPosition.members"></a><h4>Members</h4>
3940
3982
  <div class="informaltable"><table width="100%" border="0">
3941
3983
  <colgroup>
3942
3984
  <col width="300px" class="enum_members_name">
@@ -3984,7 +4026,7 @@ minus) and “e” or “E” as in 3.14E+000.</p>
3984
4026
  <p>This enumeration may be extended in the future; input methods should
3985
4027
  interpret unknown values as “free form”.</p>
3986
4028
  <div class="refsect3">
3987
- <a name="id-1.3.10.2.13.5.7"></a><h4>Members</h4>
4029
+ <a name="GtkInputPurpose.members"></a><h4>Members</h4>
3988
4030
  <div class="informaltable"><table width="100%" border="0">
3989
4031
  <colgroup>
3990
4032
  <col width="300px" class="enum_members_name">
@@ -4081,7 +4123,7 @@ behaviour according to the <a class="link" href="GtkEntry.html#GtkInputPurpose"
4081
4123
  <p>This enumeration may be extended in the future; input methods should
4082
4124
  ignore unknown values.</p>
4083
4125
  <div class="refsect3">
4084
- <a name="id-1.3.10.2.13.6.6"></a><h4>Members</h4>
4126
+ <a name="GtkInputHints.members"></a><h4>Members</h4>
4085
4127
  <div class="informaltable"><table width="100%" border="0">
4086
4128
  <colgroup>
4087
4129
  <col width="300px" class="enum_members_name">
@@ -4155,6 +4197,13 @@ ignore unknown values.</p>
4155
4197
  </td>
4156
4198
  <td class="enum_member_annotations"> </td>
4157
4199
  </tr>
4200
+ <tr>
4201
+ <td class="enum_member_name"><p><a name="GTK-INPUT-HINT-VERTICAL-WRITING:CAPS"></a>GTK_INPUT_HINT_VERTICAL_WRITING</p></td>
4202
+ <td class="enum_member_description">
4203
+ <p>The text is vertical. Since 3.18</p>
4204
+ </td>
4205
+ <td class="enum_member_annotations"> </td>
4206
+ </tr>
4158
4207
  </tbody>
4159
4208
  </table></div>
4160
4209
  </div>
@@ -4173,7 +4222,7 @@ ignore unknown values.</p>
4173
4222
  <hr>
4174
4223
  <div class="refsect2">
4175
4224
  <a name="GtkEntry--attributes"></a><h3>The <code class="literal">“attributes”</code> property</h3>
4176
- <pre class="programlisting"> “attributes” <span class="type">PangoAttrList</span> *</pre>
4225
+ <pre class="programlisting"> “attributes” <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList-struct"><span class="type">PangoAttrList</span></a> *</pre>
4177
4226
  <p>A list of Pango attributes to apply to the text of the entry.</p>
4178
4227
  <p>This is mainly useful to change the size or weight of the text.</p>
4179
4228
  <p>Flags: Read / Write</p>
@@ -4193,7 +4242,6 @@ ignore unknown values.</p>
4193
4242
  <p>Whether password entries will show a warning when Caps Lock is on.</p>
4194
4243
  <p>Note that the warning is shown using a secondary icon, and thus
4195
4244
  does not work if you are using the secondary icon position for some
4196
-
4197
4245
  other purpose.</p>
4198
4246
  <p>Flags: Read / Write</p>
4199
4247
  <p>Default value: TRUE</p>
@@ -4237,11 +4285,9 @@ other purpose.</p>
4237
4285
  <a name="GtkEntry--im-module"></a><h3>The <code class="literal">“im-module”</code> property</h3>
4238
4286
  <pre class="programlisting"> “im-module” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
4239
4287
  <p>Which IM (input method) module should be used for this entry.
4240
-
4241
4288
  See <a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a>.</p>
4242
4289
  <p>Setting this to a non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> value overrides the
4243
4290
  system-wide IM module setting. See the GtkSettings
4244
-
4245
4291
  <a class="link" href="GtkSettings.html#GtkSettings--gtk-im-module" title="The “gtk-im-module” property"><span class="type">“gtk-im-module”</span></a> property.</p>
4246
4292
  <p>Flags: Read / Write</p>
4247
4293
  <p>Default value: NULL</p>
@@ -4364,10 +4410,8 @@ signal is also emitted for touch popups.</p>
4364
4410
  <pre class="programlisting"> “primary-icon-activatable” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
4365
4411
  <p>Whether the primary icon is activatable.</p>
4366
4412
  <p>GTK+ emits the <a class="link" href="GtkEntry.html#GtkEntry-icon-press" title="The “icon-press” signal"><span class="type">“icon-press”</span></a> and <a class="link" href="GtkEntry.html#GtkEntry-icon-release" title="The “icon-release” signal"><span class="type">“icon-release”</span></a>
4367
-
4368
- signals only on sensitive, activatable icons. </p>
4413
+ signals only on sensitive, activatable icons.</p>
4369
4414
  <p>Sensitive, but non-activatable icons can be used for purely
4370
-
4371
4415
  informational purposes.</p>
4372
4416
  <p>Flags: Read / Write</p>
4373
4417
  <p>Default value: TRUE</p>
@@ -4376,8 +4420,8 @@ informational purposes.</p>
4376
4420
  <hr>
4377
4421
  <div class="refsect2">
4378
4422
  <a name="GtkEntry--primary-icon-gicon"></a><h3>The <code class="literal">“primary-icon-gicon”</code> property</h3>
4379
- <pre class="programlisting"> “primary-icon-gicon” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *</pre>
4380
- <p>The <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> to use for the primary icon for the entry.</p>
4423
+ <pre class="programlisting"> “primary-icon-gicon” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *</pre>
4424
+ <p>The <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> to use for the primary icon for the entry.</p>
4381
4425
  <p>Flags: Read / Write</p>
4382
4426
  <p class="since">Since: 2.16</p>
4383
4427
  </div>
@@ -4393,7 +4437,7 @@ informational purposes.</p>
4393
4437
  <hr>
4394
4438
  <div class="refsect2">
4395
4439
  <a name="GtkEntry--primary-icon-pixbuf"></a><h3>The <code class="literal">“primary-icon-pixbuf”</code> property</h3>
4396
- <pre class="programlisting"> “primary-icon-pixbuf” <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *</pre>
4440
+ <pre class="programlisting"> “primary-icon-pixbuf” <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *</pre>
4397
4441
  <p>A pixbuf to use as the primary icon for the entry.</p>
4398
4442
  <p>Flags: Read / Write</p>
4399
4443
  <p class="since">Since: 2.16</p>
@@ -4404,9 +4448,7 @@ informational purposes.</p>
4404
4448
  <pre class="programlisting"> “primary-icon-sensitive” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
4405
4449
  <p>Whether the primary icon is sensitive.</p>
4406
4450
  <p>An insensitive icon appears grayed out. GTK+ does not emit the
4407
-
4408
4451
  <a class="link" href="GtkEntry.html#GtkEntry-icon-press" title="The “icon-press” signal"><span class="type">“icon-press”</span></a> and <a class="link" href="GtkEntry.html#GtkEntry-icon-release" title="The “icon-release” signal"><span class="type">“icon-release”</span></a> signals and
4409
-
4410
4452
  does not allow DND from insensitive icons.</p>
4411
4453
  <p>An icon should be set insensitive if the action that would trigger
4412
4454
  when clicked is currently not available.</p>
@@ -4493,10 +4535,8 @@ bouncing block for each call to <a class="link" href="GtkEntry.html#gtk-entry-pr
4493
4535
  <pre class="programlisting"> “secondary-icon-activatable” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
4494
4536
  <p>Whether the secondary icon is activatable.</p>
4495
4537
  <p>GTK+ emits the <a class="link" href="GtkEntry.html#GtkEntry-icon-press" title="The “icon-press” signal"><span class="type">“icon-press”</span></a> and <a class="link" href="GtkEntry.html#GtkEntry-icon-release" title="The “icon-release” signal"><span class="type">“icon-release”</span></a>
4496
-
4497
4538
  signals only on sensitive, activatable icons.</p>
4498
4539
  <p>Sensitive, but non-activatable icons can be used for purely
4499
-
4500
4540
  informational purposes.</p>
4501
4541
  <p>Flags: Read / Write</p>
4502
4542
  <p>Default value: TRUE</p>
@@ -4505,8 +4545,8 @@ informational purposes.</p>
4505
4545
  <hr>
4506
4546
  <div class="refsect2">
4507
4547
  <a name="GtkEntry--secondary-icon-gicon"></a><h3>The <code class="literal">“secondary-icon-gicon”</code> property</h3>
4508
- <pre class="programlisting"> “secondary-icon-gicon” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *</pre>
4509
- <p>The <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> to use for the secondary icon for the entry.</p>
4548
+ <pre class="programlisting"> “secondary-icon-gicon” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *</pre>
4549
+ <p>The <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> to use for the secondary icon for the entry.</p>
4510
4550
  <p>Flags: Read / Write</p>
4511
4551
  <p class="since">Since: 2.16</p>
4512
4552
  </div>
@@ -4522,7 +4562,7 @@ informational purposes.</p>
4522
4562
  <hr>
4523
4563
  <div class="refsect2">
4524
4564
  <a name="GtkEntry--secondary-icon-pixbuf"></a><h3>The <code class="literal">“secondary-icon-pixbuf”</code> property</h3>
4525
- <pre class="programlisting"> “secondary-icon-pixbuf” <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *</pre>
4565
+ <pre class="programlisting"> “secondary-icon-pixbuf” <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *</pre>
4526
4566
  <p>An pixbuf to use as the secondary icon for the entry.</p>
4527
4567
  <p>Flags: Read / Write</p>
4528
4568
  <p class="since">Since: 2.16</p>
@@ -4533,9 +4573,7 @@ informational purposes.</p>
4533
4573
  <pre class="programlisting"> “secondary-icon-sensitive” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
4534
4574
  <p>Whether the secondary icon is sensitive.</p>
4535
4575
  <p>An insensitive icon appears grayed out. GTK+ does not emit the
4536
-
4537
4576
  <a class="link" href="GtkEntry.html#GtkEntry-icon-press" title="The “icon-press” signal"><span class="type">“icon-press”</span></a> and <a class="link" href="GtkEntry.html#GtkEntry-icon-release" title="The “icon-release” signal"><span class="type">“icon-release”</span></a> signals and
4538
-
4539
4577
  does not allow DND from insensitive icons.</p>
4540
4578
  <p>An icon should be set insensitive if the action that would trigger
4541
4579
  when clicked is currently not available.</p>
@@ -4600,8 +4638,12 @@ with the Pango text markup language.</p>
4600
4638
  <a name="GtkEntry--shadow-type"></a><h3>The <code class="literal">“shadow-type”</code> property</h3>
4601
4639
  <pre class="programlisting"> “shadow-type” <a class="link" href="gtk3-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a></pre>
4602
4640
  <p>Which kind of shadow to draw around the entry when
4603
-
4604
4641
  <a class="link" href="GtkEntry.html#GtkEntry--has-frame" title="The “has-frame” property"><span class="type">“has-frame”</span></a> is set to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.</p>
4642
+ <div class="warning">
4643
+ <p><code class="literal">GtkEntry:shadow-type</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
4644
+ <p>Use CSS to determine the style of the border;
4645
+ the value of this style property is ignored.</p>
4646
+ </div>
4605
4647
  <p>Flags: Read / Write</p>
4606
4648
  <p>Default value: GTK_SHADOW_IN</p>
4607
4649
  <p class="since">Since: 2.12</p>
@@ -4609,7 +4651,7 @@ with the Pango text markup language.</p>
4609
4651
  <hr>
4610
4652
  <div class="refsect2">
4611
4653
  <a name="GtkEntry--tabs"></a><h3>The <code class="literal">“tabs”</code> property</h3>
4612
- <pre class="programlisting"> “tabs” <span class="type">PangoTabArray</span> *</pre>
4654
+ <pre class="programlisting"> “tabs” <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray-struct"><span class="type">PangoTabArray</span></a> *</pre>
4613
4655
  <p>A list of tabstop locations to apply to the text of the entry.</p>
4614
4656
  <p>Flags: Read / Write</p>
4615
4657
  </div>
@@ -4662,7 +4704,6 @@ with the Pango text markup language.</p>
4662
4704
  <a name="GtkEntry--xalign"></a><h3>The <code class="literal">“xalign”</code> property</h3>
4663
4705
  <pre class="programlisting"> “xalign” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></pre>
4664
4706
  <p>The horizontal alignment, from 0 (left) to 1 (right).
4665
-
4666
4707
  Reversed for RTL layouts.</p>
4667
4708
  <p>Flags: Read / Write</p>
4668
4709
  <p>Allowed values: [0,1]</p>
@@ -4677,6 +4718,11 @@ Reversed for RTL layouts.</p>
4677
4718
  <pre class="programlisting"> “icon-prelight” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
4678
4719
  <p>The prelight style property determines whether activatable
4679
4720
  icons prelight on mouseover.</p>
4721
+ <div class="warning">
4722
+ <p><code class="literal">GtkEntry:icon-prelight</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
4723
+ <p>Use CSS to control the appearance of prelighted icons;
4724
+ the value of this style property is ignored.</p>
4725
+ </div>
4680
4726
  <p>Flags: Read</p>
4681
4727
  <p>Default value: TRUE</p>
4682
4728
  <p class="since">Since: 2.16</p>
@@ -4740,7 +4786,7 @@ it is also commonly used by applications to intercept
4740
4786
  activation of entries.</p>
4741
4787
  <p>The default bindings for this signal are all forms of the Enter key.</p>
4742
4788
  <div class="refsect3">
4743
- <a name="id-1.3.10.2.16.2.7"></a><h4>Parameters</h4>
4789
+ <a name="GtkEntry-activate.parameters"></a><h4>Parameters</h4>
4744
4790
  <div class="informaltable"><table width="100%" border="0">
4745
4791
  <colgroup>
4746
4792
  <col width="150px" class="parameters_name">
@@ -4775,7 +4821,7 @@ which gets emitted when the user asks for it.</p>
4775
4821
  <p>The default bindings for this signal are
4776
4822
  Backspace and Shift-Backspace.</p>
4777
4823
  <div class="refsect3">
4778
- <a name="id-1.3.10.2.16.3.6"></a><h4>Parameters</h4>
4824
+ <a name="GtkEntry-backspace.parameters"></a><h4>Parameters</h4>
4779
4825
  <div class="informaltable"><table width="100%" border="0">
4780
4826
  <colgroup>
4781
4827
  <col width="150px" class="parameters_name">
@@ -4810,7 +4856,7 @@ which gets emitted to copy the selection to the clipboard.</p>
4810
4856
  <p>The default bindings for this signal are
4811
4857
  Ctrl-c and Ctrl-Insert.</p>
4812
4858
  <div class="refsect3">
4813
- <a name="id-1.3.10.2.16.4.6"></a><h4>Parameters</h4>
4859
+ <a name="GtkEntry-copy-clipboard.parameters"></a><h4>Parameters</h4>
4814
4860
  <div class="informaltable"><table width="100%" border="0">
4815
4861
  <colgroup>
4816
4862
  <col width="150px" class="parameters_name">
@@ -4845,7 +4891,7 @@ which gets emitted to cut the selection to the clipboard.</p>
4845
4891
  <p>The default bindings for this signal are
4846
4892
  Ctrl-x and Shift-Delete.</p>
4847
4893
  <div class="refsect3">
4848
- <a name="id-1.3.10.2.16.5.6"></a><h4>Parameters</h4>
4894
+ <a name="GtkEntry-cut-clipboard.parameters"></a><h4>Parameters</h4>
4849
4895
  <div class="informaltable"><table width="100%" border="0">
4850
4896
  <colgroup>
4851
4897
  <col width="150px" class="parameters_name">
@@ -4887,7 +4933,7 @@ of characters.</p>
4887
4933
  Delete for deleting a character and Ctrl-Delete for
4888
4934
  deleting a word.</p>
4889
4935
  <div class="refsect3">
4890
- <a name="id-1.3.10.2.16.6.7"></a><h4>Parameters</h4>
4936
+ <a name="GtkEntry-delete-from-cursor.parameters"></a><h4>Parameters</h4>
4891
4937
  <div class="informaltable"><table width="100%" border="0">
4892
4938
  <colgroup>
4893
4939
  <col width="150px" class="parameters_name">
@@ -4927,12 +4973,12 @@ units to delete</p></td>
4927
4973
  <pre class="programlisting"><span class="returnvalue">void</span>
4928
4974
  user_function (<a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry,
4929
4975
  <a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos,
4930
- <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
4976
+ <a href="http://developer.gnome.org/gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
4931
4977
  <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
4932
4978
  <p>The ::icon-press signal is emitted when an activatable icon
4933
4979
  is clicked.</p>
4934
4980
  <div class="refsect3">
4935
- <a name="id-1.3.10.2.16.7.5"></a><h4>Parameters</h4>
4981
+ <a name="GtkEntry-icon-press.parameters"></a><h4>Parameters</h4>
4936
4982
  <div class="informaltable"><table width="100%" border="0">
4937
4983
  <colgroup>
4938
4984
  <col width="150px" class="parameters_name">
@@ -4972,12 +5018,12 @@ is clicked.</p>
4972
5018
  <pre class="programlisting"><span class="returnvalue">void</span>
4973
5019
  user_function (<a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry,
4974
5020
  <a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos,
4975
- <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
5021
+ <a href="http://developer.gnome.org/gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
4976
5022
  <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
4977
5023
  <p>The ::icon-release signal is emitted on the button release from a
4978
5024
  mouse click over an activatable icon.</p>
4979
5025
  <div class="refsect3">
4980
- <a name="id-1.3.10.2.16.8.5"></a><h4>Parameters</h4>
5026
+ <a name="GtkEntry-icon-release.parameters"></a><h4>Parameters</h4>
4981
5027
  <div class="informaltable"><table width="100%" border="0">
4982
5028
  <colgroup>
4983
5029
  <col width="150px" class="parameters_name">
@@ -5024,7 +5070,7 @@ which gets emitted when the user initiates the insertion of a
5024
5070
  fixed string at the cursor.</p>
5025
5071
  <p>This signal has no default bindings.</p>
5026
5072
  <div class="refsect3">
5027
- <a name="id-1.3.10.2.16.9.6"></a><h4>Parameters</h4>
5073
+ <a name="GtkEntry-insert-at-cursor.parameters"></a><h4>Parameters</h4>
5028
5074
  <div class="informaltable"><table width="100%" border="0">
5029
5075
  <colgroup>
5030
5076
  <col width="150px" class="parameters_name">
@@ -5080,7 +5126,7 @@ There are too many key combinations to list them all here.</p>
5080
5126
  <li class="listitem"><p>Home/End keys move to the ends of the buffer</p></li>
5081
5127
  </ul></div>
5082
5128
  <div class="refsect3">
5083
- <a name="id-1.3.10.2.16.10.8"></a><h4>Parameters</h4>
5129
+ <a name="GtkEntry-move-cursor.parameters"></a><h4>Parameters</h4>
5084
5130
  <div class="informaltable"><table width="100%" border="0">
5085
5131
  <colgroup>
5086
5132
  <col width="150px" class="parameters_name">
@@ -5132,7 +5178,7 @@ into the text view.</p>
5132
5178
  <p>The default bindings for this signal are
5133
5179
  Ctrl-v and Shift-Insert.</p>
5134
5180
  <div class="refsect3">
5135
- <a name="id-1.3.10.2.16.11.6"></a><h4>Parameters</h4>
5181
+ <a name="GtkEntry-paste-clipboard.parameters"></a><h4>Parameters</h4>
5136
5182
  <div class="informaltable"><table width="100%" border="0">
5137
5183
  <colgroup>
5138
5184
  <col width="150px" class="parameters_name">
@@ -5176,7 +5222,7 @@ The signal handler should not make assumptions about the
5176
5222
  type of <em class="parameter"><code>widget</code></em>
5177
5223
  .</p>
5178
5224
  <div class="refsect3">
5179
- <a name="id-1.3.10.2.16.12.7"></a><h4>Parameters</h4>
5225
+ <a name="GtkEntry-populate-popup.parameters"></a><h4>Parameters</h4>
5180
5226
  <div class="informaltable"><table width="100%" border="0">
5181
5227
  <colgroup>
5182
5228
  <col width="150px" class="parameters_name">
@@ -5215,7 +5261,7 @@ user_function (<a class="link" href="GtkEntry.html" title="GtkEntry"><span class
5215
5261
  be committed to the buffer. So if you are interested in the text,
5216
5262
  connect to this signal.</p>
5217
5263
  <div class="refsect3">
5218
- <a name="id-1.3.10.2.16.13.5"></a><h4>Parameters</h4>
5264
+ <a name="GtkEntry-preedit-changed.parameters"></a><h4>Parameters</h4>
5219
5265
  <div class="informaltable"><table width="100%" border="0">
5220
5266
  <colgroup>
5221
5267
  <col width="150px" class="parameters_name">
@@ -5255,7 +5301,7 @@ user_function (<a class="link" href="GtkEntry.html" title="GtkEntry"><span class
5255
5301
  which gets emitted to toggle the overwrite mode of the entry.</p>
5256
5302
  <p>The default bindings for this signal is Insert.</p>
5257
5303
  <div class="refsect3">
5258
- <a name="id-1.3.10.2.16.14.6"></a><h4>Parameters</h4>
5304
+ <a name="GtkEntry-toggle-overwrite.parameters"></a><h4>Parameters</h4>
5259
5305
  <div class="informaltable"><table width="100%" border="0">
5260
5306
  <colgroup>
5261
5307
  <col width="150px" class="parameters_name">
@@ -5285,6 +5331,6 @@ which gets emitted to toggle the overwrite mode of the entry.</p>
5285
5331
  </div>
5286
5332
  </div>
5287
5333
  <div class="footer">
5288
- <hr>Generated by GTK-Doc V1.24.1</div>
5334
+ <hr>Generated by GTK-Doc V1.25.1</div>
5289
5335
  </body>
5290
5336
  </html>