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="NumericEntry.html" title="Numeric/Text Data Entry">
9
9
  <link rel="prev" href="GtkHScale.html" title="GtkHScale">
10
10
  <link rel="next" href="GtkSpinButton.html" title="GtkSpinButton">
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">
@@ -30,7 +30,7 @@
30
30
  <a href="#GtkVScale.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
31
31
  </td></tr>
32
32
  </table>
33
- <div class="refentry" title="GtkVScale">
33
+ <div class="refentry">
34
34
  <a name="GtkVScale"></a><div class="titlepage"></div>
35
35
  <div class="refnamediv"><table width="100%"><tr>
36
36
  <td valign="top">
@@ -39,19 +39,19 @@
39
39
  </td>
40
40
  <td valign="top" align="right"></td>
41
41
  </tr></table></div>
42
- <div class="refsynopsisdiv" title="Synopsis">
42
+ <div class="refsynopsisdiv">
43
43
  <a name="GtkVScale.synopsis"></a><h2>Synopsis</h2>
44
44
  <pre class="synopsis">
45
45
  #include &lt;gtk/gtk.h&gt;
46
46
 
47
- <a class="link" href="GtkVScale.html#GtkVScale-struct" title="GtkVScale">GtkVScale</a>;
48
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkVScale.html#gtk-vscale-new" title="gtk_vscale_new ()">gtk_vscale_new</a> (<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);
49
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkVScale.html#gtk-vscale-new-with-range" title="gtk_vscale_new_with_range ()">gtk_vscale_new_with_range</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> min</code></em>,
47
+ struct <a class="link" href="GtkVScale.html#GtkVScale-struct" title="struct GtkVScale">GtkVScale</a>;
48
+ <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkVScale.html#gtk-vscale-new" title="gtk_vscale_new ()">gtk_vscale_new</a> (<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);
49
+ <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkVScale.html#gtk-vscale-new-with-range" title="gtk_vscale_new_with_range ()">gtk_vscale_new_with_range</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> min</code></em>,
50
50
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> max</code></em>,
51
51
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> step</code></em>);
52
52
  </pre>
53
53
  </div>
54
- <div class="refsect1" title="Object Hierarchy">
54
+ <div class="refsect1">
55
55
  <a name="GtkVScale.object-hierarchy"></a><h2>Object Hierarchy</h2>
56
56
  <pre class="synopsis">
57
57
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
@@ -63,13 +63,13 @@
63
63
  +----GtkVScale
64
64
  </pre>
65
65
  </div>
66
- <div class="refsect1" title="Implemented Interfaces">
66
+ <div class="refsect1">
67
67
  <a name="GtkVScale.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
68
68
  <p>
69
69
  GtkVScale implements
70
70
  AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and <a class="link" href="gtk-Orientable.html#GtkOrientable">GtkOrientable</a>.</p>
71
71
  </div>
72
- <div class="refsect1" title="Description">
72
+ <div class="refsect1">
73
73
  <a name="GtkVScale.description"></a><h2>Description</h2>
74
74
  <p>
75
75
  The <a class="link" href="GtkVScale.html" title="GtkVScale"><span class="type">GtkVScale</span></a> widget is used to allow the user to select a value using
@@ -80,20 +80,20 @@ The position to show the current value, and the number of decimal places
80
80
  shown can be set using the parent <a class="link" href="GtkScale.html" title="GtkScale"><span class="type">GtkScale</span></a> class's functions.
81
81
  </p>
82
82
  </div>
83
- <div class="refsect1" title="Details">
83
+ <div class="refsect1">
84
84
  <a name="GtkVScale.details"></a><h2>Details</h2>
85
- <div class="refsect2" title="GtkVScale">
86
- <a name="GtkVScale-struct"></a><h3>GtkVScale</h3>
87
- <pre class="programlisting">typedef struct _GtkVScale GtkVScale;</pre>
85
+ <div class="refsect2">
86
+ <a name="GtkVScale-struct"></a><h3>struct GtkVScale</h3>
87
+ <pre class="programlisting">struct GtkVScale;</pre>
88
88
  <p>
89
89
  The <a class="link" href="GtkVScale.html" title="GtkVScale"><span class="type">GtkVScale</span></a> struct contains private data only, and
90
90
  should be accessed using the functions below.
91
91
  </p>
92
92
  </div>
93
93
  <hr>
94
- <div class="refsect2" title="gtk_vscale_new ()">
94
+ <div class="refsect2">
95
95
  <a name="gtk-vscale-new"></a><h3>gtk_vscale_new ()</h3>
96
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_vscale_new (<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);</pre>
96
+ <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_vscale_new (<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);</pre>
97
97
  <p>
98
98
  Creates a new <a class="link" href="GtkVScale.html" title="GtkVScale"><span class="type">GtkVScale</span></a>.
99
99
  </p>
@@ -102,21 +102,19 @@ Creates a new <a class="link" href="GtkVScale.html" title="GtkVScale"><span clas
102
102
  <tbody>
103
103
  <tr>
104
104
  <td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
