gdk3 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (811) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +3 -2
  3. data/lib/gdk3.rb +9 -0
  4. data/lib/gdk3/event.rb +10 -0
  5. data/lib/gdk3/loader.rb +1 -7
  6. data/vendor/local/bin/gtk-builder-tool.exe +0 -0
  7. data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
  8. data/vendor/local/bin/gtk-launch.exe +0 -0
  9. data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
  10. data/vendor/local/bin/gtk-query-settings.exe +0 -0
  11. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  12. data/vendor/local/bin/gtk3-demo-application.exe +0 -0
  13. data/vendor/local/bin/gtk3-demo.exe +0 -0
  14. data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
  15. data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
  16. data/vendor/local/bin/libepoxy-0.dll +0 -0
  17. data/vendor/local/bin/libgailutil-3-0.dll +0 -0
  18. data/vendor/local/bin/libgdk-3-0.dll +0 -0
  19. data/vendor/local/bin/libgtk-3-0.dll +0 -0
  20. data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
  21. data/vendor/local/include/gtk-3.0/gdk/gdk.h +4 -0
  22. data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +5 -1
  23. data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +11 -28
  24. data/vendor/local/include/gtk-3.0/gdk/gdkdevicepad.h +74 -0
  25. data/vendor/local/include/gtk-3.0/gdk/gdkdevicetool.h +78 -0
  26. data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +18 -1
  27. data/vendor/local/include/gtk-3.0/gdk/gdkdrawingcontext.h +53 -0
  28. data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +18 -2
  29. data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +120 -0
  30. data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +5 -0
  31. data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +4 -4
  32. data/vendor/local/include/gtk-3.0/gdk/gdkmonitor.h +95 -0
  33. data/vendor/local/include/gtk-3.0/gdk/gdkpango.h +2 -0
  34. data/vendor/local/include/gtk-3.0/gdk/gdkscreen.h +17 -17
  35. data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +69 -1
  36. data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +26 -2
  37. data/vendor/local/include/gtk-3.0/gdk/gdkvisual.h +13 -13
  38. data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -0
  39. data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +60 -8
  40. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32keys.h +25 -0
  41. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32monitor.h +50 -0
  42. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkstackaccessible.h +54 -0
  43. data/vendor/local/include/gtk-3.0/gtk/gtk.h +3 -0
  44. data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +4 -1
  45. data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +2 -4
  46. data/vendor/local/include/gtk-3.0/gtk/gtkcsssection.h +5 -2
  47. data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +0 -88
  48. data/vendor/local/include/gtk-3.0/gtk/gtkdragdest.h +110 -0
  49. data/vendor/local/include/gtk-3.0/gtk/gtkfilechooser.h +17 -0
  50. data/vendor/local/include/gtk-3.0/gtk/gtkfilefilter.h +5 -0
  51. data/vendor/local/include/gtk-3.0/gtk/gtkglarea.h +5 -0
  52. data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +23 -2
  53. data/vendor/local/include/gtk-3.0/gtk/gtkpadcontroller.h +99 -0
  54. data/vendor/local/include/gtk-3.0/gtk/gtkpagesetup.h +5 -0
  55. data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +5 -0
  56. data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +9 -2
  57. data/vendor/local/include/gtk-3.0/gtk/gtkprintsettings.h +6 -0
  58. data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +5 -1
  59. data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +23 -0
  60. data/vendor/local/include/gtk-3.0/gtk/gtkselection.h +21 -0
  61. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutlabel.h +59 -0
  62. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsshortcut.h +6 -6
  63. data/vendor/local/include/gtk-3.0/gtk/gtkshow.h +8 -0
  64. data/vendor/local/include/gtk-3.0/gtk/gtksizegroup.h +2 -2
  65. data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +1 -1
  66. data/vendor/local/include/gtk-3.0/gtk/gtktreeviewcolumn.h +1 -1
  67. data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +9 -3
  68. data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
  69. data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +2 -2
  70. data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +1 -1
  71. data/vendor/local/lib/gdk-win32-3.0.def +49 -0
  72. data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
  73. data/vendor/local/lib/girepository-1.0/GdkWin32-3.0.typelib +0 -0
  74. data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
  75. data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
  76. data/vendor/local/lib/gtk-win32-3.0.def +1 -1
  77. data/vendor/local/lib/libepoxy.dll.a +0 -0
  78. data/vendor/local/lib/libgailutil-3.dll.a +0 -0
  79. data/vendor/local/lib/libgailutil-3.la +3 -3
  80. data/vendor/local/lib/libgdk-3.dll.a +0 -0
  81. data/vendor/local/lib/libgdk-3.la +6 -6
  82. data/vendor/local/lib/libgtk-3.dll.a +0 -0
  83. data/vendor/local/lib/libgtk-3.la +6 -6
  84. data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
  85. data/vendor/local/lib/libgtkreftestprivate.la +3 -3
  86. data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
  87. data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
  88. data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
  89. data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +2 -2
  90. data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +2 -2
  91. data/vendor/local/share/gir-1.0/Gdk-3.0.gir +1726 -68
  92. data/vendor/local/share/gir-1.0/GdkWin32-3.0.gir +45 -0
  93. data/vendor/local/share/gir-1.0/Gtk-3.0.gir +1589 -182
  94. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +32 -32
  95. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +15 -15
  96. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +1 -1
  97. data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +528 -141
  98. data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +45 -42
  99. data/vendor/local/share/gtk-doc/html/gdk3/GdkDevicePad.html +332 -0
  100. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +414 -99
  101. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +25 -25
  102. data/vendor/local/share/gtk-doc/html/gdk3/GdkDrawingContext.html +272 -0
  103. data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +40 -40
  104. data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +120 -34
  105. data/vendor/local/share/gtk-doc/html/gdk3/GdkMonitor.html +751 -0
  106. data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +147 -88
  107. data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +114 -22
  108. data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +29 -3
  109. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-20.html +2 -2
  110. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-22.html +258 -0
  111. data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +180 -0
  112. data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +278 -2
  113. data/vendor/local/share/gtk-doc/html/gdk3/context_menu_cursor.png +0 -0
  114. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +17 -17
  115. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +74 -25
  116. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +17 -17
  117. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +25 -25
  118. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +60 -55
  119. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +381 -154
  120. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +290 -102
  121. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +19 -19
  122. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +81 -65
  123. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +107 -107
  124. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +109 -62
  125. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +22 -22
  126. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +12 -12
  127. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +35 -35
  128. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +18 -18
  129. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +28 -28
  130. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +12 -12
  131. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +122 -122
  132. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +105 -38
  133. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +15 -15
  134. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +700 -358
  135. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +104 -104
  136. data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +193 -53
  137. data/vendor/local/share/gtk-doc/html/gdk3/index.html +16 -4
  138. data/vendor/local/share/gtk-doc/html/gdk3/no_drop_cursor.png +0 -0
  139. data/vendor/local/share/gtk-doc/html/gdk3/reference.html +7 -1
  140. data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +7 -2
  141. data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +2 -2
  142. data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +5 -2
  143. data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +121 -114
  144. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +35 -35
  145. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +4 -4
  146. data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +187 -187
  147. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +5 -5
  148. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +99 -99
  149. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +23 -23
  150. data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +221 -221
  151. data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +58 -58
  152. data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +38 -38
  153. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +12 -12
  154. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +28 -28
  155. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +16 -16
  156. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +53 -53
  157. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +88 -88
  158. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +40 -34
  159. data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +4 -4
  160. data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +21 -21
  161. data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +78 -78
  162. data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +3 -3
  163. data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +46 -46
  164. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +35 -35
  165. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +175 -175
  166. data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +88 -82
  167. data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +22 -22
  168. data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +79 -79
  169. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +252 -252
  170. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +19 -19
  171. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +37 -37
  172. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +13 -13
  173. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +56 -56
  174. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +142 -142
  175. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +19 -19
  176. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +12 -12
  177. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +25 -25
  178. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +16 -16
  179. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +7 -7
  180. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +7 -7
  181. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +92 -92
  182. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +32 -32
  183. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +36 -36
  184. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +14 -14
  185. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +30 -30
  186. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +42 -42
  187. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +28 -28
  188. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +7 -7
  189. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +5 -5
  190. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +69 -69
  191. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +3 -3
  192. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +159 -153
  193. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +37 -37
  194. data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +146 -146
  195. data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +58 -58
  196. data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +131 -131
  197. data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +29 -29
  198. data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +61 -61
  199. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +301 -301
  200. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +46 -46
  201. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +101 -101
  202. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +18 -18
  203. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +12 -11
  204. data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +91 -91
  205. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +280 -280
  206. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +36 -30
  207. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +67 -67
  208. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +44 -44
  209. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +108 -35
  210. data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +10 -10
  211. data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +109 -109
  212. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +51 -51
  213. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +50 -50
  214. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +5 -5
  215. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +2 -2
  216. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +19 -19
  217. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +15 -15
  218. data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +35 -35
  219. data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +215 -121
  220. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +134 -134
  221. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +29 -29
  222. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +12 -12
  223. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +25 -25
  224. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +6 -6
  225. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +9 -9
  226. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +28 -28
  227. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +12 -12
  228. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +10 -10
  229. data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +55 -55
  230. data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +5 -5
  231. data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +2 -2
  232. data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +2 -2
  233. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +31 -31
  234. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +5 -5
  235. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +4 -4
  236. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +2 -2
  237. data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +15 -15
  238. data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +47 -47
  239. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +74 -74
  240. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +5 -5
  241. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +1 -1
  242. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +257 -257
  243. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +210 -210
  244. data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +113 -113
  245. data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +48 -48
  246. data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +67 -68
  247. data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +2 -2
  248. data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +185 -185
  249. data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +26 -26
  250. data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +72 -72
  251. data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +23 -23
  252. data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +115 -101
  253. data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +106 -106
  254. data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +25 -25
  255. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +658 -129
  256. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +6 -6
  257. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +31 -31
  258. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +86 -86
  259. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +62 -62
  260. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +16 -16
  261. data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +65 -65
  262. data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +22 -22
  263. data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +61 -61
  264. data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +227 -227
  265. data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +56 -54
  266. data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +8 -8
  267. data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +20 -17
  268. data/vendor/local/share/gtk-doc/html/gtk3/GtkPadController.html +471 -0
  269. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +138 -69
  270. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +5 -5
  271. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +82 -82
  272. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +133 -60
  273. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +139 -139
  274. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +17 -17
  275. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +139 -59
  276. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +56 -56
  277. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +56 -56
  278. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +50 -50
  279. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +226 -153
  280. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +50 -50
  281. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +86 -86
  282. data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +57 -57
  283. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +44 -44
  284. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +56 -56
  285. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +43 -43
  286. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +13 -13
  287. data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +92 -92
  288. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +23 -23
  289. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +95 -95
  290. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +33 -33
  291. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +8 -8
  292. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +2 -2
  293. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +44 -44
  294. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +158 -157
  295. data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +20 -20
  296. data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +74 -70
  297. data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +27 -27
  298. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +5 -5
  299. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +23 -23
  300. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +592 -179
  301. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +31 -31
  302. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +20 -20
  303. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +2 -2
  304. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +2 -2
  305. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +11 -11
  306. data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +246 -246
  307. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +9 -9
  308. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +16 -16
  309. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +41 -22
  310. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +14 -14
  311. data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +46 -20
  312. data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +25 -25
  313. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +146 -146
  314. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +4 -4
  315. data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +62 -62
  316. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +3 -3
  317. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +5 -5
  318. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +170 -166
  319. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +23 -23
  320. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +185 -185
  321. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +189 -189
  322. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +14 -14
  323. data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +31 -31
  324. data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +71 -71
  325. data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +2 -2
  326. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +221 -221
  327. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +295 -295
  328. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +25 -25
  329. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +185 -185
  330. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +25 -25
  331. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +272 -274
  332. data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +62 -62
  333. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +22 -22
  334. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +61 -61
  335. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +15 -15
  336. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +58 -58
  337. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +53 -53
  338. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +39 -39
  339. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +65 -65
  340. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +3 -3
  341. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +62 -62
  342. data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +27 -27
  343. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +221 -221
  344. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +47 -47
  345. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +66 -66
  346. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +39 -39
  347. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +29 -29
  348. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +70 -70
  349. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +467 -467
  350. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +161 -161
  351. data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +151 -151
  352. data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +7 -7
  353. data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +2 -2
  354. data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +2 -2
  355. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +5 -5
  356. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +4 -4
  357. data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +2 -2
  358. data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +8 -8
  359. data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +4 -4
  360. data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1458 -1443
  361. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +492 -443
  362. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +8 -8
  363. data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +26 -26
  364. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +137 -137
  365. data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +22 -2
  366. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-18.html +12 -0
  367. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-20.html +2 -2
  368. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-22.html +197 -0
  369. data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +48 -0
  370. data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +172 -0
  371. data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +635 -665
  372. data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +17 -16
  373. data/vendor/local/share/gtk-doc/html/gtk3/ch26s02.html +305 -305
  374. data/vendor/local/share/gtk-doc/html/gtk3/ch28s02.html +7 -7
  375. data/vendor/local/share/gtk-doc/html/gtk3/ch30s02.html +2 -2
  376. data/vendor/local/share/gtk-doc/html/gtk3/ch32s02.html +70 -0
  377. data/vendor/local/share/gtk-doc/html/gtk3/ch32s03.html +61 -0
  378. data/vendor/local/share/gtk-doc/html/gtk3/ch32s04.html +36 -0
  379. data/vendor/local/share/gtk-doc/html/gtk3/ch32s05.html +76 -0
  380. data/vendor/local/share/gtk-doc/html/gtk3/ch32s06.html +54 -0
  381. data/vendor/local/share/gtk-doc/html/gtk3/ch32s07.html +67 -0
  382. data/vendor/local/share/gtk-doc/html/gtk3/ch32s08.html +63 -0
  383. data/vendor/local/share/gtk-doc/html/gtk3/ch32s09.html +40 -0
  384. data/vendor/local/share/gtk-doc/html/gtk3/ch32s10.html +80 -0
  385. data/vendor/local/share/gtk-doc/html/gtk3/ch32s11.html +67 -0
  386. data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +161 -161
  387. data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +32 -11
  388. data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +8 -8
  389. data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +37 -37
  390. data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +1 -1
  391. data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
  392. data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +2 -2
  393. data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +2 -2
  394. data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +8 -8
  395. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +132 -132
  396. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-3-x-to-y.html +61 -0
  397. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +9 -9
  398. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +33 -33
  399. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +140 -140
  400. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
  401. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +12 -12
  402. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +1 -1
  403. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +2 -2
  404. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +1 -1
  405. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +61 -61
  406. data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +145 -145
  407. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +47 -47
  408. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +123 -91
  409. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +166 -619
  410. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +367 -121
  411. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +22 -22
  412. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +24 -24
  413. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +162 -162
  414. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +71 -55
  415. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +15 -15
  416. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +24 -24
  417. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +36 -36
  418. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +17 -17
  419. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +25 -25
  420. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +129 -127
  421. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +227 -227
  422. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +132 -132
  423. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +2 -2
  424. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +126 -126
  425. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +168 -168
  426. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +37 -37
  427. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +45 -45
  428. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +88 -88
  429. data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +96 -29
  430. data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +4 -1
  431. data/vendor/local/share/gtk-doc/html/gtk3/index.html +20 -2
  432. data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +14 -0
  433. data/vendor/local/share/gtk-doc/html/gtk3/popup-anchors.png +0 -0
  434. data/vendor/local/share/gtk-doc/html/gtk3/popup-flip.png +0 -0
  435. data/vendor/local/share/gtk-doc/html/gtk3/popup-slide.png +0 -0
  436. data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +2 -2
  437. data/vendor/local/share/icons/Adwaita/16x16/actions/document-edit-symbolic.symbolic.png +0 -0
  438. data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
  439. data/vendor/local/share/icons/Adwaita/16x16/actions/edit-clear-all-symbolic.symbolic.png +0 -0
  440. data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
  441. data/vendor/local/share/icons/Adwaita/16x16/actions/go-down-symbolic.symbolic.png +0 -0
  442. data/vendor/local/share/icons/Adwaita/16x16/actions/go-up-symbolic.symbolic.png +0 -0
  443. data/vendor/local/share/icons/Adwaita/16x16/apps/accessories-calculator.png +0 -0
  444. data/vendor/local/share/icons/Adwaita/16x16/apps/text-editor-symbolic.symbolic.png +0 -0
  445. data/vendor/local/share/icons/Adwaita/16x16/devices/input-tablet-symbolic.symbolic.png +0 -0
  446. data/vendor/local/share/icons/Adwaita/16x16/devices/modem-symbolic.symbolic.png +0 -0
  447. data/vendor/local/share/icons/Adwaita/16x16/places/folder-documents.png +0 -0
  448. data/vendor/local/share/icons/Adwaita/16x16/places/folder-download-symbolic.symbolic.png +0 -0
  449. data/vendor/local/share/icons/Adwaita/16x16/places/folder-download.png +0 -0
  450. data/vendor/local/share/icons/Adwaita/16x16/places/folder-music.png +0 -0
  451. data/vendor/local/share/icons/Adwaita/16x16/places/folder-pictures.png +0 -0
  452. data/vendor/local/share/icons/Adwaita/16x16/places/folder-publicshare.png +0 -0
  453. data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote.png +0 -0
  454. data/vendor/local/share/icons/Adwaita/16x16/places/folder-templates.png +0 -0
  455. data/vendor/local/share/icons/Adwaita/16x16/places/folder-videos.png +0 -0
  456. data/vendor/local/share/icons/Adwaita/16x16/places/folder.png +0 -0
  457. data/vendor/local/share/icons/Adwaita/16x16/places/user-bookmarks.png +0 -0
  458. data/vendor/local/share/icons/Adwaita/16x16/places/user-desktop.png +0 -0
  459. data/vendor/local/share/icons/Adwaita/16x16/places/user-home.png +0 -0
  460. data/vendor/local/share/icons/Adwaita/16x16/status/call-missed-symbolic.symbolic.png +0 -0
  461. data/vendor/local/share/icons/Adwaita/16x16/status/folder-drag-accept.png +0 -0
  462. data/vendor/local/share/icons/Adwaita/16x16/status/folder-open.png +0 -0
  463. data/vendor/local/share/icons/Adwaita/16x16/status/mail-read-symbolic.symbolic.png +0 -0
  464. data/vendor/local/share/icons/Adwaita/16x16/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
  465. data/vendor/local/share/icons/Adwaita/16x16/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
  466. data/vendor/local/share/icons/Adwaita/16x16/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
  467. data/vendor/local/share/icons/Adwaita/16x16/status/user-available-symbolic.symbolic.png +0 -0
  468. data/vendor/local/share/icons/Adwaita/16x16/status/weather-fog-symbolic.symbolic.png +0 -0
  469. data/vendor/local/share/icons/Adwaita/22x22/actions/document-open.png +0 -0
  470. data/vendor/local/share/icons/Adwaita/22x22/actions/folder-new.png +0 -0
  471. data/vendor/local/share/icons/Adwaita/22x22/apps/accessories-calculator.png +0 -0
  472. data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
  473. data/vendor/local/share/icons/Adwaita/22x22/status/folder-drag-accept.png +0 -0
  474. data/vendor/local/share/icons/Adwaita/22x22/status/folder-open.png +0 -0
  475. data/vendor/local/share/icons/Adwaita/24x24/actions/document-edit-symbolic.symbolic.png +0 -0
  476. data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
  477. data/vendor/local/share/icons/Adwaita/24x24/actions/edit-clear-all-symbolic.symbolic.png +0 -0
  478. data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
  479. data/vendor/local/share/icons/Adwaita/24x24/actions/go-down-symbolic.symbolic.png +0 -0
  480. data/vendor/local/share/icons/Adwaita/24x24/actions/go-up-symbolic.symbolic.png +0 -0
  481. data/vendor/local/share/icons/Adwaita/24x24/apps/accessories-calculator.png +0 -0
  482. data/vendor/local/share/icons/Adwaita/24x24/apps/text-editor-symbolic.symbolic.png +0 -0
  483. data/vendor/local/share/icons/Adwaita/24x24/devices/input-tablet-symbolic.symbolic.png +0 -0
  484. data/vendor/local/share/icons/Adwaita/24x24/devices/modem-symbolic.symbolic.png +0 -0
  485. data/vendor/local/share/icons/Adwaita/24x24/places/folder-download-symbolic.symbolic.png +0 -0
  486. data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
  487. data/vendor/local/share/icons/Adwaita/24x24/status/bluetooth-disabled-symbolic.symbolic.png +0 -0
  488. data/vendor/local/share/icons/Adwaita/24x24/status/call-missed-symbolic.symbolic.png +0 -0
  489. data/vendor/local/share/icons/Adwaita/24x24/status/folder-drag-accept.png +0 -0
  490. data/vendor/local/share/icons/Adwaita/24x24/status/folder-open.png +0 -0
  491. data/vendor/local/share/icons/Adwaita/24x24/status/mail-read-symbolic.symbolic.png +0 -0
  492. data/vendor/local/share/icons/Adwaita/24x24/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
  493. data/vendor/local/share/icons/Adwaita/24x24/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
  494. data/vendor/local/share/icons/Adwaita/24x24/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
  495. data/vendor/local/share/icons/Adwaita/24x24/status/user-available-symbolic.symbolic.png +0 -0
  496. data/vendor/local/share/icons/Adwaita/256x256/actions/document-open.png +0 -0
  497. data/vendor/local/share/icons/Adwaita/256x256/actions/folder-new.png +0 -0
  498. data/vendor/local/share/icons/Adwaita/256x256/apps/accessories-calculator.png +0 -0
  499. data/vendor/local/share/icons/Adwaita/256x256/places/folder-documents.png +0 -0
  500. data/vendor/local/share/icons/Adwaita/256x256/places/folder-download.png +0 -0
  501. data/vendor/local/share/icons/Adwaita/256x256/places/folder-music.png +0 -0
  502. data/vendor/local/share/icons/Adwaita/256x256/places/folder-pictures.png +0 -0
  503. data/vendor/local/share/icons/Adwaita/256x256/places/folder-publicshare.png +0 -0
  504. data/vendor/local/share/icons/Adwaita/256x256/places/folder-remote.png +0 -0
  505. data/vendor/local/share/icons/Adwaita/256x256/places/folder-saved-search.png +0 -0
  506. data/vendor/local/share/icons/Adwaita/256x256/places/folder-templates.png +0 -0
  507. data/vendor/local/share/icons/Adwaita/256x256/places/folder-videos.png +0 -0
  508. data/vendor/local/share/icons/Adwaita/256x256/places/folder.png +0 -0
  509. data/vendor/local/share/icons/Adwaita/256x256/places/user-bookmarks.png +0 -0
  510. data/vendor/local/share/icons/Adwaita/256x256/places/user-desktop.png +0 -0
  511. data/vendor/local/share/icons/Adwaita/256x256/places/user-home.png +0 -0
  512. data/vendor/local/share/icons/Adwaita/256x256/status/folder-drag-accept.png +0 -0
  513. data/vendor/local/share/icons/Adwaita/256x256/status/folder-open.png +0 -0
  514. data/vendor/local/share/icons/Adwaita/256x256/status/folder-visiting.png +0 -0
  515. data/vendor/local/share/icons/Adwaita/32x32/actions/document-edit-symbolic.symbolic.png +0 -0
  516. data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
  517. data/vendor/local/share/icons/Adwaita/32x32/actions/edit-clear-all-symbolic.symbolic.png +0 -0
  518. data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
  519. data/vendor/local/share/icons/Adwaita/32x32/actions/go-down-symbolic.symbolic.png +0 -0
  520. data/vendor/local/share/icons/Adwaita/32x32/actions/go-up-symbolic.symbolic.png +0 -0
  521. data/vendor/local/share/icons/Adwaita/32x32/apps/accessories-calculator.png +0 -0
  522. data/vendor/local/share/icons/Adwaita/32x32/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
  523. data/vendor/local/share/icons/Adwaita/32x32/apps/text-editor-symbolic.symbolic.png +0 -0
  524. data/vendor/local/share/icons/Adwaita/32x32/devices/input-tablet-symbolic.symbolic.png +0 -0
  525. data/vendor/local/share/icons/Adwaita/32x32/devices/modem-symbolic.symbolic.png +0 -0
  526. data/vendor/local/share/icons/Adwaita/32x32/mimetypes/application-x-appliance-symbolic.symbolic.png +0 -0
  527. data/vendor/local/share/icons/Adwaita/32x32/places/folder-documents.png +0 -0
  528. data/vendor/local/share/icons/Adwaita/32x32/places/folder-download-symbolic.symbolic.png +0 -0
  529. data/vendor/local/share/icons/Adwaita/32x32/places/folder-download.png +0 -0
  530. data/vendor/local/share/icons/Adwaita/32x32/places/folder-music.png +0 -0
  531. data/vendor/local/share/icons/Adwaita/32x32/places/folder-pictures.png +0 -0
  532. data/vendor/local/share/icons/Adwaita/32x32/places/folder-publicshare.png +0 -0
  533. data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote.png +0 -0
  534. data/vendor/local/share/icons/Adwaita/32x32/places/folder-templates.png +0 -0
  535. data/vendor/local/share/icons/Adwaita/32x32/places/folder-videos.png +0 -0
  536. data/vendor/local/share/icons/Adwaita/32x32/places/folder.png +0 -0
  537. data/vendor/local/share/icons/Adwaita/32x32/places/user-bookmarks.png +0 -0
  538. data/vendor/local/share/icons/Adwaita/32x32/places/user-desktop.png +0 -0
  539. data/vendor/local/share/icons/Adwaita/32x32/places/user-home.png +0 -0
  540. data/vendor/local/share/icons/Adwaita/32x32/status/folder-drag-accept.png +0 -0
  541. data/vendor/local/share/icons/Adwaita/32x32/status/folder-open.png +0 -0
  542. data/vendor/local/share/icons/Adwaita/32x32/status/mail-attachment-symbolic.symbolic.png +0 -0
  543. data/vendor/local/share/icons/Adwaita/32x32/status/mail-read-symbolic.symbolic.png +0 -0
  544. data/vendor/local/share/icons/Adwaita/32x32/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
  545. data/vendor/local/share/icons/Adwaita/32x32/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
  546. data/vendor/local/share/icons/Adwaita/32x32/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
  547. data/vendor/local/share/icons/Adwaita/32x32/status/user-available-symbolic.symbolic.png +0 -0
  548. data/vendor/local/share/icons/Adwaita/32x32/status/weather-fog-symbolic.symbolic.png +0 -0
  549. data/vendor/local/share/icons/Adwaita/48x48/actions/document-edit-symbolic.symbolic.png +0 -0
  550. data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
  551. data/vendor/local/share/icons/Adwaita/48x48/actions/edit-clear-all-symbolic.symbolic.png +0 -0
  552. data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
  553. data/vendor/local/share/icons/Adwaita/48x48/actions/go-down-symbolic.symbolic.png +0 -0
  554. data/vendor/local/share/icons/Adwaita/48x48/actions/go-up-symbolic.symbolic.png +0 -0
  555. data/vendor/local/share/icons/Adwaita/48x48/apps/accessories-calculator.png +0 -0
  556. data/vendor/local/share/icons/Adwaita/48x48/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
  557. data/vendor/local/share/icons/Adwaita/48x48/apps/text-editor-symbolic.symbolic.png +0 -0
  558. data/vendor/local/share/icons/Adwaita/48x48/devices/input-tablet-symbolic.symbolic.png +0 -0
  559. data/vendor/local/share/icons/Adwaita/48x48/devices/modem-symbolic.symbolic.png +0 -0
  560. data/vendor/local/share/icons/Adwaita/48x48/places/folder-documents.png +0 -0
  561. data/vendor/local/share/icons/Adwaita/48x48/places/folder-download-symbolic.symbolic.png +0 -0
  562. data/vendor/local/share/icons/Adwaita/48x48/places/folder-download.png +0 -0
  563. data/vendor/local/share/icons/Adwaita/48x48/places/folder-music.png +0 -0
  564. data/vendor/local/share/icons/Adwaita/48x48/places/folder-pictures.png +0 -0
  565. data/vendor/local/share/icons/Adwaita/48x48/places/folder-publicshare.png +0 -0
  566. data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote.png +0 -0
  567. data/vendor/local/share/icons/Adwaita/48x48/places/folder-templates.png +0 -0
  568. data/vendor/local/share/icons/Adwaita/48x48/places/folder-videos.png +0 -0
  569. data/vendor/local/share/icons/Adwaita/48x48/places/folder.png +0 -0
  570. data/vendor/local/share/icons/Adwaita/48x48/places/user-bookmarks.png +0 -0
  571. data/vendor/local/share/icons/Adwaita/48x48/places/user-desktop.png +0 -0
  572. data/vendor/local/share/icons/Adwaita/48x48/places/user-home.png +0 -0
  573. data/vendor/local/share/icons/Adwaita/48x48/status/call-missed-symbolic.symbolic.png +0 -0
  574. data/vendor/local/share/icons/Adwaita/48x48/status/folder-drag-accept.png +0 -0
  575. data/vendor/local/share/icons/Adwaita/48x48/status/folder-open.png +0 -0
  576. data/vendor/local/share/icons/Adwaita/48x48/status/mail-read-symbolic.symbolic.png +0 -0
  577. data/vendor/local/share/icons/Adwaita/48x48/status/network-error-symbolic.symbolic.png +0 -0
  578. data/vendor/local/share/icons/Adwaita/48x48/status/network-idle-symbolic.symbolic.png +0 -0
  579. data/vendor/local/share/icons/Adwaita/48x48/status/network-offline-symbolic.symbolic.png +0 -0
  580. data/vendor/local/share/icons/Adwaita/48x48/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
  581. data/vendor/local/share/icons/Adwaita/48x48/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
  582. data/vendor/local/share/icons/Adwaita/48x48/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
  583. data/vendor/local/share/icons/Adwaita/48x48/status/user-available-symbolic.symbolic.png +0 -0
  584. data/vendor/local/share/icons/Adwaita/48x48/status/user-idle-symbolic.symbolic.png +0 -0
  585. data/vendor/local/share/icons/Adwaita/48x48/status/user-status-pending-symbolic.symbolic.png +0 -0
  586. data/vendor/local/share/icons/Adwaita/48x48/status/weather-fog-symbolic.symbolic.png +0 -0
  587. data/vendor/local/share/icons/Adwaita/512x512/apps/accessories-calculator.png +0 -0
  588. data/vendor/local/share/icons/Adwaita/64x64/actions/document-edit-symbolic.symbolic.png +0 -0
  589. data/vendor/local/share/icons/Adwaita/64x64/actions/edit-clear-all-symbolic.symbolic.png +0 -0
  590. data/vendor/local/share/icons/Adwaita/64x64/actions/go-down-symbolic.symbolic.png +0 -0
  591. data/vendor/local/share/icons/Adwaita/64x64/actions/go-up-symbolic.symbolic.png +0 -0
  592. data/vendor/local/share/icons/Adwaita/64x64/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
  593. data/vendor/local/share/icons/Adwaita/64x64/apps/text-editor-symbolic.symbolic.png +0 -0
  594. data/vendor/local/share/icons/Adwaita/64x64/devices/input-tablet-symbolic.symbolic.png +0 -0
  595. data/vendor/local/share/icons/Adwaita/64x64/devices/modem-symbolic.symbolic.png +0 -0
  596. data/vendor/local/share/icons/Adwaita/64x64/emblems/emblem-music-symbolic.symbolic.png +0 -0
  597. data/vendor/local/share/icons/Adwaita/64x64/mimetypes/application-x-appliance-symbolic.symbolic.png +0 -0
  598. data/vendor/local/share/icons/Adwaita/64x64/places/folder-download-symbolic.symbolic.png +0 -0
  599. data/vendor/local/share/icons/Adwaita/64x64/places/folder-music-symbolic.symbolic.png +0 -0
  600. data/vendor/local/share/icons/Adwaita/64x64/status/mail-read-symbolic.symbolic.png +0 -0
  601. data/vendor/local/share/icons/Adwaita/64x64/status/network-error-symbolic.symbolic.png +0 -0
  602. data/vendor/local/share/icons/Adwaita/64x64/status/network-idle-symbolic.symbolic.png +0 -0
  603. data/vendor/local/share/icons/Adwaita/64x64/status/network-offline-symbolic.symbolic.png +0 -0
  604. data/vendor/local/share/icons/Adwaita/64x64/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
  605. data/vendor/local/share/icons/Adwaita/64x64/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
  606. data/vendor/local/share/icons/Adwaita/64x64/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
  607. data/vendor/local/share/icons/Adwaita/64x64/status/user-available-symbolic.symbolic.png +0 -0
  608. data/vendor/local/share/icons/Adwaita/64x64/status/user-status-pending-symbolic.symbolic.png +0 -0
  609. data/vendor/local/share/icons/Adwaita/64x64/status/weather-fog-symbolic.symbolic.png +0 -0
  610. data/vendor/local/share/icons/Adwaita/96x96/actions/document-edit-symbolic.symbolic.png +0 -0
  611. data/vendor/local/share/icons/Adwaita/96x96/actions/edit-clear-all-symbolic.symbolic.png +0 -0
  612. data/vendor/local/share/icons/Adwaita/96x96/actions/go-down-symbolic.symbolic.png +0 -0
  613. data/vendor/local/share/icons/Adwaita/96x96/actions/go-up-symbolic.symbolic.png +0 -0
  614. data/vendor/local/share/icons/Adwaita/96x96/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
  615. data/vendor/local/share/icons/Adwaita/96x96/apps/text-editor-symbolic.symbolic.png +0 -0
  616. data/vendor/local/share/icons/Adwaita/96x96/devices/input-tablet-symbolic.symbolic.png +0 -0
  617. data/vendor/local/share/icons/Adwaita/96x96/devices/modem-symbolic.symbolic.png +0 -0
  618. data/vendor/local/share/icons/Adwaita/96x96/places/folder-download-symbolic.symbolic.png +0 -0
  619. data/vendor/local/share/icons/Adwaita/96x96/status/call-missed-symbolic.symbolic.png +0 -0
  620. data/vendor/local/share/icons/Adwaita/96x96/status/mail-read-symbolic.symbolic.png +0 -0
  621. data/vendor/local/share/icons/Adwaita/96x96/status/network-error-symbolic.symbolic.png +0 -0
  622. data/vendor/local/share/icons/Adwaita/96x96/status/network-idle-symbolic.symbolic.png +0 -0
  623. data/vendor/local/share/icons/Adwaita/96x96/status/network-offline-symbolic.symbolic.png +0 -0
  624. data/vendor/local/share/icons/Adwaita/96x96/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
  625. data/vendor/local/share/icons/Adwaita/96x96/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
  626. data/vendor/local/share/icons/Adwaita/96x96/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
  627. data/vendor/local/share/icons/Adwaita/96x96/status/user-available-symbolic.symbolic.png +0 -0
  628. data/vendor/local/share/icons/Adwaita/96x96/status/user-idle-symbolic.symbolic.png +0 -0
  629. data/vendor/local/share/icons/Adwaita/96x96/status/user-status-pending-symbolic.symbolic.png +0 -0
  630. data/vendor/local/share/icons/Adwaita/96x96/status/weather-fog-symbolic.symbolic.png +0 -0
  631. data/vendor/local/share/icons/Adwaita/cursors/context-menu +0 -0
  632. data/vendor/local/share/icons/Adwaita/cursors/dnd-no-drop +0 -0
  633. data/vendor/local/share/icons/Adwaita/cursors/grab +0 -0
  634. data/vendor/local/share/icons/Adwaita/cursors/hand1 +0 -0
  635. data/vendor/local/share/icons/Adwaita/cursors/no-drop +0 -0
  636. data/vendor/local/share/icons/Adwaita/cursors/wait +0 -0
  637. data/vendor/local/share/icons/Adwaita/cursors/watch +0 -0
  638. data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
  639. data/vendor/local/share/icons/Adwaita/index.theme +6 -1
  640. data/vendor/local/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg +3 -3
  641. data/vendor/local/share/icons/Adwaita/scalable/actions/edit-clear-all-symbolic.svg +20 -16
  642. data/vendor/local/share/icons/Adwaita/scalable/actions/go-down-symbolic.svg +11 -10
  643. data/vendor/local/share/icons/Adwaita/scalable/actions/go-up-symbolic.svg +9 -5
  644. data/vendor/local/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg +5 -1
  645. data/vendor/local/share/icons/Adwaita/scalable/apps/text-editor-symbolic.svg +13 -9
  646. data/vendor/local/share/icons/Adwaita/scalable/devices/input-tablet-symbolic.svg +19 -16
  647. data/vendor/local/share/icons/Adwaita/scalable/devices/modem-symbolic.svg +10 -6
  648. data/vendor/local/share/icons/Adwaita/scalable/places/folder-download-symbolic.svg +21 -17
  649. data/vendor/local/share/icons/Adwaita/scalable/status/network-vpn-acquiring-symbolic.svg +15 -14
  650. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg +5 -4
  651. data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg +5 -5
  652. data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-connected-symbolic.svg +18 -17
  653. data/vendor/local/share/icons/Adwaita/scalable/status/user-available-symbolic.svg +142 -21
  654. data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
  655. data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
  656. data/vendor/local/share/locale/as/LC_MESSAGES/gtk30-properties.mo +0 -0
  657. data/vendor/local/share/locale/as/LC_MESSAGES/gtk30.mo +0 -0
  658. data/vendor/local/share/locale/az/LC_MESSAGES/gtk30-properties.mo +0 -0
  659. data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo +0 -0
  660. data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk30.mo +0 -0
  661. data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
  662. data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30.mo +0 -0
  663. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
  664. data/vendor/local/share/locale/bn/LC_MESSAGES/gtk30-properties.mo +0 -0
  665. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo +0 -0
  666. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30.mo +0 -0
  667. data/vendor/local/share/locale/br/LC_MESSAGES/gtk30-properties.mo +0 -0
  668. data/vendor/local/share/locale/br/LC_MESSAGES/gtk30.mo +0 -0
  669. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
  670. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
  671. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30-properties.mo +0 -0
  672. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo +0 -0
  673. data/vendor/local/share/locale/crh/LC_MESSAGES/gtk30-properties.mo +0 -0
  674. data/vendor/local/share/locale/crh/LC_MESSAGES/gtk30.mo +0 -0
  675. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
  676. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
  677. data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
  678. data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
  679. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
  680. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
  681. data/vendor/local/share/locale/dz/LC_MESSAGES/gtk30-properties.mo +0 -0
  682. data/vendor/local/share/locale/dz/LC_MESSAGES/gtk30.mo +0 -0
  683. data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
  684. data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
  685. data/vendor/local/share/locale/en/LC_MESSAGES/gtk30-properties.mo +0 -0
  686. data/vendor/local/share/locale/en/LC_MESSAGES/gtk30.mo +0 -0
  687. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtk30-properties.mo +0 -0
  688. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtk30.mo +0 -0
  689. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo +0 -0
  690. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk30.mo +0 -0
  691. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo +0 -0
  692. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30.mo +0 -0
  693. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
  694. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
  695. data/vendor/local/share/locale/et/LC_MESSAGES/gtk30-properties.mo +0 -0
  696. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
  697. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
  698. data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
  699. data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
  700. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
  701. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
  702. data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30-properties.mo +0 -0
  703. data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
  704. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
  705. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
  706. data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30-properties.mo +0 -0
  707. data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30.mo +0 -0
  708. data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
  709. data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
  710. data/vendor/local/share/locale/hr/LC_MESSAGES/gtk30-properties.mo +0 -0
  711. data/vendor/local/share/locale/hr/LC_MESSAGES/gtk30.mo +0 -0
  712. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
  713. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
  714. data/vendor/local/share/locale/hy/LC_MESSAGES/gtk30-properties.mo +0 -0
  715. data/vendor/local/share/locale/hy/LC_MESSAGES/gtk30.mo +0 -0
  716. data/vendor/local/share/locale/ia/LC_MESSAGES/gtk30-properties.mo +0 -0
  717. data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
  718. data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
  719. data/vendor/local/share/locale/io/LC_MESSAGES/gtk30-properties.mo +0 -0
  720. data/vendor/local/share/locale/io/LC_MESSAGES/gtk30.mo +0 -0
  721. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
  722. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
  723. data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30-properties.mo +0 -0
  724. data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30.mo +0 -0
  725. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
  726. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
  727. data/vendor/local/share/locale/km/LC_MESSAGES/gtk30-properties.mo +0 -0
  728. data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
  729. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
  730. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
  731. data/vendor/local/share/locale/ku/LC_MESSAGES/gtk30.mo +0 -0
  732. data/vendor/local/share/locale/lg/LC_MESSAGES/gtk30-properties.mo +0 -0
  733. data/vendor/local/share/locale/lg/LC_MESSAGES/gtk30.mo +0 -0
  734. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
  735. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
  736. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
  737. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
  738. data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30-properties.mo +0 -0
  739. data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30.mo +0 -0
  740. data/vendor/local/share/locale/mi/LC_MESSAGES/gtk30.mo +0 -0
  741. data/vendor/local/share/locale/ml/LC_MESSAGES/gtk30-properties.mo +0 -0
  742. data/vendor/local/share/locale/ms/LC_MESSAGES/gtk30-properties.mo +0 -0
  743. data/vendor/local/share/locale/ms/LC_MESSAGES/gtk30.mo +0 -0
  744. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30-properties.mo +0 -0
  745. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
  746. data/vendor/local/share/locale/nds/LC_MESSAGES/gtk30-properties.mo +0 -0
  747. data/vendor/local/share/locale/nds/LC_MESSAGES/gtk30.mo +0 -0
  748. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30-properties.mo +0 -0
  749. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
  750. data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
  751. data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
  752. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
  753. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
  754. data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
  755. data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
  756. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
  757. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
  758. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
  759. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
  760. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
  761. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
  762. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
  763. data/vendor/local/share/locale/sq/LC_MESSAGES/gtk30-properties.mo +0 -0
  764. data/vendor/local/share/locale/sq/LC_MESSAGES/gtk30.mo +0 -0
  765. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
  766. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
  767. data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk30-properties.mo +0 -0
  768. data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk30.mo +0 -0
  769. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
  770. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
  771. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
  772. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
  773. data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
  774. data/vendor/local/share/locale/tt/LC_MESSAGES/gtk30-properties.mo +0 -0
  775. data/vendor/local/share/locale/tt/LC_MESSAGES/gtk30.mo +0 -0
  776. data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30-properties.mo +0 -0
  777. data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
  778. data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
  779. data/vendor/local/share/locale/ur/LC_MESSAGES/gtk30-properties.mo +0 -0
  780. data/vendor/local/share/locale/ur/LC_MESSAGES/gtk30.mo +0 -0
  781. data/vendor/local/share/locale/uz/LC_MESSAGES/gtk30-properties.mo +0 -0
  782. data/vendor/local/share/locale/uz/LC_MESSAGES/gtk30.mo +0 -0
  783. data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk30-properties.mo +0 -0
  784. data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo +0 -0
  785. data/vendor/local/share/locale/wa/LC_MESSAGES/gtk30-properties.mo +0 -0
  786. data/vendor/local/share/locale/wa/LC_MESSAGES/gtk30.mo +0 -0
  787. data/vendor/local/share/locale/yi/LC_MESSAGES/gtk30-properties.mo +0 -0
  788. data/vendor/local/share/locale/yi/LC_MESSAGES/gtk30.mo +0 -0
  789. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo +0 -0
  790. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30.mo +0 -0
  791. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
  792. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
  793. data/vendor/local/share/man/man1/broadwayd.1 +1 -1
  794. data/vendor/local/share/man/man1/gtk-builder-tool.1 +1 -1
  795. data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
  796. data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
  797. data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
  798. data/vendor/local/share/man/man1/gtk-query-settings.1 +1 -1
  799. data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
  800. data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
  801. data/vendor/local/share/man/man1/gtk3-demo.1 +1 -1
  802. data/vendor/local/share/man/man1/gtk3-icon-browser.1 +1 -1
  803. data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
  804. data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
  805. metadata +44 -17
  806. data/vendor/local/share/icons/Adwaita/16x16/actions/send-to-symbolic.symbolic.png +0 -0
  807. data/vendor/local/share/icons/Adwaita/24x24/actions/send-to-symbolic.symbolic.png +0 -0
  808. data/vendor/local/share/icons/Adwaita/32x32/actions/send-to-symbolic.symbolic.png +0 -0
  809. data/vendor/local/share/icons/Adwaita/48x48/actions/send-to-symbolic.symbolic.png +0 -0
  810. data/vendor/local/share/icons/Adwaita/64x64/actions/send-to-symbolic.symbolic.png +0 -0
  811. data/vendor/local/share/icons/Adwaita/96x96/actions/send-to-symbolic.symbolic.png +0 -0
