gtk2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (466) hide show
  1. data/ChangeLog +22 -0
  2. data/ext/gtk2/rbgtkwindow.c +3 -1
  3. data/lib/1.8/gtk2.so +0 -0
  4. data/lib/1.9/gtk2.so +0 -0
  5. data/sample/gtk-demo/cairo-operator.rb +1 -1
  6. data/sample/misc/bindings.rb +1 -1
  7. data/sample/misc/cairo-pong.rb +1 -1
  8. data/vendor/local/bin/gtk-builder-convert +29 -2
  9. data/vendor/local/bin/gtk-demo.exe +0 -0
  10. data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
  11. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  12. data/vendor/local/bin/libgailutil-18.dll +0 -0
  13. data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
  14. data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
  15. data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
  16. data/vendor/local/include/gtk-2.0/gdk/gdk.h +2 -5
  17. data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +4 -0
  18. data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +2 -0
  19. data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +7 -0
  20. data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +7 -4
  21. data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
  22. data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +1 -0
  23. data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +4 -0
  24. data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +13 -9
  25. data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +2 -0
  26. data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +5 -0
  27. data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +16 -6
  28. data/vendor/local/include/gtk-2.0/gtk/gtk.h +1 -0
  29. data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +5 -1
  30. data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +14 -3
  31. data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +3 -0
  32. data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +77 -0
  33. data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +4 -0
  34. data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +2 -0
  35. data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
  36. data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +5 -3
  37. data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +6 -0
  38. data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +4 -0
  39. data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +2 -0
  40. data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
  41. data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +4 -0
  42. data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +5 -1
  43. data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +2 -1
  44. data/vendor/local/lib/gailutil.lib +0 -0
  45. data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
  46. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
  47. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
  48. data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
  49. data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
  50. data/vendor/local/lib/libgailutil.dll.a +0 -0
  51. data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
  52. data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
  53. data/vendor/local/lib/pkgconfig/gail.pc +1 -1
  54. data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
  55. data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
  56. data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
  57. data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
  58. data/vendor/local/manifest/{gtk+-dev_2.22.1-1_win32.mft → gtk+-dev_2.24.0-1_win32.mft} +9 -6
  59. data/vendor/local/manifest/{gtk+_2.22.1-1_win32.mft → gtk+_2.24.0-1_win32.mft} +2 -6
  60. data/vendor/local/share/doc/{gtk+-2.22.1 → gtk+-2.24.0}/COPYING +0 -0
  61. data/vendor/local/share/doc/{gtk+-dev-2.22.1 → gtk+-dev-2.24.0}/COPYING +0 -0
  62. data/vendor/local/share/gtk-2.0/demo/appwindow.c +0 -21
  63. data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
  64. data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
  65. data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
  66. data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
  67. data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
  68. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +60 -94
  69. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +44 -58
  70. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
  71. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
  72. data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
  73. data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
  74. data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +2 -1
  75. data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +151 -208
  76. data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +33 -37
  77. data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +180 -239
  78. data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
  79. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
  80. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
  81. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
  82. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
  83. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
  84. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
  85. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
  86. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
  87. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
  88. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
  89. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
  90. data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +135 -5
  91. data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +83 -47
  92. data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +20 -23
  93. data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
  94. data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +81 -39
  95. data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +135 -199
  96. data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +71 -90
  97. data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +161 -200
  98. data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +293 -409
  99. data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +320 -435
  100. data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +109 -141
  101. data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +155 -234
  102. data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +143 -217
  103. data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +103 -124
  104. data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +168 -250
  105. data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +90 -131
  106. data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +143 -191
  107. data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +35 -53
  108. data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +162 -195
  109. data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +85 -112
  110. data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +79 -137
  111. data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +144 -176
  112. data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +188 -235
  113. data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +97 -134
  114. data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +22 -35
  115. data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +44 -70
  116. data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +83 -108
  117. data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +653 -744
  118. data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +476 -490
  119. data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +53 -44
  120. data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +85 -76
  121. data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
  122. data/vendor/local/share/gtk-doc/html/gdk/index.sgml +10 -1
  123. data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
  124. data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
  125. data/vendor/local/share/gtk-doc/html/gdk/style.css +2 -1
  126. data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
  127. data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
  128. data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
  129. data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
  130. data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
  131. data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
  132. data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +193 -186
  133. data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +38 -46
  134. data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
  135. data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +169 -236
  136. data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +175 -258
  137. data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +46 -50
  138. data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +78 -114
  139. data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +52 -66
  140. data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +30 -36
  141. data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +36 -46
  142. data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +97 -118
  143. data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
  144. data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +95 -120
  145. data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +86 -117
  146. data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +96 -137
  147. data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +152 -185
  148. data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +59 -76
  149. data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +615 -895
  150. data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +520 -1791
  151. data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +125 -163
  152. data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +33 -35
  153. data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +60 -87
  154. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +106 -130
  155. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +35 -44
  156. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +27 -32
  157. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +24 -25
  158. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +23 -25
  159. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +19 -20
  160. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +19 -20
  161. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +69 -74
  162. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +45 -54
  163. data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +57 -76
  164. data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +30 -34
  165. data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +53 -75
  166. data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +104 -180
  167. data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +29 -32
  168. data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +63 -81
  169. data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +344 -186
  170. data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +57 -46
  171. data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +301 -0
  172. data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +311 -260
  173. data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +61 -79
  174. data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +97 -121
  175. data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +21 -23
  176. data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +68 -88
  177. data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +360 -470
  178. data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +71 -104
  179. data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +130 -185
  180. data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +33 -38
  181. data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +76 -96
  182. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +331 -403
  183. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +64 -89
  184. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +30 -35
  185. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +21 -26
  186. data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +102 -146
  187. data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +38 -49
  188. data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +60 -86
  189. data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +66 -81
  190. data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +52 -61
  191. data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +51 -58
  192. data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +18 -19
  193. data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +17 -20
  194. data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +29 -34
  195. data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
  196. data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +30 -24
  197. data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +65 -101
  198. data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +25 -30
  199. data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
  200. data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +19 -20
  201. data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +55 -66
  202. data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +140 -182
  203. data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +18 -22
  204. data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +18 -22
  205. data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +184 -248
  206. data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +321 -447
  207. data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +174 -195
  208. data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +58 -69
  209. data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +67 -80
  210. data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +32 -37
  211. data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +33 -41
  212. data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +36 -42
  213. data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +179 -272
  214. data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +197 -249
  215. data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +68 -76
  216. data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +51 -60
  217. data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +130 -180
  218. data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +80 -130
  219. data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +138 -168
  220. data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +177 -221
  221. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +41 -49
  222. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +112 -145
  223. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +86 -118
  224. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +73 -49
  225. data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
  226. data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +33 -39
  227. data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +396 -452
  228. data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +148 -206
  229. data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +21 -25
  230. data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +80 -165
  231. data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +56 -66
  232. data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +115 -160
  233. data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +22 -25
  234. data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +94 -134
  235. data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkPaperSize.html → GtkPaperSize.html} +204 -252
  236. data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +34 -44
  237. data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +51 -67
  238. data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +109 -136
  239. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +38 -53
  240. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +53 -68
  241. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +265 -403
  242. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +74 -94
  243. data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +100 -134
  244. data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +80 -111
  245. data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +91 -108
  246. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +42 -53
  247. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +86 -79
  248. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +63 -71
  249. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +33 -42
  250. data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +218 -185
  251. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +34 -41
  252. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +135 -194
  253. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +27 -29
  254. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +25 -30
  255. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +17 -19
  256. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +63 -85
  257. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +202 -269
  258. data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +83 -58
  259. data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +61 -72
  260. data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +64 -83
  261. data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
  262. data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +93 -143
  263. data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
  264. data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +17 -18
  265. data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +24 -27
  266. data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +129 -259
  267. data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +38 -45
  268. data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +44 -53
  269. data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +132 -177
  270. data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +24 -25
  271. data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +190 -254
  272. data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +60 -75
  273. data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +546 -928
  274. data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +94 -135
  275. data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +18 -19
  276. data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +97 -140
  277. data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +494 -656
  278. data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkTextIter.html → GtkTextIter.html} +664 -806
  279. data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +41 -46
  280. data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +164 -194
  281. data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +84 -76
  282. data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +340 -425
  283. data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +74 -94
  284. data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +43 -57
  285. data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +59 -71
  286. data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +32 -38
  287. data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +74 -85
  288. data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +133 -166
  289. data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +84 -103
  290. data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +116 -139
  291. data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +42 -59
  292. data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +249 -360
  293. data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
  294. data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +60 -70
  295. data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +105 -152
  296. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +46 -134
  297. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +428 -557
  298. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +95 -126
  299. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +63 -70
  300. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +123 -171
  301. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +53 -62
  302. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +170 -199
  303. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +565 -863
  304. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +203 -282
  305. data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +125 -189
  306. data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +17 -20
  307. data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +27 -34
  308. data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
  309. data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +31 -24
  310. data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +24 -29
  311. data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
  312. data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +17 -18
  313. data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +58 -69
  314. data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +16 -17
  315. data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1278 -1579
  316. data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +380 -532
  317. data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +21 -39
  318. data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
  319. data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +6 -3
  320. data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
  321. data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
  322. data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
  323. data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
  324. data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
  325. data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
  326. data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
  327. data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
  328. data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
  329. data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
  330. data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
  331. data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
  332. data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
  333. data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
  334. data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +17 -11
  335. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
  336. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
  337. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
  338. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
  339. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
  340. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
  341. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
  342. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
  343. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +117 -0
  344. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
  345. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
  346. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
  347. data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +236 -45
  348. data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +469 -385
  349. data/vendor/local/share/gtk-doc/html/gtk/ch01.html +15 -4
  350. data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
  351. data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
  352. data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
  353. data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
  354. data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
  355. data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
  356. data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
  357. data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +69 -124
  358. data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +149 -211
  359. data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +189 -293
  360. data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +175 -246
  361. data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +35 -41
  362. data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +41 -47
  363. data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +270 -318
  364. data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +16 -22
  365. data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +75 -82
  366. data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +221 -289
  367. data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +142 -232
  368. data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +17 -20
  369. data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +150 -190
  370. data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +328 -408
  371. data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +190 -306
  372. data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
  373. data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +152 -158
  374. data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +85 -136
  375. data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +204 -239
  376. data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +271 -343
  377. data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +18 -11
  378. data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
  379. data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
  380. data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
  381. data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
  382. data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
  383. data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +63 -75
  384. data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +58 -75
  385. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
  386. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
  387. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
  388. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
  389. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +5 -10
  390. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
  391. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
  392. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
  393. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
  394. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
  395. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
  396. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
  397. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
  398. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
  399. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
  400. data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
  401. data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
  402. data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
  403. data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
  404. data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +39 -31
  405. data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
  406. data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
  407. data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
  408. data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +445 -412
  409. data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +488 -455
  410. data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
  411. data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
  412. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
  413. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
  414. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
  415. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
  416. data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +8 -5
  417. data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
  418. data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
  419. data/vendor/local/share/gtk-doc/html/gtk/index.html +10 -6
  420. data/vendor/local/share/gtk-doc/html/gtk/index.sgml +194 -142
  421. data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
  422. data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
  423. data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
  424. data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
  425. data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
  426. data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
  427. data/vendor/local/share/gtk-doc/html/gtk/style.css +2 -1
  428. data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
  429. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
  430. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
  431. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
  432. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
  433. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
  434. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
  435. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
  436. data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
  437. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
  438. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
  439. data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
  440. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
  441. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
  442. data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
  443. data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
  444. data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
  445. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
  446. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
  447. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
  448. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
  449. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
  450. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
  451. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
  452. data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
  453. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
  454. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
  455. data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +4934 -0
  456. data/vendor/local/src/tml/packaging/{gtk+_2.22.1-1_win32.sh → gtk+_2.24.0-1_win32.sh} +2 -2
  457. metadata +26 -33
  458. data/ext/gtk2/Makefile +0 -169
  459. data/ext/gtk2/rbgdkkeysyms.h +0 -2174
  460. data/ext/gtk2/rbgtkinits.c +0 -473
  461. data/ext/gtk2/ruby-gtk2.pc +0 -3
  462. data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
  463. data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
  464. data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
  465. data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
  466. data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +0 -5048
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="DisplayWidgets.html" title="Display Widgets">
9
9
  <link rel="prev" href="GtkImage.html" title="GtkImage">