105
- <td>the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> which sets the range of the scale.
106
- </td>
105
+ <td>the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> which sets the range of the scale.</td>
107
106
  </tr>
108
107
  <tr>
109
108
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
110
- <td> a new <a class="link" href="GtkVScale.html" title="GtkVScale"><span class="type">GtkVScale</span></a>.
111
- </td>
109
+ <td>a new <a class="link" href="GtkVScale.html" title="GtkVScale"><span class="type">GtkVScale</span></a>.</td>
112
110
  </tr>
113
111
  </tbody>
114
112
  </table></div>
115
113
  </div>
116
114
  <hr>
117
- <div class="refsect2" title="gtk_vscale_new_with_range ()">
115
+ <div class="refsect2">
118
116
  <a name="gtk-vscale-new-with-range"></a><h3>gtk_vscale_new_with_range ()</h3>
119
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_vscale_new_with_range (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> min</code></em>,
117
+ <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_vscale_new_with_range (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> min</code></em>,
120
118
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> max</code></em>,
121
119
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> step</code></em>);</pre>
122
120
  <p>
@@ -135,22 +133,19 @@ needs, use <a class="link" href="GtkScale.html#gtk-scale-set-digits" title="gtk_
135
133
  <tbody>
136
134
  <tr>
137
135
  <td><p><span class="term"><em class="parameter"><code>min</code></em> :</span></p></td>
138
- <td>minimum value
139
- </td>
136
+ <td>minimum value</td>
140
137
  </tr>
141
138
  <tr>
142
139
  <td><p><span class="term"><em class="parameter"><code>max</code></em> :</span></p></td>
143
- <td>maximum value
144
- </td>
140
+ <td>maximum value</td>
145
141
  </tr>
146
142
  <tr>
147
143
  <td><p><span class="term"><em class="parameter"><code>step</code></em> :</span></p></td>
148
- <td>step increment (tick size) used with keyboard shortcuts
149
- </td>
144
+ <td>step increment (tick size) used with keyboard shortcuts</td>
150
145
  </tr>
151
146
  <tr>
152
147
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
153
- <td> a new <a class="link" href="GtkVScale.html" title="GtkVScale"><span class="type">GtkVScale</span></a>
148
+ <td>a new <a class="link" href="GtkVScale.html" title="GtkVScale"><span class="type">GtkVScale</span></a>
154
149
  </td>
155
150
  </tr>
156
151
  </tbody>
@@ -160,6 +155,6 @@ needs, use <a class="link" href="GtkScale.html#gtk-scale-set-digits" title="gtk_
160
155
  </div>
161
156
  <div class="footer">
162
157
  <hr>
163
- Generated by GTK-Doc V1.15</div>
158
+ Generated by GTK-Doc V1.16.1</div>
164
159
  </body>
165
160
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="ScrollingWidgets.html" title="Scrolling">
9
9
  <link rel="prev" href="GtkHScrollbar.html" title="GtkHScrollbar">
10
10
  <link rel="next" href="GtkScrolledWindow.html" title="GtkScrolledWindow">
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">
@@ -30,7 +30,7 @@
30
30
  <a href="#GtkVScrollbar.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
31
31
  </td></tr>
32
32
  </table>
33
- <div class="refentry" title="GtkVScrollbar">
33
+ <div class="refentry">
34
34
  <a name="GtkVScrollbar"></a><div class="titlepage"></div>
35
35
  <div class="refnamediv"><table width="100%"><tr>
36
36
  <td valign="top">
@@ -39,16 +39,16 @@
39
39
  </td>
40
40
  <td valign="top" align="right"></td>
41
41
  </tr></table></div>
42
- <div class="refsynopsisdiv" title="Synopsis">
42
+ <div class="refsynopsisdiv">
43
43
  <a name="GtkVScrollbar.synopsis"></a><h2>Synopsis</h2>
44
44
  <pre class="synopsis">
45
45
  #include &lt;gtk/gtk.h&gt;
46
46
 
47
- <a class="link" href="GtkVScrollbar.html#GtkVScrollbar-struct" title="GtkVScrollbar">GtkVScrollbar</a>;
48
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkVScrollbar.html#gtk-vscrollbar-new" title="gtk_vscrollbar_new ()">gtk_vscrollbar_new</a> (<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);
47
+ struct <a class="link" href="GtkVScrollbar.html#GtkVScrollbar-struct" title="struct GtkVScrollbar">GtkVScrollbar</a>;
48
+ <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkVScrollbar.html#gtk-vscrollbar-new" title="gtk_vscrollbar_new ()">gtk_vscrollbar_new</a> (<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);
49
49
  </pre>
50
50
  </div>
51
- <div class="refsect1" title="Object Hierarchy">
51
+ <div class="refsect1">
52
52
  <a name="GtkVScrollbar.object-hierarchy"></a><h2>Object Hierarchy</h2>
53
53
  <pre class="synopsis">
54
54
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
@@ -60,13 +60,13 @@
60
60
  +----GtkVScrollbar
61
61
  </pre>
62
62
  </div>
63
- <div class="refsect1" title="Implemented Interfaces">
63
+ <div class="refsect1">
64
64
  <a name="GtkVScrollbar.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
65
65
  <p>
66
66
  GtkVScrollbar implements
67
67
  AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and <a class="link" href="gtk-Orientable.html#GtkOrientable">GtkOrientable</a>.</p>
68
68
  </div>
69
- <div class="refsect1" title="Description">
69
+ <div class="refsect1">
70
70
  <a name="GtkVScrollbar.description"></a><h2>Description</h2>
71
71
  <p>
72
72
  The <a class="link" href="GtkVScrollbar.html" title="GtkVScrollbar"><span class="type">GtkVScrollbar</span></a> widget is a widget arranged vertically creating a
@@ -77,20 +77,20 @@ will be created for you. See <a class="link" href="GtkScrollbar.html" title="Gtk
77
77
  fields in an adjustment represent for a scrollbar.
78
78
  </p>
79
79
  </div>
80
- <div class="refsect1" title="Details">
80
+ <div class="refsect1">
81
81
  <a name="GtkVScrollbar.details"></a><h2>Details</h2>
82
- <div class="refsect2" title="GtkVScrollbar">
83
- <a name="GtkVScrollbar-struct"></a><h3>GtkVScrollbar</h3>
84
- <pre class="programlisting">typedef struct _GtkVScrollbar GtkVScrollbar;</pre>
82
+ <div class="refsect2">
83
+ <a name="GtkVScrollbar-struct"></a><h3>struct GtkVScrollbar</h3>
84
+ <pre class="programlisting">struct GtkVScrollbar;</pre>
85
85
  <p>
86
86
  The <a class="link" href="GtkVScrollbar.html" title="GtkVScrollbar"><span class="type">GtkVScrollbar</span></a> struct contains private data and should be accessed
87
87
  using the functions below.
88
88
  </p>
89
89
  </div>
90
90
  <hr>
91
- <div class="refsect2" title="gtk_vscrollbar_new ()">
91
+ <div class="refsect2">
92
92
  <a name="gtk-vscrollbar-new"></a><h3>gtk_vscrollbar_new ()</h3>
93
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_vscrollbar_new (<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);</pre>
93
+ <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_vscrollbar_new (<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);</pre>
94
94
  <p>
95
95
  Creates a new vertical scrollbar.
96
96
  </p>
@@ -99,25 +99,25 @@ Creates a new vertical scrollbar.
99
99
  <tbody>
100
100
  <tr>
101
101
  <td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
102
- <td> the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> to use, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to create a new adjustment. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
102
+ <td>the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> to use, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to create a new adjustment. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
103
103
  </td>
104
104
  </tr>
105
105
  <tr>
106
106
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
107
- <td> the new <a class="link" href="GtkVScrollbar.html" title="GtkVScrollbar"><span class="type">GtkVScrollbar</span></a>
107
+ <td>the new <a class="link" href="GtkVScrollbar.html" title="GtkVScrollbar"><span class="type">GtkVScrollbar</span></a>
108
108
  </td>
109
109
  </tr>
110
110
  </tbody>
111
111
  </table></div>
112
112
  </div>
113
113
  </div>
114
- <div class="refsect1" title="See Also">
114
+ <div class="refsect1">
115
115
  <a name="GtkVScrollbar.see-also"></a><h2>See Also</h2>
116
116
  <a class="link" href="GtkScrollbar.html" title="GtkScrollbar"><span class="type">GtkScrollbar</span></a>, <a class="link" href="GtkScrolledWindow.html" title="GtkScrolledWindow"><span class="type">GtkScrolledWindow</span></a>
117
117
  </div>
118
118
  </div>
119
119
  <div class="footer">
120
120
  <hr>
121
- Generated by GTK-Doc V1.15</div>
121
+ Generated by GTK-Doc V1.16.1</div>
122
122
  </body>
123
123
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="Ornaments.html" title="Ornaments">
9
9
  <link rel="prev" href="GtkHSeparator.html" title="GtkHSeparator">
10
10
  <link rel="next" href="ScrollingWidgets.html" title="Scrolling">
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">
@@ -30,7 +30,7 @@
30
30
  <a href="#GtkVSeparator.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
31
31
  </td></tr>
32
32
  </table>
33
- <div class="refentry" title="GtkVSeparator">
33
+ <div class="refentry">
34
34
  <a name="GtkVSeparator"></a><div class="titlepage"></div>
35
35
  <div class="refnamediv"><table width="100%"><tr>
36
36
  <td valign="top">
@@ -39,16 +39,16 @@
39
39
  </td>
40
40
  <td valign="top" align="right"></td>
41
41
  </tr></table></div>
42
- <div class="refsynopsisdiv" title="Synopsis">
42
+ <div class="refsynopsisdiv">
43
43
  <a name="GtkVSeparator.synopsis"></a><h2>Synopsis</h2>
44
44
  <pre class="synopsis">
45
45
  #include &lt;gtk/gtk.h&gt;
46
46
 
47
- <a class="link" href="GtkVSeparator.html#GtkVSeparator-struct" title="GtkVSeparator">GtkVSeparator</a>;
48
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkVSeparator.html#gtk-vseparator-new" title="gtk_vseparator_new ()">gtk_vseparator_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
47
+ struct <a class="link" href="GtkVSeparator.html#GtkVSeparator-struct" title="struct GtkVSeparator">GtkVSeparator</a>;
48
+ <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkVSeparator.html#gtk-vseparator-new" title="gtk_vseparator_new ()">gtk_vseparator_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
49
49
  </pre>
50
50
  </div>
51
- <div class="refsect1" title="Object Hierarchy">
51
+ <div class="refsect1">
52
52
  <a name="GtkVSeparator.object-hierarchy"></a><h2>Object Hierarchy</h2>
53
53
  <pre class="synopsis">
54
54
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
@@ -59,13 +59,13 @@
59
59
  +----GtkVSeparator
60
60
  </pre>
61
61
  </div>
62
- <div class="refsect1" title="Implemented Interfaces">
62
+ <div class="refsect1">
63
63
  <a name="GtkVSeparator.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
64
64
  <p>
65
65
  GtkVSeparator implements
66
66
  AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and <a class="link" href="gtk-Orientable.html#GtkOrientable">GtkOrientable</a>.</p>
67
67
  </div>
68
- <div class="refsect1" title="Description">
68
+ <div class="refsect1">
69
69
  <a name="GtkVSeparator.description"></a><h2>Description</h2>
70
70
  <p>
71
71
  The <a class="link" href="GtkVSeparator.html" title="GtkVSeparator"><span class="type">GtkVSeparator</span></a> widget is a vertical separator, used to group the
@@ -73,20 +73,20 @@ widgets within a window. It displays a vertical line with a shadow to
73
73
  make it appear sunken into the interface.
74
74
  </p>
75
75
  </div>
76
- <div class="refsect1" title="Details">
76
+ <div class="refsect1">
77
77
  <a name="GtkVSeparator.details"></a><h2>Details</h2>
78
- <div class="refsect2" title="GtkVSeparator">
79
- <a name="GtkVSeparator-struct"></a><h3>GtkVSeparator</h3>
80
- <pre class="programlisting">typedef struct _GtkVSeparator GtkVSeparator;</pre>
78
+ <div class="refsect2">
79
+ <a name="GtkVSeparator-struct"></a><h3>struct GtkVSeparator</h3>
80
+ <pre class="programlisting">struct GtkVSeparator;</pre>
81
81
  <p>
82
82
  The <a class="link" href="GtkVSeparator.html" title="GtkVSeparator"><span class="type">GtkVSeparator</span></a> struct contains private data only, and
83
83
  should be accessed using the functions below.
84
84
  </p>
85
85
  </div>
86
86
  <hr>
87
- <div class="refsect2" title="gtk_vseparator_new ()">
87
+ <div class="refsect2">
88
88
  <a name="gtk-vseparator-new"></a><h3>gtk_vseparator_new ()</h3>
89
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_vseparator_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
89
+ <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_vseparator_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
90
90
  <p>
91
91
  Creates a new <a class="link" href="GtkVSeparator.html" title="GtkVSeparator"><span class="type">GtkVSeparator</span></a>.
92
92
  </p>
@@ -94,19 +94,18 @@ Creates a new <a class="link" href="GtkVSeparator.html" title="GtkVSeparator"><s
94
94
  <col align="left" valign="top">
95
95
  <tbody><tr>
96
96
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
97
- <td> a new <a class="link" href="GtkVSeparator.html" title="GtkVSeparator"><span class="type">GtkVSeparator</span></a>.
98
- </td>
97
+ <td>a new <a class="link" href="GtkVSeparator.html" title="GtkVSeparator"><span class="type">GtkVSeparator</span></a>.</td>
99
98
  </tr></tbody>
100
99
  </table></div>
101
100
  </div>
102
101
  </div>
103
- <div class="refsect1" title="See Also">
102
+ <div class="refsect1">
104
103
  <a name="GtkVSeparator.see-also"></a><h2>See Also</h2>
105
104
  <a class="link" href="GtkHSeparator.html" title="GtkHSeparator"><span class="type">GtkHSeparator</span></a>
106
105
  </div>
107
106
  </div>
108
107
  <div class="footer">
109
108
  <hr>
110
- Generated by GTK-Doc V1.15</div>
109
+ Generated by GTK-Doc V1.16.1</div>
111
110
  </body>
112
111
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="MiscObjects.html" title="Miscellaneous">
9
9
  <link rel="prev" href="GtkTooltip.html" title="GtkTooltip">
10
10
  <link rel="next" href="GtkAccessible.html" title="GtkAccessible">
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="#GtkViewport.signals" class="shortcut">Signals</a>
35
35
  </td></tr>
36
36
  </table>
37
- <div class="refentry" title="GtkViewport">
37
+ <div class="refentry">
38
38
  <a name="GtkViewport"></a><div class="titlepage"></div>
39
39
  <div class="refnamediv"><table width="100%"><tr>
40
40
  <td valign="top">
@@ -43,16 +43,16 @@
43
43
  </td>
44
44
  <td valign="top" align="right"></td>
45
45
  </tr></table></div>
46
- <div class="refsynopsisdiv" title="Synopsis">
46
+ <div class="refsynopsisdiv">
47
47
  <a name="GtkViewport.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="GtkViewport.html#GtkViewport-struct" title="GtkViewport">GtkViewport</a>;
52
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkViewport.html#gtk-viewport-new" title="gtk_viewport_new ()">gtk_viewport_new</a> (<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *hadjustment</code></em>,
51
+ struct <a class="link" href="GtkViewport.html#GtkViewport-struct" title="struct GtkViewport">GtkViewport</a>;
52
+ <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkViewport.html#gtk-viewport-new" title="gtk_viewport_new ()">gtk_viewport_new</a> (<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *hadjustment</code></em>,
53
53
  <em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *vadjustment</code></em>);