@@ -108,8 +108,8 @@
108
108
  </div>
109
109
  <div class="refsect1">
110
110
  <a name="GtkInvisible.object-hierarchy"></a><h2>Object Hierarchy</h2>
111
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
112
- <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
111
+ <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>
112
+ <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>
113
113
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
114
114
  <span class="lineart">╰──</span> GtkInvisible
115
115
  </pre>
@@ -173,7 +173,7 @@
173
173
  </tr>
174
174
  <tr>
175
175
  <td class="function_type">
176
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
176
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
177
177
  </td>
178
178
  <td class="function_name">
179
179
  <a class="link" href="GtkLabel.html#gtk-label-get-mnemonic-keyval" title="gtk_label_get_mnemonic_keyval ()">gtk_label_get_mnemonic_keyval</a> <span class="c_punctuation">()</span>
@@ -181,14 +181,14 @@
181
181
  </tr>
182
182
  <tr>
183
183
  <td class="function_type">
184
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
184
+ <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>
185
185
  </td>
186
186
  <td class="function_name">
187
187
  <a class="link" href="GtkLabel.html#gtk-label-get-selectable" title="gtk_label_get_selectable ()">gtk_label_get_selectable</a> <span class="c_punctuation">()</span>
188
188
  </td>
189
189
  </tr>
