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="Printing.html" title="Printing">
9
9
  <link rel="prev" href="GtkPrintUnixDialog.html" title="GtkPrintUnixDialog">
10
10
  <link rel="next" href="MiscObjects.html" title="Miscellaneous">
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="#GtkPageSetupUnixDialog.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
31
31
  </td></tr>
32
32
  </table>
33
- <div class="refentry" title="GtkPageSetupUnixDialog">
33
+ <div class="refentry">
34
34
  <a name="GtkPageSetupUnixDialog"></a><div class="titlepage"></div>
35
35
  <div class="refnamediv"><table width="100%"><tr>
36
36
  <td valign="top">
@@ -39,12 +39,12 @@
39
39
  </td>
40
40
  <td valign="top" align="right"><img src="pagesetupdialog.png"></td>
41
41
  </tr></table></div>
42
- <div class="refsynopsisdiv" title="Synopsis">
42
+ <div class="refsynopsisdiv">
43
43
  <a name="GtkPageSetupUnixDialog.synopsis"></a><h2>Synopsis</h2>
44
44
  <pre class="synopsis">
45
45
  #include &lt;gtk/gtkpagesetupunixdialog.h&gt;
46
46
 
47
- <a class="link" href="GtkPageSetupUnixDialog.html#GtkPageSetupUnixDialog-struct" title="GtkPageSetupUnixDialog">GtkPageSetupUnixDialog</a>;
47
+ struct <a class="link" href="GtkPageSetupUnixDialog.html#GtkPageSetupUnixDialog-struct" title="struct GtkPageSetupUnixDialog">GtkPageSetupUnixDialog</a>;
48
48
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkPageSetupUnixDialog.html#gtk-page-setup-unix-dialog-new" title="gtk_page_setup_unix_dialog_new ()">gtk_page_setup_unix_dialog_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> *title</code></em>,
49
49
  <em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *parent</code></em>);
50
50
  <span class="returnvalue">void</span> <a class="link" href="GtkPageSetupUnixDialog.html#gtk-page-setup-unix-dialog-set-page-setup" title="gtk_page_setup_unix_dialog_set_page_setup ()">gtk_page_setup_unix_dialog_set_page_setup</a>
@@ -59,7 +59,7 @@
59
59
  (<em class="parameter"><code><a class="link" href="GtkPageSetupUnixDialog.html" title="GtkPageSetupUnixDialog"><span class="type">GtkPageSetupUnixDialog</span></a> *dialog</code></em>);
60
60
  </pre>
61
61
  </div>
62
- <div class="refsect1" title="Object Hierarchy">
62
+ <div class="refsect1">
63
63
  <a name="GtkPageSetupUnixDialog.object-hierarchy"></a><h2>Object Hierarchy</h2>
64
64
  <pre class="synopsis">
65
65
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
@@ -73,13 +73,13 @@
73
73
  +----GtkPageSetupUnixDialog
74
74
  </pre>
75
75
  </div>
76
- <div class="refsect1" title="Implemented Interfaces">
76
+ <div class="refsect1">
77
77
  <a name="GtkPageSetupUnixDialog.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
78
78
  <p>
79
79
  GtkPageSetupUnixDialog implements
80
80
  AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
81
81
  </div>
82
- <div class="refsect1" title="Description">
82
+ <div class="refsect1">
83
83
  <a name="GtkPageSetupUnixDialog.description"></a><h2>Description</h2>
84
84
  <p>
85
85
  GtkPageSetupUnixDialog implements a page setup dialog for platforms
@@ -91,16 +91,16 @@ the portability offered by the <a class="link" href="gtk-High-level-Printing-API
91
91
  Printing support was added in GTK+ 2.10.
92
92
  </p>
93
93
  </div>
94
- <div class="refsect1" title="Details">
94
+ <div class="refsect1">
95
95
  <a name="GtkPageSetupUnixDialog.details"></a><h2>Details</h2>
96
- <div class="refsect2" title="GtkPageSetupUnixDialog">
97
- <a name="GtkPageSetupUnixDialog-struct"></a><h3>GtkPageSetupUnixDialog</h3>
98
- <pre class="programlisting">typedef struct _GtkPageSetupUnixDialog GtkPageSetupUnixDialog;</pre>
96
+ <div class="refsect2">
97
+ <a name="GtkPageSetupUnixDialog-struct"></a><h3>struct GtkPageSetupUnixDialog</h3>
98
+ <pre class="programlisting">struct GtkPageSetupUnixDialog;</pre>
99
99
  <p>
100
100
  </p>
101
101
  </div>
102
102
  <hr>
103
- <div class="refsect2" title="gtk_page_setup_unix_dialog_new ()">
103
+ <div class="refsect2">
104
104
  <a name="gtk-page-setup-unix-dialog-new"></a><h3>gtk_page_setup_unix_dialog_new ()</h3>
105
105
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_page_setup_unix_dialog_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> *title</code></em>,
106
106
  <em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *parent</code></em>);</pre>
@@ -112,18 +112,17 @@ Creates a new page setup dialog.
112
112
  <tbody>
113
113
  <tr>
114
114
  <td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
115
- <td> the title of the dialog, 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>
115
+ <td>the title of the dialog, 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>
116
116
  </td>