10
10
  <link rel="next" href="GtkProgressBar.html" title="GtkProgressBar">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -34,7 +34,7 @@
34
34
  <a href="#GtkLabel.signals" class="shortcut">Signals</a>
35
35
  </td></tr>
36
36
  </table>
37
- <div class="refentry" title="GtkLabel">
37
+ <div class="refentry">
38
38
  <a name="GtkLabel"></a><div class="titlepage"></div>
39
39
  <div class="refnamediv"><table width="100%"><tr>
40
40
  <td valign="top">
@@ -43,13 +43,13 @@
43
43
  </td>
44
44
  <td valign="top" align="right"><img src="label.png"></td>
45
45
  </tr></table></div>
46
- <div class="refsynopsisdiv" title="Synopsis">
46
+ <div class="refsynopsisdiv">
47
47
  <a name="GtkLabel.synopsis"></a><h2>Synopsis</h2>
48
48
  <pre class="synopsis">
49
49
  #include &lt;gtk/gtk.h&gt;
50
50
 
51
- <a class="link" href="GtkLabel.html#GtkLabel-struct" title="GtkLabel">GtkLabel</a>;
52
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkLabel.html#gtk-label-new" title="gtk_label_new ()">gtk_label_new</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);
51
+ struct <a class="link" href="GtkLabel.html#GtkLabel-struct" title="struct GtkLabel">GtkLabel</a>;
52
+ <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkLabel.html#gtk-label-new" title="gtk_label_new ()">gtk_label_new</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);
53
53
  <span class="returnvalue">void</span> <a class="link" href="GtkLabel.html#gtk-label-set-text" title="gtk_label_set_text ()">gtk_label_set_text</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
54
54
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);
55
55
  <span class="returnvalue">void</span> <a class="link" href="GtkLabel.html#gtk-label-set-attributes" title="gtk_label_set_attributes ()">gtk_label_set_attributes</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
@@ -82,8 +82,8 @@
82
82
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>);
83
83
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="GtkLabel.html#gtk-label-get-mnemonic-keyval" title="gtk_label_get_mnemonic_keyval ()">gtk_label_get_mnemonic_keyval</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
84
84
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkLabel.html#gtk-label-get-selectable" title="gtk_label_get_selectable ()">gtk_label_get_selectable</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
85
- const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* <a class="link" href="GtkLabel.html#gtk-label-get-text" title="gtk_label_get_text ()">gtk_label_get_text</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
86
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkLabel.html#gtk-label-new-with-mnemonic" title="gtk_label_new_with_mnemonic ()">gtk_label_new_with_mnemonic</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);
85
+ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkLabel.html#gtk-label-get-text" title="gtk_label_get_text ()">gtk_label_get_text</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
86
+ <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkLabel.html#gtk-label-new-with-mnemonic" title="gtk_label_new_with_mnemonic ()">gtk_label_new_with_mnemonic</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);
87
87
  <span class="returnvalue">void</span> <a class="link" href="GtkLabel.html#gtk-label-select-region" title="gtk_label_select_region ()">gtk_label_select_region</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
88
88
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> start_offset</code></em>,
89
89
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> end_offset</code></em>);
@@ -126,7 +126,7 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
126
126
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <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> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
127
127
  </pre>
128
128
  </div>
129
- <div class="refsect1" title="Object Hierarchy">
129
+ <div class="refsect1">
130
130
  <a name="GtkLabel.object-hierarchy"></a><h2>Object Hierarchy</h2>
131
131
  <pre class="synopsis">
132
132
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
@@ -139,13 +139,13 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
139
139
  +----<a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery">GtkTipsQuery</a>
140
140
  </pre>
141
141
  </div>
142
- <div class="refsect1" title="Implemented Interfaces">
142
+ <div class="refsect1">
143
143
  <a name="GtkLabel.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
144
144
  <p>
145
145
  GtkLabel implements
146
146
  AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
147
147
  </div>
148
- <div class="refsect1" title="Properties">
148
+ <div class="refsect1">
149
149
  <a name="GtkLabel.properties"></a><h2>Properties</h2>
150
150
  <pre class="synopsis">
151
151
  "<a class="link" href="GtkLabel.html#GtkLabel--angle" title='The "angle" property'>angle</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : Read / Write
@@ -169,24 +169,24 @@ GtkLabel implements
169
169
  "<a class="link" href="GtkLabel.html#GtkLabel--wrap-mode" title='The "wrap-mode" property'>wrap-mode</a>" <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="type">PangoWrapMode</span></a> : Read / Write
170
170
  </pre>
171
171
  </div>
172
- <div class="refsect1" title="Signals">
172
+ <div class="refsect1">
173
173
  <a name="GtkLabel.signals"></a><h2>Signals</h2>
174
174
  <pre class="synopsis">
175
- "<a class="link" href="GtkLabel.html#GtkLabel-activate-current-link" title='The "activate-current-link" signal'>activate-current-link</a>" : Run Last / Action
176
- "<a class="link" href="GtkLabel.html#GtkLabel-activate-link" title='The "activate-link" signal'>activate-link</a>" : Run Last
177
- "<a class="link" href="GtkLabel.html#GtkLabel-copy-clipboard" title='The "copy-clipboard" signal'>copy-clipboard</a>" : Run Last / Action
178
- "<a class="link" href="GtkLabel.html#GtkLabel-move-cursor" title='The "move-cursor" signal'>move-cursor</a>" : Run Last / Action
179
- "<a class="link" href="GtkLabel.html#GtkLabel-populate-popup" title='The "populate-popup" signal'>populate-popup</a>" : Run Last
175
+ "<a class="link" href="GtkLabel.html#GtkLabel-activate-current-link" title='The "activate-current-link" signal'>activate-current-link</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
176
+ "<a class="link" href="GtkLabel.html#GtkLabel-activate-link" title='The "activate-link" signal'>activate-link</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
177
+ "<a class="link" href="GtkLabel.html#GtkLabel-copy-clipboard" title='The "copy-clipboard" signal'>copy-clipboard</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
178
+ "<a class="link" href="GtkLabel.html#GtkLabel-move-cursor" title='The "move-cursor" signal'>move-cursor</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
179
+ "<a class="link" href="GtkLabel.html#GtkLabel-populate-popup" title='The "populate-popup" signal'>populate-popup</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
180
180
  </pre>
181
181
  </div>
182
- <div class="refsect1" title="Description">
182
+ <div class="refsect1">
183
183
  <a name="GtkLabel.description"></a><h2>Description</h2>
184
184
  <p>
185
185
  The <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> widget displays a small amount of text. As the name
186
186
  implies, most labels are used to label another widget such as a
187
187
  <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a>, a <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a>, or a <a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a>.
188
188
  </p>
189
- <div class="refsect2" title="GtkLabel as GtkBuildable">
189
+ <div class="refsect2">
190
190
  <a name="GtkLabel-BUILDER-UI"></a><h3>GtkLabel as GtkBuildable</h3>
191
191
  <p>
192
192
  The GtkLabel implementation of the GtkBuildable interface supports a
@@ -195,7 +195,7 @@ elements. the &lt;attribute&gt; element has attributes named name, value,
195
195
  start and end and allows you to specify <a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttribute"><span class="type">PangoAttribute</span></a> values for this label.
196
196
  </p>
197
197
  <div class="example">
198
- <a name="id676774"></a><p class="title"><b>Example 13. A UI definition fragment specifying Pango attributes</b></p>
198
+ <a name="id637785"></a><p class="title"><b>Example 13. A UI definition fragment specifying Pango attributes</b></p>
199
199
  <div class="example-contents">
200
200
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
201
201
  <tbody>
@@ -227,8 +227,8 @@ content instead.
227
227
  </p>
228
228
  </div>
229
229
  <hr>
230
- <div class="refsect2" title="Mnemonics">
231
- <a name="id676797"></a><h3>Mnemonics</h3>
230
+ <div class="refsect2">
231
+ <a name="id637808"></a><h3>Mnemonics</h3>
232
232
  <p>
233
233
  Labels may contain <em class="firstterm">mnemonics</em>. Mnemonics are
234
234
  underlined characters in the label, used for keyboard navigation.