190
190
  <tr>
191
- <td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
191
+ <td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
192
192
  </td>
193
193
  <td class="function_name">
194
194
  <a class="link" href="GtkLabel.html#gtk-label-get-text" title="gtk_label_get_text ()">gtk_label_get_text</a> <span class="c_punctuation">()</span>
@@ -252,7 +252,7 @@
252
252
  </tr>
253
253
  <tr>
254
254
  <td class="function_type">
255
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>
255
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>
256
256
  </td>
257
257
  <td class="function_name">
258
258
  <a class="link" href="GtkLabel.html#gtk-label-get-xalign" title="gtk_label_get_xalign ()">gtk_label_get_xalign</a> <span class="c_punctuation">()</span>
@@ -260,7 +260,7 @@
260
260
  </tr>
261
261
  <tr>
262
262
  <td class="function_type">
263
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>
263
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>
264
264
  </td>
265
265
  <td class="function_name">
266
266
  <a class="link" href="GtkLabel.html#gtk-label-get-yalign" title="gtk_label_get_yalign ()">gtk_label_get_yalign</a> <span class="c_punctuation">()</span>
@@ -276,7 +276,7 @@
276
276
  </tr>
277
277
  <tr>
278
278
  <td class="function_type">
279
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
279
+ <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>
280
280
  </td>
281
281
  <td class="function_name">
282
282
  <a class="link" href="GtkLabel.html#gtk-label-get-width-chars" title="gtk_label_get_width_chars ()">gtk_label_get_width_chars</a> <span class="c_punctuation">()</span>
@@ -284,14 +284,14 @@
284
284
  </tr>
285
285
  <tr>
286
286
  <td class="function_type">
287
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
287
+ <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>
288
288
  </td>
289
289
  <td class="function_name">
290
290
  <a class="link" href="GtkLabel.html#gtk-label-get-max-width-chars" title="gtk_label_get_max_width_chars ()">gtk_label_get_max_width_chars</a> <span class="c_punctuation">()</span>
291
291
  </td>
292
292
  </tr>
293
293
  <tr>
294
- <td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
294
+ <td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
295
295
  </td>
296
296
  <td class="function_name">
297
297
  <a class="link" href="GtkLabel.html#gtk-label-get-label" title="gtk_label_get_label ()">gtk_label_get_label</a> <span class="c_punctuation">()</span>
@@ -307,7 +307,7 @@
307
307
  </tr>
308
308
  <tr>
309
309
  <td class="function_type">
310
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
310
+ <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>
311
311
  </td>
312
312
  <td class="function_name">
313
313
  <a class="link" href="GtkLabel.html#gtk-label-get-line-wrap" title="gtk_label_get_line_wrap ()">gtk_label_get_line_wrap</a> <span class="c_punctuation">()</span>
@@ -323,7 +323,7 @@
323
323
  </tr>
324
324
  <tr>
325
325
  <td class="function_type">
326
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
326
+ <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>
327
327
  </td>
328
328
  <td class="function_name">
329
329
  <a class="link" href="GtkLabel.html#gtk-label-get-lines" title="gtk_label_get_lines ()">gtk_label_get_lines</a> <span class="c_punctuation">()</span>