117
117
  </tr>
118
118
  <tr>
119
119
  <td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
120
- <td> transient parent of the dialog, 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>
120
+ <td>transient parent of the dialog, 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>
121
121
  </td>
122
122
  </tr>
123
123
  <tr>
124
124
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
125
- <td> the new <a class="link" href="GtkPageSetupUnixDialog.html" title="GtkPageSetupUnixDialog"><span class="type">GtkPageSetupUnixDialog</span></a>
126
-
125
+ <td>the new <a class="link" href="GtkPageSetupUnixDialog.html" title="GtkPageSetupUnixDialog"><span class="type">GtkPageSetupUnixDialog</span></a>
127
126
  </td>
128
127
  </tr>
129
128
  </tbody>
@@ -131,7 +130,7 @@ Creates a new page setup dialog.
131
130
  <p class="since">Since 2.10</p>
132
131
  </div>
133
132
  <hr>
134
- <div class="refsect2" title="gtk_page_setup_unix_dialog_set_page_setup ()">
133
+ <div class="refsect2">
135
134
  <a name="gtk-page-setup-unix-dialog-set-page-setup"></a><h3>gtk_page_setup_unix_dialog_set_page_setup ()</h3>
136
135
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_page_setup_unix_dialog_set_page_setup
137
136
  (<em class="parameter"><code><a class="link" href="GtkPageSetupUnixDialog.html" title="GtkPageSetupUnixDialog"><span class="type">GtkPageSetupUnixDialog</span></a> *dialog</code></em>,
@@ -158,7 +157,7 @@ dialog takes its values.
158
157
  <p class="since">Since 2.10</p>
159
158
  </div>
160
159
  <hr>
161
- <div class="refsect2" title="gtk_page_setup_unix_dialog_get_page_setup ()">
160
+ <div class="refsect2">
162
161
  <a name="gtk-page-setup-unix-dialog-get-page-setup"></a><h3>gtk_page_setup_unix_dialog_get_page_setup ()</h3>
163
162
  <pre class="programlisting"><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="returnvalue">GtkPageSetup</span></a> * gtk_page_setup_unix_dialog_get_page_setup
164
163
  (<em class="parameter"><code><a class="link" href="GtkPageSetupUnixDialog.html" title="GtkPageSetupUnixDialog"><span class="type">GtkPageSetupUnixDialog</span></a> *dialog</code></em>);</pre>
@@ -175,8 +174,7 @@ Gets the currently selected page setup from the dialog.
175
174
  </tr>
176
175
  <tr>
177
176
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
178
- <td> the current page setup
179
-
177
+ <td>the current page setup. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
180
178
  </td>
181
179
  </tr>
182
180
  </tbody>
@@ -184,7 +182,7 @@ Gets the currently selected page setup from the dialog.
184
182
  <p class="since">Since 2.10</p>
185
183
  </div>
186
184
  <hr>
187
- <div class="refsect2" title="gtk_page_setup_unix_dialog_set_print_settings ()">
185
+ <div class="refsect2">
188
186
  <a name="gtk-page-setup-unix-dialog-set-print-settings"></a><h3>gtk_page_setup_unix_dialog_set_print_settings ()</h3>
189
187
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_page_setup_unix_dialog_set_print_settings
190
188
  (<em class="parameter"><code><a class="link" href="GtkPageSetupUnixDialog.html" title="GtkPageSetupUnixDialog"><span class="type">GtkPageSetupUnixDialog</span></a> *dialog</code></em>,
@@ -211,7 +209,7 @@ takes its values.
211
209
  <p class="since">Since 2.10</p>
212
210
  </div>
213
211
  <hr>
214
- <div class="refsect2" title="gtk_page_setup_unix_dialog_get_print_settings ()">
212
+ <div class="refsect2">
215
213
  <a name="gtk-page-setup-unix-dialog-get-print-settings"></a><h3>gtk_page_setup_unix_dialog_get_print_settings ()</h3>
216
214
  <pre class="programlisting"><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="returnvalue">GtkPrintSettings</span></a> * gtk_page_setup_unix_dialog_get_print_settings
217
215
  (<em class="parameter"><code><a class="link" href="GtkPageSetupUnixDialog.html" title="GtkPageSetupUnixDialog"><span class="type">GtkPageSetupUnixDialog</span></a> *dialog</code></em>);</pre>
@@ -228,8 +226,7 @@ Gets the current print settings from the dialog.
228
226
  </tr>
229
227
  <tr>
230
228
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
231
- <td> the current print settings
232
-
229
+ <td>the current print settings. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
233
230
  </td>
234
231
  </tr>
235
232
  </tbody>
@@ -240,6 +237,6 @@ Gets the current print settings from the dialog.
240
237
  </div>
241
238
  <div class="footer">
242
239
  <hr>
243
- Generated by GTK-Doc V1.15</div>
240
+ Generated by GTK-Doc V1.16.1</div>
244
241
  </body>
245
242
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="AbstractObjects.html" title="Abstract Base Classes">
9
9
  <link rel="prev" href="GtkObject.html" title="GtkObject">
10
10
  <link rel="next" href="GtkRange.html" title="GtkRange">
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">
@@ -38,7 +38,7 @@
38
38
  <a href="#GtkPaned.signals" class="shortcut">Signals</a>
39
39
  </td></tr>
40
40
  </table>
41
- <div class="refentry" title="GtkPaned">
41
+ <div class="refentry">
42
42
  <a name="GtkPaned"></a><div class="titlepage"></div>
43
43
  <div class="refnamediv"><table width="100%"><tr>
44
44
  <td valign="top">
@@ -47,12 +47,12 @@
47
47
  </td>
48
48
  <td valign="top" align="right"><img src="panes.png"></td>
49
49
  </tr></table></div>
50
- <div class="refsynopsisdiv" title="Synopsis">
50
+ <div class="refsynopsisdiv">
51
51
  <a name="GtkPaned.synopsis"></a><h2>Synopsis</h2>
52
52
  <pre class="synopsis">
53
53
  #include &lt;gtk/gtk.h&gt;
54
54
 
55
- <a class="link" href="GtkPaned.html#GtkPaned-struct" title="GtkPaned">GtkPaned</a>;
55
+ struct <a class="link" href="GtkPaned.html#GtkPaned-struct" title="struct GtkPaned">GtkPaned</a>;
56
56
  <span class="returnvalue">void</span> <a class="link" href="GtkPaned.html#gtk-paned-add1" title="gtk_paned_add1 ()">gtk_paned_add1</a> (<em class="parameter"><code><a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> *paned</code></em>,
57
57
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);
58
58
  <span class="returnvalue">void</span> <a class="link" href="GtkPaned.html#gtk-paned-add2" title="gtk_paned_add2 ()">gtk_paned_add2</a> (<em class="parameter"><code><a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> *paned</code></em>,
@@ -77,7 +77,7 @@
77
77
  <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * <a class="link" href="GtkPaned.html#gtk-paned-get-handle-window" title="gtk_paned_get_handle_window ()">gtk_paned_get_handle_window</a> (<em class="parameter"><code><a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> *paned</code></em>);
78
78
  </pre>
79
79
  </div>
80
- <div class="refsect1" title="Object Hierarchy">
80
+ <div class="refsect1">
81
81
  <a name="GtkPaned.object-hierarchy"></a><h2>Object Hierarchy</h2>
82
82
  <pre class="synopsis">
83
83
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
@@ -90,13 +90,13 @@
90
90
  +----<a class="link" href="GtkVPaned.html" title="GtkVPaned">GtkVPaned</a>
91
91
  </pre>
92
92
  </div>
93
- <div class="refsect1" title="Implemented Interfaces">
93
+ <div class="refsect1">
94
94
  <a name="GtkPaned.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
95
95
  <p>
96
96
  GtkPaned implements
97
97
  AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and <a class="link" href="gtk-Orientable.html#GtkOrientable">GtkOrientable</a>.</p>
98
98
  </div>
99
- <div class="refsect1" title="Properties">
99
+ <div class="refsect1">
100
100
  <a name="GtkPaned.properties"></a><h2>Properties</h2>
101
101
  <pre class="synopsis">
102
102
  "<a class="link" href="GtkPaned.html#GtkPaned--max-position" title='The "max-position" property'>max-position</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
@@ -105,31 +105,31 @@ GtkPaned implements
105
105
  "<a class="link" href="GtkPaned.html#GtkPaned--position-set" title='The "position-set" property'>position-set</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
106
106
  </pre>
107
107
  </div>
108
- <div class="refsect1" title="Child Properties">
108
+ <div class="refsect1">
109
109
  <a name="GtkPaned.child-properties"></a><h2>Child Properties</h2>
110
110
  <pre class="synopsis">
111
111
  "<a class="link" href="GtkPaned.html#GtkPaned--c-resize" title='The "resize" child property'>resize</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
112
112
  "<a class="link" href="GtkPaned.html#GtkPaned--c-shrink" title='The "shrink" child property'>shrink</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
113
113
  </pre>
114
114
  </div>
115
- <div class="refsect1" title="Style Properties">
115
+ <div class="refsect1">
116
116
  <a name="GtkPaned.style-properties"></a><h2>Style Properties</h2>
117
117
  <pre class="synopsis">
118
118
  "<a class="link" href="GtkPaned.html#GtkPaned--s-handle-size" title='The "handle-size" style property'>handle-size</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
119
119
  </pre>
120
120
  </div>
121
- <div class="refsect1" title="Signals">
121
+ <div class="refsect1">
122
122
  <a name="GtkPaned.signals"></a><h2>Signals</h2>
123
123
  <pre class="synopsis">
124
- "<a class="link" href="GtkPaned.html#GtkPaned-accept-position" title='The "accept-position" signal'>accept-position</a>" : Run Last / Action
125
- "<a class="link" href="GtkPaned.html#GtkPaned-cancel-position" title='The "cancel-position" signal'>cancel-position</a>" : Run Last / Action
126
- "<a class="link" href="GtkPaned.html#GtkPaned-cycle-child-focus" title='The "cycle-child-focus" signal'>cycle-child-focus</a>" : Run Last / Action
127
- "<a class="link" href="GtkPaned.html#GtkPaned-cycle-handle-focus" title='The "cycle-handle-focus" signal'>cycle-handle-focus</a>" : Run Last / Action
128
- "<a class="link" href="GtkPaned.html#GtkPaned-move-handle" title='The "move-handle" signal'>move-handle</a>" : Run Last / Action
129
- "<a class="link" href="GtkPaned.html#GtkPaned-toggle-handle-focus" title='The "toggle-handle-focus" signal'>toggle-handle-focus</a>" : Run Last / Action
124
+ "<a class="link" href="GtkPaned.html#GtkPaned-accept-position" title='The "accept-position" signal'>accept-position</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
125
+ "<a class="link" href="GtkPaned.html#GtkPaned-cancel-position" title='The "cancel-position" signal'>cancel-position</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
126
+ "<a class="link" href="GtkPaned.html#GtkPaned-cycle-child-focus" title='The "cycle-child-focus" signal'>cycle-child-focus</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
127
+ "<a class="link" href="GtkPaned.html#GtkPaned-cycle-handle-focus" title='The "cycle-handle-focus" signal'>cycle-handle-focus</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
128
+ "<a class="link" href="GtkPaned.html#GtkPaned-move-handle" title='The "move-handle" signal'>move-handle</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
129
+ "<a class="link" href="GtkPaned.html#GtkPaned-toggle-handle-focus" title='The "toggle-handle-focus" signal'>toggle-handle-focus</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
130
130
  </pre>
131
131
  </div>
132
- <div class="refsect1" title="Description">
132
+ <div class="refsect1">
133
133
  <a name="GtkPaned.description"></a><h2>Description</h2>
134
134
  <p>
135
135
  <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> is the base class for widgets with two panes,
@@ -171,7 +171,7 @@ as if it were set by the user, by calling
171
171
  <a class="link" href="GtkPaned.html#gtk-paned-set-position" title="gtk_paned_set_position ()"><code class="function">gtk_paned_set_position()</code></a>.
172
172
  </p>
173
173
  <div class="example">
174
- <a name="id1220806"></a><p class="title"><b>Example 53. Creating a paned widget with minimum sizes.</b></p>
174
+ <a name="id1250237"></a><p class="title"><b>Example 56. Creating a paned widget with minimum sizes.</b></p>
175
175
  <div class="example-contents">
176
176
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
177
177
  <tbody>
@@ -204,16 +204,16 @@ as if it were set by the user, by calling
204
204
  </div>
205
205
  <br class="example-break">
206
206
  </div>
207
- <div class="refsect1" title="Details">
207
+ <div class="refsect1">
208
208
  <a name="GtkPaned.details"></a><h2>Details</h2>
209
- <div class="refsect2" title="GtkPaned">
210
- <a name="GtkPaned-struct"></a><h3>GtkPaned</h3>
211
- <pre class="programlisting">typedef struct _GtkPaned GtkPaned;</pre>
209
+ <div class="refsect2">
210
+ <a name="GtkPaned-struct"></a><h3>struct GtkPaned</h3>
211
+ <pre class="programlisting">struct GtkPaned;</pre>
212
212
  <p>
213
213
  </p>
214
214
  </div>
215
215
  <hr>
216
- <div class="refsect2" title="gtk_paned_add1 ()">
216
+ <div class="refsect2">
217
217
  <a name="gtk-paned-add1"></a><h3>gtk_paned_add1 ()</h3>
218
218
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_paned_add1 (<em class="parameter"><code><a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> *paned</code></em>,
219
219
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
@@ -227,19 +227,17 @@ to <code class="literal">gtk_paned_pack1 (paned, child, FALSE, TRUE)</code>.
227
227
  <tbody>
228
228
  <tr>
229
229
  <td><p><span class="term"><em class="parameter"><code>paned</code></em> :</span></p></td>
230
- <td>a paned widget
231
- </td>
230
+ <td>a paned widget</td>
232
231
  </tr>
233
232
  <tr>
234
233
  <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
235
- <td>the child to add
236
- </td>
234
+ <td>the child to add</td>
237
235
  </tr>
238
236
  </tbody>
239
237
  </table></div>
240
238
  </div>
241
239
  <hr>
242
- <div class="refsect2" title="gtk_paned_add2 ()">
240
+ <div class="refsect2">
243
241
  <a name="gtk-paned-add2"></a><h3>gtk_paned_add2 ()</h3>
244
242
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_paned_add2 (<em class="parameter"><code><a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> *paned</code></em>,
245
243
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
@@ -253,23 +251,21 @@ parameters. This is equivalent to
253
251
  <tbody>
254
252
  <tr>
255
253
  <td><p><span class="term"><em class="parameter"><code>paned</code></em> :</span></p></td>
256
- <td>a paned widget
257
- </td>
254
+ <td>a paned widget</td>
258
255
  </tr>
259
256
  <tr>
260
257
  <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
261
- <td>the child to add
262
- </td>
258
+ <td>the child to add</td>
263
259
  </tr>
264
260
  </tbody>
265
261
  </table></div>
266
262
  </div>
267
263
  <hr>
268
- <div class="refsect2" title="gtk_paned_gutter_size()">
264
+ <div class="refsect2">
269
265
  <a name="gtk-paned-gutter-size"></a><h3>gtk_paned_gutter_size()</h3>
270
266
  <pre class="programlisting">#define gtk_paned_gutter_size(p,s) (void) 0
271
267
  </pre>
272
- <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
268
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
273
269
  <h3 class="title">Warning</h3>
274
270
  <p><code class="literal">gtk_paned_gutter_size</code> is deprecated and should not be used in newly-written code.</p>
275
271
  </div>
@@ -281,19 +277,17 @@ Old name for <a class="link" href="GtkPaned.html#gtk-paned-set-gutter-size" titl
281
277
  <tbody>
282
278
  <tr>
283
279
  <td><p><span class="term"><em class="parameter"><code>p</code></em> :</span></p></td>
284
- <td>a paned widget
285
- </td>
280
+ <td>a paned widget</td>
286
281
  </tr>
287
282
  <tr>
288
283
  <td><p><span class="term"><em class="parameter"><code>s</code></em> :</span></p></td>
289
- <td>the width of the gutter in pixels
290
- </td>
284
+ <td>the width of the gutter in pixels</td>
291
285
  </tr>
292
286
  </tbody>
293
287
  </table></div>
294
288
  </div>
295
289
  <hr>
296
- <div class="refsect2" title="gtk_paned_pack1 ()">
290
+ <div class="refsect2">
297
291
  <a name="gtk-paned-pack1"></a><h3>gtk_paned_pack1 ()</h3>
298
292
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_paned_pack1 (<em class="parameter"><code><a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> *paned</code></em>,
299
293
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
@@ -307,29 +301,25 @@ Adds a child to the top or left pane.
307
301
  <tbody>
308
302
  <tr>
309
303
  <td><p><span class="term"><em class="parameter"><code>paned</code></em> :</span></p></td>
310
- <td>a paned widget
311
- </td>
304
+ <td>a paned widget</td>
312
305
  </tr>
313
306
  <tr>
314
307
  <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
315
- <td>the child to add
316
- </td>
308
+ <td>the child to add</td>
317
309
  </tr>
318
310
  <tr>
319
311
  <td><p><span class="term"><em class="parameter"><code>resize</code></em> :</span></p></td>
320
- <td>should this child expand when the paned widget is resized.
321
- </td>
312
+ <td>should this child expand when the paned widget is resized.</td>
322
313
  </tr>
323
314
  <tr>
324
315
  <td><p><span class="term"><em class="parameter"><code>shrink</code></em> :</span></p></td>
325
- <td>can this child be made smaller than its requisition.
326
- </td>
316
+ <td>can this child be made smaller than its requisition.</td>
327
317
  </tr>
328
318
  </tbody>
329
319
  </table></div>
330
320
  </div>
331
321
  <hr>
332
- <div class="refsect2" title="gtk_paned_pack2 ()">
322
+ <div class="refsect2">
333
323
  <a name="gtk-paned-pack2"></a><h3>gtk_paned_pack2 ()</h3>
334
324
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_paned_pack2 (<em class="parameter"><code><a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> *paned</code></em>,
335
325
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
@@ -343,29 +333,25 @@ Adds a child to the bottom or right pane.
343
333
  <tbody>
344
334
  <tr>
345
335
  <td><p><span class="term"><em class="parameter"><code>paned</code></em> :</span></p></td>
346
- <td>a paned widget
347
- </td>
336
+ <td>a paned widget</td>
348
337
  </tr>
349
338
  <tr>
350
339
  <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
351
- <td>the child to add
352
- </td>
340
+ <td>the child to add</td>
353
341
  </tr>
354
342
  <tr>
355
343
  <td><p><span class="term"><em class="parameter"><code>resize</code></em> :</span></p></td>
356
- <td>should this child expand when the paned widget is resized.
357
- </td>
344
+ <td>should this child expand when the paned widget is resized.</td>
358
345
  </tr>
359
346
  <tr>
360
347
  <td><p><span class="term"><em class="parameter"><code>shrink</code></em> :</span></p></td>
361
- <td>can this child be made smaller than its requisition.
362
- </td>
348
+ <td>can this child be made smaller than its requisition.</td>
363
349
  </tr>
364
350
  </tbody>
365
351
  </table></div>
366
352
  </div>
367
353
  <hr>
368
- <div class="refsect2" title="gtk_paned_get_child1 ()">
354
+ <div class="refsect2">
369
355
  <a name="gtk-paned-get-child1"></a><h3>gtk_paned_get_child1 ()</h3>
370
356
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_paned_get_child1 (<em class="parameter"><code><a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> *paned</code></em>);</pre>
371
357
  <p>
@@ -376,13 +362,11 @@ Obtains the first child of the paned widget.
376
362
  <tbody>
377
363
  <tr>
378
364
  <td><p><span class="term"><em class="parameter"><code>paned</code></em> :</span></p></td>
379
- <td>a <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> widget
380
- </td>
365
+ <td>a <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> widget</td>
381
366
  </tr>
382
367
  <tr>
383
368
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
384
- <td> first child, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it is not set.
385
-
369
+ <td>first child, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it is not set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
386
370
  </td>
387
371
  </tr>
388
372
  </tbody>
@@ -390,7 +374,7 @@ Obtains the first child of the paned widget.
390
374
  <p class="since">Since 2.4</p>
391
375
  </div>
392
376
  <hr>
393
- <div class="refsect2" title="gtk_paned_get_child2 ()">
377
+ <div class="refsect2">
394
378
  <a name="gtk-paned-get-child2"></a><h3>gtk_paned_get_child2 ()</h3>
395
379
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_paned_get_child2 (<em class="parameter"><code><a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> *paned</code></em>);</pre>
396
380
  <p>
@@ -401,13 +385,11 @@ Obtains the second child of the paned widget.
401
385
  <tbody>
402
386
  <tr>
403
387
  <td><p><span class="term"><em class="parameter"><code>paned</code></em> :</span></p></td>
404
- <td>a <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> widget
405
- </td>
388
+ <td>a <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> widget</td>
406
389
  </tr>
407
390
  <tr>
408
391
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
409
- <td> second child, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it is not set.
410
-
392
+ <td>second child, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it is not set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
411
393
  </td>
412
394
  </tr>
413
395
  </tbody>
@@ -415,11 +397,11 @@ Obtains the second child of the paned widget.
415
397
  <p class="since">Since 2.4</p>
416
398
  </div>
417
399
  <hr>
418
- <div class="refsect2" title="gtk_paned_set_gutter_size()">
400
+ <div class="refsect2">
419
401
  <a name="gtk-paned-set-gutter-size"></a><h3>gtk_paned_set_gutter_size()</h3>
420
402
  <pre class="programlisting">#define gtk_paned_set_gutter_size(p,s) (void) 0
421
403
  </pre>
422
- <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
404
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
423
405
  <h3 class="title">Warning</h3>
424
406
  <p><code class="literal">gtk_paned_set_gutter_size</code> is deprecated and should not be used in newly-written code.</p>
425
407
  </div>
@@ -432,19 +414,17 @@ gutter (the area between the two panes). It does nothing now.
432
414
  <tbody>
433
415
  <tr>
434
416
  <td><p><span class="term"><em class="parameter"><code>p</code></em> :</span></p></td>
435
- <td>a paned widget
436
- </td>
417
+ <td>a paned widget</td>
437
418
  </tr>
438
419
  <tr>
439
420
  <td><p><span class="term"><em class="parameter"><code>s</code></em> :</span></p></td>
440
- <td>the width of the gutter in pixels
441
- </td>
421
+ <td>the width of the gutter in pixels</td>
442
422
  </tr>
443
423
  </tbody>
444
424
  </table></div>
445
425
  </div>
446
426
  <hr>
447
- <div class="refsect2" title="gtk_paned_set_position ()">
427
+ <div class="refsect2">
448
428
  <a name="gtk-paned-set-position"></a><h3>gtk_paned_set_position ()</h3>
449
429
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_paned_set_position (<em class="parameter"><code><a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> *paned</code></em>,
450
430
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);</pre>
@@ -456,20 +436,18 @@ Sets the position of the divider between the two panes.
456
436
  <tbody>
457
437
  <tr>
458
438
  <td><p><span class="term"><em class="parameter"><code>paned</code></em> :</span></p></td>
459
- <td>a <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> widget
460
- </td>
439
+ <td>a <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> widget</td>
461
440
  </tr>
462
441
  <tr>
463
442
  <td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
464
443
  <td>pixel position of divider, a negative value means that the position
465
- is unset.
466
- </td>
444
+ is unset.</td>
467
445
  </tr>
468
446
  </tbody>
469
447
  </table></div>
470
448
  </div>
471
449
  <hr>
472
- <div class="refsect2" title="gtk_paned_get_position ()">
450
+ <div class="refsect2">
473
451
  <a name="gtk-paned-get-position"></a><h3>gtk_paned_get_position ()</h3>
474
452
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_paned_get_position (<em class="parameter"><code><a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> *paned</code></em>);</pre>
475
453
  <p>
@@ -480,19 +458,17 @@ Obtains the position of the divider between the two panes.
480
458
  <tbody>
481
459
  <tr>
482
460
  <td><p><span class="term"><em class="parameter"><code>paned</code></em> :</span></p></td>
483
- <td>a <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> widget
484
- </td>
461
+ <td>a <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> widget</td>
485
462
  </tr>
486
463
  <tr>
487
464
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
488
- <td> position of the divider
489
- </td>
465
+ <td>position of the divider</td>
490
466
  </tr>
491
467
  </tbody>
492
468
  </table></div>
493
469
  </div>
494
470
  <hr>
495
- <div class="refsect2" title="gtk_paned_get_handle_window ()">
471
+ <div class="refsect2">
496
472
  <a name="gtk-paned-get-handle-window"></a><h3>gtk_paned_get_handle_window ()</h3>
497
473
  <pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * gtk_paned_get_handle_window (<em class="parameter"><code><a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> *paned</code></em>);</pre>
498
474
  <p>
@@ -503,26 +479,18 @@ of the paned, a child and the handle.
503
479
  </p>
504
480
  <div class="variablelist"><table border="0">
505
481
  <col align="left" valign="top">
506
- <tbody>
507
- <tr>
508
- <td><p><span class="term"><em class="parameter"><code>paned</code></em> :</span></p></td>
509
- <td>
510
- </td>
511
- </tr>
512
- <tr>
482
+ <tbody><tr>
513
483
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
514
- <td> the paned's handle window.
515
-
484
+ <td>the paned's handle window. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
516
485
  </td>
517
- </tr>
518
- </tbody>
486
+ </tr></tbody>
519
487
  </table></div>
520
488
  <p class="since">Since 2.20</p>
521
489
  </div>
522
490
  </div>
523
- <div class="refsect1" title="Property Details">
491
+ <div class="refsect1">
524
492
  <a name="GtkPaned.property-details"></a><h2>Property Details</h2>
525
- <div class="refsect2" title='The "max-position" property'>
493
+ <div class="refsect2">
526
494
  <a name="GtkPaned--max-position"></a><h3>The <code class="literal">"max-position"</code> property</h3>
527
495
  <pre class="programlisting"> "max-position" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
528
496
  <p>
@@ -534,7 +502,7 @@ size and shrinkability of the widget's children.
534
502
  <p class="since">Since 2.4</p>
535
503
  </div>
536
504
  <hr>
537
- <div class="refsect2" title='The "min-position" property'>
505
+ <div class="refsect2">
538
506
  <a name="GtkPaned--min-position"></a><h3>The <code class="literal">"min-position"</code> property</h3>
539
507
  <pre class="programlisting"> "min-position" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
540
508
  <p>
@@ -546,7 +514,7 @@ size and shrinkability of the widget's children.
546
514
  <p class="since">Since 2.4</p>
547
515
  </div>
548
516
  <hr>
549
- <div class="refsect2" title='The "position" property'>
517
+ <div class="refsect2">
550
518
  <a name="GtkPaned--position"></a><h3>The <code class="literal">"position"</code> property</h3>
551
519
  <pre class="programlisting"> "position" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
552
520
  <p>Position of paned separator in pixels (0 means all the way to the left/top).</p>
@@ -554,16 +522,16 @@ size and shrinkability of the widget's children.
554
522
  <p>Default value: 0</p>
555
523
  </div>
556
524
  <hr>
557
- <div class="refsect2" title='The "position-set" property'>
525
+ <div class="refsect2">
558
526
  <a name="GtkPaned--position-set"></a><h3>The <code class="literal">"position-set"</code> property</h3>
559
527
  <pre class="programlisting"> "position-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
560
528
  <p>TRUE if the Position property should be used.</p>
561
529
  <p>Default value: FALSE</p>
562
530
  </div>
563
531
  </div>
564
- <div class="refsect1" title="Child Property Details">
532
+ <div class="refsect1">
565
533
  <a name="GtkPaned.child-property-details"></a><h2>Child Property Details</h2>
566
- <div class="refsect2" title='The "resize" child property'>
534
+ <div class="refsect2">
567
535
  <a name="GtkPaned--c-resize"></a><h3>The <code class="literal">"resize"</code> child property</h3>
568
536
  <pre class="programlisting"> "resize" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
569
537
  <p>
@@ -574,7 +542,7 @@ shrinks along with the paned widget.
574
542
  <p class="since">Since 2.4</p>
575
543
  </div>
576
544
  <hr>
577
- <div class="refsect2" title='The "shrink" child property'>
545
+ <div class="refsect2">
578
546
  <a name="GtkPaned--c-shrink"></a><h3>The <code class="literal">"shrink"</code> child property</h3>
579
547
  <pre class="programlisting"> "shrink" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
580
548
  <p>
@@ -585,9 +553,9 @@ smaller than its requisition.
585
553
  <p class="since">Since 2.4</p>
586
554
  </div>
587
555
  </div>
588
- <div class="refsect1" title="Style Property Details">
556
+ <div class="refsect1">
589
557
  <a name="GtkPaned.style-property-details"></a><h2>Style Property Details</h2>
590
- <div class="refsect2" title='The "handle-size" style property'>
558
+ <div class="refsect2">
591
559
  <a name="GtkPaned--s-handle-size"></a><h3>The <code class="literal">"handle-size"</code> style property</h3>
592
560
  <pre class="programlisting"> "handle-size" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
593
561
  <p>Width of handle.</p>
@@ -595,12 +563,12 @@ smaller than its requisition.
595
563
  <p>Default value: 5</p>
596
564
  </div>
597
565
  </div>
598
- <div class="refsect1" title="Signal Details">
566
+ <div class="refsect1">
599
567
  <a name="GtkPaned.signal-details"></a><h2>Signal Details</h2>
600
- <div class="refsect2" title='The "accept-position" signal'>
568
+ <div class="refsect2">
601
569
  <a name="GtkPaned-accept-position"></a><h3>The <code class="literal">"accept-position"</code> signal</h3>
602
570
  <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="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> *widget,
603
- <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>
571
+ <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>
604
572
  <p>
605
573
  The ::accept-position signal is a
606
574
  <a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
@@ -615,8 +583,7 @@ The default binding for this signal is Return or Space.
615
583
  <tbody>
616
584
  <tr>
617
585
  <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
618
- <td>the object that received the signal
619
- </td>
586
+ <td>the object that received the signal</td>
620
587
  </tr>
621
588
  <tr>
622
589
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -627,10 +594,10 @@ The default binding for this signal is Return or Space.
627
594
  <p class="since">Since 2.0</p>
628
595
  </div>
629
596
  <hr>
630
- <div class="refsect2" title='The "cancel-position" signal'>
597
+ <div class="refsect2">
631
598
  <a name="GtkPaned-cancel-position"></a><h3>The <code class="literal">"cancel-position"</code> signal</h3>
632
599
  <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="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> *widget,
633
- <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>
600
+ <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>
634
601
  <p>
635
602
  The ::cancel-position signal is a
636
603
  <a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
@@ -646,8 +613,7 @@ The default binding for this signal is Escape.
646
613
  <tbody>
647
614
  <tr>
648
615
  <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
649
- <td>the object that received the signal
650
- </td>
616
+ <td>the object that received the signal</td>
651
617
  </tr>
652
618
  <tr>
653
619
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -658,11 +624,11 @@ The default binding for this signal is Escape.
658
624
  <p class="since">Since 2.0</p>
659
625
  </div>
660
626
  <hr>
661
- <div class="refsect2" title='The "cycle-child-focus" signal'>
627
+ <div class="refsect2">
662
628
  <a name="GtkPaned-cycle-child-focus"></a><h3>The <code class="literal">"cycle-child-focus"</code> signal</h3>
663
629
  <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="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> *widget,
664
630
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> reversed,
665
- <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>
631
+ <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>
666
632
  <p>
667
633
  The ::cycle-child-focus signal is a
668
634
  <a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
@@ -676,13 +642,11 @@ The default binding is f6.
676
642
  <tbody>
677
643
  <tr>
678
644
  <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
679
- <td>the object that received the signal
680
- </td>
645
+ <td>the object that received the signal</td>
681
646
  </tr>
682
647
  <tr>
683
648
  <td><p><span class="term"><em class="parameter"><code>reversed</code></em> :</span></p></td>
684
- <td>whether cycling backward or forward
685
- </td>
649
+ <td>whether cycling backward or forward</td>
686
650
  </tr>
687
651
  <tr>
688
652
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -693,11 +657,11 @@ The default binding is f6.
693
657
  <p class="since">Since 2.0</p>
694
658
  </div>
695
659
  <hr>
696
- <div class="refsect2" title='The "cycle-handle-focus" signal'>
660
+ <div class="refsect2">
697
661
  <a name="GtkPaned-cycle-handle-focus"></a><h3>The <code class="literal">"cycle-handle-focus"</code> signal</h3>
698
662
  <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="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> *widget,
699
663
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> reversed,
700
- <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>
664
+ <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>
701
665
  <p>
702
666
  The ::cycle-handle-focus signal is a
703
667
  <a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
@@ -712,13 +676,11 @@ The default binding for this signal is f8.
712
676
  <tbody>
713
677
  <tr>
714
678
  <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
715
- <td>the object that received the signal
716
- </td>
679
+ <td>the object that received the signal</td>
717
680
  </tr>
718
681
  <tr>
719
682
  <td><p><span class="term"><em class="parameter"><code>reversed</code></em> :</span></p></td>
720
- <td>whether cycling backward or forward
721
- </td>
683
+ <td>whether cycling backward or forward</td>
722
684
  </tr>
723
685
  <tr>
724
686
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -729,11 +691,11 @@ The default binding for this signal is f8.
729
691
  <p class="since">Since 2.0</p>
730
692
  </div>
731
693
  <hr>
732
- <div class="refsect2" title='The "move-handle" signal'>
694
+ <div class="refsect2">
733
695
  <a name="GtkPaned-move-handle"></a><h3>The <code class="literal">"move-handle"</code> signal</h3>
734
696
  <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="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> *widget,
735
697
  <a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> scroll_type,
736
- <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>
698
+ <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>
737
699
  <p>
738
700
  The ::move-handle signal is a
739
701
  <a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
@@ -745,8 +707,7 @@ to move it.
745
707
  <tbody>
746
708
  <tr>
747
709
  <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
748
- <td>the object that received the signal
749
- </td>
710
+ <td>the object that received the signal</td>
750
711
  </tr>
751
712
  <tr>
752
713
  <td><p><span class="term"><em class="parameter"><code>scroll_type</code></em> :</span></p></td>
@@ -762,10 +723,10 @@ to move it.
762
723
  <p class="since">Since 2.0</p>
763
724
  </div>
764
725
  <hr>
765
- <div class="refsect2" title='The "toggle-handle-focus" signal'>
726
+ <div class="refsect2">
766
727
  <a name="GtkPaned-toggle-handle-focus"></a><h3>The <code class="literal">"toggle-handle-focus"</code> signal</h3>
767
728
  <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="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> *widget,
768
- <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>
729
+ <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>
769
730
  <p>
770
731
  The ::toggle-handle-focus is a
771
732
  <a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
@@ -780,8 +741,7 @@ The default binding is Tab.
780
741
  <tbody>
781
742
  <tr>
782
743
  <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
783
- <td>the object that received the signal
784
- </td>
744
+ <td>the object that received the signal</td>
785
745
  </tr>
786
746
  <tr>
787
747
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -795,6 +755,6 @@ The default binding is Tab.
795
755
  </div>
796
756
  <div class="footer">
797
757
  <hr>
798
- Generated by GTK-Doc V1.15</div>
758
+ Generated by GTK-Doc V1.16.1</div>
799
759
  </body>
800
760
  </html>