@@ -304,8 +304,8 @@ To create a mnemonic for a widget alongside the label, such as a
304
304
  </p>
305
305
  </div>
306
306
  <hr>
307
- <div class="refsect2" title="Markup (styled text)">
308
- <a name="id676919"></a><h3>Markup (styled text)</h3>
307
+ <div class="refsect2">
308
+ <a name="id637930"></a><h3>Markup (styled text)</h3>
309
309
  <p>
310
310
  To make it easy to format text in a label (changing colors, fonts,
311
311
  etc.), label text can be provided in a simple <a href="/usr/share/gtk-doc/html/pango/PangoMarkupFormat.html">markup format</a>.
@@ -347,8 +347,8 @@ being displayed, so translations will cause problems.
347
347
  </p>
348
348
  </div>
349
349
  <hr>
350
- <div class="refsect2" title="Selectable labels">
351
- <a name="id677036"></a><h3>Selectable labels</h3>
350
+ <div class="refsect2">
351
+ <a name="id638047"></a><h3>Selectable labels</h3>
352
352
  <p>
353
353
  Labels can be made selectable with <a class="link" href="GtkLabel.html#gtk-label-set-selectable" title="gtk_label_set_selectable ()"><code class="function">gtk_label_set_selectable()</code></a>.
354
354
  Selectable labels allow the user to copy the label contents to
@@ -357,8 +357,8 @@ the clipboard. Only labels that contain useful-to-copy information
357
357
  </p>
358
358
  </div>
359
359
  <hr>
360
- <div class="refsect2" title="Text layout">
361
- <a name="id677059"></a><h3>Text layout</h3>
360
+ <div class="refsect2">
361
+ <a name="id638070"></a><h3>Text layout</h3>
362
362
  <p>
363
363
  A label can contain any number of paragraphs, but will have
364
364
  performance problems if it contains more than a small number.
@@ -376,8 +376,8 @@ aligns in its available space, see <a class="link" href="GtkMisc.html#gtk-misc-s
376
376
  </p>
377
377
  </div>
378
378
  <hr>
379
- <div class="refsect2" title="Links">
380
- <a name="id677110"></a><h3>Links</h3>
379
+ <div class="refsect2">
380
+ <a name="id638121"></a><h3>Links</h3>
381
381
  <p>
382
382
  Since 2.18, GTK+ supports markup for clickable hyperlinks in addition
383
383
  to regular Pango markup. The markup for links is borrowed from HTML, using the
@@ -402,20 +402,20 @@ the <a class="link" href="GtkLabel.html#GtkLabel-activate-link" title='The "acti
402
402
  </p>
403
403
  </div>
404
404
  </div>
405
- <div class="refsect1" title="Details">
405
+ <div class="refsect1">
406
406
  <a name="GtkLabel.details"></a><h2>Details</h2>
407
- <div class="refsect2" title="GtkLabel">
408
- <a name="GtkLabel-struct"></a><h3>GtkLabel</h3>
409
- <pre class="programlisting">typedef struct _GtkLabel GtkLabel;</pre>
407
+ <div class="refsect2">
408
+ <a name="GtkLabel-struct"></a><h3>struct GtkLabel</h3>
409
+ <pre class="programlisting">struct GtkLabel;</pre>
410
410
  <p>
411
411
  This should not be accessed directly. Use the accessor functions as
412
412
  described below.
413
413
  </p>
414
414
  </div>
415
415
  <hr>
416
- <div class="refsect2" title="gtk_label_new ()">
416
+ <div class="refsect2">
417
417
  <a name="gtk-label-new"></a><h3>gtk_label_new ()</h3>
418
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_label_new (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
418
+ <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_label_new (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
419
419
  <p>
420
420
  Creates a new label with the given text inside it. You can
421
421
  pass <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to get an empty label widget.
@@ -425,19 +425,18 @@ pass <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.
425
425
  <tbody>
426
426
  <tr>
427
427
  <td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
428
- <td>The text of the label
429
- </td>
428
+ <td>The text of the label</td>
430
429
  </tr>
431
430
  <tr>
432
431
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
433
- <td> the new <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>
432
+ <td>the new <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>
434
433
  </td>
435
434
  </tr>
436
435
  </tbody>
437
436
  </table></div>
438
437
  </div>
439
438
  <hr>
440
- <div class="refsect2" title="gtk_label_set_text ()">
439
+ <div class="refsect2">
441
440
  <a name="gtk-label-set-text"></a><h3>gtk_label_set_text ()</h3>
442
441
  <pre class="programlisting"><span class="returnvalue">void</span> 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>,
443
442
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
@@ -458,14 +457,13 @@ This will also clear any previously set mnemonic accelerators.
458
457
  </tr>
459
458
  <tr>
460
459
  <td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
461
- <td>The text you want to set
462
- </td>
460
+ <td>The text you want to set</td>
463
461
  </tr>
464
462
  </tbody>
465
463
  </table></div>
466
464
  </div>
467
465
  <hr>
468
- <div class="refsect2" title="gtk_label_set_attributes ()">
466
+ <div class="refsect2">
469
467
  <a name="gtk-label-set-attributes"></a><h3>gtk_label_set_attributes ()</h3>
470
468
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_attributes (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
471
469
  <em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> *attrs</code></em>);</pre>
@@ -475,7 +473,7 @@ label text.
475
473
  </p>
476
474
  <p>
477
475
  </p>
478
- <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
476
+ <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
479
477
  <h3 class="title">Note</h3>
480
478
  <p>The attributes set with this function will be applied
481
479
  and merged with any other attributes previously effected by way
@@ -503,7 +501,7 @@ to the label after the markup string is parsed.</p>
503
501
  </table></div>
504
502
  </div>
505
503
  <hr>
506
- <div class="refsect2" title="gtk_label_set_markup ()">
504
+ <div class="refsect2">
507
505
  <a name="gtk-label-set-markup"></a><h3>gtk_label_set_markup ()</h3>
508
506
  <pre class="programlisting"><span class="returnvalue">void</span> 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>,
509
507
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
@@ -544,14 +542,13 @@ external data, you may need to escape it with <a href="http://library.gnome.org/
544
542
  </tr>
545
543
  <tr>
546
544
  <td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
547
- <td>a markup string (see <a href="/usr/share/gtk-doc/html/pango/PangoMarkupFormat.html">Pango markup format</a>)
548
- </td>
545
+ <td>a markup string (see <a href="/usr/share/gtk-doc/html/pango/PangoMarkupFormat.html">Pango markup format</a>)</td>
549
546
  </tr>
550
547
  </tbody>
551
548
  </table></div>
552
549
  </div>
553
550
  <hr>
554
- <div class="refsect2" title="gtk_label_set_markup_with_mnemonic ()">
551
+ <div class="refsect2">
555
552
  <a name="gtk-label-set-markup-with-mnemonic"></a><h3>gtk_label_set_markup_with_mnemonic ()</h3>
556
553
  <pre class="programlisting"><span class="returnvalue">void</span> 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>,
557
554
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
@@ -575,14 +572,13 @@ automatically, or explicitly using <a class="link" href="GtkLabel.html#gtk-label
575
572
  </tr>
576
573
  <tr>
577
574
  <td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
578
- <td>a markup string (see <a href="/usr/share/gtk-doc/html/pango/PangoMarkupFormat.html">Pango markup format</a>)
579
- </td>
575
+ <td>a markup string (see <a href="/usr/share/gtk-doc/html/pango/PangoMarkupFormat.html">Pango markup format</a>)</td>
580
576
  </tr>
581
577
  </tbody>
582
578
  </table></div>
583
579
  </div>
584
580
  <hr>
585
- <div class="refsect2" title="gtk_label_set_pattern ()">
581
+ <div class="refsect2">
586
582
  <a name="gtk-label-set-pattern"></a><h3>gtk_label_set_pattern ()</h3>
587
583
  <pre class="programlisting"><span class="returnvalue">void</span> 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>,
588
584
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *pattern</code></em>);</pre>
@@ -597,19 +593,17 @@ The pattern of underlines you want under the existing text within the
597
593
  <tbody>
598
594
  <tr>
599
595
  <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
600
- <td>The <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> you want to set the pattern to.
601
- </td>
596
+ <td>The <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> you want to set the pattern to.</td>
602
597
  </tr>
603
598
  <tr>
604
599
  <td><p><span class="term"><em class="parameter"><code>pattern</code></em> :</span></p></td>
605
- <td>The pattern as described above.
606
- </td>
600
+ <td>The pattern as described above.</td>
607
601
  </tr>
608
602
  </tbody>
609
603
  </table></div>
610
604
  </div>
611
605
  <hr>
612
- <div class="refsect2" title="gtk_label_set_justify ()">
606
+ <div class="refsect2">
613
607
  <a name="gtk-label-set-justify"></a><h3>gtk_label_set_justify ()</h3>
614
608
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_justify (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
615
609
  <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="type">GtkJustification</span></a> jtype</code></em>);</pre>
@@ -638,7 +632,7 @@ effect on labels containing only a single line.
638
632
  </table></div>
639
633
  </div>
640
634
  <hr>
641
- <div class="refsect2" title="gtk_label_set_ellipsize ()">
635
+ <div class="refsect2">
642
636
  <a name="gtk-label-set-ellipsize"></a><h3>gtk_label_set_ellipsize ()</h3>
643
637
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_ellipsize (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
644
638
  <em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a> mode</code></em>);</pre>
@@ -664,7 +658,7 @@ if there is not enough space to render the entire string.
664
658
  <p class="since">Since 2.6</p>
665
659
  </div>
666
660
  <hr>
667
- <div class="refsect2" title="gtk_label_set_width_chars ()">
661
+ <div class="refsect2">
668
662
  <a name="gtk-label-set-width-chars"></a><h3>gtk_label_set_width_chars ()</h3>
669
663
  <pre class="programlisting"><span class="returnvalue">void</span> 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>,
670
664
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_chars</code></em>);</pre>
@@ -681,15 +675,14 @@ Sets the desired width in characters of <em class="parameter"><code>label</code>
681
675
  </tr>
682
676
  <tr>
683
677
  <td><p><span class="term"><em class="parameter"><code>n_chars</code></em> :</span></p></td>
684
- <td>the new desired width, in characters.
685
- </td>
678
+ <td>the new desired width, in characters.</td>
686
679
  </tr>
687
680
  </tbody>