@@ -339,7 +339,7 @@
339
339
  </tr>
340
340
  <tr>
341
341
  <td class="function_type">
342
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
342
+ <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>
343
343
  </td>
344
344
  <td class="function_name">
345
345
  <a class="link" href="GtkLabel.html#gtk-label-get-selection-bounds" title="gtk_label_get_selection_bounds ()">gtk_label_get_selection_bounds</a> <span class="c_punctuation">()</span>
@@ -347,7 +347,7 @@
347
347
  </tr>
348
348
  <tr>
349
349
  <td class="function_type">
350
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
350
+ <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>
351
351
  </td>
352
352
  <td class="function_name">
353
353
  <a class="link" href="GtkLabel.html#gtk-label-get-use-markup" title="gtk_label_get_use_markup ()">gtk_label_get_use_markup</a> <span class="c_punctuation">()</span>
@@ -355,7 +355,7 @@
355
355
  </tr>
356
356
  <tr>
357
357
  <td class="function_type">
358
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
358
+ <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>
359
359
  </td>
360
360
  <td class="function_name">
361
361
  <a class="link" href="GtkLabel.html#gtk-label-get-use-underline" title="gtk_label_get_use_underline ()">gtk_label_get_use_underline</a> <span class="c_punctuation">()</span>
@@ -363,7 +363,7 @@
363
363
  </tr>
364
364
  <tr>
365
365
  <td class="function_type">
366
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
366
+ <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>
367
367
  </td>
368
368
  <td class="function_name">
369
369
  <a class="link" href="GtkLabel.html#gtk-label-get-single-line-mode" title="gtk_label_get_single_line_mode ()">gtk_label_get_single_line_mode</a> <span class="c_punctuation">()</span>
@@ -371,7 +371,7 @@
371
371
  </tr>
372
372
  <tr>
373
373
  <td class="function_type">
374
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
374
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
375
375
  </td>
376
376
  <td class="function_name">
377
377
  <a class="link" href="GtkLabel.html#gtk-label-get-angle" title="gtk_label_get_angle ()">gtk_label_get_angle</a> <span class="c_punctuation">()</span>
@@ -418,7 +418,7 @@
418
418
  </td>
419
419
  </tr>
420
420
  <tr>
421
- <td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
421
+ <td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
422
422
  </td>
423
423
  <td class="function_name">
424
424
  <a class="link" href="GtkLabel.html#gtk-label-get-current-uri" title="gtk_label_get_current_uri ()">gtk_label_get_current_uri</a> <span class="c_punctuation">()</span>
@@ -434,7 +434,7 @@
434
434
  </tr>
435
435
  <tr>
436
436
  <td class="function_type">
437
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
437
+ <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>
438
438
  </td>
439
439
  <td class="function_name">
440
440
  <a class="link" href="GtkLabel.html#gtk-label-get-track-visited-links" title="gtk_label_get_track_visited_links ()">gtk_label_get_track_visited_links</a> <span class="c_punctuation">()</span>
@@ -453,7 +453,7 @@
453
453
  </colgroup>
454
454
  <tbody>
455
455
  <tr>
456
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a></td>
456
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a></td>
457
457
  <td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--angle" title="The “angle” property">angle</a></td>
458
458
  <td class="property_flags">Read / Write</td>
459
459
  </tr>
@@ -464,7 +464,7 @@
464
464
  <td class="property_flags">Read / Write</td>
465
465
  </tr>
466
466
  <tr>
467
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
467
+ <td class="property_type"><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></td>
468
468
  <td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--cursor-position" title="The “cursor-position” property">cursor-position</a></td>
469
469
  <td class="property_flags">Read</td>
470
470
  </tr>
@@ -480,22 +480,22 @@
480
480
  </tr>
481
481
  <tr>
482
482
  <td class="property_type">
483
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
483
+ <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> *</td>
484
484
  <td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--label" title="The “label” property">label</a></td>
485
485
  <td class="property_flags">Read / Write</td>
486
486
  </tr>
487
487
  <tr>
488
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
488
+ <td class="property_type"><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></td>
489
489
  <td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--lines" title="The “lines” property">lines</a></td>
490
490
  <td class="property_flags">Read / Write</td>
491
491
  </tr>
492
492
  <tr>
493
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
493
+ <td class="property_type"><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></td>
494
494
  <td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--max-width-chars" title="The “max-width-chars” property">max-width-chars</a></td>
495
495
  <td class="property_flags">Read / Write</td>
496
496
  </tr>
497
497
  <tr>
498
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
498
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
499
499
  <td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--mnemonic-keyval" title="The “mnemonic-keyval” property">mnemonic-keyval</a></td>
500
500
  <td class="property_flags">Read</td>
501
501
  </tr>
@@ -507,47 +507,47 @@
507
507
  </tr>
508
508
  <tr>
509
509
  <td class="property_type">
510
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
510
+ <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> *</td>
511
511
  <td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--pattern" title="The “pattern” property">pattern</a></td>
512
512
  <td class="property_flags">Write</td>
513
513
  </tr>
514
514
  <tr>
515
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
515
+ <td class="property_type"><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></td>
516
516
  <td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--selectable" title="The “selectable” property">selectable</a></td>
517
517
  <td class="property_flags">Read / Write</td>
518
518
  </tr>
519
519
  <tr>
520
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
520
+ <td class="property_type"><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></td>
521
521
  <td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--selection-bound" title="The “selection-bound” property">selection-bound</a></td>
522
522
  <td class="property_flags">Read</td>
523
523
  </tr>
524
524
  <tr>
525
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
525
+ <td class="property_type"><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></td>
526
526
  <td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--single-line-mode" title="The “single-line-mode” property">single-line-mode</a></td>
527
527
  <td class="property_flags">Read / Write</td>
528
528
  </tr>
529
529
  <tr>
530
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
530
+ <td class="property_type"><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></td>
531
531
  <td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--track-visited-links" title="The “track-visited-links” property">track-visited-links</a></td>
532
532
  <td class="property_flags">Read / Write</td>
533
533
  </tr>
534
534
  <tr>
535
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
535
+ <td class="property_type"><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></td>
536
536
  <td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--use-markup" title="The “use-markup” property">use-markup</a></td>
537
537
  <td class="property_flags">Read / Write</td>
538
538
  </tr>
539
539
  <tr>
540
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
540
+ <td class="property_type"><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></td>
541
541
  <td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--use-underline" title="The “use-underline” property">use-underline</a></td>
542
542
  <td class="property_flags">Read / Write</td>
543
543
  </tr>
544
544
  <tr>
545
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
545
+ <td class="property_type"><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></td>
546
546
  <td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--width-chars" title="The “width-chars” property">width-chars</a></td>
547
547
  <td class="property_flags">Read / Write</td>
548
548
  </tr>
549
549
  <tr>
550
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
550
+ <td class="property_type"><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></td>
551
551
  <td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--wrap" title="The “wrap” property">wrap</a></td>
552
552
  <td class="property_flags">Read / Write</td>
553
553
  </tr>
@@ -557,12 +557,12 @@
557
557
  <td class="property_flags">Read / Write</td>
558
558
  </tr>
559
559
  <tr>
560
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></td>
560
+ <td class="property_type"><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></td>
561
561
  <td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--xalign" title="The “xalign” property">xalign</a></td>
562
562
  <td class="property_flags">Read / Write</td>
563
563
  </tr>
564
564
  <tr>
565
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></td>
565
+ <td class="property_type"><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></td>
566
566
  <td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--yalign" title="The “yalign” property">yalign</a></td>
567
567
  <td class="property_flags">Read / Write</td>
568
568
  </tr>
@@ -581,27 +581,27 @@
581
581
  <tr>
582
582
  <td class="signal_type"><span class="returnvalue">void</span></td>
583
583
  <td class="signal_name"><a class="link" href="GtkLabel.html#GtkLabel-activate-current-link" title="The “activate-current-link” signal">activate-current-link</a></td>
584
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
584
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
585
585
  </tr>
586
586
  <tr>
587
- <td class="signal_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
587
+ <td class="signal_type"><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></td>
588
588
  <td class="signal_name"><a class="link" href="GtkLabel.html#GtkLabel-activate-link" title="The “activate-link” signal">activate-link</a></td>
589
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
589
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
590
590
  </tr>
591
591
  <tr>
592
592
  <td class="signal_type"><span class="returnvalue">void</span></td>
593
593
  <td class="signal_name"><a class="link" href="GtkLabel.html#GtkLabel-copy-clipboard" title="The “copy-clipboard” signal">copy-clipboard</a></td>
594
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
594
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
595
595
  </tr>
596
596
  <tr>
597
597
  <td class="signal_type"><span class="returnvalue">void</span></td>
598
598
  <td class="signal_name"><a class="link" href="GtkLabel.html#GtkLabel-move-cursor" title="The “move-cursor” signal">move-cursor</a></td>
599
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
599
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
600
600
  </tr>
601
601
  <tr>
602
602
  <td class="signal_type"><span class="returnvalue">void</span></td>
603
603
  <td class="signal_name"><a class="link" href="GtkLabel.html#GtkLabel-populate-popup" title="The “populate-popup” signal">populate-popup</a></td>
604
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
604
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
605
605
  </tr>
606
606
  </tbody>
607
607
  </table></div>
@@ -621,8 +621,8 @@
621
621
  </div>
622
622
  <div class="refsect1">
623
623
  <a name="GtkLabel.object-hierarchy"></a><h2>Object Hierarchy</h2>
624
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
625
- <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
624
+ <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>
625
+ <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>
626
626
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
627
627
  <span class="lineart">╰──</span> <a class="link" href="GtkMisc.html" title="GtkMisc">GtkMisc</a>
628
628
  <span class="lineart">╰──</span> GtkLabel
@@ -656,11 +656,11 @@ implies, most labels are used to label another widget such as a
656
656
  3
657
657
  4
658
658
  5</pre></td>
659
- <td class="listing_code"><pre class="programlisting"><span class="normal">label</span>
660
- <span class="normal">├── </span><span class="symbol">[</span><span class="normal">selection</span><span class="symbol">]</span>
661
- <span class="normal">├── </span><span class="symbol">[</span><span class="normal">link</span><span class="symbol">]</span>
662
- <span class="normal">┊</span>
663
- <span class="normal">╰── </span><span class="symbol">[</span><span class="normal">link</span><span class="symbol">]</span></pre></td>
659
+ <td class="listing_code"><pre class="programlisting">label
660
+ ├── <span class="gtkdoc opt">[</span>selection<span class="gtkdoc opt">]</span>
661
+ ├── <span class="gtkdoc opt">[</span>link<span class="gtkdoc opt">]</span>
662
+
663
+ ╰── <span class="gtkdoc opt">[</span>link<span class="gtkdoc opt">]</span></pre></td>
664
664
  </tr>
665
665
  </tbody>
666
666
  </table>
@@ -695,10 +695,10 @@ this label.</p>
695
695
  4
696
696
  5
697
697
  6</pre></td>
698
- <td class="listing_code"><pre class="programlisting"><span class="symbol">&lt;</span><span class="usertype">object</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"GtkLabel"</span><span class="symbol">&gt;</span>
699
- <span class="normal"> </span><span class="symbol">&lt;</span><span class="normal">attributes</span><span class="symbol">&gt;</span>
700
- <span class="normal"> </span><span class="symbol">&lt;</span><span class="usertype">attribute</span><span class="normal"> name</span><span class="symbol">=</span><span class="string">"weight"</span><span class="normal"> value</span><span class="symbol">=</span><span class="string">"PANGO_WEIGHT_BOLD"</span><span class="symbol">/&gt;</span>
701
- <span class="normal"> </span><span class="symbol">&lt;</span><span class="usertype">attribute</span><span class="normal"> name</span><span class="symbol">=</span><span class="string">"background"</span><span class="normal"> value</span><span class="symbol">=</span><span class="string">"red"</span><span class="normal"> start</span><span class="symbol">=</span><span class="string">"5"</span><span class="normal"> end</span><span class="symbol">=</span><span class="string">"10"</span><span class="symbol">/&gt;</span><span class="string">"</span>
698
+ <td class="listing_code"><pre class="programlisting"><span class="gtkdoc opt">&lt;</span>object <span class="gtkdoc kwc">class</span><span class="gtkdoc opt">=</span><span class="string">&quot;GtkLabel&quot;</span><span class="gtkdoc opt">&gt;</span>
699
+ <span class="gtkdoc opt">&lt;</span>attributes<span class="gtkdoc opt">&gt;</span>
700
+ <span class="gtkdoc opt">&lt;</span>attribute name<span class="gtkdoc opt">=</span><span class="string">&quot;weight&quot;</span> value<span class="gtkdoc opt">=</span><span class="string">&quot;PANGO_WEIGHT_BOLD&quot;</span><span class="gtkdoc opt">/&gt;</span>
701
+ <span class="gtkdoc opt">&lt;</span>attribute name<span class="gtkdoc opt">=</span><span class="string">&quot;background&quot;</span> value<span class="gtkdoc opt">=</span><span class="string">&quot;red&quot;</span> start<span class="gtkdoc opt">=</span><span class="string">&quot;5&quot;</span> end<span class="gtkdoc opt">=</span><span class="string">&quot;10&quot;</span><span class="gtkdoc opt">/&gt;</span><span class="string">&quot;</span>
702
702
  <span class="string"> &lt;/attributes&gt;</span>
703
703
  <span class="string">&lt;/object&gt;</span></pre></td>
704
704
  </tr>
@@ -735,10 +735,10 @@ the label is inside a button:</p>
735
735
  2
736
736
  3
737
737
  4</pre></td>
738
- <td class="listing_code"><pre class="programlisting"><span class="comment">// Pressing Alt+H will activate this button</span>
739
- <span class="normal">button </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkButton.html#gtk-button-new">gtk_button_new</a></span><span class="normal"> </span><span class="symbol">();</span>
740
- <span class="normal">label </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkLabel.html#gtk-label-new-with-mnemonic">gtk_label_new_with_mnemonic</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"_Hello"</span><span class="symbol">);</span>
741
- <span class="function"><a href="GtkContainer.html#gtk-container-add">gtk_container_add</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_CONTAINER</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">button</span><span class="symbol">),</span><span class="normal"> label</span><span class="symbol">);</span></pre></td>
738
+ <td class="listing_code"><pre class="programlisting"><span class="gtkdoc slc">// Pressing Alt+H will activate this button</span>
739
+ button <span class="gtkdoc opt">=</span> <span class="function"><a href="GtkButton.html#gtk-button-new">gtk_button_new</a></span> <span class="gtkdoc opt">();</span>
740
+ label <span class="gtkdoc opt">=</span> <span class="function"><a href="GtkLabel.html#gtk-label-new-with-mnemonic">gtk_label_new_with_mnemonic</a></span> <span class="gtkdoc opt">(</span><span class="string">&quot;_Hello&quot;</span><span class="gtkdoc opt">);</span>
741
+ <span class="function"><a href="GtkContainer.html#gtk-container-add">gtk_container_add</a></span> <span class="gtkdoc opt">(</span><span class="function">GTK_CONTAINER</span> <span class="gtkdoc opt">(</span>button<span class="gtkdoc opt">),</span> label<span class="gtkdoc opt">);</span></pre></td>
742
742
  </tr>
743
743
  </tbody>
744
744
  </table>
@@ -753,8 +753,8 @@ already inside:</p>
753
753
  <tr>
754
754
  <td class="listing_lines" align="right"><pre>1
755
755
  2</pre></td>
756
- <td class="listing_code"><pre class="programlisting"><span class="comment">// Pressing Alt+H will activate this button</span>
757
- <span class="normal">button </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkButton.html#gtk-button-new-with-mnemonic">gtk_button_new_with_mnemonic</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"_Hello"</span><span class="symbol">);</span></pre></td>
756
+ <td class="listing_code"><pre class="programlisting"><span class="gtkdoc slc">// Pressing Alt+H will activate this button</span>
757
+ button <span class="gtkdoc opt">=</span> <span class="function"><a href="GtkButton.html#gtk-button-new-with-mnemonic">gtk_button_new_with_mnemonic</a></span> <span class="gtkdoc opt">(</span><span class="string">&quot;_Hello&quot;</span><span class="gtkdoc opt">);</span></pre></td>
758
758
  </tr>
759
759
  </tbody>
760
760
  </table>
@@ -772,10 +772,10 @@ already inside:</p>
772
772
  2
773
773
  3
774
774
  4</pre></td>