54
- <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a>* <a class="link" href="GtkViewport.html#gtk-viewport-get-hadjustment" title="gtk_viewport_get_hadjustment ()">gtk_viewport_get_hadjustment</a> (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>);
55
- <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a>* <a class="link" href="GtkViewport.html#gtk-viewport-get-vadjustment" title="gtk_viewport_get_vadjustment ()">gtk_viewport_get_vadjustment</a> (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>);
54
+ <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a> * <a class="link" href="GtkViewport.html#gtk-viewport-get-hadjustment" title="gtk_viewport_get_hadjustment ()">gtk_viewport_get_hadjustment</a> (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>);
55
+ <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a> * <a class="link" href="GtkViewport.html#gtk-viewport-get-vadjustment" title="gtk_viewport_get_vadjustment ()">gtk_viewport_get_vadjustment</a> (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>);
56
56
  <span class="returnvalue">void</span> <a class="link" href="GtkViewport.html#gtk-viewport-set-hadjustment" title="gtk_viewport_set_hadjustment ()">gtk_viewport_set_hadjustment</a> (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>,
57
57
  <em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);
58
58
  <span class="returnvalue">void</span> <a class="link" href="GtkViewport.html#gtk-viewport-set-vadjustment" title="gtk_viewport_set_vadjustment ()">gtk_viewport_set_vadjustment</a> (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>,
@@ -60,11 +60,11 @@
60
60
  <span class="returnvalue">void</span> <a class="link" href="GtkViewport.html#gtk-viewport-set-shadow-type" title="gtk_viewport_set_shadow_type ()">gtk_viewport_set_shadow_type</a> (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>,
61
61
  <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a> type</code></em>);
62
62
  <a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="returnvalue">GtkShadowType</span></a> <a class="link" href="GtkViewport.html#gtk-viewport-get-shadow-type" title="gtk_viewport_get_shadow_type ()">gtk_viewport_get_shadow_type</a> (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>);
63
- <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a>* <a class="link" href="GtkViewport.html#gtk-viewport-get-bin-window" title="gtk_viewport_get_bin_window ()">gtk_viewport_get_bin_window</a> (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>);
64
- <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a>* <a class="link" href="GtkViewport.html#gtk-viewport-get-view-window" title="gtk_viewport_get_view_window ()">gtk_viewport_get_view_window</a> (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>);
63
+ <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * <a class="link" href="GtkViewport.html#gtk-viewport-get-bin-window" title="gtk_viewport_get_bin_window ()">gtk_viewport_get_bin_window</a> (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>);
64
+ <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * <a class="link" href="GtkViewport.html#gtk-viewport-get-view-window" title="gtk_viewport_get_view_window ()">gtk_viewport_get_view_window</a> (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>);
65
65
  </pre>
66
66
  </div>
67
- <div class="refsect1" title="Object Hierarchy">
67
+ <div class="refsect1">
68
68
  <a name="GtkViewport.object-hierarchy"></a><h2>Object Hierarchy</h2>
69
69
  <pre class="synopsis">
70
70
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
@@ -76,13 +76,13 @@
76
76
  +----GtkViewport
77
77
  </pre>
78
78
  </div>
79
- <div class="refsect1" title="Implemented Interfaces">
79
+ <div class="refsect1">
80
80
  <a name="GtkViewport.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
81
81
  <p>
82
82
  GtkViewport implements
83
83
  AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
84
84
  </div>
85
- <div class="refsect1" title="Properties">
85
+ <div class="refsect1">
86
86
  <a name="GtkViewport.properties"></a><h2>Properties</h2>
87
87
  <pre class="synopsis">
88
88
  "<a class="link" href="GtkViewport.html#GtkViewport--hadjustment" title='The "hadjustment" property'>hadjustment</a>" <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>* : Read / Write / Construct
@@ -90,13 +90,13 @@ GtkViewport implements
90
90
  "<a class="link" href="GtkViewport.html#GtkViewport--vadjustment" title='The "vadjustment" property'>vadjustment</a>" <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>* : Read / Write / Construct
91
91
  </pre>
92
92
  </div>
93
- <div class="refsect1" title="Signals">
93
+ <div class="refsect1">
94
94
  <a name="GtkViewport.signals"></a><h2>Signals</h2>
95
95
  <pre class="synopsis">
96
- "<a class="link" href="GtkViewport.html#GtkViewport-set-scroll-adjustments" title='The "set-scroll-adjustments" signal'>set-scroll-adjustments</a>" : Run Last / Action
96
+ "<a class="link" href="GtkViewport.html#GtkViewport-set-scroll-adjustments" title='The "set-scroll-adjustments" signal'>set-scroll-adjustments</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
97
97
  </pre>
98
98
  </div>
99
- <div class="refsect1" title="Description">
99
+ <div class="refsect1">
100
100
  <a name="GtkViewport.description"></a><h2>Description</h2>
101
101
  <p>
102
102
  The <a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> widget acts as an adaptor class, implementing
@@ -113,18 +113,18 @@ The convenience function <a class="link" href="GtkScrolledWindow.html#gtk-scroll
113
113
  exactly this, so you can ignore the presence of the viewport.
114
114
  </p>
115
115
  </div>
116
- <div class="refsect1" title="Details">
116
+ <div class="refsect1">
117
117
  <a name="GtkViewport.details"></a><h2>Details</h2>
118
- <div class="refsect2" title="GtkViewport">
119
- <a name="GtkViewport-struct"></a><h3>GtkViewport</h3>
120
- <pre class="programlisting">typedef struct _GtkViewport GtkViewport;</pre>
118
+ <div class="refsect2">
119
+ <a name="GtkViewport-struct"></a><h3>struct GtkViewport</h3>
120
+ <pre class="programlisting">struct GtkViewport;</pre>
121
121
  <p>
122
122
  </p>
123
123
  </div>
124
124
  <hr>
125
- <div class="refsect2" title="gtk_viewport_new ()">
125
+ <div class="refsect2">
126
126
  <a name="gtk-viewport-new"></a><h3>gtk_viewport_new ()</h3>
127
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_viewport_new (<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *hadjustment</code></em>,
127
+ <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_viewport_new (<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *hadjustment</code></em>,
128
128
  <em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *vadjustment</code></em>);</pre>
129
129
  <p>
130
130
  Creates a new <a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> with the given adjustments.
@@ -134,26 +134,23 @@ Creates a new <a class="link" href="GtkViewport.html" title="GtkViewport"><span
134
134
  <tbody>
135
135
  <tr>
136
136
  <td><p><span class="term"><em class="parameter"><code>hadjustment</code></em> :</span></p></td>
137
- <td>horizontal adjustment.
138
- </td>
137
+ <td>horizontal adjustment.</td>
139
138
  </tr>
140
139
  <tr>
141
140
  <td><p><span class="term"><em class="parameter"><code>vadjustment</code></em> :</span></p></td>
142
- <td>vertical adjustment.
143
- </td>
141
+ <td>vertical adjustment.</td>
144
142
  </tr>
145
143
  <tr>
146
144
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
147
- <td>a new <a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a>.
148
- </td>
145
+ <td>a new <a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a>.</td>
149
146
  </tr>
150
147
  </tbody>
151
148
  </table></div>
152
149
  </div>
153
150
  <hr>
154
- <div class="refsect2" title="gtk_viewport_get_hadjustment ()">
151
+ <div class="refsect2">
155
152
  <a name="gtk-viewport-get-hadjustment"></a><h3>gtk_viewport_get_hadjustment ()</h3>
156
- <pre class="programlisting"><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a>* gtk_viewport_get_hadjustment (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>);</pre>
153
+ <pre class="programlisting"><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a> * gtk_viewport_get_hadjustment (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>);</pre>
157
154
  <p>
158
155
  Returns the horizontal adjustment of the viewport.
159
156
  </p>
@@ -162,21 +159,20 @@ Returns the horizontal adjustment of the viewport.
162
159
  <tbody>
163
160
  <tr>
164
161
  <td><p><span class="term"><em class="parameter"><code>viewport</code></em> :</span></p></td>
165
- <td>a <a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a>.
166
- </td>
162
+ <td>a <a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a>.</td>
167
163
  </tr>
168
164
  <tr>
169
165
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
170
- <td> the horizontal adjustment of <em class="parameter"><code>viewport</code></em>.
166
+ <td>the horizontal adjustment of <em class="parameter"><code>viewport</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
171
167
  </td>
172
168
  </tr>
173
169
  </tbody>
174
170
  </table></div>
175
171
  </div>
176
172
  <hr>
177
- <div class="refsect2" title="gtk_viewport_get_vadjustment ()">
173
+ <div class="refsect2">
178
174
  <a name="gtk-viewport-get-vadjustment"></a><h3>gtk_viewport_get_vadjustment ()</h3>
179
- <pre class="programlisting"><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a>* gtk_viewport_get_vadjustment (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>);</pre>
175
+ <pre class="programlisting"><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a> * gtk_viewport_get_vadjustment (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>);</pre>
180
176
  <p>
181
177
  Returns the vertical adjustment of the viewport.
182
178
  </p>
@@ -185,19 +181,18 @@ Returns the vertical adjustment of the viewport.
185
181
  <tbody>
186
182
  <tr>
187
183
  <td><p><span class="term"><em class="parameter"><code>viewport</code></em> :</span></p></td>
188
- <td>a <a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a>.
189
- </td>
184
+ <td>a <a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a>.</td>
190
185
  </tr>
191
186
  <tr>
192
187
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
193
- <td> the vertical adjustment of <em class="parameter"><code>viewport</code></em>.
188
+ <td>the vertical adjustment of <em class="parameter"><code>viewport</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
194
189
  </td>
195
190
  </tr>
196
191
  </tbody>
197
192
  </table></div>
198
193
  </div>
199
194
  <hr>
200
- <div class="refsect2" title="gtk_viewport_set_hadjustment ()">
195
+ <div class="refsect2">
201
196
  <a name="gtk-viewport-set-hadjustment"></a><h3>gtk_viewport_set_hadjustment ()</h3>
202
197
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_viewport_set_hadjustment (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>,
203
198
  <em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);</pre>
@@ -209,19 +204,18 @@ Sets the horizontal adjustment of the viewport.
209
204
  <tbody>
210
205
  <tr>
211
206
  <td><p><span class="term"><em class="parameter"><code>viewport</code></em> :</span></p></td>
212
- <td>a <a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a>.
213
- </td>
207
+ <td>a <a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a>.</td>
214
208
  </tr>
215
209
  <tr>
216
210
  <td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
217
- <td> a <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
211
+ <td>a <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
218
212
  </td>
219
213
  </tr>
220
214
  </tbody>
221
215
  </table></div>
222
216
  </div>
223
217
  <hr>
224
- <div class="refsect2" title="gtk_viewport_set_vadjustment ()">
218
+ <div class="refsect2">
225
219
  <a name="gtk-viewport-set-vadjustment"></a><h3>gtk_viewport_set_vadjustment ()</h3>
226
220
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_viewport_set_vadjustment (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>,
227
221
  <em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);</pre>
@@ -233,19 +227,18 @@ Sets the vertical adjustment of the viewport.
233
227
  <tbody>
234
228
  <tr>
235
229
  <td><p><span class="term"><em class="parameter"><code>viewport</code></em> :</span></p></td>
236
- <td>a <a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a>.
237
- </td>
230
+ <td>a <a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a>.</td>
238
231
  </tr>
239
232
  <tr>
240
233
  <td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
241
- <td> a <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
234
+ <td>a <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
242
235
  </td>
243
236
  </tr>
244
237
  </tbody>
245
238
  </table></div>
246
239
  </div>
247
240
  <hr>
248
- <div class="refsect2" title="gtk_viewport_set_shadow_type ()">
241
+ <div class="refsect2">
249
242
  <a name="gtk-viewport-set-shadow-type"></a><h3>gtk_viewport_set_shadow_type ()</h3>
250
243
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_viewport_set_shadow_type (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>,
251
244
  <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a> type</code></em>);</pre>
@@ -257,19 +250,17 @@ Sets the shadow type of the viewport.
257
250
  <tbody>
258
251
  <tr>
259
252
  <td><p><span class="term"><em class="parameter"><code>viewport</code></em> :</span></p></td>
260
- <td>a <a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a>.
261
- </td>
253
+ <td>a <a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a>.</td>
262
254
  </tr>
263
255
  <tr>
264
256
  <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
265
- <td>the new shadow type.
266
- </td>
257
+ <td>the new shadow type.</td>
267
258
  </tr>
268
259
  </tbody>
269
260
  </table></div>
270
261
  </div>
271
262
  <hr>
272
- <div class="refsect2" title="gtk_viewport_get_shadow_type ()">
263
+ <div class="refsect2">
273
264
  <a name="gtk-viewport-get-shadow-type"></a><h3>gtk_viewport_get_shadow_type ()</h3>
274
265
  <pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="returnvalue">GtkShadowType</span></a> gtk_viewport_get_shadow_type (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>);</pre>
275
266
  <p>
@@ -286,16 +277,15 @@ Gets the shadow type of the <a class="link" href="GtkViewport.html" title="GtkVi
286
277
  </tr>
287
278
  <tr>
288
279
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
289
- <td> the shadow type
290
- </td>
280
+ <td>the shadow type</td>
291
281
  </tr>
292
282
  </tbody>
293
283
  </table></div>
294
284
  </div>
295
285
  <hr>
296
- <div class="refsect2" title="gtk_viewport_get_bin_window ()">
286
+ <div class="refsect2">
297
287
  <a name="gtk-viewport-get-bin-window"></a><h3>gtk_viewport_get_bin_window ()</h3>
298
- <pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a>* gtk_viewport_get_bin_window (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>);</pre>
288
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * gtk_viewport_get_bin_window (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>);</pre>
299
289
  <p>
300
290
  Gets the bin window of the <a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a>.
301
291
  </p>
@@ -309,8 +299,7 @@ Gets the bin window of the <a class="link" href="GtkViewport.html" title="GtkVie
309
299
  </tr>
310
300
  <tr>
311
301
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
312
- <td> a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
313
-
302
+ <td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
314
303
  </td>
315
304
  </tr>
316
305
  </tbody>
@@ -318,9 +307,9 @@ Gets the bin window of the <a class="link" href="GtkViewport.html" title="GtkVie
318
307
  <p class="since">Since 2.20</p>
319
308
  </div>
320
309
  <hr>
321
- <div class="refsect2" title="gtk_viewport_get_view_window ()">
310
+ <div class="refsect2">
322
311
  <a name="gtk-viewport-get-view-window"></a><h3>gtk_viewport_get_view_window ()</h3>
323
- <pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a>* gtk_viewport_get_view_window (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>);</pre>
312
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * gtk_viewport_get_view_window (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>);</pre>
324
313
  <p>
325
314
  Gets the view window of the <a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a>.
326
315
  </p>
@@ -334,7 +323,7 @@ Gets the view window of the <a class="link" href="GtkViewport.html" title="GtkVi
334
323
  </tr>
335
324
  <tr>
336
325
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
337
- <td> a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
326
+ <td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
338
327
  </td>
339
328
  </tr>
340
329
  </tbody>
@@ -342,35 +331,35 @@ Gets the view window of the <a class="link" href="GtkViewport.html" title="GtkVi
342
331
  <p class="since">Since 2.22</p>
343
332
  </div>
344
333
  </div>
345
- <div class="refsect1" title="Property Details">
334
+ <div class="refsect1">
346
335
  <a name="GtkViewport.property-details"></a><h2>Property Details</h2>
347
- <div class="refsect2" title='The "hadjustment" property'>
336
+ <div class="refsect2">
348
337
  <a name="GtkViewport--hadjustment"></a><h3>The <code class="literal">"hadjustment"</code> property</h3>
349
338
  <pre class="programlisting"> "hadjustment" <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>* : Read / Write / Construct</pre>
350
339
  <p>The GtkAdjustment that determines the values of the horizontal position for this viewport.</p>
351
340
  </div>
352
341
  <hr>
353
- <div class="refsect2" title='The "shadow-type" property'>
342
+ <div class="refsect2">
354
343
  <a name="GtkViewport--shadow-type"></a><h3>The <code class="literal">"shadow-type"</code> property</h3>
355
344
  <pre class="programlisting"> "shadow-type" <a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a> : Read / Write</pre>
356
345
  <p>Determines how the shadowed box around the viewport is drawn.</p>
357
346
  <p>Default value: GTK_SHADOW_IN</p>
358
347
  </div>
359
348
  <hr>
360
- <div class="refsect2" title='The "vadjustment" property'>
349
+ <div class="refsect2">
361
350
  <a name="GtkViewport--vadjustment"></a><h3>The <code class="literal">"vadjustment"</code> property</h3>
362
351
  <pre class="programlisting"> "vadjustment" <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>* : Read / Write / Construct</pre>
363
352
  <p>The GtkAdjustment that determines the values of the vertical position for this viewport.</p>
364
353
  </div>
365
354
  </div>
366
- <div class="refsect1" title="Signal Details">
355
+ <div class="refsect1">
367
356
  <a name="GtkViewport.signal-details"></a><h2>Signal Details</h2>
368
- <div class="refsect2" title='The "set-scroll-adjustments" signal'>
357
+ <div class="refsect2">
369
358
  <a name="GtkViewport-set-scroll-adjustments"></a><h3>The <code class="literal">"set-scroll-adjustments"</code> signal</h3>
370
359
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *horizontal,
371
360
  <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *vertical,
372
361
  <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *arg2,
373
- <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>
362
+ <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>
374
363
  <p>
375
364
  Set the scroll adjustments for the viewport. Usually scrolled containers
376
365
  like <a class="link" href="GtkScrolledWindow.html" title="GtkScrolledWindow"><span class="type">GtkScrolledWindow</span></a> will emit this signal to connect two instances
@@ -397,13 +386,13 @@ of <a class="link" href="GtkScrollbar.html" title="GtkScrollbar"><span class="ty
397
386
  </table></div>
398
387
  </div>
399
388
  </div>
400
- <div class="refsect1" title="See Also">
389
+ <div class="refsect1">
401
390
  <a name="GtkViewport.see-also"></a><h2>See Also</h2>
402
391
  <a class="link" href="GtkScrolledWindow.html" title="GtkScrolledWindow"><span class="type">GtkScrolledWindow</span></a>, <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>
403
392
  </div>
404
393
  </div>
405
394
  <div class="footer">
406
395
  <hr>
407
- Generated by GTK-Doc V1.15</div>
396
+ Generated by GTK-Doc V1.16.1</div>
408
397
  </body>
409
398
  </html>