688
681
  </table></div>
689
682
  <p class="since">Since 2.6</p>
690
683
  </div>
691
684
  <hr>
692
- <div class="refsect2" title="gtk_label_set_max_width_chars ()">
685
+ <div class="refsect2">
693
686
  <a name="gtk-label-set-max-width-chars"></a><h3>gtk_label_set_max_width_chars ()</h3>
694
687
  <pre class="programlisting"><span class="returnvalue">void</span> 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>,
695
688
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_chars</code></em>);</pre>
@@ -706,19 +699,18 @@ Sets the desired maximum width in characters of <em class="parameter"><code>labe
706
699
  </tr>
707
700
  <tr>
708
701
  <td><p><span class="term"><em class="parameter"><code>n_chars</code></em> :</span></p></td>
709
- <td>the new desired maximum width, in characters.
710
- </td>
702
+ <td>the new desired maximum width, in characters.</td>
711
703
  </tr>
712
704
  </tbody>
713
705
  </table></div>
714
706
  <p class="since">Since 2.6</p>
715
707
  </div>
716
708
  <hr>
717
- <div class="refsect2" title="gtk_label_get ()">
709
+ <div class="refsect2">
718
710
  <a name="gtk-label-get"></a><h3>gtk_label_get ()</h3>
719
711
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_label_get (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
720
712
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **str</code></em>);</pre>
721
- <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
713
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
722
714
  <h3 class="title">Warning</h3>
723
715
  <p><code class="literal">gtk_label_get</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkLabel.html#gtk-label-get-text" title="gtk_label_get_text ()"><code class="function">gtk_label_get_text()</code></a> instead.</p>
724
716
  </div>
@@ -732,23 +724,21 @@ must not write to it.
732
724
  <tbody>
733
725
  <tr>
734
726
  <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
735
- <td>The <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> widget you want to get the text from.
736
- </td>
727
+ <td>The <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> widget you want to get the text from.</td>
737
728
  </tr>
738
729
  <tr>
739
730
  <td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
740
- <td>The reference to the pointer you want to point to the text.
741
- </td>
731
+ <td>The reference to the pointer you want to point to the text.</td>
742
732
  </tr>
743
733
  </tbody>
744
734
  </table></div>
745
735
  </div>
746
736
  <hr>
747
- <div class="refsect2" title="gtk_label_parse_uline ()">
737
+ <div class="refsect2">
748
738
  <a name="gtk-label-parse-uline"></a><h3>gtk_label_parse_uline ()</h3>
749
739
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_label_parse_uline (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
750
740
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *string</code></em>);</pre>
751
- <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
741
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
752
742
  <h3 class="title">Warning</h3>
753
743
  <p><code class="literal">gtk_label_parse_uline</code> is deprecated and should not be used in newly-written code. Use <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> instead.</p>
754
744
  </div>
@@ -764,24 +754,21 @@ probably only used within the GTK+ library itself for menu items and such.
764
754
  <tbody>
765
755
  <tr>
766
756
  <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
767
- <td>The <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> you want to affect.
768
- </td>
757
+ <td>The <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> you want to affect.</td>
769
758
  </tr>
770
759
  <tr>
771
760
  <td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
772
- <td>The string you want to parse for underlines.
773
- </td>
761
+ <td>The string you want to parse for underlines.</td>
774
762
  </tr>
775
763
  <tr>
776
764
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
777
- <td>The lowercase keyval of the last character underlined.
778
- </td>
765
+ <td>The lowercase keyval of the last character underlined.</td>
779
766
  </tr>
780
767
  </tbody>
781
768
  </table></div>
782
769
  </div>
783
770
  <hr>
784
- <div class="refsect2" title="gtk_label_set_line_wrap ()">
771
+ <div class="refsect2">
785
772
  <a name="gtk-label-set-line-wrap"></a><h3>gtk_label_set_line_wrap ()</h3>
786
773
  <pre class="programlisting"><span class="returnvalue">void</span> 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>,
787
774
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> wrap</code></em>);</pre>
@@ -807,14 +794,13 @@ set the label's width using <a class="link" href="GtkWidget.html#gtk-widget-set-
807
794
  </tr>
808
795
  <tr>
809
796
  <td><p><span class="term"><em class="parameter"><code>wrap</code></em> :</span></p></td>
810
- <td>the setting
811
- </td>
797
+ <td>the setting</td>
812
798
  </tr>
813
799
  </tbody>
814
800
  </table></div>
815
801
  </div>
816
802
  <hr>
817
- <div class="refsect2" title="gtk_label_set_line_wrap_mode ()">
803
+ <div class="refsect2">
818
804
  <a name="gtk-label-set-line-wrap-mode"></a><h3>gtk_label_set_line_wrap_mode ()</h3>
819
805
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_line_wrap_mode (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
820
806
  <em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="type">PangoWrapMode</span></a> wrap_mode</code></em>);</pre>
@@ -833,19 +819,18 @@ wrap on word boundaries.
833
819
  </tr>
834
820
  <tr>
835
821
  <td><p><span class="term"><em class="parameter"><code>wrap_mode</code></em> :</span></p></td>
836
- <td>the line wrapping mode
837
- </td>
822
+ <td>the line wrapping mode</td>
838
823
  </tr>
839
824
  </tbody>
840
825
  </table></div>
841
826
  <p class="since">Since 2.10</p>
842
827
  </div>
843
828
  <hr>
844
- <div class="refsect2" title="gtk_label_set">
829
+ <div class="refsect2">
845
830
  <a name="gtk-label-set"></a><h3>gtk_label_set</h3>
846
831
  <pre class="programlisting">#define gtk_label_set gtk_label_set_text
847
832
  </pre>
848
- <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
833
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
849
834
  <h3 class="title">Warning</h3>
850
835
  <p><code class="literal">gtk_label_set</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkLabel.html#gtk-label-set-text" title="gtk_label_set_text ()"><code class="function">gtk_label_set_text()</code></a> instead.</p>
851
836
  </div>
@@ -854,7 +839,7 @@ Sets the text within the GtkLabel widget.
854
839
  </p>
855
840
  </div>
856
841
  <hr>
857
- <div class="refsect2" title="gtk_label_get_layout_offsets ()">
842
+ <div class="refsect2">
858
843
  <a name="gtk-label-get-layout-offsets"></a><h3>gtk_label_get_layout_offsets ()</h3>
859
844
  <pre class="programlisting"><span class="returnvalue">void</span> 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>,
860
845
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
@@ -879,19 +864,19 @@ and from pixels using <a href="/usr/share/gtk-doc/html/pango/pango-Glyph-Storage
879
864
  </tr>
880
865
  <tr>
881
866
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
882
- <td> location to store X offset of layout, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
867
+ <td>location to store X offset of layout, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
883
868
  </td>
884
869
  </tr>
885
870
  <tr>
886
871
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
887
- <td> location to store Y offset of layout, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
872
+ <td>location to store Y offset of layout, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
888
873
  </td>
889
874
  </tr>
890
875
  </tbody>
891
876
  </table></div>
892
877
  </div>
893
878
  <hr>
894
- <div class="refsect2" title="gtk_label_get_mnemonic_keyval ()">
879
+ <div class="refsect2">
895
880
  <a name="gtk-label-get-mnemonic-keyval"></a><h3>gtk_label_get_mnemonic_keyval ()</h3>
896
881
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> 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>
897
882
  <p>
@@ -909,14 +894,14 @@ mnemonic set up it returns <span class="type">GDK_VoidSymbol</span>.
909
894
  </tr>
910
895
  <tr>
911
896
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
912
- <td> GDK keyval usable for accelerators, or <span class="type">GDK_VoidSymbol</span>
897
+ <td>GDK keyval usable for accelerators, or <span class="type">GDK_VoidSymbol</span>
913
898
  </td>
914
899
  </tr>
915
900
  </tbody>
916
901
  </table></div>
917
902
  </div>
918
903
  <hr>
919
- <div class="refsect2" title="gtk_label_get_selectable ()">
904
+ <div class="refsect2">
920
905
  <a name="gtk-label-get-selectable"></a><h3>gtk_label_get_selectable ()</h3>
921
906
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>
922
907
  <p>
@@ -932,16 +917,16 @@ Gets the value set by <a class="link" href="GtkLabel.html#gtk-label-set-selectab
932
917
  </tr>
933
918
  <tr>
934
919
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
935
- <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user can copy text from the label
936
- </td>
920
+ <td>
921
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user can copy text from the label</td>
937
922
  </tr>
938
923
  </tbody>
939
924
  </table></div>
940
925
  </div>
941
926
  <hr>
942
- <div class="refsect2" title="gtk_label_get_text ()">
927
+ <div class="refsect2">
943
928
  <a name="gtk-label-get-text"></a><h3>gtk_label_get_text ()</h3>
944
- <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* gtk_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>
929
+ <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_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>
945
930
  <p>
946
931
  Fetches the text from a label widget, as displayed on the
947
932
  screen. This does not include any embedded underlines