775
- <td class="listing_code"><pre class="programlisting"><span class="comment">// Pressing Alt+H will focus the entry</span>
776
- <span class="normal">entry </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkEntry.html#gtk-entry-new">gtk_entry_new</a></span><span class="normal"> </span><span class="symbol">();</span>
777
- <span class="normal">label </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkLabel.html#gtk-label-new-with-mnemonic">gtk_label_new_with_mnemonic</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"_Hello"</span><span class="symbol">);</span>
778
- <span class="function"><a href="GtkLabel.html#gtk-label-set-mnemonic-widget">gtk_label_set_mnemonic_widget</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_LABEL</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">label</span><span class="symbol">),</span><span class="normal"> entry</span><span class="symbol">);</span></pre></td>
775
+ <td class="listing_code"><pre class="programlisting"><span class="gtkdoc slc">// Pressing Alt+H will focus the entry</span>
776
+ entry <span class="gtkdoc opt">=</span> <span class="function"><a href="GtkEntry.html#gtk-entry-new">gtk_entry_new</a></span> <span class="gtkdoc opt">();</span>
777
+ label <span class="gtkdoc opt">=</span> <span class="function"><a href="GtkLabel.html#gtk-label-new-with-mnemonic">gtk_label_new_with_mnemonic</a></span> <span class="gtkdoc opt">(</span><span class="string">&quot;_Hello&quot;</span><span class="gtkdoc opt">);</span>
778
+ <span class="function"><a href="GtkLabel.html#gtk-label-set-mnemonic-widget">gtk_label_set_mnemonic_widget</a></span> <span class="gtkdoc opt">(</span><span class="function">GTK_LABEL</span> <span class="gtkdoc opt">(</span>label<span class="gtkdoc opt">),</span> entry<span class="gtkdoc opt">);</span></pre></td>
779
779
  </tr>
780
780
  </tbody>
781
781
  </table>
@@ -796,8 +796,8 @@ markup format.</p>
796
796
  <tr>
797
797
  <td class="listing_lines" align="right"><pre>1
798
798
  2</pre></td>
799
- <td class="listing_code"><pre class="programlisting"><span class="normal">label </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkLabel.html#gtk-label-new">gtk_label_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
800
- <span class="function"><a href="GtkLabel.html#gtk-label-set-markup">gtk_label_set_markup</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_LABEL</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">label</span><span class="symbol">),</span><span class="normal"> </span><span class="string">"&lt;small&gt;Small text&lt;/small&gt;"</span><span class="symbol">);</span></pre></td>
799
+ <td class="listing_code"><pre class="programlisting">label <span class="gtkdoc opt">=</span> <span class="function"><a href="GtkLabel.html#gtk-label-new">gtk_label_new</a></span> <span class="gtkdoc opt">(</span>NULL<span class="gtkdoc opt">);</span>
800
+ <span class="function"><a href="GtkLabel.html#gtk-label-set-markup">gtk_label_set_markup</a></span> <span class="gtkdoc opt">(</span><span class="function">GTK_LABEL</span> <span class="gtkdoc opt">(</span>label<span class="gtkdoc opt">),</span> <span class="string">&quot;&lt;small&gt;Small text&lt;/small&gt;&quot;</span><span class="gtkdoc opt">);</span></pre></td>
801
801
  </tr>
802
802
  </tbody>
803
803
  </table>
@@ -810,13 +810,13 @@ tags in the Pango manual.)</p>
810
810
  literal &lt;, &gt; and &amp; characters must be escaped as &amp;lt;, &amp;gt;, and &amp;amp;.
811
811
  If you pass text obtained from the user, file, or a network to
812
812
  <a class="link" href="GtkLabel.html#gtk-label-set-markup" title="gtk_label_set_markup ()"><code class="function">gtk_label_set_markup()</code></a>, you’ll want to escape it with
813
- <a href="https://developer.gnome.org/glib/unstable/glib-Simple-XML-Subset-Parser.html#g-markup-escape-text"><code class="function">g_markup_escape_text()</code></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Simple-XML-Subset-Parser.html#g-markup-printf-escaped"><code class="function">g_markup_printf_escaped()</code></a>.</p>
813
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#g-markup-escape-text"><code class="function">g_markup_escape_text()</code></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#g-markup-printf-escaped"><code class="function">g_markup_printf_escaped()</code></a>.</p>
814
814
  <p>Markup strings are just a convenient way to set the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList-struct"><span class="type">PangoAttrList</span></a> on
815
815
  a label; <a class="link" href="GtkLabel.html#gtk-label-set-attributes" title="gtk_label_set_attributes ()"><code class="function">gtk_label_set_attributes()</code></a> may be a simpler way to set
816
816
  attributes in some cases. Be careful though; <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList-struct"><span class="type">PangoAttrList</span></a> tends to
817
817
  cause internationalization problems, unless you’re applying attributes
818
818
  to the entire string (i.e. unless you set the range of each attribute
819
- to [0, <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#G-MAXINT:CAPS"><code class="literal">G_MAXINT</code></a>)). The reason is that specifying the start_index and
819
+ to [0, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#G-MAXINT:CAPS"><code class="literal">G_MAXINT</code></a>)). The reason is that specifying the start_index and
820
820
  end_index for a <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttribute"><span class="type">PangoAttribute</span></a> requires knowledge of the exact string
821
821
  being displayed, so translations will cause problems.</p>
822
822
  </div>
@@ -871,11 +871,11 @@ text. The “title“ attribute is displayed as a tooltip on the link.</p>
871
871
  3
872
872
  4
873
873
  5</pre></td>
874
- <td class="listing_code"><pre class="programlisting"><span class="keyword">const</span><span class="normal"> </span><span class="usertype">gchar</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">text </span><span class="symbol">=</span>
875
- <span class="string">"Go to the"</span>
876
- <span class="string">"&lt;a href=</span><span class="specialchar">\"</span><span class="string">http://www.gtk.org title="</span><span class="symbol">&amp;</span><span class="normal">lt</span><span class="symbol">;</span><span class="normal">i</span><span class="symbol">&amp;</span><span class="normal">gt</span><span class="symbol">;</span><span class="normal">Our</span><span class="symbol">&amp;</span><span class="normal">lt</span><span class="symbol">;/</span><span class="normal">i</span><span class="symbol">&amp;</span><span class="normal">gt</span><span class="symbol">;</span><span class="normal"> website</span><span class="symbol">\</span><span class="string">"&gt;"</span>
877
- <span class="string">"GTK+ website&lt;/a&gt; for more..."</span><span class="symbol">;</span>
878
- <span class="function"><a href="GtkLabel.html#gtk-label-set-markup">gtk_label_set_markup</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">label</span><span class="symbol">,</span><span class="normal"> text</span><span class="symbol">);</span></pre></td>
874
+ <td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">const</span> gchar <span class="gtkdoc opt">*</span>text <span class="gtkdoc opt">=</span>
875
+ <span class="string">&quot;Go to the&quot;</span>
876
+ <span class="string">&quot;&lt;a href=</span><span class="gtkdoc esc">\&quot;</span><span class="string">http://www.gtk.org title=&quot;</span><span class="gtkdoc opt">&amp;</span>lt<span class="gtkdoc opt">;</span>i<span class="gtkdoc opt">&amp;</span>gt<span class="gtkdoc opt">;</span>Our<span class="gtkdoc opt">&amp;</span>lt<span class="gtkdoc opt">;/</span>i<span class="gtkdoc opt">&amp;</span>gt<span class="gtkdoc opt">;</span> website<span class="gtkdoc esc">\&quot;</span><span class="gtkdoc opt">&gt;</span><span class="string">&quot;</span>
877
+ <span class="string">&quot;</span>GTK<span class="gtkdoc opt">+</span> website<span class="gtkdoc opt">&lt;/</span>a<span class="gtkdoc opt">&gt;</span> <span class="keyword">for</span> more<span class="gtkdoc opt">...</span><span class="string">&quot;;</span>
878
+ <span class="string">gtk_label_set_markup (label, text);</span></pre></td>
879
879
  </tr>
880
880
  </tbody>
881
881
  </table>
@@ -891,9 +891,9 @@ the <a class="link" href="GtkLabel.html#GtkLabel-activate-link" title="The “ac
891
891
  <div class="refsect2">
892
892
  <a name="gtk-label-new"></a><h3>gtk_label_new ()</h3>
893
893
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
894
- gtk_label_new (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
894
+ gtk_label_new (<em class="parameter"><code>const <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> *str</code></em>);</pre>
895
895
  <p>Creates a new label with the given text inside it. You can
896
- pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to get an empty label widget.</p>
896
+ pass <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> to get an empty label widget.</p>
897
897
  <div class="refsect3">
898
898
  <a name="gtk-label-new.parameters"></a><h4>Parameters</h4>
899
899
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -919,12 +919,12 @@ pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.htm
919
919
  <a name="gtk-label-set-text"></a><h3>gtk_label_set_text ()</h3>
920
920
  <pre class="programlisting"><span class="returnvalue">void</span>
921
921
  gtk_label_set_text (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
922
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
922
+ <em class="parameter"><code>const <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> *str</code></em>);</pre>
923
923
  <p>Sets the text within the <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> widget. It overwrites any text that
924
924
  was there before. </p>
925
925
  <p>This function will clear any previously set mnemonic accelerators, and
926
- set the <a class="link" href="GtkLabel.html#GtkLabel--use-underline" title="The “use-underline” property"><span class="type">“use-underline”</span></a> property to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> as a side effect.</p>
927
- <p>This function will set the <a class="link" href="GtkLabel.html#GtkLabel--use-markup" title="The “use-markup” property"><span class="type">“use-markup”</span></a> property to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
926
+ set the <a class="link" href="GtkLabel.html#GtkLabel--use-underline" title="The “use-underline” property"><span class="type">“use-underline”</span></a> property 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> as a side effect.</p>
927
+ <p>This function will set the <a class="link" href="GtkLabel.html#GtkLabel--use-markup" title="The “use-markup” property"><span class="type">“use-markup”</span></a> property 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>
928
928
  as a side effect.</p>
929
929
  <p>See also: <a class="link" href="GtkLabel.html#gtk-label-set-markup" title="gtk_label_set_markup ()"><code class="function">gtk_label_set_markup()</code></a></p>
930
930
  <div class="refsect3">
@@ -980,7 +980,7 @@ to the label after the markup string is parsed.</p>
980
980
  </tr>
981
981
  <tr>
982
982
  <td class="parameter_name"><p>attrs</p></td>
983
- <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>, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
983
+ <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>, 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>
984
984
  <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>
985
985
  </tr>
986
986
  </tbody>
@@ -992,14 +992,14 @@ to the label after the markup string is parsed.</p>
992
992
  <a name="gtk-label-set-markup"></a><h3>gtk_label_set_markup ()</h3>
993
993
  <pre class="programlisting"><span class="returnvalue">void</span>
994
994
  gtk_label_set_markup (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
995
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
995
+ <em class="parameter"><code>const <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> *str</code></em>);</pre>
996
996
  <p>Parses <em class="parameter"><code>str</code></em>
997
997
  which is marked up with the
998
998
  Pango text markup language, setting the
999
999
  label’s text and attribute list based on the parse results.</p>
1000
1000
  <p>If the <em class="parameter"><code>str</code></em>
1001
1001
  is external data, you may need to escape it with
1002
- <a href="https://developer.gnome.org/glib/unstable/glib-Simple-XML-Subset-Parser.html#g-markup-escape-text"><code class="function">g_markup_escape_text()</code></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Simple-XML-Subset-Parser.html#g-markup-printf-escaped"><code class="function">g_markup_printf_escaped()</code></a>:</p>
1002
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#g-markup-escape-text"><code class="function">g_markup_escape_text()</code></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#g-markup-printf-escaped"><code class="function">g_markup_printf_escaped()</code></a>:</p>
1003
1003
  <div class="informalexample">
1004
1004
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
1005
1005
  <tbody>
@@ -1010,19 +1010,19 @@ label’s text and attribute list based on the parse results.</p>
1010
1010
  4
1011
1011
  5
1012
1012
  6</pre></td>
1013
- <td class="listing_code"><pre class="programlisting"><span class="keyword">const</span><span class="normal"> </span><span class="type">char</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">format </span><span class="symbol">=</span><span class="normal"> </span><span class="string">"&lt;span style=</span><span class="specialchar">\"</span><span class="string">italic</span><span class="specialchar">\"</span><span class="string">&gt;</span><span class="specialchar">\%</span><span class="string">s&lt;/span&gt;"</span><span class="symbol">;</span>
1014
- <span class="type">char</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">markup</span><span class="symbol">;</span>
1013
+ <td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">const char</span> <span class="gtkdoc opt">*</span>format <span class="gtkdoc opt">=</span> <span class="string">&quot;&lt;span style=</span><span class="gtkdoc esc">\&quot;</span><span class="string">italic</span><span class="gtkdoc esc">\&quot;</span><span class="string">&gt;\%s&lt;/span&gt;&quot;</span><span class="gtkdoc opt">;</span>
1014
+ <span class="gtkdoc kwb">char</span> <span class="gtkdoc opt">*</span>markup<span class="gtkdoc opt">;</span>
1015
1015
 
1016
- <span class="normal">markup </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="https://developer.gnome.org/glib/unstable/glib-Simple-XML-Subset-Parser.html#g-markup-printf-escaped">g_markup_printf_escaped</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">format</span><span class="symbol">,</span><span class="normal"> str</span><span class="symbol">);</span>
1017
- <span class="function"><a href="GtkLabel.html#gtk-label-set-markup">gtk_label_set_markup</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_LABEL</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">label</span><span class="symbol">),</span><span class="normal"> markup</span><span class="symbol">);</span>
1018
- <span class="function"><a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free">g_free</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">markup</span><span class="symbol">);</span></pre></td>
1016
+ markup <span class="gtkdoc opt">=</span> <span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#g-markup-printf-escaped">g_markup_printf_escaped</a></span> <span class="gtkdoc opt">(</span>format<span class="gtkdoc opt">,</span> str<span class="gtkdoc opt">);</span>
1017
+ <span class="function"><a href="GtkLabel.html#gtk-label-set-markup">gtk_label_set_markup</a></span> <span class="gtkdoc opt">(</span><span class="function">GTK_LABEL</span> <span class="gtkdoc opt">(</span>label<span class="gtkdoc opt">),</span> markup<span class="gtkdoc opt">);</span>
1018
+ <span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free">g_free</a></span> <span class="gtkdoc opt">(</span>markup<span class="gtkdoc opt">);</span></pre></td>
1019
1019
  </tr>
1020
1020
  </tbody>
1021
1021
  </table>
1022
1022
  </div>
1023
1023
 
1024
1024
  <p></p>
1025
- <p>This function will set the <a class="link" href="GtkLabel.html#GtkLabel--use-markup" title="The “use-markup” property"><span class="type">“use-markup”</span></a> property to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> as
1025
+ <p>This function will set the <a class="link" href="GtkLabel.html#GtkLabel--use-markup" title="The “use-markup” property"><span class="type">“use-markup”</span></a> property 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> as
1026
1026
  a side effect.</p>
1027
1027
  <p>If you set the label contents using the <a class="link" href="GtkLabel.html#GtkLabel--label" title="The “label” property"><span class="type">“label”</span></a> property you
1028
1028
  should also ensure that you set the <a class="link" href="GtkLabel.html#GtkLabel--use-markup" title="The “use-markup” property"><span class="type">“use-markup”</span></a> property
@@ -1056,7 +1056,7 @@ accordingly.</p>
1056
1056
  <a name="gtk-label-set-markup-with-mnemonic"></a><h3>gtk_label_set_markup_with_mnemonic ()</h3>
1057
1057
  <pre class="programlisting"><span class="returnvalue">void</span>
1058
1058
  gtk_label_set_markup_with_mnemonic (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
1059
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
1059
+ <em class="parameter"><code>const <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> *str</code></em>);</pre>
1060
1060
  <p>Parses <em class="parameter"><code>str</code></em>
1061
1061
  which is marked up with the
1062
1062
  Pango text markup language,
@@ -1095,7 +1095,7 @@ Pango markup format)</p></td>
1095
1095
  <a name="gtk-label-set-pattern"></a><h3>gtk_label_set_pattern ()</h3>
1096
1096
  <pre class="programlisting"><span class="returnvalue">void</span>
1097
1097
  gtk_label_set_pattern (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
1098
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *pattern</code></em>);</pre>
1098
+ <em class="parameter"><code>const <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> *pattern</code></em>);</pre>
1099
1099
  <p>The pattern of underlines you want under the existing text within the
1100
1100
  <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> widget. For example if the current text of the label says
1101
1101
  “FooBarBaz” passing a pattern of “___ ___” will underline
@@ -1163,7 +1163,7 @@ single line.</p>
1163
1163
  <a name="gtk-label-set-xalign"></a><h3>gtk_label_set_xalign ()</h3>
1164
1164
  <pre class="programlisting"><span class="returnvalue">void</span>
1165
1165
  gtk_label_set_xalign (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
1166
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> xalign</code></em>);</pre>
1166
+ <em class="parameter"><code><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> xalign</code></em>);</pre>
1167
1167
  <p>Sets the <a class="link" href="GtkLabel.html#GtkLabel--xalign" title="The “xalign” property"><span class="type">“xalign”</span></a> property for <em class="parameter"><code>label</code></em>
1168
1168
  .</p>
1169
1169
  <div class="refsect3">
@@ -1195,7 +1195,7 @@ gtk_label_set_xalign (<em class="parameter"><code><a class="link" href="GtkLabel
1195
1195
  <a name="gtk-label-set-yalign"></a><h3>gtk_label_set_yalign ()</h3>
1196
1196
  <pre class="programlisting"><span class="returnvalue">void</span>
1197
1197
  gtk_label_set_yalign (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
1198
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> yalign</code></em>);</pre>
1198
+ <em class="parameter"><code><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> yalign</code></em>);</pre>
1199
1199
  <p>Sets the <a class="link" href="GtkLabel.html#GtkLabel--yalign" title="The “yalign” property"><span class="type">“yalign”</span></a> property for <em class="parameter"><code>label</code></em>
1200
1200
  .</p>
1201
1201
  <div class="refsect3">
@@ -1259,7 +1259,7 @@ if there is not enough space to render the entire string.</p>
1259
1259
  <a name="gtk-label-set-width-chars"></a><h3>gtk_label_set_width_chars ()</h3>
1260
1260
  <pre class="programlisting"><span class="returnvalue">void</span>
1261
1261
  gtk_label_set_width_chars (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
1262
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_chars</code></em>);</pre>
1262
+ <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> n_chars</code></em>);</pre>
1263
1263
  <p>Sets the desired width in characters of <em class="parameter"><code>label</code></em>
1264
1264
  to <em class="parameter"><code>n_chars</code></em>
1265
1265
  .</p>
@@ -1292,7 +1292,7 @@ gtk_label_set_width_chars (<em class="parameter"><code><a class="link" href="Gtk
1292
1292
  <a name="gtk-label-set-max-width-chars"></a><h3>gtk_label_set_max_width_chars ()</h3>
1293
1293
  <pre class="programlisting"><span class="returnvalue">void</span>
1294
1294
  gtk_label_set_max_width_chars (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
1295
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_chars</code></em>);</pre>
1295
+ <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> n_chars</code></em>);</pre>
1296
1296
  <p>Sets the desired maximum width in characters of <em class="parameter"><code>label</code></em>
1297
1297
  to <em class="parameter"><code>n_chars</code></em>
1298
1298
  .</p>
@@ -1325,11 +1325,11 @@ gtk_label_set_max_width_chars (<em class="parameter"><code><a class="link" href=
1325
1325
  <a name="gtk-label-set-line-wrap"></a><h3>gtk_label_set_line_wrap ()</h3>
1326
1326
  <pre class="programlisting"><span class="returnvalue">void</span>
1327
1327
  gtk_label_set_line_wrap (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
1328
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> wrap</code></em>);</pre>
1329
- <p>Toggles line wrapping within the <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> widget. <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> makes it break
1330
- lines if text exceeds the widget’s size. <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> lets the text get cut off
1328
+ <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> wrap</code></em>);</pre>
1329
+ <p>Toggles line wrapping within the <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> widget. <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> makes it break
1330
+ lines if text exceeds the widget’s size. <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> lets the text get cut off
1331
1331
  by the edge of the widget if it exceeds the widget size.</p>
1332
- <p>Note that setting line wrapping to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> does not make the label
1332
+ <p>Note that setting line wrapping 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> does not make the label
1333
1333
  wrap at its parent container’s width, because GTK+ widgets
1334
1334
  conceptually can’t make their requisition depend on the parent
1335
1335
  container’s size. For a label that wraps at a specific position,
@@ -1395,7 +1395,7 @@ wrap on word boundaries.</p>
1395
1395
  <a name="gtk-label-set-lines"></a><h3>gtk_label_set_lines ()</h3>
1396
1396
  <pre class="programlisting"><span class="returnvalue">void</span>
1397
1397
  gtk_label_set_lines (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
1398
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> lines</code></em>);</pre>
1398
+ <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> lines</code></em>);</pre>
1399
1399
  <p>Sets the number of lines to which an ellipsized, wrapping label
1400
1400
  should be limited. This has no effect if the label is not wrapping
1401
1401
  or ellipsized. Set this to -1 if you don’t want to limit the
@@ -1429,14 +1429,14 @@ number of lines.</p>
1429
1429
  <a name="gtk-label-get-layout-offsets"></a><h3>gtk_label_get_layout_offsets ()</h3>
1430
1430
  <pre class="programlisting"><span class="returnvalue">void</span>
1431
1431
  gtk_label_get_layout_offsets (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
1432
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
1433
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>);</pre>
1432
+ <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>,
1433
+ <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>
1434
1434
  <p>Obtains the coordinates where the label will draw the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a>
1435
1435
  representing the text in the label; useful to convert mouse events
1436
1436
  into coordinates inside the <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
1437
1437
  if some part of the label is clicked. Of course you will need to
1438
1438
  create a <a class="link" href="GtkEventBox.html" title="GtkEventBox"><span class="type">GtkEventBox</span></a> to receive the events, and pack the label