@@ -957,17 +942,16 @@ indicating mnemonics or Pango markup. (See <a class="link" href="GtkLabel.html#g
957
942
  </tr>
958
943
  <tr>
959
944
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
960
- <td> the text in the label widget. This is the internal
961
- string used by the label, and must not be modified.
962
- </td>
945
+ <td>the text in the label widget. This is the internal
946
+ string used by the label, and must not be modified.</td>
963
947
  </tr>
964
948
  </tbody>
965
949
  </table></div>
966
950
  </div>
967
951
  <hr>
968
- <div class="refsect2" title="gtk_label_new_with_mnemonic ()">
952
+ <div class="refsect2">
969
953
  <a name="gtk-label-new-with-mnemonic"></a><h3>gtk_label_new_with_mnemonic ()</h3>
970
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_label_new_with_mnemonic (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
954
+ <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_label_new_with_mnemonic (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
971
955
  <p>
972
956
  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>.
973
957
  </p>
@@ -992,19 +976,18 @@ and be activated by the mnemonic.
992
976
  <tr>
993
977
  <td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
994
978
  <td>The text of the label, with an underscore in front of the
995
- mnemonic character
996
- </td>
979
+ mnemonic character</td>
997
980
  </tr>
998
981
  <tr>
999
982
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1000
- <td> the new <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>
983
+ <td>the new <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>
1001
984
  </td>
1002
985
  </tr>
1003
986
  </tbody>
1004
987
  </table></div>
1005
988
  </div>
1006
989
  <hr>
1007
- <div class="refsect2" title="gtk_label_select_region ()">
990
+ <div class="refsect2">
1008
991
  <a name="gtk-label-select-region"></a><h3>gtk_label_select_region ()</h3>
1009
992
  <pre class="programlisting"><span class="returnvalue">void</span> 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>,
1010
993
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> start_offset</code></em>,
@@ -1025,19 +1008,17 @@ this function has no effect. If <em class="parameter"><code>start_offset</code><
1025
1008
  </tr>
1026
1009
  <tr>
1027
1010
  <td><p><span class="term"><em class="parameter"><code>start_offset</code></em> :</span></p></td>
1028
- <td>start offset (in characters not bytes)
1029
- </td>
1011
+ <td>start offset (in characters not bytes)</td>
1030
1012
  </tr>
1031
1013
  <tr>
1032
1014
  <td><p><span class="term"><em class="parameter"><code>end_offset</code></em> :</span></p></td>
1033
- <td>end offset (in characters not bytes)
1034
- </td>
1015
+ <td>end offset (in characters not bytes)</td>
1035
1016
  </tr>
1036
1017
  </tbody>
1037
1018
  </table></div>
1038
1019
  </div>
1039
1020
  <hr>
1040
- <div class="refsect2" title="gtk_label_set_mnemonic_widget ()">
1021
+ <div class="refsect2">
1041
1022
  <a name="gtk-label-set-mnemonic-widget"></a><h3>gtk_label_set_mnemonic_widget ()</h3>
1042
1023
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_mnemonic_widget (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
1043
1024
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
@@ -1068,14 +1049,14 @@ and toggle focus between the colliding widgets otherwise.
1068
1049
  </tr>
1069
1050
  <tr>
1070
1051
  <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
1071
- <td> the target <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1052
+ <td>the target <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1072
1053
  </td>
1073
1054
  </tr>
1074
1055
  </tbody>
1075
1056
  </table></div>
1076
1057
  </div>
1077
1058
  <hr>
1078
- <div class="refsect2" title="gtk_label_set_selectable ()">
1059
+ <div class="refsect2">
1079
1060
  <a name="gtk-label-set-selectable"></a><h3>gtk_label_set_selectable ()</h3>
1080
1061
  <pre class="programlisting"><span class="returnvalue">void</span> 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>,
1081
1062
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
@@ -1094,14 +1075,13 @@ copy-and-paste.
1094
1075
  <tr>
1095
1076
  <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
1096
1077
  <td>
1097
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to allow selecting text in the label
1098
- </td>
1078
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to allow selecting text in the label</td>
1099
1079
  </tr>
1100
1080
  </tbody>
1101
1081
  </table></div>
1102
1082
  </div>
1103
1083
  <hr>
1104
- <div class="refsect2" title="gtk_label_set_text_with_mnemonic ()">
1084
+ <div class="refsect2">
1105
1085
  <a name="gtk-label-set-text-with-mnemonic"></a><h3>gtk_label_set_text_with_mnemonic ()</h3>
1106
1086
  <pre class="programlisting"><span class="returnvalue">void</span> 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>,
1107
1087
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
@@ -1122,14 +1102,13 @@ automatically, or explicitly using <a class="link" href="GtkLabel.html#gtk-label
1122
1102
  </tr>
1123
1103
  <tr>
1124
1104
  <td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
1125
- <td>a string
1126
- </td>
1105
+ <td>a string</td>
1127
1106
  </tr>
1128
1107
  </tbody>
1129
1108
  </table></div>
1130
1109
  </div>
1131
1110
  <hr>
1132
- <div class="refsect2" title="gtk_label_get_attributes ()">
1111
+ <div class="refsect2">
1133
1112
  <a name="gtk-label-get-attributes"></a><h3>gtk_label_get_attributes ()</h3>
1134
1113
  <pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="returnvalue">PangoAttrList</span></a> * gtk_label_get_attributes (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
1135
1114
  <p>
@@ -1150,14 +1129,15 @@ pango_layout_get_attribute (gtk_label_get_layout (label)).
1150
1129
  </tr>
1151
1130
  <tr>
1152
1131
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1153
- <td> the attribute list, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none was set.
1132
+ <td>the attribute list, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1133
+ if none was set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1154
1134
  </td>
1155
1135
  </tr>
1156
1136
  </tbody>
1157
1137
  </table></div>
1158
1138
  </div>
1159
1139
  <hr>
1160
- <div class="refsect2" title="gtk_label_get_justify ()">
1140
+ <div class="refsect2">
1161
1141
  <a name="gtk-label-get-justify"></a><h3>gtk_label_get_justify ()</h3>
1162
1142
  <pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="returnvalue">GtkJustification</span></a> gtk_label_get_justify (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
1163
1143
  <p>
@@ -1173,14 +1153,13 @@ Returns the justification of the label. See <a class="link" href="GtkLabel.html#
1173
1153
  </tr>
1174
1154
  <tr>
1175
1155
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1176
- <td> <a class="link" href="gtk-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="type">GtkJustification</span></a>
1177
- </td>
1156
+ <td><a class="link" href="gtk-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="type">GtkJustification</span></a></td>
1178
1157
  </tr>
1179
1158
  </tbody>
1180
1159
  </table></div>
1181
1160
  </div>
1182
1161
  <hr>
1183
- <div class="refsect2" title="gtk_label_get_ellipsize ()">
1162
+ <div class="refsect2">
1184
1163
  <a name="gtk-label-get-ellipsize"></a><h3>gtk_label_get_ellipsize ()</h3>
1185
1164
  <pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="returnvalue">PangoEllipsizeMode</span></a> gtk_label_get_ellipsize (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
1186
1165
  <p>
@@ -1196,16 +1175,14 @@ Returns the ellipsizing position of the label. See <a class="link" href="GtkLabe
1196
1175
  </tr>
1197
1176
  <tr>
1198
1177
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1199
- <td> <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a>
1200
-
1201
- </td>
1178
+ <td><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a></td>
1202
1179
  </tr>
1203
1180
  </tbody>
1204
1181
  </table></div>
1205
1182
  <p class="since">Since 2.6</p>
1206
1183
  </div>
1207
1184
  <hr>
1208
- <div class="refsect2" title="gtk_label_get_width_chars ()">
1185
+ <div class="refsect2">
1209
1186
  <a name="gtk-label-get-width-chars"></a><h3>gtk_label_get_width_chars ()</h3>
1210
1187
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> 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>
1211
1188
  <p>
@@ -1222,16 +1199,14 @@ Retrieves the desired width of <em class="parameter"><code>label</code></em>, in
1222
1199
  </tr>
1223
1200
  <tr>
1224
1201
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1225
- <td> the width of the label in characters.
1226
-
1227
- </td>
1202
+ <td>the width of the label in characters.</td>
1228
1203
  </tr>
1229
1204
  </tbody>
1230
1205
  </table></div>
1231
1206
  <p class="since">Since 2.6</p>
1232
1207
  </div>
1233
1208
  <hr>
1234
- <div class="refsect2" title="gtk_label_get_max_width_chars ()">
1209
+ <div class="refsect2">
1235
1210
  <a name="gtk-label-get-max-width-chars"></a><h3>gtk_label_get_max_width_chars ()</h3>
1236
1211
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> 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>
1237
1212
  <p>
@@ -1248,16 +1223,14 @@ Retrieves the desired maximum width of <em class="parameter"><code>label</code><
1248
1223
  </tr>
1249
1224
  <tr>
1250
1225
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1251
- <td> the maximum width of the label in characters.
1252
-
1253
- </td>
1226
+ <td>the maximum width of the label in characters.</td>
1254
1227
  </tr>
1255
1228
  </tbody>
1256
1229
  </table></div>
1257
1230
  <p class="since">Since 2.6</p>
1258
1231
  </div>
1259
1232
  <hr>
1260
- <div class="refsect2" title="gtk_label_get_label ()">
1233
+ <div class="refsect2">
1261
1234
  <a name="gtk-label-get-label"></a><h3>gtk_label_get_label ()</h3>
1262
1235
  <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_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>
1263
1236
  <p>
@@ -1275,15 +1248,14 @@ underlines indicating mnemonics and Pango markup. (See
1275
1248
  </tr>
1276
1249
  <tr>
1277
1250
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1278
- <td> the text of the label widget. This string is
1279
- owned by the widget and must not be modified or freed.
1280
- </td>
1251
+ <td>the text of the label widget. This string is
1252
+ owned by the widget and must not be modified or freed.</td>
1281
1253
  </tr>
1282
1254
  </tbody>
1283
1255
  </table></div>
1284
1256
  </div>
1285
1257
  <hr>
1286
- <div class="refsect2" title="gtk_label_get_layout ()">
1258
+ <div class="refsect2">
1287
1259
  <a name="gtk-label-get-layout"></a><h3>gtk_label_get_layout ()</h3>
1288
1260
  <pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a> * gtk_label_get_layout (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
1289
1261
  <p>
@@ -1303,14 +1275,14 @@ freed by the caller.
1303
1275
  </tr>
1304
1276
  <tr>
1305
1277
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1306
- <td> the <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> for this label. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1278
+ <td>the <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> for this label. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1307
1279
  </td>
1308
1280
  </tr>
1309
1281
  </tbody>
1310
1282
  </table></div>
1311
1283
  </div>
1312
1284
  <hr>
1313
- <div class="refsect2" title="gtk_label_get_line_wrap ()">
1285
+ <div class="refsect2">
1314
1286
  <a name="gtk-label-get-line-wrap"></a><h3>gtk_label_get_line_wrap ()</h3>
1315
1287
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>
1316
1288
  <p>
@@ -1327,14 +1299,14 @@ See <a class="link" href="GtkLabel.html#gtk-label-set-line-wrap" title="gtk_labe
1327
1299
  </tr>
1328
1300
  <tr>
1329
1301
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1330
- <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the lines of the label are automatically wrapped.
1331
- </td>
1302
+ <td>
1303
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the lines of the label are automatically wrapped.</td>
1332
1304
  </tr>
1333
1305
  </tbody>
1334
1306
  </table></div>
1335
1307
  </div>
1336
1308
  <hr>
1337
- <div class="refsect2" title="gtk_label_get_line_wrap_mode ()">
1309
+ <div class="refsect2">
1338
1310
  <a name="gtk-label-get-line-wrap-mode"></a><h3>gtk_label_get_line_wrap_mode ()</h3>
1339
1311
  <pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="returnvalue">PangoWrapMode</span></a> gtk_label_get_line_wrap_mode (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
1340
1312
  <p>
@@ -1350,16 +1322,15 @@ Returns line wrap mode used by the label. See <a class="link" href="GtkLabel.htm
1350
1322
  </tr>
1351
1323
  <tr>
1352
1324
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1353
- <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the lines of the label are automatically wrapped.
1354
-
1355
- </td>
1325
+ <td>
1326
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the lines of the label are automatically wrapped.</td>
1356
1327
  </tr>
1357
1328
  </tbody>
1358
1329
  </table></div>
1359
1330
  <p class="since">Since 2.10</p>
1360
1331
  </div>
1361
1332
  <hr>
1362
- <div class="refsect2" title="gtk_label_get_mnemonic_widget ()">
1333
+ <div class="refsect2">
1363
1334
  <a name="gtk-label-get-mnemonic-widget"></a><h3>gtk_label_get_mnemonic_widget ()</h3>
1364
1335
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_label_get_mnemonic_widget (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
1365
1336
  <p>
@@ -1376,15 +1347,15 @@ label. See <a class="link" href="GtkLabel.html#gtk-label-set-mnemonic-widget" ti
1376
1347
  </tr>
1377
1348
  <tr>
1378
1349
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1379
- <td> the target of the label's mnemonic, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none
1380
- has been set and the default algorithm will be used.
1350
+ <td>the target of the label's mnemonic,
1351
+ or <a href="http://library.gnome.org/devel/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. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1381
1352
  </td>
1382
1353
  </tr>
1383
1354
  </tbody>
1384
1355
  </table></div>
1385
1356
  </div>
1386
1357
  <hr>
1387
- <div class="refsect2" title="gtk_label_get_selection_bounds ()">
1358
+ <div class="refsect2">
1388
1359
  <a name="gtk-label-get-selection-bounds"></a><h3>gtk_label_get_selection_bounds ()</h3>
1389
1360
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>,
1390
1361
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *start</code></em>,
@@ -1403,24 +1374,22 @@ if there's a selection.
1403
1374
  </tr>
1404
1375
  <tr>
1405
1376
  <td><p><span class="term"><em class="parameter"><code>start</code></em> :</span></p></td>
1406
- <td>return location for start of selection, as a character offset
1407
- </td>
1377
+ <td>return location for start of selection, as a character offset</td>
1408
1378
  </tr>
1409
1379
  <tr>
1410
1380
  <td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
1411
- <td>return location for end of selection, as a character offset
1412
- </td>
1381
+ <td>return location for end of selection, as a character offset</td>
1413
1382
  </tr>
1414
1383
  <tr>
1415
1384
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1416
- <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if selection is non-empty
1417
- </td>
1385
+ <td>
1386
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if selection is non-empty</td>
1418
1387
  </tr>
1419
1388
  </tbody>
1420
1389
  </table></div>
1421
1390
  </div>
1422
1391
  <hr>
1423
- <div class="refsect2" title="gtk_label_get_use_markup ()">
1392
+ <div class="refsect2">
1424
1393
  <a name="gtk-label-get-use-markup"></a><h3>gtk_label_get_use_markup ()</h3>
1425
1394
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>
1426
1395
  <p>
@@ -1438,14 +1407,14 @@ language</GTKDOCLINK>. See <a class="link" href="GtkLabel.html#gtk-label-set-use
1438
1407
  </tr>
1439
1408
  <tr>
1440
1409
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1441
- <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the label's text will be parsed for markup.
1442
- </td>
1410
+ <td>
1411
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the label's text will be parsed for markup.</td>
1443
1412
  </tr>
1444
1413
  </tbody>
1445
1414
  </table></div>
1446
1415
  </div>
1447
1416
  <hr>
1448
- <div class="refsect2" title="gtk_label_get_use_underline ()">
1417
+ <div class="refsect2">
1449
1418
  <a name="gtk-label-get-use-underline"></a><h3>gtk_label_get_use_underline ()</h3>
1450
1419
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>
1451
1420
  <p>
@@ -1462,15 +1431,15 @@ mnemonic. See <a class="link" href="GtkLabel.html#gtk-label-set-use-underline" t
1462
1431
  </tr>
1463
1432
  <tr>
1464
1433
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1465
- <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> whether an embedded underline in the label indicates
1466
- the mnemonic accelerator keys.
1467
- </td>
1434
+ <td>
1435
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> whether an embedded underline in the label indicates
1436
+ the mnemonic accelerator keys.</td>
1468
1437
  </tr>
1469
1438
  </tbody>
1470
1439
  </table></div>
1471
1440
  </div>
1472
1441
  <hr>
1473
- <div class="refsect2" title="gtk_label_get_single_line_mode ()">
1442
+ <div class="refsect2">
1474
1443
  <a name="gtk-label-get-single-line-mode"></a><h3>gtk_label_get_single_line_mode ()</h3>
1475
1444
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>
1476
1445
  <p>
@@ -1486,16 +1455,15 @@ Returns whether the label is in single line mode.
1486
1455
  </tr>
1487
1456
  <tr>
1488
1457
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1489
- <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> when the label is in single line mode.
1490
-
1491
- </td>
1458
+ <td>
1459
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> when the label is in single line mode.</td>
1492
1460
  </tr>
1493
1461
  </tbody>
1494
1462
  </table></div>
1495
1463
  <p class="since">Since 2.6</p>
1496
1464
  </div>
1497
1465
  <hr>
1498
- <div class="refsect2" title="gtk_label_get_angle ()">
1466
+ <div class="refsect2">
1499
1467
  <a name="gtk-label-get-angle"></a><h3>gtk_label_get_angle ()</h3>
1500
1468
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a> 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>
1501
1469
  <p>
@@ -1512,16 +1480,14 @@ Gets the angle of rotation for the label. See
1512
1480
  </tr>
1513
1481
  <tr>
1514
1482
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1515
- <td> the angle of rotation for the label
1516
-
1517
- </td>
1483
+ <td>the angle of rotation for the label</td>
1518
1484
  </tr>
1519
1485
  </tbody>
1520
1486
  </table></div>
1521
1487
  <p class="since">Since 2.6</p>
1522
1488
  </div>
1523
1489
  <hr>
1524
- <div class="refsect2" title="gtk_label_set_label ()">
1490
+ <div class="refsect2">
1525
1491
  <a name="gtk-label-set-label"></a><h3>gtk_label_set_label ()</h3>
1526
1492
  <pre class="programlisting"><span class="returnvalue">void</span> 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>,
1527
1493
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
@@ -1541,14 +1507,13 @@ on the values of the <a class="link" href="GtkLabel.html#GtkLabel--use-underline
1541
1507
  </tr>
1542
1508
  <tr>
1543
1509
  <td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
1544
- <td>the new text to set for the label
1545
- </td>
1510
+ <td>the new text to set for the label</td>
1546
1511
  </tr>
1547
1512
  </tbody>
1548
1513
  </table></div>
1549
1514
  </div>
1550
1515
  <hr>
1551
- <div class="refsect2" title="gtk_label_set_use_markup ()">
1516
+ <div class="refsect2">
1552
1517
  <a name="gtk-label-set-use-markup"></a><h3>gtk_label_set_use_markup ()</h3>
1553
1518
  <pre class="programlisting"><span class="returnvalue">void</span> 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>,
1554
1519
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
@@ -1567,14 +1532,13 @@ language</GTKDOCLINK>. See <a class="link" href="GtkLabel.html#gtk-label-set-mar
1567
1532
  <tr>
1568
1533
  <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
1569
1534
  <td>
1570
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the label's text should be parsed for markup.
1571
- </td>
1535
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the label's text should be parsed for markup.</td>
1572
1536
  </tr>
1573
1537
  </tbody>
1574
1538
  </table></div>
1575
1539
  </div>
1576
1540
  <hr>
1577
- <div class="refsect2" title="gtk_label_set_use_underline ()">
1541
+ <div class="refsect2">
1578
1542
  <a name="gtk-label-set-use-underline"></a><h3>gtk_label_set_use_underline ()</h3>
1579
1543
  <pre class="programlisting"><span class="returnvalue">void</span> 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>,
1580
1544
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
@@ -1593,14 +1557,13 @@ used for the mnemonic accelerator key.
1593
1557
  <tr>
1594
1558
  <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
1595
1559
  <td>
1596
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if underlines in the text indicate mnemonics
1597
- </td>
1560
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if underlines in the text indicate mnemonics</td>
1598
1561
  </tr>
1599
1562
  </tbody>
1600
1563
  </table></div>
1601
1564
  </div>
1602
1565
  <hr>
1603
- <div class="refsect2" title="gtk_label_set_single_line_mode ()">
1566
+ <div class="refsect2">
1604
1567
  <a name="gtk-label-set-single-line-mode"></a><h3>gtk_label_set_single_line_mode ()</h3>
1605
1568
  <pre class="programlisting"><span class="returnvalue">void</span> 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>,
1606
1569
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> single_line_mode</code></em>);</pre>
@@ -1618,15 +1581,14 @@ Sets whether the label is in single line mode.
1618
1581
  <tr>
1619
1582
  <td><p><span class="term"><em class="parameter"><code>single_line_mode</code></em> :</span></p></td>
1620
1583
  <td>
1621
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the label should be in single line mode
1622
- </td>
1584
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the label should be in single line mode</td>
1623
1585
  </tr>
1624
1586
  </tbody>
1625
1587
  </table></div>
1626
1588
  <p class="since">Since 2.6</p>
1627
1589
  </div>
1628
1590
  <hr>
1629
- <div class="refsect2" title="gtk_label_set_angle ()">
1591
+ <div class="refsect2">
1630
1592
  <a name="gtk-label-set-angle"></a><h3>gtk_label_set_angle ()</h3>
1631
1593
  <pre class="programlisting"><span class="returnvalue">void</span> 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>,
1632
1594
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> angle</code></em>);</pre>
@@ -1647,15 +1609,14 @@ wrapped, or ellipsized.
1647
1609
  <tr>
1648
1610
  <td><p><span class="term"><em class="parameter"><code>angle</code></em> :</span></p></td>
1649
1611
  <td>the angle that the baseline of the label makes with
1650
- the horizontal, in degrees, measured counterclockwise
1651
- </td>
1612
+ the horizontal, in degrees, measured counterclockwise</td>
1652
1613
  </tr>
1653
1614
  </tbody>
1654
1615
  </table></div>
1655
1616
  <p class="since">Since 2.6</p>
1656
1617
  </div>
1657
1618
  <hr>
1658
- <div class="refsect2" title="gtk_label_get_current_uri ()">
1619
+ <div class="refsect2">
1659
1620
  <a name="gtk-label-get-current-uri"></a><h3>gtk_label_get_current_uri ()</h3>
1660
1621
  <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_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>
1661
1622
  <p>
@@ -1678,17 +1639,15 @@ or for use in a <a class="link" href="GtkWidget.html#GtkWidget-query-tooltip" ti
1678
1639
  </tr>
1679
1640
  <tr>
1680
1641
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1681
- <td> the currently active URI. The string is owned by GTK+ and must
1682
- not be freed or modified.
1683
-
1684
- </td>
1642
+ <td>the currently active URI. The string is owned by GTK+ and must
1643
+ not be freed or modified.</td>
1685
1644
  </tr>
1686
1645
  </tbody>
1687
1646
  </table></div>
1688
1647
  <p class="since">Since 2.18</p>
1689
1648
  </div>
1690
1649
  <hr>
1691
- <div class="refsect2" title="gtk_label_set_track_visited_links ()">
1650
+ <div class="refsect2">
1692
1651
  <a name="gtk-label-set-track-visited-links"></a><h3>gtk_label_set_track_visited_links ()</h3>
1693
1652
  <pre class="programlisting"><span class="returnvalue">void</span> 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>,
1694
1653
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> track_links</code></em>);</pre>
@@ -1707,15 +1666,14 @@ links (and use a different color for them).
1707
1666
  <tr>
1708
1667
  <td><p><span class="term"><em class="parameter"><code>track_links</code></em> :</span></p></td>
1709
1668
  <td>
1710
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to track visited links
1711
- </td>
1669
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to track visited links</td>
1712
1670
  </tr>
1713
1671
  </tbody>
1714
1672
  </table></div>
1715
1673
  <p class="since">Since 2.18</p>
1716
1674
  </div>
1717
1675
  <hr>
1718
- <div class="refsect2" title="gtk_label_get_track_visited_links ()">
1676
+ <div class="refsect2">
1719
1677
  <a name="gtk-label-get-track-visited-links"></a><h3>gtk_label_get_track_visited_links ()</h3>
1720
1678
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>
1721
1679
  <p>
@@ -1732,18 +1690,17 @@ of clicked links.
1732
1690
  </tr>
1733
1691
  <tr>
1734
1692
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1735
- <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if clicked links are remembered
1736
-
1737
- </td>
1693
+ <td>
1694
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if clicked links are remembered</td>
1738
1695
  </tr>
1739
1696
  </tbody>
1740
1697
  </table></div>
1741
1698
  <p class="since">Since 2.18</p>
1742
1699
  </div>
1743
1700
  </div>
1744
- <div class="refsect1" title="Property Details">
1701
+ <div class="refsect1">
1745
1702
  <a name="GtkLabel.property-details"></a><h2>Property Details</h2>
1746
- <div class="refsect2" title='The "angle" property'>
1703
+ <div class="refsect2">
1747
1704
  <a name="GtkLabel--angle"></a><h3>The <code class="literal">"angle"</code> property</h3>
1748
1705
  <pre class="programlisting"> "angle" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : Read / Write</pre>
1749
1706
  <p>
@@ -1757,13 +1714,13 @@ if the label is selectable, wrapped, or ellipsized.
1757
1714
  <p class="since">Since 2.6</p>
1758
1715
  </div>
1759
1716
  <hr>
1760
- <div class="refsect2" title='The "attributes" property'>
1717
+ <div class="refsect2">
1761
1718
  <a name="GtkLabel--attributes"></a><h3>The <code class="literal">"attributes"</code> property</h3>
1762
1719
  <pre class="programlisting"> "attributes" <a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>* : Read / Write</pre>
1763
1720
  <p>A list of style attributes to apply to the text of the label.</p>
1764
1721
  </div>
1765
1722
  <hr>
1766
- <div class="refsect2" title='The "cursor-position" property'>
1723
+ <div class="refsect2">
1767
1724
  <a name="GtkLabel--cursor-position"></a><h3>The <code class="literal">"cursor-position"</code> property</h3>
1768
1725
  <pre class="programlisting"> "cursor-position" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
1769
1726
  <p>The current position of the insertion cursor in chars.</p>
@@ -1771,7 +1728,7 @@ if the label is selectable, wrapped, or ellipsized.
1771
1728
  <p>Default value: 0</p>
1772
1729
  </div>
1773
1730
  <hr>
1774
- <div class="refsect2" title='The "ellipsize" property'>
1731
+ <div class="refsect2">
1775
1732
  <a name="GtkLabel--ellipsize"></a><h3>The <code class="literal">"ellipsize"</code> property</h3>
1776
1733
  <pre class="programlisting"> "ellipsize" <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a> : Read / Write</pre>
1777
1734
  <p>
@@ -1792,21 +1749,21 @@ to set a label's width are <a class="link" href="GtkWidget.html#gtk-widget-set-s
1792
1749
  <p class="since">Since 2.6</p>
1793
1750
  </div>
1794
1751
  <hr>
1795
- <div class="refsect2" title='The "justify" property'>
1752
+ <div class="refsect2">
1796
1753
  <a name="GtkLabel--justify"></a><h3>The <code class="literal">"justify"</code> property</h3>
1797
1754
  <pre class="programlisting"> "justify" <a class="link" href="gtk-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="type">GtkJustification</span></a> : Read / Write</pre>
1798
1755
  <p>The alignment of the lines in the text of the label relative to each other. This does NOT affect the alignment of the label within its allocation. See GtkMisc::xalign for that.</p>
1799
1756
  <p>Default value: GTK_JUSTIFY_LEFT</p>
1800
1757
  </div>
1801
1758
  <hr>
1802
- <div class="refsect2" title='The "label" property'>
1759
+ <div class="refsect2">
1803
1760
  <a name="GtkLabel--label"></a><h3>The <code class="literal">"label"</code> property</h3>
1804
1761
  <pre class="programlisting"> "label" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1805
1762
  <p>The text of the label.</p>
1806
1763
  <p>Default value: ""</p>
1807
1764
  </div>
1808
1765
  <hr>
1809
- <div class="refsect2" title='The "max-width-chars" property'>
1766
+ <div class="refsect2">
1810
1767
  <a name="GtkLabel--max-width-chars"></a><h3>The <code class="literal">"max-width-chars"</code> property</h3>
1811
1768
  <pre class="programlisting"> "max-width-chars" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
1812
1769
  <p>
@@ -1821,34 +1778,34 @@ value, then the "max-width-chars" property is ignored.
1821
1778
  <p class="since">Since 2.6</p>
1822
1779
  </div>
1823
1780
  <hr>
1824
- <div class="refsect2" title='The "mnemonic-keyval" property'>
1781
+ <div class="refsect2">
1825
1782
  <a name="GtkLabel--mnemonic-keyval"></a><h3>The <code class="literal">"mnemonic-keyval"</code> property</h3>
1826
1783
  <pre class="programlisting"> "mnemonic-keyval" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre>
1827
1784
  <p>The mnemonic accelerator key for this label.</p>
1828
1785
  <p>Default value: 16777215</p>
1829
1786
  </div>
1830
1787
  <hr>
1831
- <div class="refsect2" title='The "mnemonic-widget" property'>
1788
+ <div class="refsect2">
1832
1789
  <a name="GtkLabel--mnemonic-widget"></a><h3>The <code class="literal">"mnemonic-widget"</code> property</h3>
1833
1790
  <pre class="programlisting"> "mnemonic-widget" <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>* : Read / Write</pre>
1834
1791
  <p>The widget to be activated when the label's mnemonic key is pressed.</p>
1835
1792
  </div>
1836
1793
  <hr>
1837
- <div class="refsect2" title='The "pattern" property'>
1794
+ <div class="refsect2">
1838
1795
  <a name="GtkLabel--pattern"></a><h3>The <code class="literal">"pattern"</code> property</h3>
1839
1796
  <pre class="programlisting"> "pattern" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Write</pre>
1840
1797
  <p>A string with _ characters in positions correspond to characters in the text to underline.</p>
1841
1798
  <p>Default value: NULL</p>
1842
1799
  </div>
1843
1800
  <hr>
1844
- <div class="refsect2" title='The "selectable" property'>
1801
+ <div class="refsect2">
1845
1802
  <a name="GtkLabel--selectable"></a><h3>The <code class="literal">"selectable"</code> property</h3>
1846
1803
  <pre class="programlisting"> "selectable" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
1847
1804
  <p>Whether the label text can be selected with the mouse.</p>
1848
1805
  <p>Default value: FALSE</p>
1849
1806
  </div>
1850
1807
  <hr>
1851
- <div class="refsect2" title='The "selection-bound" property'>
1808
+ <div class="refsect2">
1852
1809
  <a name="GtkLabel--selection-bound"></a><h3>The <code class="literal">"selection-bound"</code> property</h3>
1853
1810
  <pre class="programlisting"> "selection-bound" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
1854
1811
  <p>The position of the opposite end of the selection from the cursor in chars.</p>
@@ -1856,7 +1813,7 @@ value, then the "max-width-chars" property is ignored.
1856
1813
  <p>Default value: 0</p>
1857
1814
  </div>
1858
1815
  <hr>
1859
- <div class="refsect2" title='The "single-line-mode" property'>
1816
+ <div class="refsect2">
1860
1817
  <a name="GtkLabel--single-line-mode"></a><h3>The <code class="literal">"single-line-mode"</code> property</h3>
1861
1818
  <pre class="programlisting"> "single-line-mode" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
1862
1819
  <p>
@@ -1870,7 +1827,7 @@ changes would be distracting, e.g. in a statusbar.
1870
1827
  <p class="since">Since 2.6</p>
1871
1828
  </div>
1872
1829
  <hr>
1873
- <div class="refsect2" title='The "track-visited-links" property'>
1830
+ <div class="refsect2">
1874
1831
  <a name="GtkLabel--track-visited-links"></a><h3>The <code class="literal">"track-visited-links"</code> property</h3>
1875
1832
  <pre class="programlisting"> "track-visited-links" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
1876
1833
  <p>
@@ -1882,21 +1839,21 @@ color, instead of ::link-color.
1882
1839
  <p class="since">Since 2.18</p>
1883
1840
  </div>
1884
1841
  <hr>
1885
- <div class="refsect2" title='The "use-markup" property'>
1842
+ <div class="refsect2">
1886
1843
  <a name="GtkLabel--use-markup"></a><h3>The <code class="literal">"use-markup"</code> property</h3>
1887
1844
  <pre class="programlisting"> "use-markup" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
1888
1845
  <p>The text of the label includes XML markup. See pango_parse_markup().</p>
1889
1846
  <p>Default value: FALSE</p>
1890
1847
  </div>
1891
1848
  <hr>
1892
- <div class="refsect2" title='The "use-underline" property'>
1849
+ <div class="refsect2">
1893
1850
  <a name="GtkLabel--use-underline"></a><h3>The <code class="literal">"use-underline"</code> property</h3>
1894
1851
  <pre class="programlisting"> "use-underline" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
1895
1852
  <p>If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key.</p>
1896
1853
  <p>Default value: FALSE</p>
1897
1854
  </div>
1898
1855
  <hr>
1899
- <div class="refsect2" title='The "width-chars" property'>
1856
+ <div class="refsect2">
1900
1857
  <a name="GtkLabel--width-chars"></a><h3>The <code class="literal">"width-chars"</code> property</h3>
1901
1858
  <pre class="programlisting"> "width-chars" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
1902
1859
  <p>
@@ -1911,14 +1868,14 @@ If the "width-chars" property is set to a positive value, then the
1911
1868
  <p class="since">Since 2.6</p>
1912
1869
  </div>
1913
1870
  <hr>
1914
- <div class="refsect2" title='The "wrap" property'>
1871
+ <div class="refsect2">
1915
1872
  <a name="GtkLabel--wrap"></a><h3>The <code class="literal">"wrap"</code> property</h3>
1916
1873
  <pre class="programlisting"> "wrap" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
1917
1874
  <p>If set, wrap lines if the text becomes too wide.</p>
1918
1875
  <p>Default value: FALSE</p>
1919
1876
  </div>
1920
1877
  <hr>
1921
- <div class="refsect2" title='The "wrap-mode" property'>
1878
+ <div class="refsect2">
1922
1879
  <a name="GtkLabel--wrap-mode"></a><h3>The <code class="literal">"wrap-mode"</code> property</h3>
1923
1880
  <pre class="programlisting"> "wrap-mode" <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="type">PangoWrapMode</span></a> : Read / Write</pre>
1924
1881
  <p>
@@ -1930,12 +1887,12 @@ means wrap on word boundaries.
1930
1887
  <p class="since">Since 2.10</p>
1931
1888
  </div>
1932
1889
  </div>
1933
- <div class="refsect1" title="Signal Details">
1890
+ <div class="refsect1">
1934
1891
  <a name="GtkLabel.signal-details"></a><h2>Signal Details</h2>
1935
- <div class="refsect2" title='The "activate-current-link" signal'>
1892
+ <div class="refsect2">
1936
1893
  <a name="GtkLabel-activate-current-link"></a><h3>The <code class="literal">"activate-current-link"</code> signal</h3>
1937
1894
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label,
1938
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
1895
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
1939
1896
  <p>
1940
1897
  A <a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
1941
1898
  which gets emitted when the user activates a link in the label.
@@ -1952,8 +1909,7 @@ The default bindings for this signal are all forms of the Enter key.
1952
1909
  <tbody>
1953
1910
  <tr>
1954
1911
  <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
1955
- <td>The label on which the signal was emitted
1956
- </td>
1912
+ <td>The label on which the signal was emitted</td>
1957
1913
  </tr>
1958
1914
  <tr>
1959
1915
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -1964,11 +1920,11 @@ The default bindings for this signal are all forms of the Enter key.
1964
1920
  <p class="since">Since 2.18</p>
1965
1921
  </div>
1966
1922
  <hr>
1967
- <div class="refsect2" title='The "activate-link" signal'>
1923
+ <div class="refsect2">
1968
1924
  <a name="GtkLabel-activate-link"></a><h3>The <code class="literal">"activate-link"</code> signal</h3>
1969
1925
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label,
1970
1926
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri,
1971
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
1927
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
1972
1928
  <p>
1973
1929
  The signal which gets emitted to activate a URI.
1974
1930
  Applications may connect to it to override the default behaviour,
@@ -1979,13 +1935,11 @@ which is to call <a class="link" href="gtk-Filesystem-utilities.html#gtk-show-ur
1979
1935
  <tbody>
1980
1936
  <tr>
1981
1937
  <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
1982
- <td>The label on which the signal was emitted
1983
- </td>
1938
+ <td>The label on which the signal was emitted</td>
1984
1939
  </tr>
1985
1940
  <tr>
1986
1941
  <td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
1987
- <td>the URI that is activated
1988
- </td>
1942
+ <td>the URI that is activated</td>
1989
1943
  </tr>
1990
1944
  <tr>
1991
1945
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -1993,18 +1947,18 @@ which is to call <a class="link" href="gtk-Filesystem-utilities.html#gtk-show-ur
1993
1947
  </tr>
1994
1948
  <tr>
1995
1949
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1996
- <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the link has been activated
1997
- </td>
1950
+ <td>
1951
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the link has been activated</td>
1998
1952
  </tr>
1999
1953
  </tbody>
2000
1954
  </table></div>
2001
1955
  <p class="since">Since 2.18</p>
2002
1956
  </div>
2003
1957
  <hr>
2004
- <div class="refsect2" title='The "copy-clipboard" signal'>
1958
+ <div class="refsect2">
2005
1959
  <a name="GtkLabel-copy-clipboard"></a><h3>The <code class="literal">"copy-clipboard"</code> signal</h3>
2006
1960
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label,
2007
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
1961
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
2008
1962
  <p>
2009
1963
  The ::copy-clipboard signal is a
2010
1964
  <a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
@@ -2018,8 +1972,7 @@ The default binding for this signal is Ctrl-c.
2018
1972
  <tbody>
2019
1973
  <tr>
2020
1974
  <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
2021
- <td>the object which received the signal
2022
- </td>
1975
+ <td>the object which received the signal</td>
2023
1976
  </tr>
2024
1977
  <tr>
2025
1978
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -2029,13 +1982,13 @@ The default binding for this signal is Ctrl-c.
2029
1982
  </table></div>
2030
1983
  </div>
2031
1984
  <hr>
2032
- <div class="refsect2" title='The "move-cursor" signal'>
1985
+ <div class="refsect2">
2033
1986
  <a name="GtkLabel-move-cursor"></a><h3>The <code class="literal">"move-cursor"</code> signal</h3>
2034
1987
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *entry,
2035
1988
  <a class="link" href="gtk-Standard-Enumerations.html#GtkMovementStep" title="enum GtkMovementStep"><span class="type">GtkMovementStep</span></a> step,
2036
1989
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
2037
1990
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> extend_selection,
2038
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
1991
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
2039
1992
  <p>
2040
1993
  The ::move-cursor signal is a
2041
1994
  <a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
@@ -2066,8 +2019,7 @@ There are too many key combinations to list them all here.
2066
2019
  <tbody>
2067
2020
  <tr>
2068
2021
  <td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
2069
- <td>the object which received the signal
2070
- </td>
2022
+ <td>the object which received the signal</td>
2071
2023
  </tr>
2072
2024
  <tr>
2073
2025
  <td><p><span class="term"><em class="parameter"><code>step</code></em> :</span></p></td>
@@ -2076,14 +2028,12 @@ There are too many key combinations to list them all here.
2076
2028
  </tr>
2077
2029
  <tr>
2078
2030
  <td><p><span class="term"><em class="parameter"><code>count</code></em> :</span></p></td>
2079
- <td>the number of <em class="parameter"><code>step</code></em> units to move
2080
- </td>
2031
+ <td>the number of <em class="parameter"><code>step</code></em> units to move</td>
2081
2032
  </tr>
2082
2033
  <tr>
2083
2034
  <td><p><span class="term"><em class="parameter"><code>extend_selection</code></em> :</span></p></td>
2084
2035
  <td>
2085
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the move should extend the selection
2086
- </td>
2036
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the move should extend the selection</td>
2087
2037
  </tr>
2088
2038
  <tr>
2089
2039
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -2093,11 +2043,11 @@ There are too many key combinations to list them all here.
2093
2043
  </table></div>
2094
2044
  </div>
2095
2045
  <hr>
2096
- <div class="refsect2" title='The "populate-popup" signal'>
2046
+ <div class="refsect2">
2097
2047
  <a name="GtkLabel-populate-popup"></a><h3>The <code class="literal">"populate-popup"</code> signal</h3>
2098
2048
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label,
2099
2049
  <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu,
2100
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
2050
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
2101
2051
  <p>
2102
2052
  The ::populate-popup signal gets emitted before showing the
2103
2053
  context menu of the label. Note that only selectable labels
@@ -2112,13 +2062,11 @@ to this signal and append your menuitems to the <em class="parameter"><code>menu
2112
2062
  <tbody>
2113
2063
  <tr>
2114
2064
  <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
2115
- <td>The label on which the signal is emitted
2116
- </td>
2065
+ <td>The label on which the signal is emitted</td>
2117
2066
  </tr>
2118
2067
  <tr>
2119
2068
  <td><p><span class="term"><em class="parameter"><code>menu</code></em> :</span></p></td>
2120
- <td>the menu that is being populated
2121
- </td>
2069
+ <td>the menu that is being populated</td>
2122
2070
  </tr>
2123
2071
  <tr>
2124
2072
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -2131,6 +2079,6 @@ to this signal and append your menuitems to the <em class="parameter"><code>menu
2131
2079
  </div>
2132
2080
  <div class="footer">
2133
2081
  <hr>
2134
- Generated by GTK-Doc V1.15</div>
2082
+ Generated by GTK-Doc V1.16.1</div>
2135
2083
  </body>
2136
2084
  </html>