1439
- inside it, since labels are windowless (they return <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> from
1439
+ inside it, since labels are windowless (they return <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> from
1440
1440
  <a class="link" href="GtkWidget.html#gtk-widget-get-has-window" title="gtk_widget_get_has_window ()"><code class="function">gtk_widget_get_has_window()</code></a>). Remember
1441
1441
  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> functions you need to convert to
1442
1442
  and from pixels using <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>
@@ -1456,12 +1456,12 @@ and from pixels using <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pang
1456
1456
  </tr>
1457
1457
  <tr>
1458
1458
  <td class="parameter_name"><p>x</p></td>
1459
- <td class="parameter_description"><p> location to store X offset of layout, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1459
+ <td class="parameter_description"><p> location to store X offset of layout, 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>
1460
1460
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1461
1461
  </tr>
1462
1462
  <tr>
1463
1463
  <td class="parameter_name"><p>y</p></td>
1464
- <td class="parameter_description"><p> location to store Y offset of layout, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1464
+ <td class="parameter_description"><p> location to store Y offset of layout, 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>
1465
1465
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1466
1466
  </tr>
1467
1467
  </tbody>
@@ -1471,7 +1471,7 @@ and from pixels using <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pang
1471
1471
  <hr>
1472
1472
  <div class="refsect2">
1473
1473
  <a name="gtk-label-get-mnemonic-keyval"></a><h3>gtk_label_get_mnemonic_keyval ()</h3>
1474
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
1474
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
1475
1475
  gtk_label_get_mnemonic_keyval (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
1476
1476
  <p>If the label has been set so that it has an mnemonic key this function
1477
1477
  returns the keyval used for the mnemonic accelerator. If there is no
@@ -1499,7 +1499,7 @@ mnemonic set up it returns <span class="type">GDK_KEY_VoidSymbol</span>.</p>
1499
1499
  <hr>
1500
1500
  <div class="refsect2">
1501
1501
  <a name="gtk-label-get-selectable"></a><h3>gtk_label_get_selectable ()</h3>
1502
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1502
+ <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>
1503
1503
  gtk_label_get_selectable (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
1504
1504
  <p>Gets the value set by <a class="link" href="GtkLabel.html#gtk-label-set-selectable" title="gtk_label_set_selectable ()"><code class="function">gtk_label_set_selectable()</code></a>.</p>
1505
1505
  <div class="refsect3">
@@ -1519,13 +1519,13 @@ gtk_label_get_selectable (<em class="parameter"><code><a class="link" href="GtkL
1519
1519
  </div>
1520
1520
  <div class="refsect3">
1521
1521
  <a name="gtk-label-get-selectable.returns"></a><h4>Returns</h4>
1522
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user can copy text from the label</p>
1522
+ <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 user can copy text from the label</p>
1523
1523
  </div>
1524
1524
  </div>
1525
1525
  <hr>
1526
1526
  <div class="refsect2">
1527
1527
  <a name="gtk-label-get-text"></a><h3>gtk_label_get_text ()</h3>
1528
- <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1528
+ <pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1529
1529
  gtk_label_get_text (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
1530
1530
  <p>Fetches the text from a label widget, as displayed on the
1531
1531
  screen. This does not include any embedded underlines
@@ -1555,7 +1555,7 @@ string used by the label, and must not be modified.</p>
1555
1555
  <div class="refsect2">
1556
1556
  <a name="gtk-label-new-with-mnemonic"></a><h3>gtk_label_new_with_mnemonic ()</h3>
1557
1557
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
1558
- gtk_label_new_with_mnemonic (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
1558
+ gtk_label_new_with_mnemonic (<em class="parameter"><code>const <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> *str</code></em>);</pre>
1559
1559
  <p>Creates a new <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>, containing the text in <em class="parameter"><code>str</code></em>
1560
1560
  .</p>
1561
1561
  <p>If characters in <em class="parameter"><code>str</code></em>
@@ -1596,8 +1596,8 @@ mnemonic character. </p></td>
1596
1596
  <a name="gtk-label-select-region"></a><h3>gtk_label_select_region ()</h3>
1597
1597
  <pre class="programlisting"><span class="returnvalue">void</span>
1598
1598
  gtk_label_select_region (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
1599
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> start_offset</code></em>,
1600
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> end_offset</code></em>);</pre>
1599
+ <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> start_offset</code></em>,
1600
+ <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> end_offset</code></em>);</pre>
1601
1601
  <p>Selects a range of characters in the label, if the label is selectable.
1602
1602
  See <a class="link" href="GtkLabel.html#gtk-label-set-selectable" title="gtk_label_set_selectable ()"><code class="function">gtk_label_set_selectable()</code></a>. If the label is not selectable,
1603
1603
  this function has no effect. If <em class="parameter"><code>start_offset</code></em>
@@ -1679,7 +1679,7 @@ and toggle focus between the colliding widgets otherwise.</p>
1679
1679
  <a name="gtk-label-set-selectable"></a><h3>gtk_label_set_selectable ()</h3>
1680
1680
  <pre class="programlisting"><span class="returnvalue">void</span>
1681
1681
  gtk_label_set_selectable (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
1682
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
1682
+ <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>
1683
1683
  <p>Selectable labels allow the user to select text from the label, for
1684
1684
  copy-and-paste.</p>
1685
1685
  <div class="refsect3">
@@ -1698,7 +1698,7 @@ copy-and-paste.</p>
1698
1698
  </tr>
1699
1699
  <tr>
1700
1700
  <td class="parameter_name"><p>setting</p></td>
1701
- <td class="parameter_description"><p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to allow selecting text in the label</p></td>
1701
+ <td class="parameter_description"><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> to allow selecting text in the label</p></td>
1702
1702
  <td class="parameter_annotations"> </td>
1703
1703
  </tr>
1704
1704
  </tbody>
@@ -1710,7 +1710,7 @@ copy-and-paste.</p>
1710
1710
  <a name="gtk-label-set-text-with-mnemonic"></a><h3>gtk_label_set_text_with_mnemonic ()</h3>
1711
1711
  <pre class="programlisting"><span class="returnvalue">void</span>
1712
1712
  gtk_label_set_text_with_mnemonic (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
1713
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
1713
+ <em class="parameter"><code>const <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> *str</code></em>);</pre>
1714
1714
  <p>Sets the label’s text from the string <em class="parameter"><code>str</code></em>
1715
1715
  .
1716
1716
  If characters in <em class="parameter"><code>str</code></em>
@@ -1769,7 +1769,7 @@ pango_layout_get_attribute (gtk_label_get_layout (label)).</p>
1769
1769
  </div>
1770
1770
  <div class="refsect3">
1771
1771
  <a name="gtk-label-get-attributes.returns"></a><h4>Returns</h4>
1772
- <p> the attribute list, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1772
+ <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>
1773
1773
  if none was set. </p>
1774
1774
  <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>
1775
1775
  </div>
@@ -1803,7 +1803,7 @@ gtk_label_get_justify (<em class="parameter"><code><a class="link" href="GtkLabe
1803
1803
  <hr>
1804
1804
  <div class="refsect2">
1805
1805
  <a name="gtk-label-get-xalign"></a><h3>gtk_label_get_xalign ()</h3>
1806
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>
1806
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>
1807
1807
  gtk_label_get_xalign (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
1808
1808
  <p>Gets the <a class="link" href="GtkLabel.html#GtkLabel--xalign" title="The “xalign” property"><span class="type">“xalign”</span></a> property for <em class="parameter"><code>label</code></em>
1809
1809
  .</p>
@@ -1831,7 +1831,7 @@ gtk_label_get_xalign (<em class="parameter"><code><a class="link" href="GtkLabel
1831
1831
  <hr>
1832
1832
  <div class="refsect2">
1833
1833
  <a name="gtk-label-get-yalign"></a><h3>gtk_label_get_yalign ()</h3>
1834
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>
1834
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>
1835
1835
  gtk_label_get_yalign (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
1836
1836
  <p>Gets the <a class="link" href="GtkLabel.html#GtkLabel--yalign" title="The “yalign” property"><span class="type">“yalign”</span></a> property for <em class="parameter"><code>label</code></em>
1837
1837
  .</p>
@@ -1886,7 +1886,7 @@ gtk_label_get_ellipsize (<em class="parameter"><code><a class="link" href="GtkLa
1886
1886
  <hr>
1887
1887
  <div class="refsect2">
1888
1888
  <a name="gtk-label-get-width-chars"></a><h3>gtk_label_get_width_chars ()</h3>
1889
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1889
+ <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>
1890
1890
  gtk_label_get_width_chars (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
1891
1891
  <p>Retrieves the desired width of <em class="parameter"><code>label</code></em>
1892
1892
  , in characters. See
@@ -1915,7 +1915,7 @@ gtk_label_get_width_chars (<em class="parameter"><code><a class="link" href="Gtk
1915
1915
  <hr>
1916
1916
  <div class="refsect2">
1917
1917
  <a name="gtk-label-get-max-width-chars"></a><h3>gtk_label_get_max_width_chars ()</h3>
1918
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1918
+ <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>
1919
1919
  gtk_label_get_max_width_chars (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
1920
1920
  <p>Retrieves the desired maximum width of <em class="parameter"><code>label</code></em>
1921
1921
  , in characters. See
@@ -1944,7 +1944,7 @@ gtk_label_get_max_width_chars (<em class="parameter"><code><a class="link" href=
1944
1944
  <hr>
1945
1945
  <div class="refsect2">
1946
1946
  <a name="gtk-label-get-label"></a><h3>gtk_label_get_label ()</h3>
1947
- <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1947
+ <pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1948
1948
  gtk_label_get_label (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
1949
1949
  <p>Fetches the text from a label widget including any embedded
1950
1950
  underlines indicating mnemonics and Pango markup. (See
@@ -2007,7 +2007,7 @@ any time, so it should be considered read-only.</p>
2007
2007
  <hr>
2008
2008
  <div class="refsect2">
2009
2009
  <a name="gtk-label-get-line-wrap"></a><h3>gtk_label_get_line_wrap ()</h3>
2010
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2010
+ <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>
2011
2011
  gtk_label_get_line_wrap (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
2012
2012
  <p>Returns whether lines in the label are automatically wrapped.
2013
2013
  See <a class="link" href="GtkLabel.html#gtk-label-set-line-wrap" title="gtk_label_set_line_wrap ()"><code class="function">gtk_label_set_line_wrap()</code></a>.</p>
@@ -2028,7 +2028,7 @@ See <a class="link" href="GtkLabel.html#gtk-label-set-line-wrap" title="gtk_labe
2028
2028
  </div>
2029
2029
  <div class="refsect3">
2030
2030
  <a name="gtk-label-get-line-wrap.returns"></a><h4>Returns</h4>
2031
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the lines of the label are automatically wrapped.</p>
2031
+ <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 lines of the label are automatically wrapped.</p>
2032
2032
  </div>
2033
2033
  </div>
2034
2034
  <hr>
@@ -2054,14 +2054,14 @@ gtk_label_get_line_wrap_mode (<em class="parameter"><code><a class="link" href="
2054
2054
  </div>
2055
2055
  <div class="refsect3">
2056
2056
  <a name="gtk-label-get-line-wrap-mode.returns"></a><h4>Returns</h4>
2057
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the lines of the label are automatically wrapped.</p>
2057
+ <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 lines of the label are automatically wrapped.</p>
2058
2058
  </div>
2059
2059
  <p class="since">Since: 2.10</p>
2060
2060
  </div>
2061
2061
  <hr>
2062
2062
  <div class="refsect2">
2063
2063
  <a name="gtk-label-get-lines"></a><h3>gtk_label_get_lines ()</h3>
2064
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
2064
+ <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>
2065
2065
  gtk_label_get_lines (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
2066
2066
  <p>Gets the number of lines to which an ellipsized, wrapping
2067
2067
  label should be limited. See <a class="link" href="GtkLabel.html#gtk-label-set-lines" title="gtk_label_set_lines ()"><code class="function">gtk_label_set_lines()</code></a>.</p>
@@ -2111,18 +2111,18 @@ label. See <a class="link" href="GtkLabel.html#gtk-label-set-mnemonic-widget" ti
2111
2111
  <div class="refsect3">
2112
2112
  <a name="gtk-label-get-mnemonic-widget.returns"></a><h4>Returns</h4>
2113
2113
  <p> the target of the label’s mnemonic,
2114
- or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none has been set and the default algorithm will be used. </p>
2114
+ 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 has been set and the default algorithm will be used. </p>
2115
2115
  <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>
2116
2116
  </div>
2117
2117
  </div>
2118
2118
  <hr>
2119
2119
  <div class="refsect2">
2120
2120
  <a name="gtk-label-get-selection-bounds"></a><h3>gtk_label_get_selection_bounds ()</h3>
2121
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2121
+ <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>
2122
2122
  gtk_label_get_selection_bounds (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
2123
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *start</code></em>,
2124
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *end</code></em>);</pre>
2125
- <p>Gets the selected range of characters in the label, returning <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>
2123
+ <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> *start</code></em>,
2124
+ <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> *end</code></em>);</pre>
2125
+ <p>Gets the selected range of characters in the label, returning <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>
2126
2126
  if there’s a selection.</p>
2127
2127
  <div class="refsect3">
2128
2128
  <a name="gtk-label-get-selection-bounds.parameters"></a><h4>Parameters</h4>
@@ -2153,13 +2153,13 @@ if there’s a selection.</p>
2153
2153
  </div>
2154
2154
  <div class="refsect3">
2155
2155
  <a name="gtk-label-get-selection-bounds.returns"></a><h4>Returns</h4>
2156
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if selection is non-empty</p>
2156
+ <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 selection is non-empty</p>
2157
2157
  </div>
2158
2158
  </div>
2159
2159
  <hr>
2160
2160
  <div class="refsect2">
2161
2161
  <a name="gtk-label-get-use-markup"></a><h3>gtk_label_get_use_markup ()</h3>
2162
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2162
+ <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>
2163
2163
  gtk_label_get_use_markup (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
2164
2164
  <p>Returns whether the label’s text is interpreted as marked up with
2165
2165
  the Pango text markup language.
@@ -2181,13 +2181,13 @@ See <a class="link" href="GtkLabel.html#gtk-label-set-use-markup" title="gtk_lab
2181
2181
  </div>
2182
2182
  <div class="refsect3">
2183
2183
  <a name="gtk-label-get-use-markup.returns"></a><h4>Returns</h4>
2184
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the label’s text will be parsed for markup.</p>
2184
+ <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 label’s text will be parsed for markup.</p>
2185
2185
  </div>
2186
2186
  </div>
2187
2187
  <hr>
2188
2188
  <div class="refsect2">
2189
2189
  <a name="gtk-label-get-use-underline"></a><h3>gtk_label_get_use_underline ()</h3>
2190
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2190
+ <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>
2191
2191
  gtk_label_get_use_underline (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
2192
2192
  <p>Returns whether an embedded underline in the label indicates a
2193
2193
  mnemonic. See <a class="link" href="GtkLabel.html#gtk-label-set-use-underline" title="gtk_label_set_use_underline ()"><code class="function">gtk_label_set_use_underline()</code></a>.</p>
@@ -2208,14 +2208,14 @@ mnemonic. See <a class="link" href="GtkLabel.html#gtk-label-set-use-underline" t
2208
2208
  </div>
2209
2209
  <div class="refsect3">
2210
2210
  <a name="gtk-label-get-use-underline.returns"></a><h4>Returns</h4>
2211
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> whether an embedded underline in the label indicates
2211
+ <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> whether an embedded underline in the label indicates
2212
2212
  the mnemonic accelerator keys.</p>
2213
2213
  </div>
2214
2214
  </div>
2215
2215
  <hr>
2216
2216
  <div class="refsect2">
2217
2217
  <a name="gtk-label-get-single-line-mode"></a><h3>gtk_label_get_single_line_mode ()</h3>
2218
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2218
+ <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>
2219
2219
  gtk_label_get_single_line_mode (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
2220
2220
  <p>Returns whether the label is in single line mode.</p>
2221
2221
  <div class="refsect3">
@@ -2235,14 +2235,14 @@ gtk_label_get_single_line_mode (<em class="parameter"><code><a class="link" href
2235
2235
  </div>
2236
2236
  <div class="refsect3">
2237
2237
  <a name="gtk-label-get-single-line-mode.returns"></a><h4>Returns</h4>
2238
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> when the label is in single line mode.</p>
2238
+ <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> when the label is in single line mode.</p>
2239
2239
  </div>
2240
2240
  <p class="since">Since: 2.6</p>
2241
2241
  </div>
2242
2242
  <hr>
2243
2243
  <div class="refsect2">
2244
2244
  <a name="gtk-label-get-angle"></a><h3>gtk_label_get_angle ()</h3>
2245
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
2245
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
2246
2246
  gtk_label_get_angle (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
2247
2247
  <p>Gets the angle of rotation for the label. See
2248
2248
  <a class="link" href="GtkLabel.html#gtk-label-set-angle" title="gtk_label_set_angle ()"><code class="function">gtk_label_set_angle()</code></a>.</p>
@@ -2272,7 +2272,7 @@ gtk_label_get_angle (<em class="parameter"><code><a class="link" href="GtkLabel.
2272
2272
  <a name="gtk-label-set-label"></a><h3>gtk_label_set_label ()</h3>
2273
2273
  <pre class="programlisting"><span class="returnvalue">void</span>
2274
2274
  gtk_label_set_label (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
2275
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
2275
+ <em class="parameter"><code>const <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> *str</code></em>);</pre>
2276
2276
  <p>Sets the text of the label. The label is interpreted as
2277
2277
  including embedded underlines and/or Pango markup depending
2278
2278
  on the values of the <a class="link" href="GtkLabel.html#GtkLabel--use-underline" title="The “use-underline” property"><span class="type">“use-underline”</span></a> and
@@ -2305,7 +2305,7 @@ on the values of the <a class="link" href="GtkLabel.html#GtkLabel--use-underline
2305
2305
  <a name="gtk-label-set-use-markup"></a><h3>gtk_label_set_use_markup ()</h3>
2306
2306
  <pre class="programlisting"><span class="returnvalue">void</span>
2307
2307
  gtk_label_set_use_markup (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
2308
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
2308
+ <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>
2309
2309
  <p>Sets whether the text of the label contains markup in
2310
2310
  Pango’s text markup language.
2311
2311
  See <a class="link" href="GtkLabel.html#gtk-label-set-markup" title="gtk_label_set_markup ()"><code class="function">gtk_label_set_markup()</code></a>.</p>
@@ -2325,7 +2325,7 @@ See <a class="link" href="GtkLabel.html#gtk-label-set-markup" title="gtk_label_s
2325
2325
  </tr>
2326
2326
  <tr>
2327
2327
  <td class="parameter_name"><p>setting</p></td>
2328
- <td class="parameter_description"><p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the label’s text should be parsed for markup.</p></td>
2328
+ <td class="parameter_description"><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 label’s text should be parsed for markup.</p></td>
2329
2329
  <td class="parameter_annotations"> </td>
2330
2330
  </tr>
2331
2331
  </tbody>
@@ -2337,7 +2337,7 @@ See <a class="link" href="GtkLabel.html#gtk-label-set-markup" title="gtk_label_s
2337
2337
  <a name="gtk-label-set-use-underline"></a><h3>gtk_label_set_use_underline ()</h3>
2338
2338
  <pre class="programlisting"><span class="returnvalue">void</span>
2339
2339
  gtk_label_set_use_underline (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
2340
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
2340
+ <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>
2341
2341
  <p>If true, an underline in the text indicates the next character should be
2342
2342
  used for the mnemonic accelerator key.</p>
2343
2343
  <div class="refsect3">
@@ -2356,7 +2356,7 @@ used for the mnemonic accelerator key.</p>
2356
2356
  </tr>
2357
2357
  <tr>
2358
2358
  <td class="parameter_name"><p>setting</p></td>
2359
- <td class="parameter_description"><p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if underlines in the text indicate mnemonics</p></td>
2359
+ <td class="parameter_description"><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 underlines in the text indicate mnemonics</p></td>
2360
2360
  <td class="parameter_annotations"> </td>
2361
2361
  </tr>
2362
2362
  </tbody>
@@ -2368,7 +2368,7 @@ used for the mnemonic accelerator key.</p>
2368
2368
  <a name="gtk-label-set-single-line-mode"></a><h3>gtk_label_set_single_line_mode ()</h3>
2369
2369
  <pre class="programlisting"><span class="returnvalue">void</span>
2370
2370
  gtk_label_set_single_line_mode (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
2371
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> single_line_mode</code></em>);</pre>
2371
+ <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> single_line_mode</code></em>);</pre>
2372
2372
  <p>Sets whether the label is in single line mode.</p>
2373
2373
  <div class="refsect3">
2374
2374
  <a name="gtk-label-set-single-line-mode.parameters"></a><h4>Parameters</h4>
@@ -2386,7 +2386,7 @@ gtk_label_set_single_line_mode (<em class="parameter"><code><a class="link" href
2386
2386
  </tr>
2387
2387
  <tr>
2388
2388
  <td class="parameter_name"><p>single_line_mode</p></td>
2389
- <td class="parameter_description"><p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the label should be in single line mode</p></td>
2389
+ <td class="parameter_description"><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 label should be in single line mode</p></td>
2390
2390
  <td class="parameter_annotations"> </td>
2391
2391
  </tr>
2392
2392
  </tbody>
@@ -2399,7 +2399,7 @@ gtk_label_set_single_line_mode (<em class="parameter"><code><a class="link" href
2399
2399
  <a name="gtk-label-set-angle"></a><h3>gtk_label_set_angle ()</h3>
2400
2400
  <pre class="programlisting"><span class="returnvalue">void</span>
2401
2401
  gtk_label_set_angle (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
2402
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> angle</code></em>);</pre>
2402
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> angle</code></em>);</pre>
2403
2403
  <p>Sets the angle of rotation for the label. An angle of 90 reads from
2404
2404
  from bottom to top, an angle of 270, from top to bottom. The angle
2405
2405
  setting for the label is ignored if the label is selectable,
@@ -2432,7 +2432,7 @@ the horizontal, in degrees, measured counterclockwise</p></td>
2432
2432
  <hr>
2433
2433
  <div class="refsect2">
2434
2434
  <a name="gtk-label-get-current-uri"></a><h3>gtk_label_get_current_uri ()</h3>
2435
- <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
2435
+ <pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
2436
2436
  gtk_label_get_current_uri (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
2437
2437
  <p>Returns the URI for the currently active link in the label.
2438
2438
  The active link is the one under the mouse pointer or, in a
@@ -2467,7 +2467,7 @@ not be freed or modified.</p>
2467
2467
  <a name="gtk-label-set-track-visited-links"></a><h3>gtk_label_set_track_visited_links ()</h3>
2468
2468
  <pre class="programlisting"><span class="returnvalue">void</span>
2469
2469
  gtk_label_set_track_visited_links (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
2470
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> track_links</code></em>);</pre>
2470
+ <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> track_links</code></em>);</pre>
2471
2471
  <p>Sets whether the label should keep track of clicked
2472
2472
  links (and use a different color for them).</p>
2473
2473
  <div class="refsect3">
@@ -2486,7 +2486,7 @@ links (and use a different color for them).</p>
2486
2486
  </tr>
2487
2487
  <tr>
2488
2488
  <td class="parameter_name"><p>track_links</p></td>
2489
- <td class="parameter_description"><p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to track visited links</p></td>
2489
+ <td class="parameter_description"><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> to track visited links</p></td>
2490
2490
  <td class="parameter_annotations"> </td>
2491
2491
  </tr>
2492
2492
  </tbody>
@@ -2497,7 +2497,7 @@ links (and use a different color for them).</p>
2497
2497
  <hr>
2498
2498
  <div class="refsect2">
2499
2499
  <a name="gtk-label-get-track-visited-links"></a><h3>gtk_label_get_track_visited_links ()</h3>
2500
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2500
+ <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>
2501
2501
  gtk_label_get_track_visited_links (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
2502
2502
  <p>Returns whether the label is currently keeping track
2503
2503
  of clicked links.</p>
@@ -2518,7 +2518,7 @@ of clicked links.</p>
2518
2518
  </div>
2519
2519
  <div class="refsect3">
2520
2520
  <a name="gtk-label-get-track-visited-links.returns"></a><h4>Returns</h4>
2521
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if clicked links are remembered</p>
2521
+ <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 clicked links are remembered</p>
2522
2522
  </div>
2523
2523
  <p class="since">Since: 2.18</p>
2524
2524
  </div>
@@ -2534,7 +2534,7 @@ of clicked links.</p>
2534
2534
  <a name="GtkLabel.property-details"></a><h2>Property Details</h2>
2535
2535
  <div class="refsect2">
2536
2536
  <a name="GtkLabel--angle"></a><h3>The <code class="literal">“angle”</code> property</h3>
2537
- <pre class="programlisting"> “angle” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a></pre>
2537
+ <pre class="programlisting"> “angle” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a></pre>
2538
2538
  <p>The angle that the baseline of the label makes with the horizontal,
2539
2539
  in degrees, measured counterclockwise. An angle of 90 reads from
2540
2540
  from bottom to top, an angle of 270, from top to bottom. Ignored
@@ -2554,7 +2554,7 @@ if the label is selectable.</p>
2554
2554
  <hr>
2555
2555
  <div class="refsect2">
2556
2556
  <a name="GtkLabel--cursor-position"></a><h3>The <code class="literal">“cursor-position”</code> property</h3>
2557
- <pre class="programlisting"> “cursor-position” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
2557
+ <pre class="programlisting"> “cursor-position” <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></pre>
2558
2558
  <p>The current position of the insertion cursor in chars.</p>
2559
2559
  <p>Flags: Read</p>
2560
2560
  <p>Allowed values: &gt;= 0</p>
@@ -2571,7 +2571,7 @@ not have enough room to display the entire string, specified as a
2571
2571
  <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PANGO-ELLIPSIZE-NONE:CAPS"><code class="literal">PANGO_ELLIPSIZE_NONE</code></a> has the side-effect that the label requests
2572
2572
  only enough space to display the ellipsis "...". In particular, this
2573
2573
  means that ellipsizing labels do not work well in notebook tabs, unless
2574
- the <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> tab-expand child property is set to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. Other ways
2574
+ the <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> tab-expand child property 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>. Other ways
2575
2575
  to set a label's width are <a class="link" href="GtkWidget.html#gtk-widget-set-size-request" title="gtk_widget_set_size_request ()"><code class="function">gtk_widget_set_size_request()</code></a> and
2576
2576
  <a class="link" href="GtkLabel.html#gtk-label-set-width-chars" title="gtk_label_set_width_chars ()"><code class="function">gtk_label_set_width_chars()</code></a>.</p>
2577
2577
  <p>Flags: Read / Write</p>
@@ -2589,15 +2589,15 @@ to set a label's width are <a class="link" href="GtkWidget.html#gtk-widget-set-s
2589
2589
  <hr>
2590
2590
  <div class="refsect2">
2591
2591
  <a name="GtkLabel--label"></a><h3>The <code class="literal">“label”</code> property</h3>
2592
- <pre class="programlisting"> “label” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
2592
+ <pre class="programlisting"> “label” <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>
2593
2593
  <p>The contents of the label.</p>
2594
2594
  <p>If the string contains Pango XML markup, you will
2595
- have to set the <a class="link" href="GtkLabel.html#GtkLabel--use-markup" title="The “use-markup” property"><span class="type">“use-markup”</span></a> property to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> in order for the
2595
+ have to set the <a class="link" href="GtkLabel.html#GtkLabel--use-markup" title="The “use-markup” property"><span class="type">“use-markup”</span></a> property 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> in order for the
2596
2596
  label to display the markup attributes. See also <a class="link" href="GtkLabel.html#gtk-label-set-markup" title="gtk_label_set_markup ()"><code class="function">gtk_label_set_markup()</code></a>
2597
2597
  for a convenience function that sets both this property and the
2598
2598
  <a class="link" href="GtkLabel.html#GtkLabel--use-markup" title="The “use-markup” property"><span class="type">“use-markup”</span></a> property at the same time.</p>
2599
2599
  <p>If the string contains underlines acting as mnemonics, you will have to
2600
- set the <a class="link" href="GtkLabel.html#GtkLabel--use-underline" title="The “use-underline” property"><span class="type">“use-underline”</span></a> property to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> in order for the label
2600
+ set the <a class="link" href="GtkLabel.html#GtkLabel--use-underline" title="The “use-underline” property"><span class="type">“use-underline”</span></a> property 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> in order for the label
2601
2601
  to display them.</p>
2602
2602
  <p>Flags: Read / Write</p>
2603
2603
  <p>Default value: ""</p>
@@ -2605,7 +2605,7 @@ to display them.</p>
2605
2605
  <hr>
2606
2606
  <div class="refsect2">
2607
2607
  <a name="GtkLabel--lines"></a><h3>The <code class="literal">“lines”</code> property</h3>
2608
- <pre class="programlisting"> “lines” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
2608
+ <pre class="programlisting"> “lines” <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></pre>
2609
2609
  <p>The number of lines to which an ellipsized, wrapping label
2610
2610
  should be limited. This property has no effect if the
2611
2611
  label is not wrapping or ellipsized. Set this property to
@@ -2618,7 +2618,7 @@ label is not wrapping or ellipsized. Set this property to
2618
2618
  <hr>
2619
2619
  <div class="refsect2">
2620
2620
  <a name="GtkLabel--max-width-chars"></a><h3>The <code class="literal">“max-width-chars”</code> property</h3>
2621
- <pre class="programlisting"> “max-width-chars” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
2621
+ <pre class="programlisting"> “max-width-chars” <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></pre>
2622
2622
  <p>The desired maximum width of the label, in characters. If this property
2623
2623
  is set to -1, the width will be calculated automatically.</p>
2624
2624
  <p>See the section on <a class="link" href="GtkLabel.html#label-text-layout" title="Text layout">text layout</a>
@@ -2632,7 +2632,7 @@ determine the width of ellipsized and wrapped labels.</p>
2632
2632
  <hr>
2633
2633
  <div class="refsect2">
2634
2634
  <a name="GtkLabel--mnemonic-keyval"></a><h3>The <code class="literal">“mnemonic-keyval”</code> property</h3>
2635
- <pre class="programlisting"> “mnemonic-keyval” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
2635
+ <pre class="programlisting"> “mnemonic-keyval” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
2636
2636
  <p>The mnemonic accelerator key for this label.</p>
2637
2637
  <p>Flags: Read</p>
2638
2638
  <p>Default value: 16777215</p>
@@ -2647,7 +2647,7 @@ determine the width of ellipsized and wrapped labels.</p>
2647
2647
  <hr>
2648
2648
  <div class="refsect2">
2649
2649
  <a name="GtkLabel--pattern"></a><h3>The <code class="literal">“pattern”</code> property</h3>
2650
- <pre class="programlisting"> “pattern” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
2650
+ <pre class="programlisting"> “pattern” <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>
2651
2651
  <p>A string with _ characters in positions correspond to characters in the text to underline.</p>
2652
2652
  <p>Flags: Write</p>
2653
2653
  <p>Default value: NULL</p>
@@ -2655,7 +2655,7 @@ determine the width of ellipsized and wrapped labels.</p>
2655
2655
  <hr>
2656
2656
  <div class="refsect2">
2657
2657
  <a name="GtkLabel--selectable"></a><h3>The <code class="literal">“selectable”</code> property</h3>
2658
- <pre class="programlisting"> “selectable” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
2658
+ <pre class="programlisting"> “selectable” <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>
2659
2659
  <p>Whether the label text can be selected with the mouse.</p>
2660
2660
  <p>Flags: Read / Write</p>
2661
2661
  <p>Default value: FALSE</p>
@@ -2663,7 +2663,7 @@ determine the width of ellipsized and wrapped labels.</p>
2663
2663
  <hr>
2664
2664
  <div class="refsect2">
2665
2665
  <a name="GtkLabel--selection-bound"></a><h3>The <code class="literal">“selection-bound”</code> property</h3>
2666
- <pre class="programlisting"> “selection-bound” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
2666
+ <pre class="programlisting"> “selection-bound” <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></pre>
2667
2667
  <p>The position of the opposite end of the selection from the cursor in chars.</p>
2668
2668
  <p>Flags: Read</p>
2669
2669
  <p>Allowed values: &gt;= 0</p>
@@ -2672,7 +2672,7 @@ determine the width of ellipsized and wrapped labels.</p>
2672
2672
  <hr>
2673
2673
  <div class="refsect2">
2674
2674
  <a name="GtkLabel--single-line-mode"></a><h3>The <code class="literal">“single-line-mode”</code> property</h3>
2675
- <pre class="programlisting"> “single-line-mode” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
2675
+ <pre class="programlisting"> “single-line-mode” <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>
2676
2676
  <p>Whether the label is in single line mode. In single line mode,
2677
2677
  the height of the label does not depend on the actual text, it
2678
2678
  is always set to ascent + descent of the font. This can be an
@@ -2685,8 +2685,8 @@ changes would be distracting, e.g. in a statusbar.</p>
2685
2685
  <hr>
2686
2686
  <div class="refsect2">
2687
2687
  <a name="GtkLabel--track-visited-links"></a><h3>The <code class="literal">“track-visited-links”</code> property</h3>
2688
- <pre class="programlisting"> “track-visited-links” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
2689
- <p>Set this property to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to make the label track which links
2688
+ <pre class="programlisting"> “track-visited-links” <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>
2689
+ <p>Set this property 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> to make the label track which links
2690
2690
  have been visited. It will then apply the <a class="link" href="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-VISITED:CAPS"><span class="type">GTK_STATE_FLAG_VISITED</span></a>
2691
2691
  when rendering this link, in addition to <a class="link" href="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-LINK:CAPS"><span class="type">GTK_STATE_FLAG_LINK</span></a>.</p>
2692
2692
  <p>Flags: Read / Write</p>
@@ -2696,7 +2696,7 @@ when rendering this link, in addition to <a class="link" href="gtk3-Standard-Enu
2696
2696
  <hr>
2697
2697
  <div class="refsect2">
2698
2698
  <a name="GtkLabel--use-markup"></a><h3>The <code class="literal">“use-markup”</code> property</h3>
2699
- <pre class="programlisting"> “use-markup” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
2699
+ <pre class="programlisting"> “use-markup” <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>
2700
2700
  <p>The text of the label includes XML markup. See pango_parse_markup().</p>
2701
2701
  <p>Flags: Read / Write</p>
2702
2702
  <p>Default value: FALSE</p>
@@ -2704,7 +2704,7 @@ when rendering this link, in addition to <a class="link" href="gtk3-Standard-Enu
2704
2704
  <hr>
2705
2705
  <div class="refsect2">
2706
2706
  <a name="GtkLabel--use-underline"></a><h3>The <code class="literal">“use-underline”</code> property</h3>
2707
- <pre class="programlisting"> “use-underline” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
2707
+ <pre class="programlisting"> “use-underline” <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>
2708
2708
  <p>If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key.</p>
2709
2709
  <p>Flags: Read / Write</p>
2710
2710
  <p>Default value: FALSE</p>
@@ -2712,7 +2712,7 @@ when rendering this link, in addition to <a class="link" href="gtk3-Standard-Enu
2712
2712
  <hr>
2713
2713
  <div class="refsect2">
2714
2714
  <a name="GtkLabel--width-chars"></a><h3>The <code class="literal">“width-chars”</code> property</h3>
2715
- <pre class="programlisting"> “width-chars” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
2715
+ <pre class="programlisting"> “width-chars” <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></pre>
2716
2716
  <p>The desired width of the label, in characters. If this property is set to
2717
2717
  -1, the width will be calculated automatically.</p>
2718
2718
  <p>See the section on <a class="link" href="GtkLabel.html#label-text-layout" title="Text layout">text layout</a>
@@ -2726,7 +2726,7 @@ determine the width of ellipsized and wrapped labels.</p>
2726
2726
  <hr>
2727
2727
  <div class="refsect2">
2728
2728
  <a name="GtkLabel--wrap"></a><h3>The <code class="literal">“wrap”</code> property</h3>
2729
- <pre class="programlisting"> “wrap” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
2729
+ <pre class="programlisting"> “wrap” <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>
2730
2730
  <p>If set, wrap lines if the text becomes too wide.</p>
2731
2731
  <p>Flags: Read / Write</p>
2732
2732
  <p>Default value: FALSE</p>
@@ -2745,7 +2745,7 @@ means wrap on word boundaries.</p>
2745
2745
  <hr>
2746
2746
  <div class="refsect2">
2747
2747
  <a name="GtkLabel--xalign"></a><h3>The <code class="literal">“xalign”</code> property</h3>
2748
- <pre class="programlisting"> “xalign” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></pre>
2748
+ <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>
2749
2749
  <p>The xalign property determines the horizontal aligment of the label text
2750
2750
  inside the labels size allocation. Compare this to <a class="link" href="GtkWidget.html#GtkWidget--halign" title="The “halign” property"><span class="type">“halign”</span></a>,
2751
2751
  which determines how the labels size allocation is positioned in the
@@ -2758,7 +2758,7 @@ space available for the label.</p>
2758
2758
  <hr>
2759
2759
  <div class="refsect2">
2760
2760
  <a name="GtkLabel--yalign"></a><h3>The <code class="literal">“yalign”</code> property</h3>
2761
- <pre class="programlisting"> “yalign” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></pre>
2761
+ <pre class="programlisting"> “yalign” <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>
2762
2762
  <p>The yalign property determines the vertical aligment of the label text
2763
2763
  inside the labels size allocation. Compare this to <a class="link" href="GtkWidget.html#GtkWidget--valign" title="The “valign” property"><span class="type">“valign”</span></a>,
2764
2764
  which determines how the labels size allocation is positioned in the
@@ -2775,10 +2775,10 @@ space available for the label.</p>
2775
2775
  <a name="GtkLabel-activate-current-link"></a><h3>The <code class="literal">“activate-current-link”</code> signal</h3>
2776
2776
  <pre class="programlisting"><span class="returnvalue">void</span>
2777
2777
  user_function (<a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label,
2778
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
2778
+ <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>
2779
2779
  <p>A <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
2780
2780
  which gets emitted when the user activates a link in the label.</p>
2781
- <p>Applications may also emit the signal with <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a>
2781
+ <p>Applications may also emit the signal with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a>
2782
2782
  if they need to control activation of URIs programmatically.</p>
2783
2783
  <p>The default bindings for this signal are all forms of the Enter key.</p>
2784
2784
  <div class="refsect3">
@@ -2803,16 +2803,16 @@ if they need to control activation of URIs programmatically.</p>
2803
2803
  </tbody>
2804
2804
  </table></div>
2805
2805
  </div>
2806
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
2806
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
2807
2807
  <p class="since">Since: 2.18</p>
2808
2808
  </div>
2809
2809
  <hr>
2810
2810
  <div class="refsect2">
2811
2811
  <a name="GtkLabel-activate-link"></a><h3>The <code class="literal">“activate-link”</code> signal</h3>
2812
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2812
+ <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>
2813
2813
  user_function (<a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label,
2814
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri,
2815
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
2814
+ <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> *uri,
2815
+ <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>
2816
2816
  <p>The signal which gets emitted to activate a URI.
2817
2817
  Applications may connect to it to override the default behaviour,
2818
2818
  which is to call <a class="link" href="gtk3-Filesystem-utilities.html#gtk-show-uri" title="gtk_show_uri ()"><code class="function">gtk_show_uri()</code></a>.</p>
@@ -2845,9 +2845,9 @@ which is to call <a class="link" href="gtk3-Filesystem-utilities.html#gtk-show-u
2845
2845
  </div>
2846
2846
  <div class="refsect3">
2847
2847
  <a name="GtkLabel-activate-link.returns"></a><h4>Returns</h4>
2848
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the link has been activated</p>
2848
+ <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 link has been activated</p>
2849
2849
  </div>
2850
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
2850
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
2851
2851
  <p class="since">Since: 2.18</p>
2852
2852
  </div>
2853
2853
  <hr>
@@ -2855,7 +2855,7 @@ which is to call <a class="link" href="gtk3-Filesystem-utilities.html#gtk-show-u
2855
2855
  <a name="GtkLabel-copy-clipboard"></a><h3>The <code class="literal">“copy-clipboard”</code> signal</h3>
2856
2856
  <pre class="programlisting"><span class="returnvalue">void</span>
2857
2857
  user_function (<a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label,
2858
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
2858
+ <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>
2859
2859
  <p>The ::copy-clipboard signal is a
2860
2860
  <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
2861
2861
  which gets emitted to copy the selection to the clipboard.</p>
@@ -2882,7 +2882,7 @@ which gets emitted to copy the selection to the clipboard.</p>
2882
2882
  </tbody>
2883
2883
  </table></div>
2884
2884
  </div>
2885
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
2885
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
2886
2886
  </div>
2887
2887
  <hr>
2888
2888
  <div class="refsect2">
@@ -2890,9 +2890,9 @@ which gets emitted to copy the selection to the clipboard.</p>
2890
2890
  <pre class="programlisting"><span class="returnvalue">void</span>
2891
2891
  user_function (<a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *entry,
2892
2892
  <a class="link" href="gtk3-Standard-Enumerations.html#GtkMovementStep" title="enum GtkMovementStep"><span class="type">GtkMovementStep</span></a> step,
2893
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
2894
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> extend_selection,
2895
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
2893
+ <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> count,
2894
+ <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> extend_selection,
2895
+ <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>
2896
2896
  <p>The ::move-cursor signal is a
2897
2897
  <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
2898
2898
  which gets emitted when the user initiates a cursor movement.
@@ -2900,7 +2900,7 @@ If the cursor is not visible in <em class="parameter"><code>entry</code></em>
2900
2900
  , this signal causes
2901
2901
  the viewport to be moved instead.</p>
2902
2902
  <p>Applications should not connect to it, but may emit it with
2903
- <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control the cursor
2903
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control the cursor
2904
2904
  programmatically.</p>
2905
2905
  <p>The default bindings for this signal come in two variants,
2906
2906
  the variant with the Shift modifier extends the selection,
@@ -2938,7 +2938,7 @@ units to move</p></td>
2938
2938
  </tr>
2939
2939
  <tr>
2940
2940
  <td class="parameter_name"><p>extend_selection</p></td>
2941
- <td class="parameter_description"><p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the move should extend the selection</p></td>
2941
+ <td class="parameter_description"><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 move should extend the selection</p></td>
2942
2942
  <td class="parameter_annotations"> </td>
2943
2943
  </tr>
2944
2944
  <tr>
@@ -2949,7 +2949,7 @@ units to move</p></td>
2949
2949
  </tbody>
2950
2950
  </table></div>
2951
2951
  </div>
2952
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
2952
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
2953
2953
  </div>
2954
2954
  <hr>
2955
2955
  <div class="refsect2">
@@ -2957,7 +2957,7 @@ units to move</p></td>
2957
2957
  <pre class="programlisting"><span class="returnvalue">void</span>
2958
2958
  user_function (<a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label,
2959
2959
  <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu,
2960
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
2960
+ <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>
2961
2961
  <p>The ::populate-popup signal gets emitted before showing the
2962
2962
  context menu of the label. Note that only selectable labels
2963
2963
  have context menus.</p>
@@ -2991,7 +2991,7 @@ to this signal and append your menuitems to the <em class="parameter"><code>menu
2991
2991
  </tbody>
2992
2992
  </table></div>
2993
2993
  </div>
2994
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
2994
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
2995
2995
  </div>
2996
2996
  </div>
2997
2997
  </div>