gtk3 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1213) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +0 -1
  3. data/ext/gtk3/extconf.rb +4 -1
  4. data/ext/gtk3/rbgtk-action-group.c +2 -1
  5. data/ext/gtk3/rbgtk-binding-set.c +0 -10
  6. data/ext/gtk3/rbgtk-cell-renderer.c +10 -7
  7. data/ext/gtk3/rbgtk-cell-view.c +0 -14
  8. data/ext/gtk3/rbgtk-container.c +12 -8
  9. data/ext/gtk3/rbgtk-file-chooser.c +4 -7
  10. data/ext/gtk3/rbgtk-icon-info.c +2 -2
  11. data/ext/gtk3/rbgtk-style-properties.c +12 -13
  12. data/ext/gtk3/rbgtk-style-provider.c +12 -13
  13. data/ext/gtk3/rbgtk-widget.c +11 -21
  14. data/ext/gtk3/rbgtk.c +36 -1
  15. data/ext/gtk3/rbgtk3conversions.h +9 -2
  16. data/ext/gtk3/rbgtk3private.h +1 -7
  17. data/lib/1.9/gtk3.so +0 -0
  18. data/lib/2.0/gtk3.so +0 -0
  19. data/lib/gtk3/deprecated.rb +4 -1
  20. data/sample/gtk-demo/colorsel.rb +23 -25
  21. data/sample/gtk-demo/common.rb +8 -8
  22. data/sample/gtk-demo/css_accordion.css +53 -0
  23. data/sample/gtk-demo/css_accordion.rb +75 -0
  24. data/sample/gtk-demo/main.rb +83 -83
  25. data/sample/gtk-demo/reset.css +69 -0
  26. data/test/test_gc.rb +1 -1
  27. data/test/test_gtk.rb +23 -0
  28. data/test/test_gtk_about_dialog.rb +0 -1
  29. data/test/test_gtk_buildable.rb +3 -13
  30. data/test/test_gtk_builder.rb +3 -25
  31. data/test/test_gtk_container.rb +32 -0
  32. data/test/test_gtk_css_provider.rb +27 -0
  33. data/test/test_gtk_entry.rb +0 -2
  34. data/test/test_gtk_icon_theme.rb +11 -10
  35. data/test/test_gtk_image.rb +2 -2
  36. data/test/test_gtk_list_store.rb +0 -4
  37. data/test/test_gtk_style_context.rb +30 -0
  38. data/test/test_gtk_style_properties.rb +38 -0
  39. data/test/test_gtk_widget.rb +3 -11
  40. metadata +28 -1207
  41. data/test/test_gtk_rc_style.rb +0 -14
  42. data/vendor/local/bin/gtk-builder-convert +0 -799
  43. data/vendor/local/bin/gtk-demo.exe +0 -0
  44. data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
  45. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  46. data/vendor/local/bin/gtk-update-icon-cache.exe.manifest +0 -17
  47. data/vendor/local/bin/libgailutil-18.dll +0 -0
  48. data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
  49. data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
  50. data/vendor/local/etc/gtk-2.0/gtk.immodules +0 -4
  51. data/vendor/local/etc/gtk-2.0/im-multipress.conf +0 -22
  52. data/vendor/local/include/gail-1.0/gail/gailwidget.h +0 -65
  53. data/vendor/local/include/gail-1.0/libgail-util/gail-util.h +0 -2
  54. data/vendor/local/include/gail-1.0/libgail-util/gailmisc.h +0 -82
  55. data/vendor/local/include/gail-1.0/libgail-util/gailtextutil.h +0 -87
  56. data/vendor/local/include/gtk-2.0/gdk/gdk.h +0 -241
  57. data/vendor/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h +0 -76
  58. data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +0 -59
  59. data/vendor/local/include/gtk-2.0/gdk/gdkcolor.h +0 -176
  60. data/vendor/local/include/gtk-2.0/gdk/gdkcursor.h +0 -168
  61. data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +0 -229
  62. data/vendor/local/include/gtk-2.0/gdk/gdkdisplaymanager.h +0 -67
  63. data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +0 -186
  64. data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +0 -436
  65. data/vendor/local/include/gtk-2.0/gdk/gdkenumtypes.h +0 -137
  66. data/vendor/local/include/gtk-2.0/gdk/gdkevents.h +0 -566
  67. data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +0 -138
  68. data/vendor/local/include/gtk-2.0/gdk/gdkgc.h +0 -298
  69. data/vendor/local/include/gtk-2.0/gdk/gdki18n.h +0 -59
  70. data/vendor/local/include/gtk-2.0/gdk/gdkimage.h +0 -145
  71. data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +0 -192
  72. data/vendor/local/include/gtk-2.0/gdk/gdkkeys.h +0 -134
  73. data/vendor/local/include/gtk-2.0/gdk/gdkkeysyms-compat.h +0 -2208
  74. data/vendor/local/include/gtk-2.0/gdk/gdkkeysyms.h +0 -2221
  75. data/vendor/local/include/gtk-2.0/gdk/gdkpango.h +0 -166
  76. data/vendor/local/include/gtk-2.0/gdk/gdkpixbuf.h +0 -115
  77. data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +0 -136
  78. data/vendor/local/include/gtk-2.0/gdk/gdkprivate.h +0 -60
  79. data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +0 -128
  80. data/vendor/local/include/gtk-2.0/gdk/gdkregion.h +0 -127
  81. data/vendor/local/include/gtk-2.0/gdk/gdkrgb.h +0 -149
  82. data/vendor/local/include/gtk-2.0/gdk/gdkscreen.h +0 -132
  83. data/vendor/local/include/gtk-2.0/gdk/gdkselection.h +0 -111
  84. data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +0 -64
  85. data/vendor/local/include/gtk-2.0/gdk/gdktestutils.h +0 -49
  86. data/vendor/local/include/gtk-2.0/gdk/gdktypes.h +0 -226
  87. data/vendor/local/include/gtk-2.0/gdk/gdkvisual.h +0 -147
  88. data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +0 -129
  89. data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +0 -743
  90. data/vendor/local/include/gtk-2.0/gtk/gtk.h +0 -248
  91. data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +0 -157
  92. data/vendor/local/include/gtk-2.0/gtk/gtkaccelgroup.h +0 -216
  93. data/vendor/local/include/gtk-2.0/gtk/gtkaccellabel.h +0 -114
  94. data/vendor/local/include/gtk-2.0/gtk/gtkaccelmap.h +0 -101
  95. data/vendor/local/include/gtk-2.0/gtk/gtkaccessible.h +0 -80
  96. data/vendor/local/include/gtk-2.0/gtk/gtkaction.h +0 -180
  97. data/vendor/local/include/gtk-2.0/gtk/gtkactiongroup.h +0 -184
  98. data/vendor/local/include/gtk-2.0/gtk/gtkactivatable.h +0 -88
  99. data/vendor/local/include/gtk-2.0/gtk/gtkadjustment.h +0 -121
  100. data/vendor/local/include/gtk-2.0/gtk/gtkalignment.h +0 -94
  101. data/vendor/local/include/gtk-2.0/gtk/gtkarrow.h +0 -77
  102. data/vendor/local/include/gtk-2.0/gtk/gtkaspectframe.h +0 -84
  103. data/vendor/local/include/gtk-2.0/gtk/gtkassistant.h +0 -176
  104. data/vendor/local/include/gtk-2.0/gtk/gtkbbox.h +0 -105
  105. data/vendor/local/include/gtk-2.0/gtk/gtkbin.h +0 -70
  106. data/vendor/local/include/gtk-2.0/gtk/gtkbindings.h +0 -158
  107. data/vendor/local/include/gtk-2.0/gtk/gtkbox.h +0 -159
  108. data/vendor/local/include/gtk-2.0/gtk/gtkbuildable.h +0 -176
  109. data/vendor/local/include/gtk-2.0/gtk/gtkbuilder.h +0 -143
  110. data/vendor/local/include/gtk-2.0/gtk/gtkbutton.h +0 -147
  111. data/vendor/local/include/gtk-2.0/gtk/gtkcalendar.h +0 -209
  112. data/vendor/local/include/gtk-2.0/gtk/gtkcelleditable.h +0 -64
  113. data/vendor/local/include/gtk-2.0/gtk/gtkcelllayout.h +0 -122
  114. data/vendor/local/include/gtk-2.0/gtk/gtkcellrenderer.h +0 -195
  115. data/vendor/local/include/gtk-2.0/gtk/gtkcellrendereraccel.h +0 -92
  116. data/vendor/local/include/gtk-2.0/gtk/gtkcellrenderercombo.h +0 -64
  117. data/vendor/local/include/gtk-2.0/gtk/gtkcellrendererpixbuf.h +0 -71
  118. data/vendor/local/include/gtk-2.0/gtk/gtkcellrendererprogress.h +0 -74
  119. data/vendor/local/include/gtk-2.0/gtk/gtkcellrendererspin.h +0 -57
  120. data/vendor/local/include/gtk-2.0/gtk/gtkcellrendererspinner.h +0 -67
  121. data/vendor/local/include/gtk-2.0/gtk/gtkcellrenderertext.h +0 -105
  122. data/vendor/local/include/gtk-2.0/gtk/gtkcellrenderertoggle.h +0 -85
  123. data/vendor/local/include/gtk-2.0/gtk/gtkcellview.h +0 -81
  124. data/vendor/local/include/gtk-2.0/gtk/gtkcheckbutton.h +0 -82
  125. data/vendor/local/include/gtk-2.0/gtk/gtkcheckmenuitem.h +0 -102
  126. data/vendor/local/include/gtk-2.0/gtk/gtkclipboard.h +0 -157
  127. data/vendor/local/include/gtk-2.0/gtk/gtkclist.h +0 -792
  128. data/vendor/local/include/gtk-2.0/gtk/gtkcolorbutton.h +0 -103
  129. data/vendor/local/include/gtk-2.0/gtk/gtkcolorsel.h +0 -135
  130. data/vendor/local/include/gtk-2.0/gtk/gtkcolorseldialog.h +0 -82
  131. data/vendor/local/include/gtk-2.0/gtk/gtkcombo.h +0 -118
  132. data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +0 -153
  133. data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +0 -81
  134. data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +0 -77
  135. data/vendor/local/include/gtk-2.0/gtk/gtkcontainer.h +0 -229
  136. data/vendor/local/include/gtk-2.0/gtk/gtkctree.h +0 -445
  137. data/vendor/local/include/gtk-2.0/gtk/gtkcurve.h +0 -106
  138. data/vendor/local/include/gtk-2.0/gtk/gtkdebug.h +0 -79
  139. data/vendor/local/include/gtk-2.0/gtk/gtkdialog.h +0 -186
  140. data/vendor/local/include/gtk-2.0/gtk/gtkdnd.h +0 -188
  141. data/vendor/local/include/gtk-2.0/gtk/gtkdrawingarea.h +0 -82
  142. data/vendor/local/include/gtk-2.0/gtk/gtkeditable.h +0 -117
  143. data/vendor/local/include/gtk-2.0/gtk/gtkentry.h +0 -334
  144. data/vendor/local/include/gtk-2.0/gtk/gtkentrybuffer.h +0 -133
  145. data/vendor/local/include/gtk-2.0/gtk/gtkentrycompletion.h +0 -132
  146. data/vendor/local/include/gtk-2.0/gtk/gtkenums.h +0 -584
  147. data/vendor/local/include/gtk-2.0/gtk/gtkeventbox.h +0 -71
  148. data/vendor/local/include/gtk-2.0/gtk/gtkexpander.h +0 -98
  149. data/vendor/local/include/gtk-2.0/gtk/gtkfilechooser.h +0 -264
  150. data/vendor/local/include/gtk-2.0/gtk/gtkfilechooserbutton.h +0 -92
  151. data/vendor/local/include/gtk-2.0/gtk/gtkfilechooserdialog.h +0 -74
  152. data/vendor/local/include/gtk-2.0/gtk/gtkfilechooserwidget.h +0 -67
  153. data/vendor/local/include/gtk-2.0/gtk/gtkfilefilter.h +0 -83
  154. data/vendor/local/include/gtk-2.0/gtk/gtkfilesel.h +0 -125
  155. data/vendor/local/include/gtk-2.0/gtk/gtkfixed.h +0 -90
  156. data/vendor/local/include/gtk-2.0/gtk/gtkfontbutton.h +0 -100
  157. data/vendor/local/include/gtk-2.0/gtk/gtkfontsel.h +0 -220
  158. data/vendor/local/include/gtk-2.0/gtk/gtkframe.h +0 -96
  159. data/vendor/local/include/gtk-2.0/gtk/gtkgamma.h +0 -82
  160. data/vendor/local/include/gtk-2.0/gtk/gtkgc.h +0 -49
  161. data/vendor/local/include/gtk-2.0/gtk/gtkhandlebox.h +0 -112
  162. data/vendor/local/include/gtk-2.0/gtk/gtkhbbox.h +0 -80
  163. data/vendor/local/include/gtk-2.0/gtk/gtkhbox.h +0 -68
  164. data/vendor/local/include/gtk-2.0/gtk/gtkhpaned.h +0 -65
  165. data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +0 -84
  166. data/vendor/local/include/gtk-2.0/gtk/gtkhscale.h +0 -71
  167. data/vendor/local/include/gtk-2.0/gtk/gtkhscrollbar.h +0 -70
  168. data/vendor/local/include/gtk-2.0/gtk/gtkhseparator.h +0 -68
  169. data/vendor/local/include/gtk-2.0/gtk/gtkhsv.h +0 -115
  170. data/vendor/local/include/gtk-2.0/gtk/gtkiconfactory.h +0 -189
  171. data/vendor/local/include/gtk-2.0/gtk/gtkicontheme.h +0 -198
  172. data/vendor/local/include/gtk-2.0/gtk/gtkiconview.h +0 -242
  173. data/vendor/local/include/gtk-2.0/gtk/gtkimage.h +0 -274
  174. data/vendor/local/include/gtk-2.0/gtk/gtkimagemenuitem.h +0 -86
  175. data/vendor/local/include/gtk-2.0/gtk/gtkimcontext.h +0 -132
  176. data/vendor/local/include/gtk-2.0/gtk/gtkimcontextsimple.h +0 -77
  177. data/vendor/local/include/gtk-2.0/gtk/gtkimmodule.h +0 -58
  178. data/vendor/local/include/gtk-2.0/gtk/gtkimmulticontext.h +0 -78
  179. data/vendor/local/include/gtk-2.0/gtk/gtkinfobar.h +0 -120
  180. data/vendor/local/include/gtk-2.0/gtk/gtkinputdialog.h +0 -100
  181. data/vendor/local/include/gtk-2.0/gtk/gtkinvisible.h +0 -78
  182. data/vendor/local/include/gtk-2.0/gtk/gtkitem.h +0 -81
  183. data/vendor/local/include/gtk-2.0/gtk/gtkitemfactory.h +0 -236
  184. data/vendor/local/include/gtk-2.0/gtk/gtklabel.h +0 -207
  185. data/vendor/local/include/gtk-2.0/gtk/gtklayout.h +0 -138
  186. data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +0 -91
  187. data/vendor/local/include/gtk-2.0/gtk/gtklist.h +0 -138
  188. data/vendor/local/include/gtk-2.0/gtk/gtklistitem.h +0 -91
  189. data/vendor/local/include/gtk-2.0/gtk/gtkliststore.h +0 -147
  190. data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +0 -233
  191. data/vendor/local/include/gtk-2.0/gtk/gtkmarshal.h +0 -283
  192. data/vendor/local/include/gtk-2.0/gtk/gtkmenu.h +0 -219
  193. data/vendor/local/include/gtk-2.0/gtk/gtkmenubar.h +0 -92
  194. data/vendor/local/include/gtk-2.0/gtk/gtkmenuitem.h +0 -145
  195. data/vendor/local/include/gtk-2.0/gtk/gtkmenushell.h +0 -141
  196. data/vendor/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h +0 -89
  197. data/vendor/local/include/gtk-2.0/gtk/gtkmessagedialog.h +0 -135
  198. data/vendor/local/include/gtk-2.0/gtk/gtkmisc.h +0 -85
  199. data/vendor/local/include/gtk-2.0/gtk/gtkmodules.h +0 -54
  200. data/vendor/local/include/gtk-2.0/gtk/gtkmountoperation.h +0 -83
  201. data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +0 -317
  202. data/vendor/local/include/gtk-2.0/gtk/gtkobject.h +0 -250
  203. data/vendor/local/include/gtk-2.0/gtk/gtkoffscreenwindow.h +0 -60
  204. data/vendor/local/include/gtk-2.0/gtk/gtkoldeditable.h +0 -126
  205. data/vendor/local/include/gtk-2.0/gtk/gtkoptionmenu.h +0 -88
  206. data/vendor/local/include/gtk-2.0/gtk/gtkorientable.h +0 -60
  207. data/vendor/local/include/gtk-2.0/gtk/gtkpagesetup.h +0 -108
  208. data/vendor/local/include/gtk-2.0/gtk/gtkpaned.h +0 -144
  209. data/vendor/local/include/gtk-2.0/gtk/gtkpapersize.h +0 -101
  210. data/vendor/local/include/gtk-2.0/gtk/gtkpixmap.h +0 -83
  211. data/vendor/local/include/gtk-2.0/gtk/gtkplug.h +0 -105
  212. data/vendor/local/include/gtk-2.0/gtk/gtkpreview.h +0 -137
  213. data/vendor/local/include/gtk-2.0/gtk/gtkprintcontext.h +0 -71
  214. data/vendor/local/include/gtk-2.0/gtk/gtkprintoperation.h +0 -207
  215. data/vendor/local/include/gtk-2.0/gtk/gtkprintoperationpreview.h +0 -80
  216. data/vendor/local/include/gtk-2.0/gtk/gtkprintsettings.h +0 -234
  217. data/vendor/local/include/gtk-2.0/gtk/gtkprivate.h +0 -157
  218. data/vendor/local/include/gtk-2.0/gtk/gtkprogress.h +0 -120
  219. data/vendor/local/include/gtk-2.0/gtk/gtkprogressbar.h +0 -172
  220. data/vendor/local/include/gtk-2.0/gtk/gtkradioaction.h +0 -90
  221. data/vendor/local/include/gtk-2.0/gtk/gtkradiobutton.h +0 -94
  222. data/vendor/local/include/gtk-2.0/gtk/gtkradiomenuitem.h +0 -94
  223. data/vendor/local/include/gtk-2.0/gtk/gtkradiotoolbutton.h +0 -74
  224. data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +0 -215
  225. data/vendor/local/include/gtk-2.0/gtk/gtkrc.h +0 -271
  226. data/vendor/local/include/gtk-2.0/gtk/gtkrecentaction.h +0 -74
  227. data/vendor/local/include/gtk-2.0/gtk/gtkrecentchooser.h +0 -191
  228. data/vendor/local/include/gtk-2.0/gtk/gtkrecentchooserdialog.h +0 -74
  229. data/vendor/local/include/gtk-2.0/gtk/gtkrecentchoosermenu.h +0 -74
  230. data/vendor/local/include/gtk-2.0/gtk/gtkrecentchooserwidget.h +0 -64
  231. data/vendor/local/include/gtk-2.0/gtk/gtkrecentfilter.h +0 -94
  232. data/vendor/local/include/gtk-2.0/gtk/gtkrecentmanager.h +0 -216
  233. data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +0 -136
  234. data/vendor/local/include/gtk-2.0/gtk/gtkscale.h +0 -111
  235. data/vendor/local/include/gtk-2.0/gtk/gtkscalebutton.h +0 -112
  236. data/vendor/local/include/gtk-2.0/gtk/gtkscrollbar.h +0 -72
  237. data/vendor/local/include/gtk-2.0/gtk/gtkscrolledwindow.h +0 -136
  238. data/vendor/local/include/gtk-2.0/gtk/gtkselection.h +0 -221
  239. data/vendor/local/include/gtk-2.0/gtk/gtkseparator.h +0 -66
  240. data/vendor/local/include/gtk-2.0/gtk/gtkseparatormenuitem.h +0 -68
  241. data/vendor/local/include/gtk-2.0/gtk/gtkseparatortoolitem.h +0 -72
  242. data/vendor/local/include/gtk-2.0/gtk/gtksettings.h +0 -139
  243. data/vendor/local/include/gtk-2.0/gtk/gtkshow.h +0 -39
  244. data/vendor/local/include/gtk-2.0/gtk/gtksignal.h +0 -149
  245. data/vendor/local/include/gtk-2.0/gtk/gtksizegroup.h +0 -111
  246. data/vendor/local/include/gtk-2.0/gtk/gtksocket.h +0 -102
  247. data/vendor/local/include/gtk-2.0/gtk/gtkspinbutton.h +0 -196
  248. data/vendor/local/include/gtk-2.0/gtk/gtkspinner.h +0 -65
  249. data/vendor/local/include/gtk-2.0/gtk/gtkstatusbar.h +0 -117
  250. data/vendor/local/include/gtk-2.0/gtk/gtkstatusicon.h +0 -157
  251. data/vendor/local/include/gtk-2.0/gtk/gtkstock.h +0 -1016
  252. data/vendor/local/include/gtk-2.0/gtk/gtkstyle.h +0 -945
  253. data/vendor/local/include/gtk-2.0/gtk/gtktable.h +0 -151
  254. data/vendor/local/include/gtk-2.0/gtk/gtktearoffmenuitem.h +0 -75
  255. data/vendor/local/include/gtk-2.0/gtk/gtktestutils.h +0 -71
  256. data/vendor/local/include/gtk-2.0/gtk/gtktext.h +0 -217
  257. data/vendor/local/include/gtk-2.0/gtk/gtktextbuffer.h +0 -409
  258. data/vendor/local/include/gtk-2.0/gtk/gtktextbufferrichtext.h +0 -96
  259. data/vendor/local/include/gtk-2.0/gtk/gtktextchild.h +0 -82
  260. data/vendor/local/include/gtk-2.0/gtk/gtktextdisplay.h +0 -112
  261. data/vendor/local/include/gtk-2.0/gtk/gtktextiter.h +0 -307
  262. data/vendor/local/include/gtk-2.0/gtk/gtktextlayout.h +0 -439
  263. data/vendor/local/include/gtk-2.0/gtk/gtktextmark.h +0 -106
  264. data/vendor/local/include/gtk-2.0/gtk/gtktexttag.h +0 -289
  265. data/vendor/local/include/gtk-2.0/gtk/gtktexttagtable.h +0 -101
  266. data/vendor/local/include/gtk-2.0/gtk/gtktextview.h +0 -376
  267. data/vendor/local/include/gtk-2.0/gtk/gtktipsquery.h +0 -110
  268. data/vendor/local/include/gtk-2.0/gtk/gtktoggleaction.h +0 -91
  269. data/vendor/local/include/gtk-2.0/gtk/gtktogglebutton.h +0 -97
  270. data/vendor/local/include/gtk-2.0/gtk/gtktoggletoolbutton.h +0 -77
  271. data/vendor/local/include/gtk-2.0/gtk/gtktoolbar.h +0 -288
  272. data/vendor/local/include/gtk-2.0/gtk/gtktoolbutton.h +0 -99
  273. data/vendor/local/include/gtk-2.0/gtk/gtktoolitem.h +0 -142
  274. data/vendor/local/include/gtk-2.0/gtk/gtktoolitemgroup.h +0 -99
  275. data/vendor/local/include/gtk-2.0/gtk/gtktoolpalette.h +0 -144
  276. data/vendor/local/include/gtk-2.0/gtk/gtktoolshell.h +0 -91
  277. data/vendor/local/include/gtk-2.0/gtk/gtktooltip.h +0 -77
  278. data/vendor/local/include/gtk-2.0/gtk/gtktooltips.h +0 -109
  279. data/vendor/local/include/gtk-2.0/gtk/gtktree.h +0 -132
  280. data/vendor/local/include/gtk-2.0/gtk/gtktreednd.h +0 -125
  281. data/vendor/local/include/gtk-2.0/gtk/gtktreeitem.h +0 -90
  282. data/vendor/local/include/gtk-2.0/gtk/gtktreemodel.h +0 -270
  283. data/vendor/local/include/gtk-2.0/gtk/gtktreemodelfilter.h +0 -109
  284. data/vendor/local/include/gtk-2.0/gtk/gtktreemodelsort.h +0 -106
  285. data/vendor/local/include/gtk-2.0/gtk/gtktreeselection.h +0 -125
  286. data/vendor/local/include/gtk-2.0/gtk/gtktreesortable.h +0 -103
  287. data/vendor/local/include/gtk-2.0/gtk/gtktreestore.h +0 -159
  288. data/vendor/local/include/gtk-2.0/gtk/gtktreeview.h +0 -431
  289. data/vendor/local/include/gtk-2.0/gtk/gtktreeviewcolumn.h +0 -245
  290. data/vendor/local/include/gtk-2.0/gtk/gtktypebuiltins.h +0 -335
  291. data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +0 -264
  292. data/vendor/local/include/gtk-2.0/gtk/gtkuimanager.h +0 -153
  293. data/vendor/local/include/gtk-2.0/gtk/gtkvbbox.h +0 -82
  294. data/vendor/local/include/gtk-2.0/gtk/gtkvbox.h +0 -68
  295. data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +0 -51
  296. data/vendor/local/include/gtk-2.0/gtk/gtkviewport.h +0 -93
  297. data/vendor/local/include/gtk-2.0/gtk/gtkvolumebutton.h +0 -72
  298. data/vendor/local/include/gtk-2.0/gtk/gtkvpaned.h +0 -65
  299. data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +0 -84
  300. data/vendor/local/include/gtk-2.0/gtk/gtkvscale.h +0 -79
  301. data/vendor/local/include/gtk-2.0/gtk/gtkvscrollbar.h +0 -76
  302. data/vendor/local/include/gtk-2.0/gtk/gtkvseparator.h +0 -76
  303. data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +0 -1351
  304. data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +0 -452
  305. data/vendor/local/lib/gailutil.lib +0 -0
  306. data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
  307. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
  308. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
  309. data/vendor/local/lib/gtk-2.0/include/gdkconfig.h +0 -35
  310. data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
  311. data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
  312. data/vendor/local/lib/libgailutil.dll.a +0 -0
  313. data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
  314. data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
  315. data/vendor/local/lib/pkgconfig/gail.pc +0 -11
  316. data/vendor/local/lib/pkgconfig/gdk-2.0.pc +0 -12
  317. data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +0 -12
  318. data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +0 -15
  319. data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +0 -15
  320. data/vendor/local/manifest/gtk+-dev_2.24.10-1_win32.mft +0 -947
  321. data/vendor/local/manifest/gtk+_2.24.10-1_win32.mft +0 -225
  322. data/vendor/local/share/aclocal/gtk-2.0.m4 +0 -196
  323. data/vendor/local/share/doc/gtk+-2.24.10/COPYING +0 -482
  324. data/vendor/local/share/doc/gtk+-dev-2.24.10/COPYING +0 -482
  325. data/vendor/local/share/gtk-2.0/demo/alphatest.png +0 -0
  326. data/vendor/local/share/gtk-2.0/demo/apple-red.png +0 -0
  327. data/vendor/local/share/gtk-2.0/demo/appwindow.c +0 -591
  328. data/vendor/local/share/gtk-2.0/demo/assistant.c +0 -216
  329. data/vendor/local/share/gtk-2.0/demo/background.jpg +0 -0
  330. data/vendor/local/share/gtk-2.0/demo/builder.c +0 -68
  331. data/vendor/local/share/gtk-2.0/demo/button_box.c +0 -127
  332. data/vendor/local/share/gtk-2.0/demo/changedisplay.c +0 -643
  333. data/vendor/local/share/gtk-2.0/demo/clipboard.c +0 -326
  334. data/vendor/local/share/gtk-2.0/demo/colorsel.c +0 -142
  335. data/vendor/local/share/gtk-2.0/demo/combobox.c +0 -454
  336. data/vendor/local/share/gtk-2.0/demo/demo.ui +0 -258
  337. data/vendor/local/share/gtk-2.0/demo/dialog.c +0 -181
  338. data/vendor/local/share/gtk-2.0/demo/drawingarea.c +0 -308
  339. data/vendor/local/share/gtk-2.0/demo/editable_cells.c +0 -393
  340. data/vendor/local/share/gtk-2.0/demo/entry_buffer.c +0 -65
  341. data/vendor/local/share/gtk-2.0/demo/entry_completion.c +0 -97
  342. data/vendor/local/share/gtk-2.0/demo/expander.c +0 -58
  343. data/vendor/local/share/gtk-2.0/demo/floppybuddy.gif +0 -0
  344. data/vendor/local/share/gtk-2.0/demo/gnome-applets.png +0 -0
  345. data/vendor/local/share/gtk-2.0/demo/gnome-calendar.png +0 -0
  346. data/vendor/local/share/gtk-2.0/demo/gnome-foot.png +0 -0
  347. data/vendor/local/share/gtk-2.0/demo/gnome-fs-directory.png +0 -0
  348. data/vendor/local/share/gtk-2.0/demo/gnome-fs-regular.png +0 -0
  349. data/vendor/local/share/gtk-2.0/demo/gnome-gimp.png +0 -0
  350. data/vendor/local/share/gtk-2.0/demo/gnome-gmush.png +0 -0
  351. data/vendor/local/share/gtk-2.0/demo/gnome-gsame.png +0 -0
  352. data/vendor/local/share/gtk-2.0/demo/gnu-keys.png +0 -0
  353. data/vendor/local/share/gtk-2.0/demo/gtk-logo-rgb.gif +0 -0
  354. data/vendor/local/share/gtk-2.0/demo/hypertext.c +0 -315
  355. data/vendor/local/share/gtk-2.0/demo/iconview.c +0 -372
  356. data/vendor/local/share/gtk-2.0/demo/iconview_edit.c +0 -159
  357. data/vendor/local/share/gtk-2.0/demo/images.c +0 -464
  358. data/vendor/local/share/gtk-2.0/demo/infobar.c +0 -104
  359. data/vendor/local/share/gtk-2.0/demo/links.c +0 -84
  360. data/vendor/local/share/gtk-2.0/demo/list_store.c +0 -295
  361. data/vendor/local/share/gtk-2.0/demo/menus.c +0 -210
  362. data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +0 -579
  363. data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +0 -500
  364. data/vendor/local/share/gtk-2.0/demo/panes.c +0 -194
  365. data/vendor/local/share/gtk-2.0/demo/pickers.c +0 -73
  366. data/vendor/local/share/gtk-2.0/demo/pixbufs.c +0 -270
  367. data/vendor/local/share/gtk-2.0/demo/printing.c +0 -212
  368. data/vendor/local/share/gtk-2.0/demo/rotated_text.c +0 -237
  369. data/vendor/local/share/gtk-2.0/demo/search_entry.c +0 -335
  370. data/vendor/local/share/gtk-2.0/demo/sizegroup.c +0 -167
  371. data/vendor/local/share/gtk-2.0/demo/spinner.c +0 -94
  372. data/vendor/local/share/gtk-2.0/demo/stock_browser.c +0 -546
  373. data/vendor/local/share/gtk-2.0/demo/textscroll.c +0 -200
  374. data/vendor/local/share/gtk-2.0/demo/textview.c +0 -569
  375. data/vendor/local/share/gtk-2.0/demo/toolpalette.c +0 -795
  376. data/vendor/local/share/gtk-2.0/demo/tree_store.c +0 -450
  377. data/vendor/local/share/gtk-2.0/demo/ui_manager.c +0 -237
  378. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +0 -449
  379. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +0 -275
  380. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +0 -30
  381. data/vendor/local/share/gtk-doc/html/gail-libgail-util/home.png +0 -0
  382. data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +0 -44
  383. data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.sgml +0 -27
  384. data/vendor/local/share/gtk-doc/html/gail-libgail-util/left.png +0 -0
  385. data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +0 -41
  386. data/vendor/local/share/gtk-doc/html/gail-libgail-util/right.png +0 -0
  387. data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +0 -266
  388. data/vendor/local/share/gtk-doc/html/gail-libgail-util/up.png +0 -0
  389. data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +0 -1283
  390. data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +0 -262
  391. data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +0 -1526
  392. data/vendor/local/share/gtk-doc/html/gdk/X_cursor.png +0 -0
  393. data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +0 -74
  394. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +0 -123
  395. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +0 -124
  396. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +0 -124
  397. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +0 -42
  398. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +0 -109
  399. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +0 -515
  400. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +0 -51
  401. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +0 -224
  402. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +0 -123
  403. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +0 -128
  404. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +0 -115
  405. data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +0 -1012
  406. data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +0 -3674
  407. data/vendor/local/share/gtk-doc/html/gdk/arrow.png +0 -0
  408. data/vendor/local/share/gtk-doc/html/gdk/based_arrow_down.png +0 -0
  409. data/vendor/local/share/gtk-doc/html/gdk/based_arrow_up.png +0 -0
  410. data/vendor/local/share/gtk-doc/html/gdk/boat.png +0 -0
  411. data/vendor/local/share/gtk-doc/html/gdk/bogosity.png +0 -0
  412. data/vendor/local/share/gtk-doc/html/gdk/bottom_left_corner.png +0 -0
  413. data/vendor/local/share/gtk-doc/html/gdk/bottom_right_corner.png +0 -0
  414. data/vendor/local/share/gtk-doc/html/gdk/bottom_side.png +0 -0
  415. data/vendor/local/share/gtk-doc/html/gdk/bottom_tee.png +0 -0
  416. data/vendor/local/share/gtk-doc/html/gdk/box_spiral.png +0 -0
  417. data/vendor/local/share/gtk-doc/html/gdk/center_ptr.png +0 -0
  418. data/vendor/local/share/gtk-doc/html/gdk/circle.png +0 -0
  419. data/vendor/local/share/gtk-doc/html/gdk/clock.png +0 -0
  420. data/vendor/local/share/gtk-doc/html/gdk/coffee_mug.png +0 -0
  421. data/vendor/local/share/gtk-doc/html/gdk/cross.png +0 -0
  422. data/vendor/local/share/gtk-doc/html/gdk/cross_reverse.png +0 -0
  423. data/vendor/local/share/gtk-doc/html/gdk/crosshair.png +0 -0
  424. data/vendor/local/share/gtk-doc/html/gdk/diamond_cross.png +0 -0
  425. data/vendor/local/share/gtk-doc/html/gdk/dot.png +0 -0
  426. data/vendor/local/share/gtk-doc/html/gdk/dotbox.png +0 -0
  427. data/vendor/local/share/gtk-doc/html/gdk/double_arrow.png +0 -0
  428. data/vendor/local/share/gtk-doc/html/gdk/draft_large.png +0 -0
  429. data/vendor/local/share/gtk-doc/html/gdk/draft_small.png +0 -0
  430. data/vendor/local/share/gtk-doc/html/gdk/draped_box.png +0 -0
  431. data/vendor/local/share/gtk-doc/html/gdk/exchange.png +0 -0
  432. data/vendor/local/share/gtk-doc/html/gdk/fleur.png +0 -0
  433. data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +0 -319
  434. data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +0 -611
  435. data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +0 -415
  436. data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +0 -950
  437. data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +0 -1137
  438. data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +0 -911
  439. data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +0 -2088
  440. data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +0 -1690
  441. data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +0 -1264
  442. data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +0 -1449
  443. data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +0 -1182
  444. data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +0 -902
  445. data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +0 -1653
  446. data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +0 -824
  447. data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +0 -960
  448. data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +0 -297
  449. data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +0 -1016
  450. data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +0 -861
  451. data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +0 -648
  452. data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +0 -968
  453. data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +0 -1005
  454. data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +0 -657
  455. data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +0 -210
  456. data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +0 -933
  457. data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +0 -827
  458. data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +0 -6581
  459. data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +0 -2486
  460. data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +0 -1331
  461. data/vendor/local/share/gtk-doc/html/gdk/gobbler.png +0 -0
  462. data/vendor/local/share/gtk-doc/html/gdk/gumby.png +0 -0
  463. data/vendor/local/share/gtk-doc/html/gdk/hand1.png +0 -0
  464. data/vendor/local/share/gtk-doc/html/gdk/hand2.png +0 -0
  465. data/vendor/local/share/gtk-doc/html/gdk/heart.png +0 -0
  466. data/vendor/local/share/gtk-doc/html/gdk/home.png +0 -0
  467. data/vendor/local/share/gtk-doc/html/gdk/icon.png +0 -0
  468. data/vendor/local/share/gtk-doc/html/gdk/index.html +0 -143
  469. data/vendor/local/share/gtk-doc/html/gdk/index.sgml +0 -1446
  470. data/vendor/local/share/gtk-doc/html/gdk/iron_cross.png +0 -0
  471. data/vendor/local/share/gtk-doc/html/gdk/left.png +0 -0
  472. data/vendor/local/share/gtk-doc/html/gdk/left_ptr.png +0 -0
  473. data/vendor/local/share/gtk-doc/html/gdk/left_side.png +0 -0
  474. data/vendor/local/share/gtk-doc/html/gdk/left_tee.png +0 -0
  475. data/vendor/local/share/gtk-doc/html/gdk/leftbutton.png +0 -0
  476. data/vendor/local/share/gtk-doc/html/gdk/ll_angle.png +0 -0
  477. data/vendor/local/share/gtk-doc/html/gdk/lr_angle.png +0 -0
  478. data/vendor/local/share/gtk-doc/html/gdk/man.png +0 -0
  479. data/vendor/local/share/gtk-doc/html/gdk/middlebutton.png +0 -0
  480. data/vendor/local/share/gtk-doc/html/gdk/mouse.png +0 -0
  481. data/vendor/local/share/gtk-doc/html/gdk/multihead.html +0 -201
  482. data/vendor/local/share/gtk-doc/html/gdk/pencil.png +0 -0
  483. data/vendor/local/share/gtk-doc/html/gdk/pirate.png +0 -0
  484. data/vendor/local/share/gtk-doc/html/gdk/plus.png +0 -0
  485. data/vendor/local/share/gtk-doc/html/gdk/question_arrow.png +0 -0
  486. data/vendor/local/share/gtk-doc/html/gdk/reference.html +0 -131
  487. data/vendor/local/share/gtk-doc/html/gdk/right.png +0 -0
  488. data/vendor/local/share/gtk-doc/html/gdk/right_ptr.png +0 -0
  489. data/vendor/local/share/gtk-doc/html/gdk/right_side.png +0 -0
  490. data/vendor/local/share/gtk-doc/html/gdk/right_tee.png +0 -0
  491. data/vendor/local/share/gtk-doc/html/gdk/rightbutton.png +0 -0
  492. data/vendor/local/share/gtk-doc/html/gdk/rotated-text.png +0 -0
  493. data/vendor/local/share/gtk-doc/html/gdk/rtl_logo.png +0 -0
  494. data/vendor/local/share/gtk-doc/html/gdk/sailboat.png +0 -0
  495. data/vendor/local/share/gtk-doc/html/gdk/sb_down_arrow.png +0 -0
  496. data/vendor/local/share/gtk-doc/html/gdk/sb_h_double_arrow.png +0 -0
  497. data/vendor/local/share/gtk-doc/html/gdk/sb_left_arrow.png +0 -0
  498. data/vendor/local/share/gtk-doc/html/gdk/sb_right_arrow.png +0 -0
  499. data/vendor/local/share/gtk-doc/html/gdk/sb_up_arrow.png +0 -0
  500. data/vendor/local/share/gtk-doc/html/gdk/sb_v_double_arrow.png +0 -0
  501. data/vendor/local/share/gtk-doc/html/gdk/shuttle.png +0 -0
  502. data/vendor/local/share/gtk-doc/html/gdk/sizing.png +0 -0
  503. data/vendor/local/share/gtk-doc/html/gdk/spider.png +0 -0
  504. data/vendor/local/share/gtk-doc/html/gdk/spraycan.png +0 -0
  505. data/vendor/local/share/gtk-doc/html/gdk/star.png +0 -0
  506. data/vendor/local/share/gtk-doc/html/gdk/style.css +0 -266
  507. data/vendor/local/share/gtk-doc/html/gdk/target.png +0 -0
  508. data/vendor/local/share/gtk-doc/html/gdk/tcross.png +0 -0
  509. data/vendor/local/share/gtk-doc/html/gdk/top_left_arrow.png +0 -0
  510. data/vendor/local/share/gtk-doc/html/gdk/top_left_corner.png +0 -0
  511. data/vendor/local/share/gtk-doc/html/gdk/top_right_corner.png +0 -0
  512. data/vendor/local/share/gtk-doc/html/gdk/top_side.png +0 -0
  513. data/vendor/local/share/gtk-doc/html/gdk/top_tee.png +0 -0
  514. data/vendor/local/share/gtk-doc/html/gdk/trek.png +0 -0
  515. data/vendor/local/share/gtk-doc/html/gdk/ul_angle.png +0 -0
  516. data/vendor/local/share/gtk-doc/html/gdk/umbrella.png +0 -0
  517. data/vendor/local/share/gtk-doc/html/gdk/up.png +0 -0
  518. data/vendor/local/share/gtk-doc/html/gdk/ur_angle.png +0 -0
  519. data/vendor/local/share/gtk-doc/html/gdk/watch.png +0 -0
  520. data/vendor/local/share/gtk-doc/html/gdk/xterm.png +0 -0
  521. data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +0 -77
  522. data/vendor/local/share/gtk-doc/html/gtk/Actions.html +0 -53
  523. data/vendor/local/share/gtk-doc/html/gtk/Builder.html +0 -38
  524. data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +0 -53
  525. data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +0 -83
  526. data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +0 -56
  527. data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +0 -1423
  528. data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +0 -340
  529. data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +0 -147
  530. data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +0 -1582
  531. data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +0 -1222
  532. data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +0 -856
  533. data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +0 -807
  534. data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +0 -390
  535. data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +0 -205
  536. data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +0 -238
  537. data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +0 -1134
  538. data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +0 -131
  539. data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +0 -773
  540. data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +0 -638
  541. data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +0 -1121
  542. data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +0 -1110
  543. data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +0 -555
  544. data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +0 -3832
  545. data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +0 -2563
  546. data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +0 -1059
  547. data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +0 -270
  548. data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +0 -520
  549. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +0 -1132
  550. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +0 -254
  551. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +0 -227
  552. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +0 -206
  553. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +0 -199
  554. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +0 -161
  555. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +0 -157
  556. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +0 -582
  557. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +0 -351
  558. data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +0 -433
  559. data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +0 -214
  560. data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +0 -436
  561. data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +0 -786
  562. data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +0 -231
  563. data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +0 -507
  564. data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +0 -1555
  565. data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +0 -298
  566. data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +0 -328
  567. data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +0 -1510
  568. data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +0 -423
  569. data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +0 -1323
  570. data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +0 -251
  571. data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +0 -662
  572. data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +0 -3428
  573. data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +0 -590
  574. data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +0 -1128
  575. data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +0 -292
  576. data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +0 -739
  577. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +0 -3186
  578. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +0 -498
  579. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +0 -321
  580. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +0 -170
  581. data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +0 -611
  582. data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +0 -326
  583. data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +0 -571
  584. data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +0 -526
  585. data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +0 -417
  586. data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +0 -444
  587. data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +0 -127
  588. data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +0 -132
  589. data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +0 -230
  590. data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +0 -108
  591. data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +0 -129
  592. data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +0 -462
  593. data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +0 -160
  594. data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +0 -125
  595. data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +0 -130
  596. data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +0 -478
  597. data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +0 -947
  598. data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +0 -148
  599. data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +0 -175
  600. data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +0 -1410
  601. data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +0 -2689
  602. data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +0 -1501
  603. data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +0 -456
  604. data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +0 -714
  605. data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +0 -200
  606. data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +0 -197
  607. data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +0 -235
  608. data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +0 -1172
  609. data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +0 -2086
  610. data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +0 -577
  611. data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +0 -390
  612. data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +0 -972
  613. data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +0 -438
  614. data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +0 -1056
  615. data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +0 -1353
  616. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +0 -412
  617. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +0 -882
  618. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +0 -671
  619. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +0 -431
  620. data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +0 -786
  621. data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +0 -313
  622. data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +0 -2682
  623. data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +0 -1217
  624. data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +0 -186
  625. data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +0 -501
  626. data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +0 -333
  627. data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +0 -937
  628. data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +0 -242
  629. data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +0 -760
  630. data/vendor/local/share/gtk-doc/html/gtk/GtkPaperSize.html +0 -820
  631. data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +0 -239
  632. data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +0 -357
  633. data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +0 -652
  634. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +0 -513
  635. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +0 -527
  636. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +0 -2677
  637. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +0 -853
  638. data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +0 -931
  639. data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +0 -555
  640. data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +0 -852
  641. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +0 -367
  642. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +0 -525
  643. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +0 -457
  644. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +0 -327
  645. data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +0 -1389
  646. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +0 -267
  647. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +0 -1376
  648. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +0 -228
  649. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +0 -259
  650. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +0 -155
  651. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +0 -620
  652. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +0 -1564
  653. data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +0 -357
  654. data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +0 -537
  655. data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +0 -571
  656. data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +0 -187
  657. data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +0 -738
  658. data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +0 -90
  659. data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +0 -110
  660. data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +0 -211
  661. data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +0 -1215
  662. data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +0 -440
  663. data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +0 -388
  664. data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +0 -1260
  665. data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +0 -203
  666. data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +0 -1716
  667. data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +0 -491
  668. data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +0 -4192
  669. data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +0 -759
  670. data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +0 -135
  671. data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +0 -668
  672. data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +0 -3605
  673. data/vendor/local/share/gtk-doc/html/gtk/GtkTextIter.html +0 -2871
  674. data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +0 -325
  675. data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +0 -1157
  676. data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +0 -381
  677. data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +0 -3002
  678. data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +0 -452
  679. data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +0 -315
  680. data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +0 -508
  681. data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +0 -279
  682. data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +0 -667
  683. data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +0 -1147
  684. data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +0 -705
  685. data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +0 -1007
  686. data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +0 -394
  687. data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +0 -1851
  688. data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +0 -414
  689. data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +0 -450
  690. data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +0 -767
  691. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +0 -266
  692. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +0 -2402
  693. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +0 -654
  694. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +0 -551
  695. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +0 -796
  696. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +0 -458
  697. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +0 -1028
  698. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +0 -4656
  699. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +0 -1845
  700. data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +0 -1290
  701. data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +0 -133
  702. data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +0 -209
  703. data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +0 -108
  704. data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +0 -129
  705. data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +0 -160
  706. data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +0 -123
  707. data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +0 -111
  708. data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +0 -398
  709. data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +0 -112
  710. data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +0 -10064
  711. data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +0 -4007
  712. data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +0 -175
  713. data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +0 -74
  714. data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +0 -95
  715. data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +0 -68
  716. data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +0 -53
  717. data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +0 -41
  718. data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +0 -38
  719. data/vendor/local/share/gtk-doc/html/gtk/Printing.html +0 -59
  720. data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +0 -50
  721. data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +0 -41
  722. data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +0 -71
  723. data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +0 -47
  724. data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +0 -266
  725. data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +0 -53
  726. data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +0 -556
  727. data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +0 -104
  728. data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +0 -57
  729. data/vendor/local/share/gtk-doc/html/gtk/aboutdialog.png +0 -0
  730. data/vendor/local/share/gtk-doc/html/gtk/accel-label.png +0 -0
  731. data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +0 -95
  732. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +0 -2095
  733. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +0 -790
  734. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +0 -786
  735. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +0 -602
  736. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +0 -518
  737. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +0 -291
  738. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +0 -465
  739. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +0 -181
  740. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +0 -121
  741. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +0 -1858
  742. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +0 -1090
  743. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +0 -386
  744. data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +0 -3401
  745. data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +0 -22926
  746. data/vendor/local/share/gtk-doc/html/gtk/application-exit.png +0 -0
  747. data/vendor/local/share/gtk-doc/html/gtk/assistant.png +0 -0
  748. data/vendor/local/share/gtk-doc/html/gtk/button.png +0 -0
  749. data/vendor/local/share/gtk-doc/html/gtk/ch01.html +0 -246
  750. data/vendor/local/share/gtk-doc/html/gtk/ch02.html +0 -154
  751. data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +0 -496
  752. data/vendor/local/share/gtk-doc/html/gtk/check-button.png +0 -0
  753. data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +0 -84
  754. data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +0 -89
  755. data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +0 -41
  756. data/vendor/local/share/gtk-doc/html/gtk/color-button.png +0 -0
  757. data/vendor/local/share/gtk-doc/html/gtk/colorsel.png +0 -0
  758. data/vendor/local/share/gtk-doc/html/gtk/combo-box-entry.png +0 -0
  759. data/vendor/local/share/gtk-doc/html/gtk/combo-box.png +0 -0
  760. data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +0 -50
  761. data/vendor/local/share/gtk-doc/html/gtk/dialog-error.png +0 -0
  762. data/vendor/local/share/gtk-doc/html/gtk/dialog-information.png +0 -0
  763. data/vendor/local/share/gtk-doc/html/gtk/dialog-password.png +0 -0
  764. data/vendor/local/share/gtk-doc/html/gtk/dialog-question.png +0 -0
  765. data/vendor/local/share/gtk-doc/html/gtk/dialog-warning.png +0 -0
  766. data/vendor/local/share/gtk-doc/html/gtk/document-new.png +0 -0
  767. data/vendor/local/share/gtk-doc/html/gtk/document-open.png +0 -0
  768. data/vendor/local/share/gtk-doc/html/gtk/document-print-preview.png +0 -0
  769. data/vendor/local/share/gtk-doc/html/gtk/document-print.png +0 -0
  770. data/vendor/local/share/gtk-doc/html/gtk/document-properties.png +0 -0
  771. data/vendor/local/share/gtk-doc/html/gtk/document-revert-ltr.png +0 -0
  772. data/vendor/local/share/gtk-doc/html/gtk/document-revert-rtl.png +0 -0
  773. data/vendor/local/share/gtk-doc/html/gtk/document-save-as.png +0 -0
  774. data/vendor/local/share/gtk-doc/html/gtk/document-save.png +0 -0
  775. data/vendor/local/share/gtk-doc/html/gtk/drive-harddisk.png +0 -0
  776. data/vendor/local/share/gtk-doc/html/gtk/edit-clear.png +0 -0
  777. data/vendor/local/share/gtk-doc/html/gtk/edit-copy.png +0 -0
  778. data/vendor/local/share/gtk-doc/html/gtk/edit-cut.png +0 -0
  779. data/vendor/local/share/gtk-doc/html/gtk/edit-delete.png +0 -0
  780. data/vendor/local/share/gtk-doc/html/gtk/edit-find-replace.png +0 -0
  781. data/vendor/local/share/gtk-doc/html/gtk/edit-find.png +0 -0
  782. data/vendor/local/share/gtk-doc/html/gtk/edit-paste.png +0 -0
  783. data/vendor/local/share/gtk-doc/html/gtk/edit-redo-ltr.png +0 -0
  784. data/vendor/local/share/gtk-doc/html/gtk/edit-redo-rtl.png +0 -0
  785. data/vendor/local/share/gtk-doc/html/gtk/edit-select-all.png +0 -0
  786. data/vendor/local/share/gtk-doc/html/gtk/edit-undo-ltr.png +0 -0
  787. data/vendor/local/share/gtk-doc/html/gtk/edit-undo-rtl.png +0 -0
  788. data/vendor/local/share/gtk-doc/html/gtk/entry.png +0 -0
  789. data/vendor/local/share/gtk-doc/html/gtk/figure-hierarchical-drawing.png +0 -0
  790. data/vendor/local/share/gtk-doc/html/gtk/figure-windowed-label.png +0 -0
  791. data/vendor/local/share/gtk-doc/html/gtk/file-button.png +0 -0
  792. data/vendor/local/share/gtk-doc/html/gtk/filechooser.png +0 -0
  793. data/vendor/local/share/gtk-doc/html/gtk/folder.png +0 -0
  794. data/vendor/local/share/gtk-doc/html/gtk/font-button.png +0 -0
  795. data/vendor/local/share/gtk-doc/html/gtk/fontsel.png +0 -0
  796. data/vendor/local/share/gtk-doc/html/gtk/format-indent-less-ltr.png +0 -0
  797. data/vendor/local/share/gtk-doc/html/gtk/format-indent-less-rtl.png +0 -0
  798. data/vendor/local/share/gtk-doc/html/gtk/format-indent-more-ltr.png +0 -0
  799. data/vendor/local/share/gtk-doc/html/gtk/format-indent-more-rtl.png +0 -0
  800. data/vendor/local/share/gtk-doc/html/gtk/format-justify-center.png +0 -0
  801. data/vendor/local/share/gtk-doc/html/gtk/format-justify-fill.png +0 -0
  802. data/vendor/local/share/gtk-doc/html/gtk/format-justify-left.png +0 -0
  803. data/vendor/local/share/gtk-doc/html/gtk/format-justify-right.png +0 -0
  804. data/vendor/local/share/gtk-doc/html/gtk/format-text-bold.png +0 -0
  805. data/vendor/local/share/gtk-doc/html/gtk/format-text-italic.png +0 -0
  806. data/vendor/local/share/gtk-doc/html/gtk/format-text-strikethrough.png +0 -0
  807. data/vendor/local/share/gtk-doc/html/gtk/format-text-underline.png +0 -0
  808. data/vendor/local/share/gtk-doc/html/gtk/frame.png +0 -0
  809. data/vendor/local/share/gtk-doc/html/gtk/glossary.html +0 -312
  810. data/vendor/local/share/gtk-doc/html/gtk/go-bottom.png +0 -0
  811. data/vendor/local/share/gtk-doc/html/gtk/go-down.png +0 -0
  812. data/vendor/local/share/gtk-doc/html/gtk/go-first-ltr.png +0 -0
  813. data/vendor/local/share/gtk-doc/html/gtk/go-first-rtl.png +0 -0
  814. data/vendor/local/share/gtk-doc/html/gtk/go-home.png +0 -0
  815. data/vendor/local/share/gtk-doc/html/gtk/go-jump-ltr.png +0 -0
  816. data/vendor/local/share/gtk-doc/html/gtk/go-jump-rtl.png +0 -0
  817. data/vendor/local/share/gtk-doc/html/gtk/go-last-ltr.png +0 -0
  818. data/vendor/local/share/gtk-doc/html/gtk/go-last-rtl.png +0 -0
  819. data/vendor/local/share/gtk-doc/html/gtk/go-next-ltr.png +0 -0
  820. data/vendor/local/share/gtk-doc/html/gtk/go-next-rtl.png +0 -0
  821. data/vendor/local/share/gtk-doc/html/gtk/go-previous-ltr.png +0 -0
  822. data/vendor/local/share/gtk-doc/html/gtk/go-previous-rtl.png +0 -0
  823. data/vendor/local/share/gtk-doc/html/gtk/go-top.png +0 -0
  824. data/vendor/local/share/gtk-doc/html/gtk/go-up.png +0 -0
  825. data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +0 -522
  826. data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +0 -857
  827. data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +0 -1525
  828. data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +0 -1419
  829. data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +0 -285
  830. data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +0 -346
  831. data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +0 -1760
  832. data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +0 -123
  833. data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +0 -439
  834. data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +0 -2571
  835. data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +0 -979
  836. data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +0 -169
  837. data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +0 -1726
  838. data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +0 -1601
  839. data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +0 -1536
  840. data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +0 -1357
  841. data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +0 -1565
  842. data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +0 -589
  843. data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +0 -1497
  844. data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +0 -1574
  845. data/vendor/local/share/gtk-doc/html/gtk/gtk-apply.png +0 -0
  846. data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +0 -86
  847. data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +0 -441
  848. data/vendor/local/share/gtk-doc/html/gtk/gtk-cancel.png +0 -0
  849. data/vendor/local/share/gtk-doc/html/gtk/gtk-caps-lock-warning.png +0 -0
  850. data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +0 -568
  851. data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +0 -1175
  852. data/vendor/local/share/gtk-doc/html/gtk/gtk-color-picker.png +0 -0
  853. data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +0 -111
  854. data/vendor/local/share/gtk-doc/html/gtk/gtk-connect.png +0 -0
  855. data/vendor/local/share/gtk-doc/html/gtk/gtk-convert.png +0 -0
  856. data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +0 -60
  857. data/vendor/local/share/gtk-doc/html/gtk/gtk-disconnect.png +0 -0
  858. data/vendor/local/share/gtk-doc/html/gtk/gtk-dnd-multiple.png +0 -0
  859. data/vendor/local/share/gtk-doc/html/gtk/gtk-dnd.png +0 -0
  860. data/vendor/local/share/gtk-doc/html/gtk/gtk-edit.png +0 -0
  861. data/vendor/local/share/gtk-doc/html/gtk/gtk-font.png +0 -0
  862. data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +0 -493
  863. data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +0 -509
  864. data/vendor/local/share/gtk-doc/html/gtk/gtk-index.png +0 -0
  865. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +0 -85
  866. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +0 -160
  867. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +0 -91
  868. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +0 -102
  869. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +0 -118
  870. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +0 -107
  871. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +0 -256
  872. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +0 -80
  873. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +0 -264
  874. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +0 -155
  875. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +0 -310
  876. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +0 -163
  877. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +0 -293
  878. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +0 -45
  879. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +0 -124
  880. data/vendor/local/share/gtk-doc/html/gtk/gtk-no.png +0 -0
  881. data/vendor/local/share/gtk-doc/html/gtk/gtk-ok.png +0 -0
  882. data/vendor/local/share/gtk-doc/html/gtk/gtk-orientation-landscape.png +0 -0
  883. data/vendor/local/share/gtk-doc/html/gtk/gtk-orientation-portrait.png +0 -0
  884. data/vendor/local/share/gtk-doc/html/gtk/gtk-orientation-reverse-landscape.png +0 -0
  885. data/vendor/local/share/gtk-doc/html/gtk/gtk-orientation-reverse-portrait.png +0 -0
  886. data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +0 -53
  887. data/vendor/local/share/gtk-doc/html/gtk/gtk-page-setup.png +0 -0
  888. data/vendor/local/share/gtk-doc/html/gtk/gtk-preferences.png +0 -0
  889. data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +0 -68
  890. data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +0 -1422
  891. data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +0 -143
  892. data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +0 -344
  893. data/vendor/local/share/gtk-doc/html/gtk/gtk-select-color.png +0 -0
  894. data/vendor/local/share/gtk-doc/html/gtk/gtk-undelete-ltr.png +0 -0
  895. data/vendor/local/share/gtk-doc/html/gtk/gtk-undelete-rtl.png +0 -0
  896. data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +0 -106
  897. data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +0 -87
  898. data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +0 -134
  899. data/vendor/local/share/gtk-doc/html/gtk/gtk-yes.png +0 -0
  900. data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +0 -6465
  901. data/vendor/local/share/gtk-doc/html/gtk/gtk.html +0 -159
  902. data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +0 -95
  903. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +0 -40
  904. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +0 -41
  905. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +0 -55
  906. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +0 -51
  907. data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +0 -668
  908. data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +0 -206
  909. data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +0 -97
  910. data/vendor/local/share/gtk-doc/html/gtk/help-about.png +0 -0
  911. data/vendor/local/share/gtk-doc/html/gtk/help-contents.png +0 -0
  912. data/vendor/local/share/gtk-doc/html/gtk/home.png +0 -0
  913. data/vendor/local/share/gtk-doc/html/gtk/icon-view.png +0 -0
  914. data/vendor/local/share/gtk-doc/html/gtk/image-missing.png +0 -0
  915. data/vendor/local/share/gtk-doc/html/gtk/image.png +0 -0
  916. data/vendor/local/share/gtk-doc/html/gtk/index.html +0 -875
  917. data/vendor/local/share/gtk-doc/html/gtk/index.sgml +0 -7988
  918. data/vendor/local/share/gtk-doc/html/gtk/label.png +0 -0
  919. data/vendor/local/share/gtk-doc/html/gtk/layout-btlr.png +0 -0
  920. data/vendor/local/share/gtk-doc/html/gtk/layout-btrl.png +0 -0
  921. data/vendor/local/share/gtk-doc/html/gtk/layout-lrbt.png +0 -0
  922. data/vendor/local/share/gtk-doc/html/gtk/layout-lrtb.png +0 -0
  923. data/vendor/local/share/gtk-doc/html/gtk/layout-rlbt.png +0 -0
  924. data/vendor/local/share/gtk-doc/html/gtk/layout-rltb.png +0 -0
  925. data/vendor/local/share/gtk-doc/html/gtk/layout-tblr.png +0 -0
  926. data/vendor/local/share/gtk-doc/html/gtk/layout-tbrl.png +0 -0
  927. data/vendor/local/share/gtk-doc/html/gtk/left.png +0 -0
  928. data/vendor/local/share/gtk-doc/html/gtk/link-button.png +0 -0
  929. data/vendor/local/share/gtk-doc/html/gtk/list-add.png +0 -0
  930. data/vendor/local/share/gtk-doc/html/gtk/list-and-tree.png +0 -0
  931. data/vendor/local/share/gtk-doc/html/gtk/list-remove.png +0 -0
  932. data/vendor/local/share/gtk-doc/html/gtk/media-floppy.png +0 -0
  933. data/vendor/local/share/gtk-doc/html/gtk/media-optical.png +0 -0
  934. data/vendor/local/share/gtk-doc/html/gtk/media-playback-pause.png +0 -0
  935. data/vendor/local/share/gtk-doc/html/gtk/media-playback-start-ltr.png +0 -0
  936. data/vendor/local/share/gtk-doc/html/gtk/media-playback-start-rtl.png +0 -0
  937. data/vendor/local/share/gtk-doc/html/gtk/media-playback-stop.png +0 -0
  938. data/vendor/local/share/gtk-doc/html/gtk/media-record.png +0 -0
  939. data/vendor/local/share/gtk-doc/html/gtk/media-seek-backward-ltr.png +0 -0
  940. data/vendor/local/share/gtk-doc/html/gtk/media-seek-backward-rtl.png +0 -0
  941. data/vendor/local/share/gtk-doc/html/gtk/media-seek-forward-ltr.png +0 -0
  942. data/vendor/local/share/gtk-doc/html/gtk/media-seek-forward-rtl.png +0 -0
  943. data/vendor/local/share/gtk-doc/html/gtk/media-skip-backward-ltr.png +0 -0
  944. data/vendor/local/share/gtk-doc/html/gtk/media-skip-backward-rtl.png +0 -0
  945. data/vendor/local/share/gtk-doc/html/gtk/media-skip-forward-ltr.png +0 -0
  946. data/vendor/local/share/gtk-doc/html/gtk/media-skip-forward-rtl.png +0 -0
  947. data/vendor/local/share/gtk-doc/html/gtk/menubar.png +0 -0
  948. data/vendor/local/share/gtk-doc/html/gtk/messagedialog.png +0 -0
  949. data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +0 -94
  950. data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +0 -351
  951. data/vendor/local/share/gtk-doc/html/gtk/migrating.html +0 -104
  952. data/vendor/local/share/gtk-doc/html/gtk/multiline-text.png +0 -0
  953. data/vendor/local/share/gtk-doc/html/gtk/network-idle.png +0 -0
  954. data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +0 -71
  955. data/vendor/local/share/gtk-doc/html/gtk/notebook.png +0 -0
  956. data/vendor/local/share/gtk-doc/html/gtk/pagesetupdialog.png +0 -0
  957. data/vendor/local/share/gtk-doc/html/gtk/panes.png +0 -0
  958. data/vendor/local/share/gtk-doc/html/gtk/printdialog.png +0 -0
  959. data/vendor/local/share/gtk-doc/html/gtk/printer-error.png +0 -0
  960. data/vendor/local/share/gtk-doc/html/gtk/printer-info.png +0 -0
  961. data/vendor/local/share/gtk-doc/html/gtk/printer-paused.png +0 -0
  962. data/vendor/local/share/gtk-doc/html/gtk/printer-warning.png +0 -0
  963. data/vendor/local/share/gtk-doc/html/gtk/process-stop.png +0 -0
  964. data/vendor/local/share/gtk-doc/html/gtk/progressbar.png +0 -0
  965. data/vendor/local/share/gtk-doc/html/gtk/pt05.html +0 -44
  966. data/vendor/local/share/gtk-doc/html/gtk/radio-group.png +0 -0
  967. data/vendor/local/share/gtk-doc/html/gtk/recentchooserdialog.png +0 -0
  968. data/vendor/local/share/gtk-doc/html/gtk/right.png +0 -0
  969. data/vendor/local/share/gtk-doc/html/gtk/scales.png +0 -0
  970. data/vendor/local/share/gtk-doc/html/gtk/scrolledwindow.png +0 -0
  971. data/vendor/local/share/gtk-doc/html/gtk/separator.png +0 -0
  972. data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +0 -77
  973. data/vendor/local/share/gtk-doc/html/gtk/spinbutton.png +0 -0
  974. data/vendor/local/share/gtk-doc/html/gtk/spinner.png +0 -0
  975. data/vendor/local/share/gtk-doc/html/gtk/statusbar.png +0 -0
  976. data/vendor/local/share/gtk-doc/html/gtk/style.css +0 -266
  977. data/vendor/local/share/gtk-doc/html/gtk/system-run.png +0 -0
  978. data/vendor/local/share/gtk-doc/html/gtk/text-x-generic.png +0 -0
  979. data/vendor/local/share/gtk-doc/html/gtk/toggle-button.png +0 -0
  980. data/vendor/local/share/gtk-doc/html/gtk/toolbar.png +0 -0
  981. data/vendor/local/share/gtk-doc/html/gtk/toolpalette.png +0 -0
  982. data/vendor/local/share/gtk-doc/html/gtk/tools-check-spelling.png +0 -0
  983. data/vendor/local/share/gtk-doc/html/gtk/tree-view-coordinates.png +0 -0
  984. data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +0 -45
  985. data/vendor/local/share/gtk-doc/html/gtk/up.png +0 -0
  986. data/vendor/local/share/gtk-doc/html/gtk/view-fullscreen.png +0 -0
  987. data/vendor/local/share/gtk-doc/html/gtk/view-refresh.png +0 -0
  988. data/vendor/local/share/gtk-doc/html/gtk/view-restore.png +0 -0
  989. data/vendor/local/share/gtk-doc/html/gtk/view-sort-ascending.png +0 -0
  990. data/vendor/local/share/gtk-doc/html/gtk/view-sort-descending.png +0 -0
  991. data/vendor/local/share/gtk-doc/html/gtk/volumebutton.png +0 -0
  992. data/vendor/local/share/gtk-doc/html/gtk/window-close.png +0 -0
  993. data/vendor/local/share/gtk-doc/html/gtk/window.png +0 -0
  994. data/vendor/local/share/gtk-doc/html/gtk/zoom-fit-best.png +0 -0
  995. data/vendor/local/share/gtk-doc/html/gtk/zoom-in.png +0 -0
  996. data/vendor/local/share/gtk-doc/html/gtk/zoom-original.png +0 -0
  997. data/vendor/local/share/gtk-doc/html/gtk/zoom-out.png +0 -0
  998. data/vendor/local/share/locale/af/LC_MESSAGES/gtk20-properties.mo +0 -0
  999. data/vendor/local/share/locale/af/LC_MESSAGES/gtk20.mo +0 -0
  1000. data/vendor/local/share/locale/am/LC_MESSAGES/gtk20-properties.mo +0 -0
  1001. data/vendor/local/share/locale/am/LC_MESSAGES/gtk20.mo +0 -0
  1002. data/vendor/local/share/locale/ang/LC_MESSAGES/gtk20-properties.mo +0 -0
  1003. data/vendor/local/share/locale/ang/LC_MESSAGES/gtk20.mo +0 -0
  1004. data/vendor/local/share/locale/ar/LC_MESSAGES/gtk20-properties.mo +0 -0
  1005. data/vendor/local/share/locale/ar/LC_MESSAGES/gtk20.mo +0 -0
  1006. data/vendor/local/share/locale/as/LC_MESSAGES/gtk20-properties.mo +0 -0
  1007. data/vendor/local/share/locale/as/LC_MESSAGES/gtk20.mo +0 -0
  1008. data/vendor/local/share/locale/ast/LC_MESSAGES/gtk20-properties.mo +0 -0
  1009. data/vendor/local/share/locale/ast/LC_MESSAGES/gtk20.mo +0 -0
  1010. data/vendor/local/share/locale/az/LC_MESSAGES/gtk20-properties.mo +0 -0
  1011. data/vendor/local/share/locale/az/LC_MESSAGES/gtk20.mo +0 -0
  1012. data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo +0 -0
  1013. data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk20.mo +0 -0
  1014. data/vendor/local/share/locale/be/LC_MESSAGES/gtk20-properties.mo +0 -0
  1015. data/vendor/local/share/locale/be/LC_MESSAGES/gtk20.mo +0 -0
  1016. data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk20-properties.mo +0 -0
  1017. data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk20.mo +0 -0
  1018. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
  1019. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
  1020. data/vendor/local/share/locale/bn/LC_MESSAGES/gtk20-properties.mo +0 -0
  1021. data/vendor/local/share/locale/bn/LC_MESSAGES/gtk20.mo +0 -0
  1022. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk20-properties.mo +0 -0
  1023. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk20.mo +0 -0
  1024. data/vendor/local/share/locale/br/LC_MESSAGES/gtk20-properties.mo +0 -0
  1025. data/vendor/local/share/locale/br/LC_MESSAGES/gtk20.mo +0 -0
  1026. data/vendor/local/share/locale/bs/LC_MESSAGES/gtk20-properties.mo +0 -0
  1027. data/vendor/local/share/locale/bs/LC_MESSAGES/gtk20.mo +0 -0
  1028. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
  1029. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
  1030. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
  1031. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
  1032. data/vendor/local/share/locale/crh/LC_MESSAGES/gtk20-properties.mo +0 -0
  1033. data/vendor/local/share/locale/crh/LC_MESSAGES/gtk20.mo +0 -0
  1034. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20-properties.mo +0 -0
  1035. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
  1036. data/vendor/local/share/locale/cy/LC_MESSAGES/gtk20-properties.mo +0 -0
  1037. data/vendor/local/share/locale/cy/LC_MESSAGES/gtk20.mo +0 -0
  1038. data/vendor/local/share/locale/da/LC_MESSAGES/gtk20-properties.mo +0 -0
  1039. data/vendor/local/share/locale/da/LC_MESSAGES/gtk20.mo +0 -0
  1040. data/vendor/local/share/locale/de/LC_MESSAGES/gtk20-properties.mo +0 -0
  1041. data/vendor/local/share/locale/de/LC_MESSAGES/gtk20.mo +0 -0
  1042. data/vendor/local/share/locale/dz/LC_MESSAGES/gtk20-properties.mo +0 -0
  1043. data/vendor/local/share/locale/dz/LC_MESSAGES/gtk20.mo +0 -0
  1044. data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
  1045. data/vendor/local/share/locale/el/LC_MESSAGES/gtk20.mo +0 -0
  1046. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo +0 -0
  1047. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk20.mo +0 -0
  1048. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
  1049. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
  1050. data/vendor/local/share/locale/eo/LC_MESSAGES/gtk20-properties.mo +0 -0
  1051. data/vendor/local/share/locale/eo/LC_MESSAGES/gtk20.mo +0 -0
  1052. data/vendor/local/share/locale/es/LC_MESSAGES/gtk20-properties.mo +0 -0
  1053. data/vendor/local/share/locale/es/LC_MESSAGES/gtk20.mo +0 -0
  1054. data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
  1055. data/vendor/local/share/locale/et/LC_MESSAGES/gtk20.mo +0 -0
  1056. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk20-properties.mo +0 -0
  1057. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk20.mo +0 -0
  1058. data/vendor/local/share/locale/fa/LC_MESSAGES/gtk20-properties.mo +0 -0
  1059. data/vendor/local/share/locale/fa/LC_MESSAGES/gtk20.mo +0 -0
  1060. data/vendor/local/share/locale/fi/LC_MESSAGES/gtk20-properties.mo +0 -0
  1061. data/vendor/local/share/locale/fi/LC_MESSAGES/gtk20.mo +0 -0
  1062. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk20-properties.mo +0 -0
  1063. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk20.mo +0 -0
  1064. data/vendor/local/share/locale/ga/LC_MESSAGES/gtk20-properties.mo +0 -0
  1065. data/vendor/local/share/locale/ga/LC_MESSAGES/gtk20.mo +0 -0
  1066. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20-properties.mo +0 -0
  1067. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
  1068. data/vendor/local/share/locale/gu/LC_MESSAGES/gtk20-properties.mo +0 -0
  1069. data/vendor/local/share/locale/gu/LC_MESSAGES/gtk20.mo +0 -0
  1070. data/vendor/local/share/locale/he/LC_MESSAGES/gtk20-properties.mo +0 -0
  1071. data/vendor/local/share/locale/he/LC_MESSAGES/gtk20.mo +0 -0
  1072. data/vendor/local/share/locale/hi/LC_MESSAGES/gtk20-properties.mo +0 -0
  1073. data/vendor/local/share/locale/hi/LC_MESSAGES/gtk20.mo +0 -0
  1074. data/vendor/local/share/locale/hr/LC_MESSAGES/gtk20-properties.mo +0 -0
  1075. data/vendor/local/share/locale/hr/LC_MESSAGES/gtk20.mo +0 -0
  1076. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20-properties.mo +0 -0
  1077. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
  1078. data/vendor/local/share/locale/hy/LC_MESSAGES/gtk20-properties.mo +0 -0
  1079. data/vendor/local/share/locale/hy/LC_MESSAGES/gtk20.mo +0 -0
  1080. data/vendor/local/share/locale/ia/LC_MESSAGES/gtk20-properties.mo +0 -0
  1081. data/vendor/local/share/locale/ia/LC_MESSAGES/gtk20.mo +0 -0
  1082. data/vendor/local/share/locale/id/LC_MESSAGES/gtk20-properties.mo +0 -0
  1083. data/vendor/local/share/locale/id/LC_MESSAGES/gtk20.mo +0 -0
  1084. data/vendor/local/share/locale/io/LC_MESSAGES/gtk20-properties.mo +0 -0
  1085. data/vendor/local/share/locale/io/LC_MESSAGES/gtk20.mo +0 -0
  1086. data/vendor/local/share/locale/is/LC_MESSAGES/gtk20-properties.mo +0 -0
  1087. data/vendor/local/share/locale/is/LC_MESSAGES/gtk20.mo +0 -0
  1088. data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
  1089. data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
  1090. data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
  1091. data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20.mo +0 -0
  1092. data/vendor/local/share/locale/ka/LC_MESSAGES/gtk20-properties.mo +0 -0
  1093. data/vendor/local/share/locale/ka/LC_MESSAGES/gtk20.mo +0 -0
  1094. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk20-properties.mo +0 -0
  1095. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk20.mo +0 -0
  1096. data/vendor/local/share/locale/kn/LC_MESSAGES/gtk20-properties.mo +0 -0
  1097. data/vendor/local/share/locale/kn/LC_MESSAGES/gtk20.mo +0 -0
  1098. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk20-properties.mo +0 -0
  1099. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk20.mo +0 -0
  1100. data/vendor/local/share/locale/ku/LC_MESSAGES/gtk20-properties.mo +0 -0
  1101. data/vendor/local/share/locale/ku/LC_MESSAGES/gtk20.mo +0 -0
  1102. data/vendor/local/share/locale/li/LC_MESSAGES/gtk20-properties.mo +0 -0
  1103. data/vendor/local/share/locale/li/LC_MESSAGES/gtk20.mo +0 -0
  1104. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
  1105. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
  1106. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk20-properties.mo +0 -0
  1107. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk20.mo +0 -0
  1108. data/vendor/local/share/locale/mai/LC_MESSAGES/gtk20-properties.mo +0 -0
  1109. data/vendor/local/share/locale/mai/LC_MESSAGES/gtk20.mo +0 -0
  1110. data/vendor/local/share/locale/mi/LC_MESSAGES/gtk20-properties.mo +0 -0
  1111. data/vendor/local/share/locale/mi/LC_MESSAGES/gtk20.mo +0 -0
  1112. data/vendor/local/share/locale/mk/LC_MESSAGES/gtk20-properties.mo +0 -0
  1113. data/vendor/local/share/locale/mk/LC_MESSAGES/gtk20.mo +0 -0
  1114. data/vendor/local/share/locale/ml/LC_MESSAGES/gtk20-properties.mo +0 -0
  1115. data/vendor/local/share/locale/ml/LC_MESSAGES/gtk20.mo +0 -0
  1116. data/vendor/local/share/locale/mn/LC_MESSAGES/gtk20-properties.mo +0 -0
  1117. data/vendor/local/share/locale/mn/LC_MESSAGES/gtk20.mo +0 -0
  1118. data/vendor/local/share/locale/mr/LC_MESSAGES/gtk20-properties.mo +0 -0
  1119. data/vendor/local/share/locale/mr/LC_MESSAGES/gtk20.mo +0 -0
  1120. data/vendor/local/share/locale/ms/LC_MESSAGES/gtk20-properties.mo +0 -0
  1121. data/vendor/local/share/locale/ms/LC_MESSAGES/gtk20.mo +0 -0
  1122. data/vendor/local/share/locale/my/LC_MESSAGES/gtk20-properties.mo +0 -0
  1123. data/vendor/local/share/locale/my/LC_MESSAGES/gtk20.mo +0 -0
  1124. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20-properties.mo +0 -0
  1125. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
  1126. data/vendor/local/share/locale/nds/LC_MESSAGES/gtk20-properties.mo +0 -0
  1127. data/vendor/local/share/locale/nds/LC_MESSAGES/gtk20.mo +0 -0
  1128. data/vendor/local/share/locale/ne/LC_MESSAGES/gtk20-properties.mo +0 -0
  1129. data/vendor/local/share/locale/ne/LC_MESSAGES/gtk20.mo +0 -0
  1130. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk20-properties.mo +0 -0
  1131. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk20.mo +0 -0
  1132. data/vendor/local/share/locale/nn/LC_MESSAGES/gtk20-properties.mo +0 -0
  1133. data/vendor/local/share/locale/nn/LC_MESSAGES/gtk20.mo +0 -0
  1134. data/vendor/local/share/locale/nso/LC_MESSAGES/gtk20-properties.mo +0 -0
  1135. data/vendor/local/share/locale/nso/LC_MESSAGES/gtk20.mo +0 -0
  1136. data/vendor/local/share/locale/oc/LC_MESSAGES/gtk20-properties.mo +0 -0
  1137. data/vendor/local/share/locale/oc/LC_MESSAGES/gtk20.mo +0 -0
  1138. data/vendor/local/share/locale/or/LC_MESSAGES/gtk20-properties.mo +0 -0
  1139. data/vendor/local/share/locale/or/LC_MESSAGES/gtk20.mo +0 -0
  1140. data/vendor/local/share/locale/pa/LC_MESSAGES/gtk20-properties.mo +0 -0
  1141. data/vendor/local/share/locale/pa/LC_MESSAGES/gtk20.mo +0 -0
  1142. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20-properties.mo +0 -0
  1143. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
  1144. data/vendor/local/share/locale/ps/LC_MESSAGES/gtk20-properties.mo +0 -0
  1145. data/vendor/local/share/locale/ps/LC_MESSAGES/gtk20.mo +0 -0
  1146. data/vendor/local/share/locale/pt/LC_MESSAGES/gtk20-properties.mo +0 -0
  1147. data/vendor/local/share/locale/pt/LC_MESSAGES/gtk20.mo +0 -0
  1148. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk20-properties.mo +0 -0
  1149. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk20.mo +0 -0
  1150. data/vendor/local/share/locale/ro/LC_MESSAGES/gtk20-properties.mo +0 -0
  1151. data/vendor/local/share/locale/ro/LC_MESSAGES/gtk20.mo +0 -0
  1152. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
  1153. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
  1154. data/vendor/local/share/locale/rw/LC_MESSAGES/gtk20-properties.mo +0 -0
  1155. data/vendor/local/share/locale/rw/LC_MESSAGES/gtk20.mo +0 -0
  1156. data/vendor/local/share/locale/si/LC_MESSAGES/gtk20-properties.mo +0 -0
  1157. data/vendor/local/share/locale/si/LC_MESSAGES/gtk20.mo +0 -0
  1158. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk20-properties.mo +0 -0
  1159. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk20.mo +0 -0
  1160. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20-properties.mo +0 -0
  1161. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
  1162. data/vendor/local/share/locale/sq/LC_MESSAGES/gtk20-properties.mo +0 -0
  1163. data/vendor/local/share/locale/sq/LC_MESSAGES/gtk20.mo +0 -0
  1164. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk20-properties.mo +0 -0
  1165. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk20.mo +0 -0
  1166. data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk20-properties.mo +0 -0
  1167. data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk20.mo +0 -0
  1168. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk20-properties.mo +0 -0
  1169. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk20.mo +0 -0
  1170. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk20-properties.mo +0 -0
  1171. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk20.mo +0 -0
  1172. data/vendor/local/share/locale/ta/LC_MESSAGES/gtk20-properties.mo +0 -0
  1173. data/vendor/local/share/locale/ta/LC_MESSAGES/gtk20.mo +0 -0
  1174. data/vendor/local/share/locale/te/LC_MESSAGES/gtk20-properties.mo +0 -0
  1175. data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
  1176. data/vendor/local/share/locale/th/LC_MESSAGES/gtk20-properties.mo +0 -0
  1177. data/vendor/local/share/locale/th/LC_MESSAGES/gtk20.mo +0 -0
  1178. data/vendor/local/share/locale/tk/LC_MESSAGES/gtk20-properties.mo +0 -0
  1179. data/vendor/local/share/locale/tk/LC_MESSAGES/gtk20.mo +0 -0
  1180. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk20-properties.mo +0 -0
  1181. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk20.mo +0 -0
  1182. data/vendor/local/share/locale/tt/LC_MESSAGES/gtk20-properties.mo +0 -0
  1183. data/vendor/local/share/locale/tt/LC_MESSAGES/gtk20.mo +0 -0
  1184. data/vendor/local/share/locale/ug/LC_MESSAGES/gtk20-properties.mo +0 -0
  1185. data/vendor/local/share/locale/ug/LC_MESSAGES/gtk20.mo +0 -0
  1186. data/vendor/local/share/locale/uk/LC_MESSAGES/gtk20-properties.mo +0 -0
  1187. data/vendor/local/share/locale/uk/LC_MESSAGES/gtk20.mo +0 -0
  1188. data/vendor/local/share/locale/ur/LC_MESSAGES/gtk20-properties.mo +0 -0
  1189. data/vendor/local/share/locale/ur/LC_MESSAGES/gtk20.mo +0 -0
  1190. data/vendor/local/share/locale/uz/LC_MESSAGES/gtk20-properties.mo +0 -0
  1191. data/vendor/local/share/locale/uz/LC_MESSAGES/gtk20.mo +0 -0
  1192. data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk20-properties.mo +0 -0
  1193. data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk20.mo +0 -0
  1194. data/vendor/local/share/locale/vi/LC_MESSAGES/gtk20-properties.mo +0 -0
  1195. data/vendor/local/share/locale/vi/LC_MESSAGES/gtk20.mo +0 -0
  1196. data/vendor/local/share/locale/wa/LC_MESSAGES/gtk20-properties.mo +0 -0
  1197. data/vendor/local/share/locale/wa/LC_MESSAGES/gtk20.mo +0 -0
  1198. data/vendor/local/share/locale/xh/LC_MESSAGES/gtk20-properties.mo +0 -0
  1199. data/vendor/local/share/locale/xh/LC_MESSAGES/gtk20.mo +0 -0
  1200. data/vendor/local/share/locale/yi/LC_MESSAGES/gtk20-properties.mo +0 -0
  1201. data/vendor/local/share/locale/yi/LC_MESSAGES/gtk20.mo +0 -0
  1202. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo +0 -0
  1203. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk20.mo +0 -0
  1204. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20-properties.mo +0 -0
  1205. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
  1206. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo +0 -0
  1207. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
  1208. data/vendor/local/share/themes/Default/gtk-2.0-key/gtkrc +0 -3
  1209. data/vendor/local/share/themes/Emacs/gtk-2.0-key/gtkrc +0 -113
  1210. data/vendor/local/share/themes/MS-Windows/gtk-2.0/gtkrc +0 -66
  1211. data/vendor/local/share/themes/Raleigh/gtk-2.0/gtkrc +0 -3
  1212. data/vendor/local/src/dieterv/packaging/gtk+_2.24.10-1_win32.log +0 -4954
  1213. data/vendor/local/src/dieterv/packaging/gtk+_2.24.10-1_win32.sh +0 -99
@@ -1,313 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
- <html>
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>GtkMisc</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
- <link rel="home" href="index.html" title="GTK+ 2 Reference Manual">
8
- <link rel="up" href="AbstractObjects.html" title="Abstract Base Classes">
9
- <link rel="prev" href="GtkMenuShell.html" title="GtkMenuShell">
10
- <link rel="next" href="GtkObject.html" title="GtkObject">
11
- <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
- <link rel="stylesheet" href="style.css" type="text/css">
13
- </head>
14
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
- <tr valign="middle">
17
- <td><a accesskey="p" href="GtkMenuShell.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
- <td><a accesskey="u" href="AbstractObjects.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
- <th width="100%" align="center">GTK+ 2 Reference Manual</th>
21
- <td><a accesskey="n" href="GtkObject.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
- </tr>
23
- <tr><td colspan="5" class="shortcuts">
24
- <a href="#GtkMisc.synopsis" class="shortcut">Top</a>
25
-  | 
26
- <a href="#GtkMisc.description" class="shortcut">Description</a>
27
-  | 
28
- <a href="#GtkMisc.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
-  | 
30
- <a href="#GtkMisc.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
31
-  | 
32
- <a href="#GtkMisc.properties" class="shortcut">Properties</a>
33
- </td></tr>
34
- </table>
35
- <div class="refentry">
36
- <a name="GtkMisc"></a><div class="titlepage"></div>
37
- <div class="refnamediv"><table width="100%"><tr>
38
- <td valign="top">
39
- <h2><span class="refentrytitle"><a name="GtkMisc.top_of_page"></a>GtkMisc</span></h2>
40
- <p>GtkMisc — Base class for widgets with alignments and padding</p>
41
- </td>
42
- <td valign="top" align="right"></td>
43
- </tr></table></div>
44
- <div class="refsynopsisdiv">
45
- <a name="GtkMisc.synopsis"></a><h2>Synopsis</h2>
46
- <pre class="synopsis">
47
- #include &lt;gtk/gtk.h&gt;
48
-
49
- struct <a class="link" href="GtkMisc.html#GtkMisc-struct" title="struct GtkMisc">GtkMisc</a>;
50
- <span class="returnvalue">void</span> <a class="link" href="GtkMisc.html#gtk-misc-set-alignment" title="gtk_misc_set_alignment ()">gtk_misc_set_alignment</a> (<em class="parameter"><code><a class="link" href="GtkMisc.html" title="GtkMisc"><span class="type">GtkMisc</span></a> *misc</code></em>,
51
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> xalign</code></em>,
52
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> yalign</code></em>);
53
- <span class="returnvalue">void</span> <a class="link" href="GtkMisc.html#gtk-misc-set-padding" title="gtk_misc_set_padding ()">gtk_misc_set_padding</a> (<em class="parameter"><code><a class="link" href="GtkMisc.html" title="GtkMisc"><span class="type">GtkMisc</span></a> *misc</code></em>,
54
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> xpad</code></em>,
55
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ypad</code></em>);
56
- <span class="returnvalue">void</span> <a class="link" href="GtkMisc.html#gtk-misc-get-alignment" title="gtk_misc_get_alignment ()">gtk_misc_get_alignment</a> (<em class="parameter"><code><a class="link" href="GtkMisc.html" title="GtkMisc"><span class="type">GtkMisc</span></a> *misc</code></em>,
57
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> *xalign</code></em>,
58
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> *yalign</code></em>);
59
- <span class="returnvalue">void</span> <a class="link" href="GtkMisc.html#gtk-misc-get-padding" title="gtk_misc_get_padding ()">gtk_misc_get_padding</a> (<em class="parameter"><code><a class="link" href="GtkMisc.html" title="GtkMisc"><span class="type">GtkMisc</span></a> *misc</code></em>,
60
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *xpad</code></em>,
61
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *ypad</code></em>);
62
- </pre>
63
- </div>
64
- <div class="refsect1">
65
- <a name="GtkMisc.object-hierarchy"></a><h2>Object Hierarchy</h2>
66
- <pre class="synopsis">
67
- <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
68
- +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
69
- +----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
70
- +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
71
- +----GtkMisc
72
- +----<a class="link" href="GtkLabel.html" title="GtkLabel">GtkLabel</a>
73
- +----<a class="link" href="GtkArrow.html" title="GtkArrow">GtkArrow</a>
74
- +----<a class="link" href="GtkImage.html" title="GtkImage">GtkImage</a>
75
- +----<a class="link" href="GtkPixmap.html" title="GtkPixmap">GtkPixmap</a>
76
- </pre>
77
- </div>
78
- <div class="refsect1">
79
- <a name="GtkMisc.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
80
- <p>
81
- GtkMisc implements
82
- AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
83
- </div>
84
- <div class="refsect1">
85
- <a name="GtkMisc.properties"></a><h2>Properties</h2>
86
- <pre class="synopsis">
87
- "<a class="link" href="GtkMisc.html#GtkMisc--xalign" title='The "xalign" property'>xalign</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> : Read / Write
88
- "<a class="link" href="GtkMisc.html#GtkMisc--xpad" title='The "xpad" property'>xpad</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
89
- "<a class="link" href="GtkMisc.html#GtkMisc--yalign" title='The "yalign" property'>yalign</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> : Read / Write
90
- "<a class="link" href="GtkMisc.html#GtkMisc--ypad" title='The "ypad" property'>ypad</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
91
- </pre>
92
- </div>
93
- <div class="refsect1">
94
- <a name="GtkMisc.description"></a><h2>Description</h2>
95
- <p>
96
- The <a class="link" href="GtkMisc.html" title="GtkMisc"><span class="type">GtkMisc</span></a> widget is an abstract widget which is not useful itself, but
97
- is used to derive subclasses which have alignment and padding attributes.
98
- </p>
99
- <p>
100
- The horizontal and vertical padding attributes allows extra space to be
101
- added around the widget.
102
- </p>
103
- <p>
104
- The horizontal and vertical alignment attributes enable the widget to be
105
- positioned within its allocated area. Note that if the widget is added to
106
- a container in such a way that it expands automatically to fill its
107
- allocated area, the alignment settings will not alter the widgets position.
108
- </p>
109
- </div>
110
- <div class="refsect1">
111
- <a name="GtkMisc.details"></a><h2>Details</h2>
112
- <div class="refsect2">
113
- <a name="GtkMisc-struct"></a><h3>struct GtkMisc</h3>
114
- <pre class="programlisting">struct GtkMisc;</pre>
115
- <p>
116
- The <a class="link" href="GtkMisc.html#GtkMisc-struct" title="struct GtkMisc"><span class="type">GtkMisc</span></a> struct contains the following fields.
117
- (These fields should be considered read-only. They should never be set by
118
- an application.)
119
- </p>
120
- <div class="informaltable"><table width="100%" border="0">
121
- <colgroup>
122
- <col>
123
- <col>
124
- </colgroup>
125
- <tbody>
126
- <tr>
127
- <td>
128
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> <em class="structfield"><code>xalign</code></em>;</td>
129
- <td>the horizontal alignment, from 0 (left) to 1 (right).</td>
130
- </tr>
131
- <tr>
132
- <td>
133
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> <em class="structfield"><code>yalign</code></em>;</td>
134
- <td>the vertical alignment, from 0 (top) to 1 (bottom).</td>
135
- </tr>
136
- <tr>
137
- <td>
138
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> <em class="structfield"><code>xpad</code></em>;</td>
139
- <td>the amount of space to add on the left and right of the widget,
140
- in pixels.</td>
141
- </tr>
142
- <tr>
143
- <td>
144
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> <em class="structfield"><code>ypad</code></em>;</td>
145
- <td>the amount of space to add on the top and bottom of the widget,
146
- in pixels.</td>
147
- </tr>
148
- </tbody>
149
- </table></div>
150
- <p>
151
- </p>
152
- </div>
153
- <hr>
154
- <div class="refsect2">
155
- <a name="gtk-misc-set-alignment"></a><h3>gtk_misc_set_alignment ()</h3>
156
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_misc_set_alignment (<em class="parameter"><code><a class="link" href="GtkMisc.html" title="GtkMisc"><span class="type">GtkMisc</span></a> *misc</code></em>,
157
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> xalign</code></em>,
158
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> yalign</code></em>);</pre>
159
- <p>
160
- Sets the alignment of the widget.
161
- </p>
162
- <div class="variablelist"><table border="0">
163
- <col align="left" valign="top">
164
- <tbody>
165
- <tr>
166
- <td><p><span class="term"><em class="parameter"><code>misc</code></em> :</span></p></td>
167
- <td>a <a class="link" href="GtkMisc.html" title="GtkMisc"><span class="type">GtkMisc</span></a>.</td>
168
- </tr>
169
- <tr>
170
- <td><p><span class="term"><em class="parameter"><code>xalign</code></em> :</span></p></td>
171
- <td>the horizontal alignment, from 0 (left) to 1 (right).</td>
172
- </tr>
173
- <tr>
174
- <td><p><span class="term"><em class="parameter"><code>yalign</code></em> :</span></p></td>
175
- <td>the vertical alignment, from 0 (top) to 1 (bottom).</td>
176
- </tr>
177
- </tbody>
178
- </table></div>
179
- </div>
180
- <hr>
181
- <div class="refsect2">
182
- <a name="gtk-misc-set-padding"></a><h3>gtk_misc_set_padding ()</h3>
183
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_misc_set_padding (<em class="parameter"><code><a class="link" href="GtkMisc.html" title="GtkMisc"><span class="type">GtkMisc</span></a> *misc</code></em>,
184
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> xpad</code></em>,
185
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ypad</code></em>);</pre>
186
- <p>
187
- Sets the amount of space to add around the widget.
188
- </p>
189
- <div class="variablelist"><table border="0">
190
- <col align="left" valign="top">
191
- <tbody>
192
- <tr>
193
- <td><p><span class="term"><em class="parameter"><code>misc</code></em> :</span></p></td>
194
- <td>a <a class="link" href="GtkMisc.html" title="GtkMisc"><span class="type">GtkMisc</span></a>.</td>
195
- </tr>
196
- <tr>
197
- <td><p><span class="term"><em class="parameter"><code>xpad</code></em> :</span></p></td>
198
- <td>the amount of space to add on the left and right of the widget,
199
- in pixels.</td>
200
- </tr>
201
- <tr>
202
- <td><p><span class="term"><em class="parameter"><code>ypad</code></em> :</span></p></td>
203
- <td>the amount of space to add on the top and bottom of the widget,
204
- in pixels.</td>
205
- </tr>
206
- </tbody>
207
- </table></div>
208
- </div>
209
- <hr>
210
- <div class="refsect2">
211
- <a name="gtk-misc-get-alignment"></a><h3>gtk_misc_get_alignment ()</h3>
212
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_misc_get_alignment (<em class="parameter"><code><a class="link" href="GtkMisc.html" title="GtkMisc"><span class="type">GtkMisc</span></a> *misc</code></em>,
213
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> *xalign</code></em>,
214
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> *yalign</code></em>);</pre>
215
- <p>
216
- Gets the X and Y alignment of the widget within its allocation.
217
- See <a class="link" href="GtkMisc.html#gtk-misc-set-alignment" title="gtk_misc_set_alignment ()"><code class="function">gtk_misc_set_alignment()</code></a>.
218
- </p>
219
- <div class="variablelist"><table border="0">
220
- <col align="left" valign="top">
221
- <tbody>
222
- <tr>
223
- <td><p><span class="term"><em class="parameter"><code>misc</code></em> :</span></p></td>
224
- <td>a <a class="link" href="GtkMisc.html" title="GtkMisc"><span class="type">GtkMisc</span></a>
225
- </td>
226
- </tr>
227
- <tr>
228
- <td><p><span class="term"><em class="parameter"><code>xalign</code></em> :</span></p></td>
229
- <td>location to store X alignment of <em class="parameter"><code>misc</code></em>, 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="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
230
- </td>
231
- </tr>
232
- <tr>
233
- <td><p><span class="term"><em class="parameter"><code>yalign</code></em> :</span></p></td>
234
- <td>location to store Y alignment of <em class="parameter"><code>misc</code></em>, 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="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
235
- </td>
236
- </tr>
237
- </tbody>
238
- </table></div>
239
- </div>
240
- <hr>
241
- <div class="refsect2">
242
- <a name="gtk-misc-get-padding"></a><h3>gtk_misc_get_padding ()</h3>
243
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_misc_get_padding (<em class="parameter"><code><a class="link" href="GtkMisc.html" title="GtkMisc"><span class="type">GtkMisc</span></a> *misc</code></em>,
244
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *xpad</code></em>,
245
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *ypad</code></em>);</pre>
246
- <p>
247
- Gets the padding in the X and Y directions of the widget.
248
- See <a class="link" href="GtkMisc.html#gtk-misc-set-padding" title="gtk_misc_set_padding ()"><code class="function">gtk_misc_set_padding()</code></a>.
249
- </p>
250
- <div class="variablelist"><table border="0">
251
- <col align="left" valign="top">
252
- <tbody>
253
- <tr>
254
- <td><p><span class="term"><em class="parameter"><code>misc</code></em> :</span></p></td>
255
- <td>a <a class="link" href="GtkMisc.html" title="GtkMisc"><span class="type">GtkMisc</span></a>
256
- </td>
257
- </tr>
258
- <tr>
259
- <td><p><span class="term"><em class="parameter"><code>xpad</code></em> :</span></p></td>
260
- <td>location to store padding in the X
261
- direction, 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="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
262
- </td>
263
- </tr>
264
- <tr>
265
- <td><p><span class="term"><em class="parameter"><code>ypad</code></em> :</span></p></td>
266
- <td>location to store padding in the Y
267
- direction, 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="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
268
- </td>
269
- </tr>
270
- </tbody>
271
- </table></div>
272
- </div>
273
- </div>
274
- <div class="refsect1">
275
- <a name="GtkMisc.property-details"></a><h2>Property Details</h2>
276
- <div class="refsect2">
277
- <a name="GtkMisc--xalign"></a><h3>The <code class="literal">"xalign"</code> property</h3>
278
- <pre class="programlisting"> "xalign" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> : Read / Write</pre>
279
- <p>The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts.</p>
280
- <p>Allowed values: [0,1]</p>
281
- <p>Default value: 0.5</p>
282
- </div>
283
- <hr>
284
- <div class="refsect2">
285
- <a name="GtkMisc--xpad"></a><h3>The <code class="literal">"xpad"</code> property</h3>
286
- <pre class="programlisting"> "xpad" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
287
- <p>The amount of space to add on the left and right of the widget, in pixels.</p>
288
- <p>Allowed values: &gt;= 0</p>
289
- <p>Default value: 0</p>
290
- </div>
291
- <hr>
292
- <div class="refsect2">
293
- <a name="GtkMisc--yalign"></a><h3>The <code class="literal">"yalign"</code> property</h3>
294
- <pre class="programlisting"> "yalign" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> : Read / Write</pre>
295
- <p>The vertical alignment, from 0 (top) to 1 (bottom).</p>
296
- <p>Allowed values: [0,1]</p>
297
- <p>Default value: 0.5</p>
298
- </div>
299
- <hr>
300
- <div class="refsect2">
301
- <a name="GtkMisc--ypad"></a><h3>The <code class="literal">"ypad"</code> property</h3>
302
- <pre class="programlisting"> "ypad" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
303
- <p>The amount of space to add on the top and bottom of the widget, in pixels.</p>
304
- <p>Allowed values: &gt;= 0</p>
305
- <p>Default value: 0</p>
306
- </div>
307
- </div>
308
- </div>
309
- <div class="footer">
310
- <hr>
311
- Generated by GTK-Doc V1.18</div>
312
- </body>
313
- </html>
@@ -1,2682 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
- <html>
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>GtkNotebook</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
- <link rel="home" href="index.html" title="GTK+ 2 Reference Manual">
8
- <link rel="up" href="LayoutContainers.html" title="Layout Containers">
9
- <link rel="prev" href="GtkLayout.html" title="GtkLayout">
10
- <link rel="next" href="GtkTable.html" title="GtkTable">
11
- <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
- <link rel="stylesheet" href="style.css" type="text/css">
13
- </head>
14
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
- <tr valign="middle">
17
- <td><a accesskey="p" href="GtkLayout.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
- <td><a accesskey="u" href="LayoutContainers.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
- <th width="100%" align="center">GTK+ 2 Reference Manual</th>
21
- <td><a accesskey="n" href="GtkTable.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
- </tr>
23
- <tr><td colspan="5" class="shortcuts">
24
- <a href="#GtkNotebook.synopsis" class="shortcut">Top</a>
25
-  | 
26
- <a href="#GtkNotebook.description" class="shortcut">Description</a>
27
-  | 
28
- <a href="#GtkNotebook.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
-  | 
30
- <a href="#GtkNotebook.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
31
-  | 
32
- <a href="#GtkNotebook.properties" class="shortcut">Properties</a>
33
-  | 
34
- <a href="#GtkNotebook.child-properties" class="shortcut">Child Properties</a>
35
-  | 
36
- <a href="#GtkNotebook.style-properties" class="shortcut">Style Properties</a>
37
-  | 
38
- <a href="#GtkNotebook.signals" class="shortcut">Signals</a>
39
- </td></tr>
40
- </table>
41
- <div class="refentry">
42
- <a name="GtkNotebook"></a><div class="titlepage"></div>
43
- <div class="refnamediv"><table width="100%"><tr>
44
- <td valign="top">
45
- <h2><span class="refentrytitle"><a name="GtkNotebook.top_of_page"></a>GtkNotebook</span></h2>
46
- <p>GtkNotebook — A tabbed notebook container</p>
47
- </td>
48
- <td valign="top" align="right"><img src="notebook.png"></td>
49
- </tr></table></div>
50
- <div class="refsynopsisdiv">
51
- <a name="GtkNotebook.synopsis"></a><h2>Synopsis</h2>
52
- <pre class="synopsis">
53
- #include &lt;gtk/gtk.h&gt;
54
-
55
- struct <a class="link" href="GtkNotebook.html#GtkNotebook-struct" title="struct GtkNotebook">GtkNotebook</a>;
56
- <a class="link" href="GtkNotebook.html#GtkNotebookPage" title="GtkNotebookPage">GtkNotebookPage</a>;
57
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkNotebook.html#gtk-notebook-new" title="gtk_notebook_new ()">gtk_notebook_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
58
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkNotebook.html#gtk-notebook-append-page" title="gtk_notebook_append_page ()">gtk_notebook_append_page</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
59
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
60
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>);
61
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkNotebook.html#gtk-notebook-append-page-menu" title="gtk_notebook_append_page_menu ()">gtk_notebook_append_page_menu</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
62
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
63
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>,
64
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *menu_label</code></em>);
65
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkNotebook.html#gtk-notebook-prepend-page" title="gtk_notebook_prepend_page ()">gtk_notebook_prepend_page</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
66
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
67
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>);
68
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkNotebook.html#gtk-notebook-prepend-page-menu" title="gtk_notebook_prepend_page_menu ()">gtk_notebook_prepend_page_menu</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
69
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
70
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>,
71
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *menu_label</code></em>);
72
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkNotebook.html#gtk-notebook-insert-page" title="gtk_notebook_insert_page ()">gtk_notebook_insert_page</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
73
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
74
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>,
75
- <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>);
76
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkNotebook.html#gtk-notebook-insert-page-menu" title="gtk_notebook_insert_page_menu ()">gtk_notebook_insert_page_menu</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
77
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
78
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>,
79
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *menu_label</code></em>,
80
- <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>);
81
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-remove-page" title="gtk_notebook_remove_page ()">gtk_notebook_remove_page</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
82
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> page_num</code></em>);
83
- #define <a class="link" href="GtkNotebook.html#gtk-notebook-current-page" title="gtk_notebook_current_page">gtk_notebook_current_page</a>
84
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkNotebook.html#gtk-notebook-page-num" title="gtk_notebook_page_num ()">gtk_notebook_page_num</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
85
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);
86
- #define <a class="link" href="GtkNotebook.html#gtk-notebook-set-page" title="gtk_notebook_set_page">gtk_notebook_set_page</a>
87
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-next-page" title="gtk_notebook_next_page ()">gtk_notebook_next_page</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
88
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-prev-page" title="gtk_notebook_prev_page ()">gtk_notebook_prev_page</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
89
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-reorder-child" title="gtk_notebook_reorder_child ()">gtk_notebook_reorder_child</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
90
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
91
- <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>);
92
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-set-tab-pos" title="gtk_notebook_set_tab_pos ()">gtk_notebook_set_tab_pos</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
93
- <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="type">GtkPositionType</span></a> pos</code></em>);
94
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-set-show-tabs" title="gtk_notebook_set_show_tabs ()">gtk_notebook_set_show_tabs</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
95
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_tabs</code></em>);
96
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-set-show-border" title="gtk_notebook_set_show_border ()">gtk_notebook_set_show_border</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
97
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_border</code></em>);
98
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-set-scrollable" title="gtk_notebook_set_scrollable ()">gtk_notebook_set_scrollable</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
99
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> scrollable</code></em>);
100
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-set-tab-border" title="gtk_notebook_set_tab_border ()">gtk_notebook_set_tab_border</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
101
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> border_width</code></em>);
102
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-popup-enable" title="gtk_notebook_popup_enable ()">gtk_notebook_popup_enable</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
103
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-popup-disable" title="gtk_notebook_popup_disable ()">gtk_notebook_popup_disable</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
104
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkNotebook.html#gtk-notebook-get-current-page" title="gtk_notebook_get_current_page ()">gtk_notebook_get_current_page</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
105
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkNotebook.html#gtk-notebook-get-menu-label" title="gtk_notebook_get_menu_label ()">gtk_notebook_get_menu_label</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
106
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);
107
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkNotebook.html#gtk-notebook-get-nth-page" title="gtk_notebook_get_nth_page ()">gtk_notebook_get_nth_page</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
108
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> page_num</code></em>);
109
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkNotebook.html#gtk-notebook-get-n-pages" title="gtk_notebook_get_n_pages ()">gtk_notebook_get_n_pages</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
110
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkNotebook.html#gtk-notebook-get-tab-label" title="gtk_notebook_get_tab_label ()">gtk_notebook_get_tab_label</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
111
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);
112
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-query-tab-label-packing" title="gtk_notebook_query_tab_label_packing ()">gtk_notebook_query_tab_label_packing</a>
113
- (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
114
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
115
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *expand</code></em>,
116
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *fill</code></em>,
117
- <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPackType" title="enum GtkPackType"><span class="type">GtkPackType</span></a> *pack_type</code></em>);
118
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-set-homogeneous-tabs" title="gtk_notebook_set_homogeneous_tabs ()">gtk_notebook_set_homogeneous_tabs</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
119
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> homogeneous</code></em>);
120
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-set-menu-label" title="gtk_notebook_set_menu_label ()">gtk_notebook_set_menu_label</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
121
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
122
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *menu_label</code></em>);
123
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-set-menu-label-text" title="gtk_notebook_set_menu_label_text ()">gtk_notebook_set_menu_label_text</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
124
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
125
- <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> *menu_text</code></em>);
126
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-set-tab-hborder" title="gtk_notebook_set_tab_hborder ()">gtk_notebook_set_tab_hborder</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
127
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> tab_hborder</code></em>);
128
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-set-tab-label" title="gtk_notebook_set_tab_label ()">gtk_notebook_set_tab_label</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
129
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
130
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>);
131
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-set-tab-label-packing" title="gtk_notebook_set_tab_label_packing ()">gtk_notebook_set_tab_label_packing</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
132
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
133
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> expand</code></em>,
134
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> fill</code></em>,
135
- <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPackType" title="enum GtkPackType"><span class="type">GtkPackType</span></a> pack_type</code></em>);
136
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-set-tab-label-text" title="gtk_notebook_set_tab_label_text ()">gtk_notebook_set_tab_label_text</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
137
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
138
- <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> *tab_text</code></em>);
139
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-set-tab-vborder" title="gtk_notebook_set_tab_vborder ()">gtk_notebook_set_tab_vborder</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
140
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> tab_vborder</code></em>);
141
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-set-tab-reorderable" title="gtk_notebook_set_tab_reorderable ()">gtk_notebook_set_tab_reorderable</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
142
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
143
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> reorderable</code></em>);
144
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-set-tab-detachable" title="gtk_notebook_set_tab_detachable ()">gtk_notebook_set_tab_detachable</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
145
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
146
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> detachable</code></em>);
147
- const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkNotebook.html#gtk-notebook-get-menu-label-text" title="gtk_notebook_get_menu_label_text ()">gtk_notebook_get_menu_label_text</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
148
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);
149
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkNotebook.html#gtk-notebook-get-scrollable" title="gtk_notebook_get_scrollable ()">gtk_notebook_get_scrollable</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
150
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkNotebook.html#gtk-notebook-get-show-border" title="gtk_notebook_get_show_border ()">gtk_notebook_get_show_border</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
151
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkNotebook.html#gtk-notebook-get-show-tabs" title="gtk_notebook_get_show_tabs ()">gtk_notebook_get_show_tabs</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
152
- const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkNotebook.html#gtk-notebook-get-tab-label-text" title="gtk_notebook_get_tab_label_text ()">gtk_notebook_get_tab_label_text</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
153
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);
154
- <a class="link" href="gtk-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="returnvalue">GtkPositionType</span></a> <a class="link" href="GtkNotebook.html#gtk-notebook-get-tab-pos" title="gtk_notebook_get_tab_pos ()">gtk_notebook_get_tab_pos</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
155
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkNotebook.html#gtk-notebook-get-tab-reorderable" title="gtk_notebook_get_tab_reorderable ()">gtk_notebook_get_tab_reorderable</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
156
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);
157
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkNotebook.html#gtk-notebook-get-tab-detachable" title="gtk_notebook_get_tab_detachable ()">gtk_notebook_get_tab_detachable</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
158
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);
159
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a> <a class="link" href="GtkNotebook.html#gtk-notebook-get-tab-hborder" title="gtk_notebook_get_tab_hborder ()">gtk_notebook_get_tab_hborder</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
160
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a> <a class="link" href="GtkNotebook.html#gtk-notebook-get-tab-vborder" title="gtk_notebook_get_tab_vborder ()">gtk_notebook_get_tab_vborder</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
161
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-set-current-page" title="gtk_notebook_set_current_page ()">gtk_notebook_set_current_page</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
162
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> page_num</code></em>);
163
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-set-group-id" title="gtk_notebook_set_group_id ()">gtk_notebook_set_group_id</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
164
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> group_id</code></em>);
165
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkNotebook.html#gtk-notebook-get-group-id" title="gtk_notebook_get_group_id ()">gtk_notebook_get_group_id</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
166
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-set-group" title="gtk_notebook_set_group ()">gtk_notebook_set_group</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
167
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> group</code></em>);
168
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> <a class="link" href="GtkNotebook.html#gtk-notebook-get-group" title="gtk_notebook_get_group ()">gtk_notebook_get_group</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
169
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-set-group-name" title="gtk_notebook_set_group_name ()">gtk_notebook_set_group_name</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
170
- <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> *group_name</code></em>);
171
- const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkNotebook.html#gtk-notebook-get-group-name" title="gtk_notebook_get_group_name ()">gtk_notebook_get_group_name</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
172
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-set-action-widget" title="gtk_notebook_set_action_widget ()">gtk_notebook_set_action_widget</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
173
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
174
- <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPackType" title="enum GtkPackType"><span class="type">GtkPackType</span></a> pack_type</code></em>);
175
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkNotebook.html#gtk-notebook-get-action-widget" title="gtk_notebook_get_action_widget ()">gtk_notebook_get_action_widget</a> (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
176
- <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPackType" title="enum GtkPackType"><span class="type">GtkPackType</span></a> pack_type</code></em>);
177
- <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="returnvalue">GtkNotebook</span></a> * (<a class="link" href="GtkNotebook.html#GtkNotebookWindowCreationFunc" title="GtkNotebookWindowCreationFunc ()">*GtkNotebookWindowCreationFunc</a>) (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *source</code></em>,
178
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>,
179
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
180
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
181
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
182
- <span class="returnvalue">void</span> <a class="link" href="GtkNotebook.html#gtk-notebook-set-window-creation-hook" title="gtk_notebook_set_window_creation_hook ()">gtk_notebook_set_window_creation_hook</a>
183
- (<em class="parameter"><code><a class="link" href="GtkNotebook.html#GtkNotebookWindowCreationFunc" title="GtkNotebookWindowCreationFunc ()"><span class="type">GtkNotebookWindowCreationFunc</span></a> func</code></em>,
184
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
185
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
186
- </pre>
187
- </div>
188
- <div class="refsect1">
189
- <a name="GtkNotebook.object-hierarchy"></a><h2>Object Hierarchy</h2>
190
- <pre class="synopsis">
191
- <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
192
- +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
193
- +----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
194
- +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
195
- +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
196
- +----GtkNotebook
197
- </pre>
198
- </div>
199
- <div class="refsect1">
200
- <a name="GtkNotebook.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
201
- <p>
202
- GtkNotebook implements
203
- AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
204
- </div>
205
- <div class="refsect1">
206
- <a name="GtkNotebook.properties"></a><h2>Properties</h2>
207
- <pre class="synopsis">
208
- "<a class="link" href="GtkNotebook.html#GtkNotebook--enable-popup" title='The "enable-popup" property'>enable-popup</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
209
- "<a class="link" href="GtkNotebook.html#GtkNotebook--group" title='The "group" property'>group</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Read / Write
210
- "<a class="link" href="GtkNotebook.html#GtkNotebook--group-id" title='The "group-id" property'>group-id</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
211
- "<a class="link" href="GtkNotebook.html#GtkNotebook--group-name" title='The "group-name" property'>group-name</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
212
- "<a class="link" href="GtkNotebook.html#GtkNotebook--homogeneous" title='The "homogeneous" property'>homogeneous</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
213
- "<a class="link" href="GtkNotebook.html#GtkNotebook--page" title='The "page" property'>page</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
214
- "<a class="link" href="GtkNotebook.html#GtkNotebook--scrollable" title='The "scrollable" property'>scrollable</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
215
- "<a class="link" href="GtkNotebook.html#GtkNotebook--show-border" title='The "show-border" property'>show-border</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
216
- "<a class="link" href="GtkNotebook.html#GtkNotebook--show-tabs" title='The "show-tabs" property'>show-tabs</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
217
- "<a class="link" href="GtkNotebook.html#GtkNotebook--tab-border" title='The "tab-border" property'>tab-border</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Write
218
- "<a class="link" href="GtkNotebook.html#GtkNotebook--tab-hborder" title='The "tab-hborder" property'>tab-hborder</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write
219
- "<a class="link" href="GtkNotebook.html#GtkNotebook--tab-pos" title='The "tab-pos" property'>tab-pos</a>" <a class="link" href="gtk-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="type">GtkPositionType</span></a> : Read / Write
220
- "<a class="link" href="GtkNotebook.html#GtkNotebook--tab-vborder" title='The "tab-vborder" property'>tab-vborder</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write
221
- </pre>
222
- </div>
223
- <div class="refsect1">
224
- <a name="GtkNotebook.child-properties"></a><h2>Child Properties</h2>
225
- <pre class="synopsis">
226
- "<a class="link" href="GtkNotebook.html#GtkNotebook--c-detachable" title='The "detachable" child property'>detachable</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
227
- "<a class="link" href="GtkNotebook.html#GtkNotebook--c-menu-label" title='The "menu-label" child property'>menu-label</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
228
- "<a class="link" href="GtkNotebook.html#GtkNotebook--c-position" title='The "position" child property'>position</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
229
- "<a class="link" href="GtkNotebook.html#GtkNotebook--c-reorderable" title='The "reorderable" child property'>reorderable</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
230
- "<a class="link" href="GtkNotebook.html#GtkNotebook--c-tab-expand" title='The "tab-expand" child property'>tab-expand</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
231
- "<a class="link" href="GtkNotebook.html#GtkNotebook--c-tab-fill" title='The "tab-fill" child property'>tab-fill</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
232
- "<a class="link" href="GtkNotebook.html#GtkNotebook--c-tab-label" title='The "tab-label" child property'>tab-label</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
233
- "<a class="link" href="GtkNotebook.html#GtkNotebook--c-tab-pack" title='The "tab-pack" child property'>tab-pack</a>" <a class="link" href="gtk-Standard-Enumerations.html#GtkPackType" title="enum GtkPackType"><span class="type">GtkPackType</span></a> : Read / Write
234
- </pre>
235
- </div>
236
- <div class="refsect1">
237
- <a name="GtkNotebook.style-properties"></a><h2>Style Properties</h2>
238
- <pre class="synopsis">
239
- "<a class="link" href="GtkNotebook.html#GtkNotebook--s-arrow-spacing" title='The "arrow-spacing" style property'>arrow-spacing</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
240
- "<a class="link" href="GtkNotebook.html#GtkNotebook--s-has-backward-stepper" title='The "has-backward-stepper" style property'>has-backward-stepper</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read
241
- "<a class="link" href="GtkNotebook.html#GtkNotebook--s-has-forward-stepper" title='The "has-forward-stepper" style property'>has-forward-stepper</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read
242
- "<a class="link" href="GtkNotebook.html#GtkNotebook--s-has-secondary-backward-stepper" title='The "has-secondary-backward-stepper" style property'>has-secondary-backward-stepper</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read
243
- "<a class="link" href="GtkNotebook.html#GtkNotebook--s-has-secondary-forward-stepper" title='The "has-secondary-forward-stepper" style property'>has-secondary-forward-stepper</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read
244
- "<a class="link" href="GtkNotebook.html#GtkNotebook--s-tab-curvature" title='The "tab-curvature" style property'>tab-curvature</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
245
- "<a class="link" href="GtkNotebook.html#GtkNotebook--s-tab-overlap" title='The "tab-overlap" style property'>tab-overlap</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
246
- </pre>
247
- </div>
248
- <div class="refsect1">
249
- <a name="GtkNotebook.signals"></a><h2>Signals</h2>
250
- <pre class="synopsis">
251
- "<a class="link" href="GtkNotebook.html#GtkNotebook-change-current-page" title='The "change-current-page" signal'>change-current-page</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
252
- "<a class="link" href="GtkNotebook.html#GtkNotebook-create-window" title='The "create-window" signal'>create-window</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
253
- "<a class="link" href="GtkNotebook.html#GtkNotebook-focus-tab" title='The "focus-tab" signal'>focus-tab</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
254
- "<a class="link" href="GtkNotebook.html#GtkNotebook-move-focus-out" title='The "move-focus-out" signal'>move-focus-out</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
255
- "<a class="link" href="GtkNotebook.html#GtkNotebook-page-added" title='The "page-added" signal'>page-added</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
256
- "<a class="link" href="GtkNotebook.html#GtkNotebook-page-removed" title='The "page-removed" signal'>page-removed</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
257
- "<a class="link" href="GtkNotebook.html#GtkNotebook-page-reordered" title='The "page-reordered" signal'>page-reordered</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
258
- "<a class="link" href="GtkNotebook.html#GtkNotebook-reorder-tab" title='The "reorder-tab" signal'>reorder-tab</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
259
- "<a class="link" href="GtkNotebook.html#GtkNotebook-select-page" title='The "select-page" signal'>select-page</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
260
- "<a class="link" href="GtkNotebook.html#GtkNotebook-switch-page" title='The "switch-page" signal'>switch-page</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
261
- </pre>
262
- </div>
263
- <div class="refsect1">
264
- <a name="GtkNotebook.description"></a><h2>Description</h2>
265
- <p>
266
- The <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> widget is a <a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> whose children are pages that
267
- can be switched between using tab labels along one edge.
268
- </p>
269
- <p>
270
- There are many configuration options for <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>. Among other
271
- things, you can choose on which edge the tabs appear
272
- (see <a class="link" href="GtkNotebook.html#gtk-notebook-set-tab-pos" title="gtk_notebook_set_tab_pos ()"><code class="function">gtk_notebook_set_tab_pos()</code></a>), whether, if there are too many
273
- tabs to fit the notebook should be made bigger or scrolling
274
- arrows added (see gtk_notebook_set_scrollable), and whether there
275
- will be a popup menu allowing the users to switch pages.
276
- (see <a class="link" href="GtkNotebook.html#gtk-notebook-popup-enable" title="gtk_notebook_popup_enable ()"><code class="function">gtk_notebook_popup_enable()</code></a>, <a class="link" href="GtkNotebook.html#gtk-notebook-popup-disable" title="gtk_notebook_popup_disable ()"><code class="function">gtk_notebook_popup_disable()</code></a>)
277
- </p>
278
- <div class="refsect2">
279
- <a name="GtkNotebook-BUILDER-UI"></a><h3>GtkNotebook as GtkBuildable</h3>
280
- <p>
281
- The GtkNoteboopk implementation of the GtkBuildable interface
282
- supports placing children into tabs by specifying "tab" as the
283
- "type" attribute of a &lt;child&gt; element. Note that the content
284
- of the tab must be created before the tab can be filled.
285
- A tab child can be specified without specifying a &lt;child&gt;
286
- type attribute.
287
- </p>
288
- <p>
289
- To add a child widget in the notebooks action area, specify
290
- "action-start" or "action-end" as the "type" attribute of the &lt;child&gt;
291
- element.
292
- </p>
293
- <div class="example">
294
- <a name="id1149254"></a><p class="title"><b>Example 46. A UI definition fragment with GtkNotebook</b></p>
295
- <div class="example-contents">
296
- <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
297
- <tbody>
298
- <tr>
299
- <td class="listing_lines" align="right"><pre>1
300
- 2
301
- 3
302
- 4
303
- 5
304
- 6
305
- 7
306
- 8
307
- 9
308
- 10
309
- 11
310
- 12</pre></td>
311
- <td class="listing_code"><pre class="programlisting"><span class="symbol">&lt;</span><span class="usertype">object</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"GtkNotebook"</span><span class="symbol">&gt;</span>
312
- <span class="normal"> </span><span class="symbol">&lt;</span><span class="normal">child</span><span class="symbol">&gt;</span>
313
- <span class="normal"> </span><span class="symbol">&lt;</span><span class="usertype">object</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"GtkLabel"</span><span class="normal"> id</span><span class="symbol">=</span><span class="string">"notebook-content"</span><span class="symbol">&gt;</span>
314
- <span class="normal"> </span><span class="symbol">&lt;</span><span class="usertype">property</span><span class="normal"> name</span><span class="symbol">=</span><span class="string">"label"</span><span class="symbol">&gt;</span><span class="normal">Content</span><span class="symbol">&lt;/</span><span class="normal">property</span><span class="symbol">&gt;</span>
315
- <span class="normal"> </span><span class="symbol">&lt;/</span><span class="normal">object</span><span class="symbol">&gt;</span>
316
- <span class="normal"> </span><span class="symbol">&lt;/</span><span class="normal">child</span><span class="symbol">&gt;</span>
317
- <span class="normal"> </span><span class="symbol">&lt;</span><span class="usertype">child</span><span class="normal"> type</span><span class="symbol">=</span><span class="string">"tab"</span><span class="symbol">&gt;</span>
318
- <span class="normal"> </span><span class="symbol">&lt;</span><span class="usertype">object</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"GtkLabel"</span><span class="normal"> id</span><span class="symbol">=</span><span class="string">"notebook-tab"</span><span class="symbol">&gt;</span>
319
- <span class="normal"> </span><span class="symbol">&lt;</span><span class="usertype">property</span><span class="normal"> name</span><span class="symbol">=</span><span class="string">"label"</span><span class="symbol">&gt;</span><span class="normal">Tab</span><span class="symbol">&lt;/</span><span class="normal">property</span><span class="symbol">&gt;</span>
320
- <span class="normal"> </span><span class="symbol">&lt;/</span><span class="normal">object</span><span class="symbol">&gt;</span>
321
- <span class="normal"> </span><span class="symbol">&lt;/</span><span class="normal">child</span><span class="symbol">&gt;</span>
322
- <span class="symbol">&lt;/</span><span class="normal">object</span><span class="symbol">&gt;</span></pre></td>
323
- </tr>
324
- </tbody>
325
- </table>
326
- </div>
327
-
328
- </div>
329
- <br class="example-break">
330
- </div>
331
- </div>
332
- <div class="refsect1">
333
- <a name="GtkNotebook.details"></a><h2>Details</h2>
334
- <div class="refsect2">
335
- <a name="GtkNotebook-struct"></a><h3>struct GtkNotebook</h3>
336
- <pre class="programlisting">struct GtkNotebook;</pre>
337
- <p>
338
- </p>
339
- </div>
340
- <hr>
341
- <div class="refsect2">
342
- <a name="GtkNotebookPage"></a><h3>GtkNotebookPage</h3>
343
- <pre class="programlisting">typedef struct _GtkNotebookPage GtkNotebookPage;</pre>
344
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
345
- <h3 class="title">Warning</h3>
346
- <p><code class="literal">GtkNotebookPage</code> is deprecated and should not be used in newly-written code.</p>
347
- </div>
348
- <p>
349
- The <a class="link" href="GtkNotebook.html#GtkNotebookPage" title="GtkNotebookPage"><span class="type">GtkNotebookPage</span></a> is an opaque implementation detail of <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>.
350
- </p>
351
- </div>
352
- <hr>
353
- <div class="refsect2">
354
- <a name="gtk-notebook-new"></a><h3>gtk_notebook_new ()</h3>
355
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_notebook_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
356
- <p>
357
- Creates a new <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> widget with no pages.
358
- </p>
359
- <div class="variablelist"><table border="0">
360
- <col align="left" valign="top">
361
- <tbody><tr>
362
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
363
- <td>the newly created <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
364
- </td>
365
- </tr></tbody>
366
- </table></div>
367
- </div>
368
- <hr>
369
- <div class="refsect2">
370
- <a name="gtk-notebook-append-page"></a><h3>gtk_notebook_append_page ()</h3>
371
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_notebook_append_page (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
372
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
373
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>);</pre>
374
- <p>
375
- Appends a page to <em class="parameter"><code>notebook</code></em>.
376
- </p>
377
- <div class="variablelist"><table border="0">
378
- <col align="left" valign="top">
379
- <tbody>
380
- <tr>
381
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
382
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
383
- </td>
384
- </tr>
385
- <tr>
386
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
387
- <td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to use as the contents of the page.</td>
388
- </tr>
389
- <tr>
390
- <td><p><span class="term"><em class="parameter"><code>tab_label</code></em> :</span></p></td>
391
- <td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to be used as the label for the page,
392
- or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default label, 'page N'. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
393
- </td>
394
- </tr>
395
- <tr>
396
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
397
- <td>the index (starting from 0) of the appended
398
- page in the notebook, or -1 if function fails</td>
399
- </tr>
400
- </tbody>
401
- </table></div>
402
- </div>
403
- <hr>
404
- <div class="refsect2">
405
- <a name="gtk-notebook-append-page-menu"></a><h3>gtk_notebook_append_page_menu ()</h3>
406
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_notebook_append_page_menu (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
407
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
408
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>,
409
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *menu_label</code></em>);</pre>
410
- <p>
411
- Appends a page to <em class="parameter"><code>notebook</code></em>, specifying the widget to use as the
412
- label in the popup menu.
413
- </p>
414
- <div class="variablelist"><table border="0">
415
- <col align="left" valign="top">
416
- <tbody>
417
- <tr>
418
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
419
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
420
- </td>
421
- </tr>
422
- <tr>
423
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
424
- <td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to use as the contents of the page.</td>
425
- </tr>
426
- <tr>
427
- <td><p><span class="term"><em class="parameter"><code>tab_label</code></em> :</span></p></td>
428
- <td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to be used as the label for the page,
429
- or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default label, 'page N'. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
430
- </td>
431
- </tr>
432
- <tr>
433
- <td><p><span class="term"><em class="parameter"><code>menu_label</code></em> :</span></p></td>
434
- <td>the widget to use as a label for the page-switch
435
- menu, if that is enabled. If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, and <em class="parameter"><code>tab_label</code></em>
436
- is a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the menu label will be
437
- a newly created label with the same text as <em class="parameter"><code>tab_label</code></em>;
438
- If <em class="parameter"><code>tab_label</code></em> is not a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>, <em class="parameter"><code>menu_label</code></em> must be
439
- specified if the page-switch menu is to be used. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
440
- </td>
441
- </tr>
442
- <tr>
443
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
444
- <td>the index (starting from 0) of the appended
445
- page in the notebook, or -1 if function fails</td>
446
- </tr>
447
- </tbody>
448
- </table></div>
449
- </div>
450
- <hr>
451
- <div class="refsect2">
452
- <a name="gtk-notebook-prepend-page"></a><h3>gtk_notebook_prepend_page ()</h3>
453
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_notebook_prepend_page (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
454
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
455
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>);</pre>
456
- <p>
457
- Prepends a page to <em class="parameter"><code>notebook</code></em>.
458
- </p>
459
- <div class="variablelist"><table border="0">
460
- <col align="left" valign="top">
461
- <tbody>
462
- <tr>
463
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
464
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
465
- </td>
466
- </tr>
467
- <tr>
468
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
469
- <td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to use as the contents of the page.</td>
470
- </tr>
471
- <tr>
472
- <td><p><span class="term"><em class="parameter"><code>tab_label</code></em> :</span></p></td>
473
- <td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to be used as the label for the page,
474
- or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default label, 'page N'. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
475
- </td>
476
- </tr>
477
- <tr>
478
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
479
- <td>the index (starting from 0) of the prepended
480
- page in the notebook, or -1 if function fails</td>
481
- </tr>
482
- </tbody>
483
- </table></div>
484
- </div>
485
- <hr>
486
- <div class="refsect2">
487
- <a name="gtk-notebook-prepend-page-menu"></a><h3>gtk_notebook_prepend_page_menu ()</h3>
488
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_notebook_prepend_page_menu (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
489
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
490
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>,
491
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *menu_label</code></em>);</pre>
492
- <p>
493
- Prepends a page to <em class="parameter"><code>notebook</code></em>, specifying the widget to use as the
494
- label in the popup menu.
495
- </p>
496
- <div class="variablelist"><table border="0">
497
- <col align="left" valign="top">
498
- <tbody>
499
- <tr>
500
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
501
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
502
- </td>
503
- </tr>
504
- <tr>
505
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
506
- <td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to use as the contents of the page.</td>
507
- </tr>
508
- <tr>
509
- <td><p><span class="term"><em class="parameter"><code>tab_label</code></em> :</span></p></td>
510
- <td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to be used as the label for the page,
511
- or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default label, 'page N'. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
512
- </td>
513
- </tr>
514
- <tr>
515
- <td><p><span class="term"><em class="parameter"><code>menu_label</code></em> :</span></p></td>
516
- <td>the widget to use as a label for the page-switch
517
- menu, if that is enabled. If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, and <em class="parameter"><code>tab_label</code></em>
518
- is a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the menu label will be
519
- a newly created label with the same text as <em class="parameter"><code>tab_label</code></em>;
520
- If <em class="parameter"><code>tab_label</code></em> is not a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>, <em class="parameter"><code>menu_label</code></em> must be
521
- specified if the page-switch menu is to be used. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
522
- </td>
523
- </tr>
524
- <tr>
525
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
526
- <td>the index (starting from 0) of the prepended
527
- page in the notebook, or -1 if function fails</td>
528
- </tr>
529
- </tbody>
530
- </table></div>
531
- </div>
532
- <hr>
533
- <div class="refsect2">
534
- <a name="gtk-notebook-insert-page"></a><h3>gtk_notebook_insert_page ()</h3>
535
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_notebook_insert_page (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
536
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
537
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>,
538
- <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>
539
- <p>
540
- Insert a page into <em class="parameter"><code>notebook</code></em> at the given position.
541
- </p>
542
- <div class="variablelist"><table border="0">
543
- <col align="left" valign="top">
544
- <tbody>
545
- <tr>
546
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
547
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
548
- </td>
549
- </tr>
550
- <tr>
551
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
552
- <td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to use as the contents of the page.</td>
553
- </tr>
554
- <tr>
555
- <td><p><span class="term"><em class="parameter"><code>tab_label</code></em> :</span></p></td>
556
- <td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to be used as the label for the page,
557
- or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default label, 'page N'. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
558
- </td>
559
- </tr>
560
- <tr>
561
- <td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
562
- <td>the index (starting at 0) at which to insert the page,
563
- or -1 to append the page after all other pages.</td>
564
- </tr>
565
- <tr>
566
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
567
- <td>the index (starting from 0) of the inserted
568
- page in the notebook, or -1 if function fails</td>
569
- </tr>
570
- </tbody>
571
- </table></div>
572
- </div>
573
- <hr>
574
- <div class="refsect2">
575
- <a name="gtk-notebook-insert-page-menu"></a><h3>gtk_notebook_insert_page_menu ()</h3>
576
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_notebook_insert_page_menu (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
577
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
578
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>,
579
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *menu_label</code></em>,
580
- <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>
581
- <p>
582
- Insert a page into <em class="parameter"><code>notebook</code></em> at the given position, specifying
583
- the widget to use as the label in the popup menu.
584
- </p>
585
- <div class="variablelist"><table border="0">
586
- <col align="left" valign="top">
587
- <tbody>
588
- <tr>
589
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
590
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
591
- </td>
592
- </tr>
593
- <tr>
594
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
595
- <td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to use as the contents of the page.</td>
596
- </tr>
597
- <tr>
598
- <td><p><span class="term"><em class="parameter"><code>tab_label</code></em> :</span></p></td>
599
- <td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to be used as the label for the page,
600
- or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default label, 'page N'. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
601
- </td>
602
- </tr>
603
- <tr>
604
- <td><p><span class="term"><em class="parameter"><code>menu_label</code></em> :</span></p></td>
605
- <td>the widget to use as a label for the page-switch
606
- menu, if that is enabled. If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, and <em class="parameter"><code>tab_label</code></em>
607
- is a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the menu label will be
608
- a newly created label with the same text as <em class="parameter"><code>tab_label</code></em>;
609
- If <em class="parameter"><code>tab_label</code></em> is not a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>, <em class="parameter"><code>menu_label</code></em> must be
610
- specified if the page-switch menu is to be used. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
611
- </td>
612
- </tr>
613
- <tr>
614
- <td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
615
- <td>the index (starting at 0) at which to insert the page,
616
- or -1 to append the page after all other pages.</td>
617
- </tr>
618
- <tr>
619
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
620
- <td>the index (starting from 0) of the inserted
621
- page in the notebook</td>
622
- </tr>
623
- </tbody>
624
- </table></div>
625
- </div>
626
- <hr>
627
- <div class="refsect2">
628
- <a name="gtk-notebook-remove-page"></a><h3>gtk_notebook_remove_page ()</h3>
629
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_remove_page (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
630
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> page_num</code></em>);</pre>
631
- <p>
632
- Removes a page from the notebook given its index
633
- in the notebook.
634
- </p>
635
- <div class="variablelist"><table border="0">
636
- <col align="left" valign="top">
637
- <tbody>
638
- <tr>
639
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
640
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>.</td>
641
- </tr>
642
- <tr>
643
- <td><p><span class="term"><em class="parameter"><code>page_num</code></em> :</span></p></td>
644
- <td>the index of a notebook page, starting
645
- from 0. If -1, the last page will
646
- be removed.</td>
647
- </tr>
648
- </tbody>
649
- </table></div>
650
- </div>
651
- <hr>
652
- <div class="refsect2">
653
- <a name="gtk-notebook-current-page"></a><h3>gtk_notebook_current_page</h3>
654
- <pre class="programlisting">#define gtk_notebook_current_page gtk_notebook_get_current_page
655
- </pre>
656
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
657
- <h3 class="title">Warning</h3>
658
- <p><code class="literal">gtk_notebook_current_page</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkNotebook.html#gtk-notebook-get-current-page" title="gtk_notebook_get_current_page ()"><code class="function">gtk_notebook_get_current_page()</code></a> instead.</p>
659
- </div>
660
- <p>
661
- Deprecated compatibility macro.
662
- </p>
663
- </div>
664
- <hr>
665
- <div class="refsect2">
666
- <a name="gtk-notebook-page-num"></a><h3>gtk_notebook_page_num ()</h3>
667
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_notebook_page_num (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
668
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
669
- <p>
670
- Finds the index of the page which contains the given child
671
- widget.
672
- </p>
673
- <div class="variablelist"><table border="0">
674
- <col align="left" valign="top">
675
- <tbody>
676
- <tr>
677
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
678
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
679
- </td>
680
- </tr>
681
- <tr>
682
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
683
- <td>a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
684
- </td>
685
- </tr>
686
- <tr>
687
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
688
- <td>the index of the page containing <em class="parameter"><code>child</code></em>, or
689
- -1 if <em class="parameter"><code>child</code></em> is not in the notebook.</td>
690
- </tr>
691
- </tbody>
692
- </table></div>
693
- </div>
694
- <hr>
695
- <div class="refsect2">
696
- <a name="gtk-notebook-set-page"></a><h3>gtk_notebook_set_page</h3>
697
- <pre class="programlisting">#define gtk_notebook_set_page gtk_notebook_set_current_page
698
- </pre>
699
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
700
- <h3 class="title">Warning</h3>
701
- <p><code class="literal">gtk_notebook_set_page</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkNotebook.html#gtk-notebook-set-current-page" title="gtk_notebook_set_current_page ()"><code class="function">gtk_notebook_set_current_page()</code></a> instead.</p>
702
- </div>
703
- <p>
704
- Deprecated compatibility macro.
705
- </p>
706
- </div>
707
- <hr>
708
- <div class="refsect2">
709
- <a name="gtk-notebook-next-page"></a><h3>gtk_notebook_next_page ()</h3>
710
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_next_page (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
711
- <p>
712
- Switches to the next page. Nothing happens if the current page is
713
- the last page.
714
- </p>
715
- <div class="variablelist"><table border="0">
716
- <col align="left" valign="top">
717
- <tbody><tr>
718
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
719
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
720
- </td>
721
- </tr></tbody>
722
- </table></div>
723
- </div>
724
- <hr>
725
- <div class="refsect2">
726
- <a name="gtk-notebook-prev-page"></a><h3>gtk_notebook_prev_page ()</h3>
727
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_prev_page (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
728
- <p>
729
- Switches to the previous page. Nothing happens if the current page
730
- is the first page.
731
- </p>
732
- <div class="variablelist"><table border="0">
733
- <col align="left" valign="top">
734
- <tbody><tr>
735
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
736
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
737
- </td>
738
- </tr></tbody>
739
- </table></div>
740
- </div>
741
- <hr>
742
- <div class="refsect2">
743
- <a name="gtk-notebook-reorder-child"></a><h3>gtk_notebook_reorder_child ()</h3>
744
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_reorder_child (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
745
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
746
- <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>
747
- <p>
748
- Reorders the page containing <em class="parameter"><code>child</code></em>, so that it appears in position
749
- <em class="parameter"><code>position</code></em>. If <em class="parameter"><code>position</code></em> is greater than or equal to the number of
750
- children in the list or negative, <em class="parameter"><code>child</code></em> will be moved to the end
751
- of the list.
752
- </p>
753
- <div class="variablelist"><table border="0">
754
- <col align="left" valign="top">
755
- <tbody>
756
- <tr>
757
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
758
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
759
- </td>
760
- </tr>
761
- <tr>
762
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
763
- <td>the child to move</td>
764
- </tr>
765
- <tr>
766
- <td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
767
- <td>the new position, or -1 to move to the end</td>
768
- </tr>
769
- </tbody>
770
- </table></div>
771
- </div>
772
- <hr>
773
- <div class="refsect2">
774
- <a name="gtk-notebook-set-tab-pos"></a><h3>gtk_notebook_set_tab_pos ()</h3>
775
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_set_tab_pos (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
776
- <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="type">GtkPositionType</span></a> pos</code></em>);</pre>
777
- <p>
778
- Sets the edge at which the tabs for switching pages in the
779
- notebook are drawn.
780
- </p>
781
- <div class="variablelist"><table border="0">
782
- <col align="left" valign="top">
783
- <tbody>
784
- <tr>
785
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
786
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>.</td>
787
- </tr>
788
- <tr>
789
- <td><p><span class="term"><em class="parameter"><code>pos</code></em> :</span></p></td>
790
- <td>the edge to draw the tabs at.</td>
791
- </tr>
792
- </tbody>
793
- </table></div>
794
- </div>
795
- <hr>
796
- <div class="refsect2">
797
- <a name="gtk-notebook-set-show-tabs"></a><h3>gtk_notebook_set_show_tabs ()</h3>
798
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_set_show_tabs (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
799
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_tabs</code></em>);</pre>
800
- <p>
801
- Sets whether to show the tabs for the notebook or not.
802
- </p>
803
- <div class="variablelist"><table border="0">
804
- <col align="left" valign="top">
805
- <tbody>
806
- <tr>
807
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
808
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
809
- </td>
810
- </tr>
811
- <tr>
812
- <td><p><span class="term"><em class="parameter"><code>show_tabs</code></em> :</span></p></td>
813
- <td>
814
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the tabs should be shown.</td>
815
- </tr>
816
- </tbody>
817
- </table></div>
818
- </div>
819
- <hr>
820
- <div class="refsect2">
821
- <a name="gtk-notebook-set-show-border"></a><h3>gtk_notebook_set_show_border ()</h3>
822
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_set_show_border (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
823
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_border</code></em>);</pre>
824
- <p>
825
- Sets whether a bevel will be drawn around the notebook pages.
826
- This only has a visual effect when the tabs are not shown.
827
- See <a class="link" href="GtkNotebook.html#gtk-notebook-set-show-tabs" title="gtk_notebook_set_show_tabs ()"><code class="function">gtk_notebook_set_show_tabs()</code></a>.
828
- </p>
829
- <div class="variablelist"><table border="0">
830
- <col align="left" valign="top">
831
- <tbody>
832
- <tr>
833
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
834
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
835
- </td>
836
- </tr>
837
- <tr>
838
- <td><p><span class="term"><em class="parameter"><code>show_border</code></em> :</span></p></td>
839
- <td>
840
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a bevel should be drawn around the notebook.</td>
841
- </tr>
842
- </tbody>
843
- </table></div>
844
- </div>
845
- <hr>
846
- <div class="refsect2">
847
- <a name="gtk-notebook-set-scrollable"></a><h3>gtk_notebook_set_scrollable ()</h3>
848
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_set_scrollable (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
849
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> scrollable</code></em>);</pre>
850
- <p>
851
- Sets whether the tab label area will have arrows for scrolling if
852
- there are too many tabs to fit in the area.
853
- </p>
854
- <div class="variablelist"><table border="0">
855
- <col align="left" valign="top">
856
- <tbody>
857
- <tr>
858
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
859
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
860
- </td>
861
- </tr>
862
- <tr>
863
- <td><p><span class="term"><em class="parameter"><code>scrollable</code></em> :</span></p></td>
864
- <td>
865
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if scroll arrows should be added</td>
866
- </tr>
867
- </tbody>
868
- </table></div>
869
- </div>
870
- <hr>
871
- <div class="refsect2">
872
- <a name="gtk-notebook-set-tab-border"></a><h3>gtk_notebook_set_tab_border ()</h3>
873
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_set_tab_border (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
874
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> border_width</code></em>);</pre>
875
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
876
- <h3 class="title">Warning</h3>
877
- <p><code class="literal">gtk_notebook_set_tab_border</code> is deprecated and should not be used in newly-written code.</p>
878
- </div>
879
- <p>
880
- Sets the width the border around the tab labels
881
- in a notebook. This is equivalent to calling
882
- gtk_notebook_set_tab_hborder (<em class="parameter"><code>notebook</code></em>, <em class="parameter"><code>border_width</code></em>) followed
883
- by gtk_notebook_set_tab_vborder (<em class="parameter"><code>notebook</code></em>, <em class="parameter"><code>border_width</code></em>).
884
- </p>
885
- <div class="variablelist"><table border="0">
886
- <col align="left" valign="top">
887
- <tbody>
888
- <tr>
889
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
890
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
891
- </td>
892
- </tr>
893
- <tr>
894
- <td><p><span class="term"><em class="parameter"><code>border_width</code></em> :</span></p></td>
895
- <td>width of the border around the tab labels.</td>
896
- </tr>
897
- </tbody>
898
- </table></div>
899
- </div>
900
- <hr>
901
- <div class="refsect2">
902
- <a name="gtk-notebook-popup-enable"></a><h3>gtk_notebook_popup_enable ()</h3>
903
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_popup_enable (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
904
- <p>
905
- Enables the popup menu: if the user clicks with the right mouse button on
906
- the tab labels, a menu with all the pages will be popped up.
907
- </p>
908
- <div class="variablelist"><table border="0">
909
- <col align="left" valign="top">
910
- <tbody><tr>
911
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
912
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
913
- </td>
914
- </tr></tbody>
915
- </table></div>
916
- </div>
917
- <hr>
918
- <div class="refsect2">
919
- <a name="gtk-notebook-popup-disable"></a><h3>gtk_notebook_popup_disable ()</h3>
920
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_popup_disable (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
921
- <p>
922
- Disables the popup menu.
923
- </p>
924
- <div class="variablelist"><table border="0">
925
- <col align="left" valign="top">
926
- <tbody><tr>
927
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
928
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
929
- </td>
930
- </tr></tbody>
931
- </table></div>
932
- </div>
933
- <hr>
934
- <div class="refsect2">
935
- <a name="gtk-notebook-get-current-page"></a><h3>gtk_notebook_get_current_page ()</h3>
936
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_notebook_get_current_page (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
937
- <p>
938
- Returns the page number of the current page.
939
- </p>
940
- <div class="variablelist"><table border="0">
941
- <col align="left" valign="top">
942
- <tbody>
943
- <tr>
944
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
945
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
946
- </td>
947
- </tr>
948
- <tr>
949
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
950
- <td>the index (starting from 0) of the current
951
- page in the notebook. If the notebook has no pages, then
952
- -1 will be returned.</td>
953
- </tr>
954
- </tbody>
955
- </table></div>
956
- </div>
957
- <hr>
958
- <div class="refsect2">
959
- <a name="gtk-notebook-get-menu-label"></a><h3>gtk_notebook_get_menu_label ()</h3>
960
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_notebook_get_menu_label (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
961
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
962
- <p>
963
- Retrieves the menu label widget of the page containing <em class="parameter"><code>child</code></em>.
964
- </p>
965
- <div class="variablelist"><table border="0">
966
- <col align="left" valign="top">
967
- <tbody>
968
- <tr>
969
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
970
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
971
- </td>
972
- </tr>
973
- <tr>
974
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
975
- <td>a widget contained in a page of <em class="parameter"><code>notebook</code></em>
976
- </td>
977
- </tr>
978
- <tr>
979
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
980
- <td>the menu label, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
981
- notebook page does not have a menu label other than the
982
- default (the tab label). <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
983
- </td>
984
- </tr>
985
- </tbody>
986
- </table></div>
987
- </div>
988
- <hr>
989
- <div class="refsect2">
990
- <a name="gtk-notebook-get-nth-page"></a><h3>gtk_notebook_get_nth_page ()</h3>
991
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_notebook_get_nth_page (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
992
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> page_num</code></em>);</pre>
993
- <p>
994
- Returns the child widget contained in page number <em class="parameter"><code>page_num</code></em>.
995
- </p>
996
- <div class="variablelist"><table border="0">
997
- <col align="left" valign="top">
998
- <tbody>
999
- <tr>
1000
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1001
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1002
- </td>
1003
- </tr>
1004
- <tr>
1005
- <td><p><span class="term"><em class="parameter"><code>page_num</code></em> :</span></p></td>
1006
- <td>the index of a page in the notebook, or -1
1007
- to get the last page.</td>
1008
- </tr>
1009
- <tr>
1010
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1011
- <td>the child widget, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>page_num</code></em> is
1012
- out of bounds. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1013
- </td>
1014
- </tr>
1015
- </tbody>
1016
- </table></div>
1017
- </div>
1018
- <hr>
1019
- <div class="refsect2">
1020
- <a name="gtk-notebook-get-n-pages"></a><h3>gtk_notebook_get_n_pages ()</h3>
1021
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_notebook_get_n_pages (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
1022
- <p>
1023
- Gets the number of pages in a notebook.
1024
- </p>
1025
- <div class="variablelist"><table border="0">
1026
- <col align="left" valign="top">
1027
- <tbody>
1028
- <tr>
1029
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1030
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1031
- </td>
1032
- </tr>
1033
- <tr>
1034
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1035
- <td>the number of pages in the notebook.</td>
1036
- </tr>
1037
- </tbody>
1038
- </table></div>
1039
- <p class="since">Since 2.2</p>
1040
- </div>
1041
- <hr>
1042
- <div class="refsect2">
1043
- <a name="gtk-notebook-get-tab-label"></a><h3>gtk_notebook_get_tab_label ()</h3>
1044
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_notebook_get_tab_label (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1045
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
1046
- <p>
1047
- Returns the tab label widget for the page <em class="parameter"><code>child</code></em>. <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned
1048
- if <em class="parameter"><code>child</code></em> is not in <em class="parameter"><code>notebook</code></em> or if no tab label has specifically
1049
- been set for <em class="parameter"><code>child</code></em>.
1050
- </p>
1051
- <div class="variablelist"><table border="0">
1052
- <col align="left" valign="top">
1053
- <tbody>
1054
- <tr>
1055
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1056
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1057
- </td>
1058
- </tr>
1059
- <tr>
1060
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
1061
- <td>the page</td>
1062
- </tr>
1063
- <tr>
1064
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1065
- <td>the tab label. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1066
- </td>
1067
- </tr>
1068
- </tbody>
1069
- </table></div>
1070
- </div>
1071
- <hr>
1072
- <div class="refsect2">
1073
- <a name="gtk-notebook-query-tab-label-packing"></a><h3>gtk_notebook_query_tab_label_packing ()</h3>
1074
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_query_tab_label_packing
1075
- (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1076
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1077
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *expand</code></em>,
1078
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *fill</code></em>,
1079
- <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPackType" title="enum GtkPackType"><span class="type">GtkPackType</span></a> *pack_type</code></em>);</pre>
1080
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1081
- <h3 class="title">Warning</h3>
1082
- <p><code class="literal">gtk_notebook_query_tab_label_packing</code> has been deprecated since version 2.20 and should not be used in newly-written code. Modify the <span class="type">"tab-expand"</span> and
1083
- <span class="type">"tab-fill"</span> child properties instead.</p>
1084
- </div>
1085
- <p>
1086
- Query the packing attributes for the tab label of the page
1087
- containing <em class="parameter"><code>child</code></em>.
1088
- </p>
1089
- <div class="variablelist"><table border="0">
1090
- <col align="left" valign="top">
1091
- <tbody>
1092
- <tr>
1093
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1094
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1095
- </td>
1096
- </tr>
1097
- <tr>
1098
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
1099
- <td>the page</td>
1100
- </tr>
1101
- <tr>
1102
- <td><p><span class="term"><em class="parameter"><code>expand</code></em> :</span></p></td>
1103
- <td>location to store the expand value (or NULL)</td>
1104
- </tr>
1105
- <tr>
1106
- <td><p><span class="term"><em class="parameter"><code>fill</code></em> :</span></p></td>
1107
- <td>location to store the fill value (or NULL)</td>
1108
- </tr>
1109
- <tr>
1110
- <td><p><span class="term"><em class="parameter"><code>pack_type</code></em> :</span></p></td>
1111
- <td>location to store the pack_type (or NULL)</td>
1112
- </tr>
1113
- </tbody>
1114
- </table></div>
1115
- </div>
1116
- <hr>
1117
- <div class="refsect2">
1118
- <a name="gtk-notebook-set-homogeneous-tabs"></a><h3>gtk_notebook_set_homogeneous_tabs ()</h3>
1119
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_set_homogeneous_tabs (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1120
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> homogeneous</code></em>);</pre>
1121
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1122
- <h3 class="title">Warning</h3>
1123
- <p><code class="literal">gtk_notebook_set_homogeneous_tabs</code> is deprecated and should not be used in newly-written code.</p>
1124
- </div>
1125
- <p>
1126
- Sets whether the tabs must have all the same size or not.
1127
- </p>
1128
- <div class="variablelist"><table border="0">
1129
- <col align="left" valign="top">
1130
- <tbody>
1131
- <tr>
1132
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1133
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1134
- </td>
1135
- </tr>
1136
- <tr>
1137
- <td><p><span class="term"><em class="parameter"><code>homogeneous</code></em> :</span></p></td>
1138
- <td>
1139
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if all tabs should be the same size.</td>
1140
- </tr>
1141
- </tbody>
1142
- </table></div>
1143
- </div>
1144
- <hr>
1145
- <div class="refsect2">
1146
- <a name="gtk-notebook-set-menu-label"></a><h3>gtk_notebook_set_menu_label ()</h3>
1147
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_set_menu_label (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1148
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1149
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *menu_label</code></em>);</pre>
1150
- <p>
1151
- Changes the menu label for the page containing <em class="parameter"><code>child</code></em>.
1152
- </p>
1153
- <div class="variablelist"><table border="0">
1154
- <col align="left" valign="top">
1155
- <tbody>
1156
- <tr>
1157
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1158
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1159
- </td>
1160
- </tr>
1161
- <tr>
1162
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
1163
- <td>the child widget</td>
1164
- </tr>
1165
- <tr>
1166
- <td><p><span class="term"><em class="parameter"><code>menu_label</code></em> :</span></p></td>
1167
- <td>the menu label, or NULL for default. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1168
- </td>
1169
- </tr>
1170
- </tbody>
1171
- </table></div>
1172
- </div>
1173
- <hr>
1174
- <div class="refsect2">
1175
- <a name="gtk-notebook-set-menu-label-text"></a><h3>gtk_notebook_set_menu_label_text ()</h3>
1176
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_set_menu_label_text (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1177
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1178
- <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> *menu_text</code></em>);</pre>
1179
- <p>
1180
- Creates a new label and sets it as the menu label of <em class="parameter"><code>child</code></em>.
1181
- </p>
1182
- <div class="variablelist"><table border="0">
1183
- <col align="left" valign="top">
1184
- <tbody>
1185
- <tr>
1186
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1187
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1188
- </td>
1189
- </tr>
1190
- <tr>
1191
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
1192
- <td>the child widget</td>
1193
- </tr>
1194
- <tr>
1195
- <td><p><span class="term"><em class="parameter"><code>menu_text</code></em> :</span></p></td>
1196
- <td>the label text</td>
1197
- </tr>
1198
- </tbody>
1199
- </table></div>
1200
- </div>
1201
- <hr>
1202
- <div class="refsect2">
1203
- <a name="gtk-notebook-set-tab-hborder"></a><h3>gtk_notebook_set_tab_hborder ()</h3>
1204
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_set_tab_hborder (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1205
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> tab_hborder</code></em>);</pre>
1206
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1207
- <h3 class="title">Warning</h3>
1208
- <p><code class="literal">gtk_notebook_set_tab_hborder</code> is deprecated and should not be used in newly-written code.</p>
1209
- </div>
1210
- <p>
1211
- Sets the width of the horizontal border of tab labels.
1212
- </p>
1213
- <div class="variablelist"><table border="0">
1214
- <col align="left" valign="top">
1215
- <tbody>
1216
- <tr>
1217
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1218
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1219
- </td>
1220
- </tr>
1221
- <tr>
1222
- <td><p><span class="term"><em class="parameter"><code>tab_hborder</code></em> :</span></p></td>
1223
- <td>width of the horizontal border of tab labels.</td>
1224
- </tr>
1225
- </tbody>
1226
- </table></div>
1227
- </div>
1228
- <hr>
1229
- <div class="refsect2">
1230
- <a name="gtk-notebook-set-tab-label"></a><h3>gtk_notebook_set_tab_label ()</h3>
1231
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_set_tab_label (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1232
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1233
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>);</pre>
1234
- <p>
1235
- Changes the tab label for <em class="parameter"><code>child</code></em>. If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is specified
1236
- for <em class="parameter"><code>tab_label</code></em>, then the page will have the label 'page N'.
1237
- </p>
1238
- <div class="variablelist"><table border="0">
1239
- <col align="left" valign="top">
1240
- <tbody>
1241
- <tr>
1242
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1243
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1244
- </td>
1245
- </tr>
1246
- <tr>
1247
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
1248
- <td>the page</td>
1249
- </tr>
1250
- <tr>
1251
- <td><p><span class="term"><em class="parameter"><code>tab_label</code></em> :</span></p></td>
1252
- <td>the tab label widget to use, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for default tab
1253
- label. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1254
- </td>
1255
- </tr>
1256
- </tbody>
1257
- </table></div>
1258
- </div>
1259
- <hr>
1260
- <div class="refsect2">
1261
- <a name="gtk-notebook-set-tab-label-packing"></a><h3>gtk_notebook_set_tab_label_packing ()</h3>
1262
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_set_tab_label_packing (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1263
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1264
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> expand</code></em>,
1265
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> fill</code></em>,
1266
- <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPackType" title="enum GtkPackType"><span class="type">GtkPackType</span></a> pack_type</code></em>);</pre>
1267
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1268
- <h3 class="title">Warning</h3>
1269
- <p><code class="literal">gtk_notebook_set_tab_label_packing</code> has been deprecated since version 2.20 and should not be used in newly-written code. Modify the <span class="type">"tab-expand"</span> and
1270
- <span class="type">"tab-fill"</span> child properties instead.
1271
- Modifying the packing of the tab label is a deprecated feature and
1272
- shouldn't be done anymore.</p>
1273
- </div>
1274
- <p>
1275
- Sets the packing parameters for the tab label of the page
1276
- containing <em class="parameter"><code>child</code></em>. See <a class="link" href="GtkBox.html#gtk-box-pack-start" title="gtk_box_pack_start ()"><code class="function">gtk_box_pack_start()</code></a> for the exact meaning
1277
- of the parameters.
1278
- </p>
1279
- <div class="variablelist"><table border="0">
1280
- <col align="left" valign="top">
1281
- <tbody>
1282
- <tr>
1283
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1284
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1285
- </td>
1286
- </tr>
1287
- <tr>
1288
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
1289
- <td>the child widget</td>
1290
- </tr>
1291
- <tr>
1292
- <td><p><span class="term"><em class="parameter"><code>expand</code></em> :</span></p></td>
1293
- <td>whether to expand the tab label or not</td>
1294
- </tr>
1295
- <tr>
1296
- <td><p><span class="term"><em class="parameter"><code>fill</code></em> :</span></p></td>
1297
- <td>whether the tab label should fill the allocated area or not</td>
1298
- </tr>
1299
- <tr>
1300
- <td><p><span class="term"><em class="parameter"><code>pack_type</code></em> :</span></p></td>
1301
- <td>the position of the tab label</td>
1302
- </tr>
1303
- </tbody>
1304
- </table></div>
1305
- </div>
1306
- <hr>
1307
- <div class="refsect2">
1308
- <a name="gtk-notebook-set-tab-label-text"></a><h3>gtk_notebook_set_tab_label_text ()</h3>
1309
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_set_tab_label_text (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1310
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1311
- <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> *tab_text</code></em>);</pre>
1312
- <p>
1313
- Creates a new label and sets it as the tab label for the page
1314
- containing <em class="parameter"><code>child</code></em>.
1315
- </p>
1316
- <div class="variablelist"><table border="0">
1317
- <col align="left" valign="top">
1318
- <tbody>
1319
- <tr>
1320
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1321
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1322
- </td>
1323
- </tr>
1324
- <tr>
1325
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
1326
- <td>the page</td>
1327
- </tr>
1328
- <tr>
1329
- <td><p><span class="term"><em class="parameter"><code>tab_text</code></em> :</span></p></td>
1330
- <td>the label text</td>
1331
- </tr>
1332
- </tbody>
1333
- </table></div>
1334
- </div>
1335
- <hr>
1336
- <div class="refsect2">
1337
- <a name="gtk-notebook-set-tab-vborder"></a><h3>gtk_notebook_set_tab_vborder ()</h3>
1338
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_set_tab_vborder (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1339
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> tab_vborder</code></em>);</pre>
1340
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1341
- <h3 class="title">Warning</h3>
1342
- <p><code class="literal">gtk_notebook_set_tab_vborder</code> is deprecated and should not be used in newly-written code.</p>
1343
- </div>
1344
- <p>
1345
- Sets the width of the vertical border of tab labels.
1346
- </p>
1347
- <div class="variablelist"><table border="0">
1348
- <col align="left" valign="top">
1349
- <tbody>
1350
- <tr>
1351
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1352
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1353
- </td>
1354
- </tr>
1355
- <tr>
1356
- <td><p><span class="term"><em class="parameter"><code>tab_vborder</code></em> :</span></p></td>
1357
- <td>width of the vertical border of tab labels.</td>
1358
- </tr>
1359
- </tbody>
1360
- </table></div>
1361
- </div>
1362
- <hr>
1363
- <div class="refsect2">
1364
- <a name="gtk-notebook-set-tab-reorderable"></a><h3>gtk_notebook_set_tab_reorderable ()</h3>
1365
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_set_tab_reorderable (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1366
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1367
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> reorderable</code></em>);</pre>
1368
- <p>
1369
- Sets whether the notebook tab can be reordered
1370
- via drag and drop or not.
1371
- </p>
1372
- <div class="variablelist"><table border="0">
1373
- <col align="left" valign="top">
1374
- <tbody>
1375
- <tr>
1376
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1377
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1378
- </td>
1379
- </tr>
1380
- <tr>
1381
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
1382
- <td>a child <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
1383
- </td>
1384
- </tr>
1385
- <tr>
1386
- <td><p><span class="term"><em class="parameter"><code>reorderable</code></em> :</span></p></td>
1387
- <td>whether the tab is reorderable or not.</td>
1388
- </tr>
1389
- </tbody>
1390
- </table></div>
1391
- <p class="since">Since 2.10</p>
1392
- </div>
1393
- <hr>
1394
- <div class="refsect2">
1395
- <a name="gtk-notebook-set-tab-detachable"></a><h3>gtk_notebook_set_tab_detachable ()</h3>
1396
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_set_tab_detachable (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1397
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1398
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> detachable</code></em>);</pre>
1399
- <p>
1400
- Sets whether the tab can be detached from <em class="parameter"><code>notebook</code></em> to another
1401
- notebook or widget.
1402
- </p>
1403
- <p>
1404
- Note that 2 notebooks must share a common group identificator
1405
- (see <a class="link" href="GtkNotebook.html#gtk-notebook-set-group-id" title="gtk_notebook_set_group_id ()"><code class="function">gtk_notebook_set_group_id()</code></a>) to allow automatic tabs
1406
- interchange between them.
1407
- </p>
1408
- <p>
1409
- If you want a widget to interact with a notebook through DnD
1410
- (i.e.: accept dragged tabs from it) it must be set as a drop
1411
- destination and accept the target "GTK_NOTEBOOK_TAB". The notebook
1412
- will fill the selection with a GtkWidget** pointing to the child
1413
- widget that corresponds to the dropped tab.
1414
- </p>
1415
- <div class="informalexample">
1416
- <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
1417
- <tbody>
1418
- <tr>
1419
- <td class="listing_lines" align="right"><pre>1
1420
- 2
1421
- 3
1422
- 4
1423
- 5
1424
- 6
1425
- 7
1426
- 8
1427
- 9
1428
- 10
1429
- 11
1430
- 12
1431
- 13
1432
- 14
1433
- 15
1434
- 16
1435
- 17
1436
- 18
1437
- 19</pre></td>
1438
- <td class="listing_code"><pre class="programlisting"><span class="keyword">static</span><span class="normal"> </span><span class="type">void</span>
1439
- <span class="function">on_drop_zone_drag_data_received</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">widget</span><span class="symbol">,</span>
1440
- <span class="normal"> </span><span class="usertype">GdkDragContext</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">context</span><span class="symbol">,</span>
1441
- <span class="normal"> </span><span class="usertype">gint</span><span class="normal"> x</span><span class="symbol">,</span>
1442
- <span class="normal"> </span><span class="usertype">gint</span><span class="normal"> y</span><span class="symbol">,</span>
1443
- <span class="normal"> </span><span class="usertype">GtkSelectionData</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">selection_data</span><span class="symbol">,</span>
1444
- <span class="normal"> </span><span class="usertype">guint</span><span class="normal"> info</span><span class="symbol">,</span>
1445
- <span class="normal"> </span><span class="usertype">guint</span><span class="normal"> time</span><span class="symbol">,</span>
1446
- <span class="normal"> </span><span class="usertype">gpointer</span><span class="normal"> user_data</span><span class="symbol">)</span>
1447
- <span class="cbracket">{</span>
1448
- <span class="normal"> </span><span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">notebook</span><span class="symbol">;</span>
1449
- <span class="normal"> </span><span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">**</span><span class="normal">child</span><span class="symbol">;</span>
1450
- <span class="normal"> </span>
1451
- <span class="normal"> notebook </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="gtk-Drag-and-Drop.html#gtk-drag-get-source-widget">gtk_drag_get_source_widget</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">context</span><span class="symbol">);</span>
1452
- <span class="normal"> child </span><span class="symbol">=</span><span class="normal"> </span><span class="symbol">(</span><span class="type">void</span><span class="symbol">*)</span><span class="normal"> selection_data</span><span class="symbol">-&gt;</span><span class="normal">data</span><span class="symbol">;</span>
1453
- <span class="normal"> </span>
1454
- <span class="normal"> </span><span class="function">process_widget</span><span class="normal"> </span><span class="symbol">(*</span><span class="normal">child</span><span class="symbol">);</span>
1455
- <span class="normal"> </span><span class="function"><a href="GtkContainer.html#gtk-container-remove">gtk_container_remove</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_CONTAINER</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">notebook</span><span class="symbol">),</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">child</span><span class="symbol">);</span>
1456
- <span class="cbracket">}</span></pre></td>
1457
- </tr>
1458
- </tbody>
1459
- </table>
1460
- </div>
1461
-
1462
- <p>
1463
- </p>
1464
- <p>
1465
- If you want a notebook to accept drags from other widgets,
1466
- you will have to set your own DnD code to do it.
1467
- </p>
1468
- <div class="variablelist"><table border="0">
1469
- <col align="left" valign="top">
1470
- <tbody>
1471
- <tr>
1472
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1473
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1474
- </td>
1475
- </tr>
1476
- <tr>
1477
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
1478
- <td>a child <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
1479
- </td>
1480
- </tr>
1481
- <tr>
1482
- <td><p><span class="term"><em class="parameter"><code>detachable</code></em> :</span></p></td>
1483
- <td>whether the tab is detachable or not</td>
1484
- </tr>
1485
- </tbody>
1486
- </table></div>
1487
- <p class="since">Since 2.10</p>
1488
- </div>
1489
- <hr>
1490
- <div class="refsect2">
1491
- <a name="gtk-notebook-get-menu-label-text"></a><h3>gtk_notebook_get_menu_label_text ()</h3>
1492
- <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_notebook_get_menu_label_text (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1493
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
1494
- <p>
1495
- Retrieves the text of the menu label for the page containing
1496
- <em class="parameter"><code>child</code></em>.
1497
- </p>
1498
- <div class="variablelist"><table border="0">
1499
- <col align="left" valign="top">
1500
- <tbody>
1501
- <tr>
1502
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1503
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1504
- </td>
1505
- </tr>
1506
- <tr>
1507
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
1508
- <td>the child widget of a page of the notebook.</td>
1509
- </tr>
1510
- <tr>
1511
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1512
- <td>the text of the tab label, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
1513
- widget does not have a menu label other than
1514
- the default menu label, or the menu label widget
1515
- is not a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>. The string is owned by
1516
- the widget and must not be freed.</td>
1517
- </tr>
1518
- </tbody>
1519
- </table></div>
1520
- </div>
1521
- <hr>
1522
- <div class="refsect2">
1523
- <a name="gtk-notebook-get-scrollable"></a><h3>gtk_notebook_get_scrollable ()</h3>
1524
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_notebook_get_scrollable (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
1525
- <p>
1526
- Returns whether the tab label area has arrows for scrolling. See
1527
- <a class="link" href="GtkNotebook.html#gtk-notebook-set-scrollable" title="gtk_notebook_set_scrollable ()"><code class="function">gtk_notebook_set_scrollable()</code></a>.
1528
- </p>
1529
- <div class="variablelist"><table border="0">
1530
- <col align="left" valign="top">
1531
- <tbody>
1532
- <tr>
1533
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1534
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1535
- </td>
1536
- </tr>
1537
- <tr>
1538
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1539
- <td>
1540
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if arrows for scrolling are present</td>
1541
- </tr>
1542
- </tbody>
1543
- </table></div>
1544
- </div>
1545
- <hr>
1546
- <div class="refsect2">
1547
- <a name="gtk-notebook-get-show-border"></a><h3>gtk_notebook_get_show_border ()</h3>
1548
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_notebook_get_show_border (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
1549
- <p>
1550
- Returns whether a bevel will be drawn around the notebook pages. See
1551
- <a class="link" href="GtkNotebook.html#gtk-notebook-set-show-border" title="gtk_notebook_set_show_border ()"><code class="function">gtk_notebook_set_show_border()</code></a>.
1552
- </p>
1553
- <div class="variablelist"><table border="0">
1554
- <col align="left" valign="top">
1555
- <tbody>
1556
- <tr>
1557
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1558
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1559
- </td>
1560
- </tr>
1561
- <tr>
1562
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1563
- <td>
1564
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the bevel is drawn</td>
1565
- </tr>
1566
- </tbody>
1567
- </table></div>
1568
- </div>
1569
- <hr>
1570
- <div class="refsect2">
1571
- <a name="gtk-notebook-get-show-tabs"></a><h3>gtk_notebook_get_show_tabs ()</h3>
1572
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_notebook_get_show_tabs (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
1573
- <p>
1574
- Returns whether the tabs of the notebook are shown. See
1575
- <a class="link" href="GtkNotebook.html#gtk-notebook-set-show-tabs" title="gtk_notebook_set_show_tabs ()"><code class="function">gtk_notebook_set_show_tabs()</code></a>.
1576
- </p>
1577
- <div class="variablelist"><table border="0">
1578
- <col align="left" valign="top">
1579
- <tbody>
1580
- <tr>
1581
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1582
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1583
- </td>
1584
- </tr>
1585
- <tr>
1586
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1587
- <td>
1588
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the tabs are shown</td>
1589
- </tr>
1590
- </tbody>
1591
- </table></div>
1592
- </div>
1593
- <hr>
1594
- <div class="refsect2">
1595
- <a name="gtk-notebook-get-tab-label-text"></a><h3>gtk_notebook_get_tab_label_text ()</h3>
1596
- <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_notebook_get_tab_label_text (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1597
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
1598
- <p>
1599
- Retrieves the text of the tab label for the page containing
1600
- <em class="parameter"><code>child</code></em>.
1601
- </p>
1602
- <div class="variablelist"><table border="0">
1603
- <col align="left" valign="top">
1604
- <tbody>
1605
- <tr>
1606
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1607
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1608
- </td>
1609
- </tr>
1610
- <tr>
1611
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
1612
- <td>a widget contained in a page of <em class="parameter"><code>notebook</code></em>
1613
- </td>
1614
- </tr>
1615
- <tr>
1616
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1617
- <td>the text of the tab label, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
1618
- tab label widget is not a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>. The
1619
- string is owned by the widget and must not
1620
- be freed.</td>
1621
- </tr>
1622
- </tbody>
1623
- </table></div>
1624
- </div>
1625
- <hr>
1626
- <div class="refsect2">
1627
- <a name="gtk-notebook-get-tab-pos"></a><h3>gtk_notebook_get_tab_pos ()</h3>
1628
- <pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="returnvalue">GtkPositionType</span></a> gtk_notebook_get_tab_pos (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
1629
- <p>
1630
- Gets the edge at which the tabs for switching pages in the
1631
- notebook are drawn.
1632
- </p>
1633
- <div class="variablelist"><table border="0">
1634
- <col align="left" valign="top">
1635
- <tbody>
1636
- <tr>
1637
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1638
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1639
- </td>
1640
- </tr>
1641
- <tr>
1642
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1643
- <td>the edge at which the tabs are drawn</td>
1644
- </tr>
1645
- </tbody>
1646
- </table></div>
1647
- </div>
1648
- <hr>
1649
- <div class="refsect2">
1650
- <a name="gtk-notebook-get-tab-reorderable"></a><h3>gtk_notebook_get_tab_reorderable ()</h3>
1651
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_notebook_get_tab_reorderable (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1652
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
1653
- <p>
1654
- Gets whether the tab can be reordered via drag and drop or not.
1655
- </p>
1656
- <div class="variablelist"><table border="0">
1657
- <col align="left" valign="top">
1658
- <tbody>
1659
- <tr>
1660
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1661
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1662
- </td>
1663
- </tr>
1664
- <tr>
1665
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
1666
- <td>a child <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
1667
- </td>
1668
- </tr>
1669
- <tr>
1670
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1671
- <td>
1672
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the tab is reorderable.</td>
1673
- </tr>
1674
- </tbody>
1675
- </table></div>
1676
- <p class="since">Since 2.10</p>
1677
- </div>
1678
- <hr>
1679
- <div class="refsect2">
1680
- <a name="gtk-notebook-get-tab-detachable"></a><h3>gtk_notebook_get_tab_detachable ()</h3>
1681
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_notebook_get_tab_detachable (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1682
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
1683
- <p>
1684
- Returns whether the tab contents can be detached from <em class="parameter"><code>notebook</code></em>.
1685
- </p>
1686
- <div class="variablelist"><table border="0">
1687
- <col align="left" valign="top">
1688
- <tbody>
1689
- <tr>
1690
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1691
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1692
- </td>
1693
- </tr>
1694
- <tr>
1695
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
1696
- <td>a child <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
1697
- </td>
1698
- </tr>
1699
- <tr>
1700
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1701
- <td>TRUE if the tab is detachable.</td>
1702
- </tr>
1703
- </tbody>
1704
- </table></div>
1705
- <p class="since">Since 2.10</p>
1706
- </div>
1707
- <hr>
1708
- <div class="refsect2">
1709
- <a name="gtk-notebook-get-tab-hborder"></a><h3>gtk_notebook_get_tab_hborder ()</h3>
1710
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a> gtk_notebook_get_tab_hborder (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
1711
- <p>
1712
- Returns the horizontal width of a tab border.
1713
- </p>
1714
- <div class="variablelist"><table border="0">
1715
- <col align="left" valign="top">
1716
- <tbody>
1717
- <tr>
1718
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1719
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1720
- </td>
1721
- </tr>
1722
- <tr>
1723
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1724
- <td>horizontal width of a tab border</td>
1725
- </tr>
1726
- </tbody>
1727
- </table></div>
1728
- <p class="since">Since 2.22</p>
1729
- </div>
1730
- <hr>
1731
- <div class="refsect2">
1732
- <a name="gtk-notebook-get-tab-vborder"></a><h3>gtk_notebook_get_tab_vborder ()</h3>
1733
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a> gtk_notebook_get_tab_vborder (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
1734
- <p>
1735
- Returns the vertical width of a tab border.
1736
- </p>
1737
- <div class="variablelist"><table border="0">
1738
- <col align="left" valign="top">
1739
- <tbody>
1740
- <tr>
1741
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1742
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1743
- </td>
1744
- </tr>
1745
- <tr>
1746
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1747
- <td>vertical width of a tab border</td>
1748
- </tr>
1749
- </tbody>
1750
- </table></div>
1751
- <p class="since">Since 2.22</p>
1752
- </div>
1753
- <hr>
1754
- <div class="refsect2">
1755
- <a name="gtk-notebook-set-current-page"></a><h3>gtk_notebook_set_current_page ()</h3>
1756
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_set_current_page (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1757
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> page_num</code></em>);</pre>
1758
- <p>
1759
- Switches to the page number <em class="parameter"><code>page_num</code></em>.
1760
- </p>
1761
- <p>
1762
- Note that due to historical reasons, GtkNotebook refuses
1763
- to switch to a page unless the child widget is visible.
1764
- Therefore, it is recommended to show child widgets before
1765
- adding them to a notebook.
1766
- </p>
1767
- <div class="variablelist"><table border="0">
1768
- <col align="left" valign="top">
1769
- <tbody>
1770
- <tr>
1771
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1772
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1773
- </td>
1774
- </tr>
1775
- <tr>
1776
- <td><p><span class="term"><em class="parameter"><code>page_num</code></em> :</span></p></td>
1777
- <td>index of the page to switch to, starting from 0.
1778
- If negative, the last page will be used. If greater
1779
- than the number of pages in the notebook, nothing
1780
- will be done.</td>
1781
- </tr>
1782
- </tbody>
1783
- </table></div>
1784
- </div>
1785
- <hr>
1786
- <div class="refsect2">
1787
- <a name="gtk-notebook-set-group-id"></a><h3>gtk_notebook_set_group_id ()</h3>
1788
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_set_group_id (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1789
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> group_id</code></em>);</pre>
1790
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1791
- <h3 class="title">Warning</h3>
1792
- <p><code class="literal">gtk_notebook_set_group_id</code> has been deprecated since version 2.12 and should not be used in newly-written code. use <a class="link" href="GtkNotebook.html#gtk-notebook-set-group-name" title="gtk_notebook_set_group_name ()"><code class="function">gtk_notebook_set_group_name()</code></a> instead.</p>
1793
- </div>
1794
- <p>
1795
- Sets an group identificator for <em class="parameter"><code>notebook</code></em>, notebooks sharing
1796
- the same group identificator will be able to exchange tabs
1797
- via drag and drop. A notebook with group identificator -1 will
1798
- not be able to exchange tabs with any other notebook.
1799
- </p>
1800
- <div class="variablelist"><table border="0">
1801
- <col align="left" valign="top">
1802
- <tbody>
1803
- <tr>
1804
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1805
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1806
- </td>
1807
- </tr>
1808
- <tr>
1809
- <td><p><span class="term"><em class="parameter"><code>group_id</code></em> :</span></p></td>
1810
- <td>a group identificator, or -1 to unset it</td>
1811
- </tr>
1812
- </tbody>
1813
- </table></div>
1814
- <p class="since">Since 2.10</p>
1815
- </div>
1816
- <hr>
1817
- <div class="refsect2">
1818
- <a name="gtk-notebook-get-group-id"></a><h3>gtk_notebook_get_group_id ()</h3>
1819
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_notebook_get_group_id (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
1820
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1821
- <h3 class="title">Warning</h3>
1822
- <p><code class="literal">gtk_notebook_get_group_id</code> has been deprecated since version 2.12 and should not be used in newly-written code. use <a class="link" href="GtkNotebook.html#gtk-notebook-get-group-name" title="gtk_notebook_get_group_name ()"><code class="function">gtk_notebook_get_group_name()</code></a> instead.</p>
1823
- </div>
1824
- <p>
1825
- Gets the current group identificator for <em class="parameter"><code>notebook</code></em>.
1826
- </p>
1827
- <div class="variablelist"><table border="0">
1828
- <col align="left" valign="top">
1829
- <tbody>
1830
- <tr>
1831
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1832
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1833
- </td>
1834
- </tr>
1835
- <tr>
1836
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1837
- <td>the group identificator, or -1 if none is set.</td>
1838
- </tr>
1839
- </tbody>
1840
- </table></div>
1841
- <p class="since">Since 2.10</p>
1842
- </div>
1843
- <hr>
1844
- <div class="refsect2">
1845
- <a name="gtk-notebook-set-group"></a><h3>gtk_notebook_set_group ()</h3>
1846
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_set_group (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1847
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> group</code></em>);</pre>
1848
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1849
- <h3 class="title">Warning</h3>
1850
- <p><code class="literal">gtk_notebook_set_group</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="GtkNotebook.html#gtk-notebook-set-group-name" title="gtk_notebook_set_group_name ()"><code class="function">gtk_notebook_set_group_name()</code></a> instead</p>
1851
- </div>
1852
- <p>
1853
- Sets a group identificator pointer for <em class="parameter"><code>notebook</code></em>, notebooks sharing
1854
- the same group identificator pointer will be able to exchange tabs
1855
- via drag and drop. A notebook with a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> group identificator will
1856
- not be able to exchange tabs with any other notebook.
1857
- </p>
1858
- <div class="variablelist"><table border="0">
1859
- <col align="left" valign="top">
1860
- <tbody>
1861
- <tr>
1862
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1863
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1864
- </td>
1865
- </tr>
1866
- <tr>
1867
- <td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
1868
- <td>a pointer to identify the notebook group, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset it. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1869
- </td>
1870
- </tr>
1871
- </tbody>
1872
- </table></div>
1873
- <p class="since">Since 2.12</p>
1874
- </div>
1875
- <hr>
1876
- <div class="refsect2">
1877
- <a name="gtk-notebook-get-group"></a><h3>gtk_notebook_get_group ()</h3>
1878
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> gtk_notebook_get_group (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
1879
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1880
- <h3 class="title">Warning</h3>
1881
- <p><code class="literal">gtk_notebook_get_group</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="GtkNotebook.html#gtk-notebook-get-group-name" title="gtk_notebook_get_group_name ()"><code class="function">gtk_notebook_get_group_name()</code></a> instead</p>
1882
- </div>
1883
- <p>
1884
- Gets the current group identificator pointer for <em class="parameter"><code>notebook</code></em>.
1885
- </p>
1886
- <div class="variablelist"><table border="0">
1887
- <col align="left" valign="top">
1888
- <tbody>
1889
- <tr>
1890
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1891
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1892
- </td>
1893
- </tr>
1894
- <tr>
1895
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1896
- <td>the group identificator,
1897
- or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1898
- </td>
1899
- </tr>
1900
- </tbody>
1901
- </table></div>
1902
- <p class="since">Since 2.12</p>
1903
- </div>
1904
- <hr>
1905
- <div class="refsect2">
1906
- <a name="gtk-notebook-set-group-name"></a><h3>gtk_notebook_set_group_name ()</h3>
1907
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_set_group_name (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1908
- <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> *group_name</code></em>);</pre>
1909
- <p>
1910
- Sets a group name for <em class="parameter"><code>notebook</code></em>.
1911
- </p>
1912
- <p>
1913
- Notebooks with the same name will be able to exchange tabs
1914
- via drag and drop. A notebook with a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> group name will
1915
- not be able to exchange tabs with any other notebook.
1916
- </p>
1917
- <div class="variablelist"><table border="0">
1918
- <col align="left" valign="top">
1919
- <tbody><tr>
1920
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1921
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1922
- </td>
1923
- </tr></tbody>
1924
- </table></div>
1925
- <p class="since">Since 2.24</p>
1926
- </div>
1927
- <hr>
1928
- <div class="refsect2">
1929
- <a name="gtk-notebook-get-group-name"></a><h3>gtk_notebook_get_group_name ()</h3>
1930
- <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_notebook_get_group_name (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
1931
- <p>
1932
- Gets the current group name for <em class="parameter"><code>notebook</code></em>.
1933
- </p>
1934
- <p>
1935
- Note that this funtion can emphasis not be used
1936
- together with <a class="link" href="GtkNotebook.html#gtk-notebook-set-group" title="gtk_notebook_set_group ()"><code class="function">gtk_notebook_set_group()</code></a> or
1937
- <a class="link" href="GtkNotebook.html#gtk-notebook-set-group-id" title="gtk_notebook_set_group_id ()"><code class="function">gtk_notebook_set_group_id()</code></a>.
1938
- </p>
1939
- <div class="variablelist"><table border="0">
1940
- <col align="left" valign="top">
1941
- <tbody>
1942
- <tr>
1943
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1944
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1945
- </td>
1946
- </tr>
1947
- <tr>
1948
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1949
- <td>the group name,
1950
- or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1951
- </td>
1952
- </tr>
1953
- </tbody>
1954
- </table></div>
1955
- <p class="since">Since 2.24</p>
1956
- </div>
1957
- <hr>
1958
- <div class="refsect2">
1959
- <a name="gtk-notebook-set-action-widget"></a><h3>gtk_notebook_set_action_widget ()</h3>
1960
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_set_action_widget (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1961
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
1962
- <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPackType" title="enum GtkPackType"><span class="type">GtkPackType</span></a> pack_type</code></em>);</pre>
1963
- <p>
1964
- Sets <em class="parameter"><code>widget</code></em> as one of the action widgets. Depending on the pack type
1965
- the widget will be placed before or after the tabs. You can use
1966
- a <a class="link" href="GtkBox.html" title="GtkBox"><span class="type">GtkBox</span></a> if you need to pack more than one widget on the same side.
1967
- </p>
1968
- <p>
1969
- Note that action widgets are "internal" children of the notebook and thus
1970
- not included in the list returned from <a class="link" href="GtkContainer.html#gtk-container-foreach" title="gtk_container_foreach ()"><code class="function">gtk_container_foreach()</code></a>.
1971
- </p>
1972
- <div class="variablelist"><table border="0">
1973
- <col align="left" valign="top">
1974
- <tbody>
1975
- <tr>
1976
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
1977
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
1978
- </td>
1979
- </tr>
1980
- <tr>
1981
- <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
1982
- <td>a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
1983
- </td>
1984
- </tr>
1985
- <tr>
1986
- <td><p><span class="term"><em class="parameter"><code>pack_type</code></em> :</span></p></td>
1987
- <td>pack type of the action widget</td>
1988
- </tr>
1989
- </tbody>
1990
- </table></div>
1991
- <p class="since">Since 2.20</p>
1992
- </div>
1993
- <hr>
1994
- <div class="refsect2">
1995
- <a name="gtk-notebook-get-action-widget"></a><h3>gtk_notebook_get_action_widget ()</h3>
1996
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_notebook_get_action_widget (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1997
- <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPackType" title="enum GtkPackType"><span class="type">GtkPackType</span></a> pack_type</code></em>);</pre>
1998
- <p>
1999
- Gets one of the action widgets. See <a class="link" href="GtkNotebook.html#gtk-notebook-set-action-widget" title="gtk_notebook_set_action_widget ()"><code class="function">gtk_notebook_set_action_widget()</code></a>.
2000
- </p>
2001
- <div class="variablelist"><table border="0">
2002
- <col align="left" valign="top">
2003
- <tbody>
2004
- <tr>
2005
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
2006
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
2007
- </td>
2008
- </tr>
2009
- <tr>
2010
- <td><p><span class="term"><em class="parameter"><code>pack_type</code></em> :</span></p></td>
2011
- <td>pack type of the action widget to receive</td>
2012
- </tr>
2013
- <tr>
2014
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2015
- <td>The action widget with the given <em class="parameter"><code>pack_type</code></em>
2016
- or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> when this action widget has not been set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
2017
- </td>
2018
- </tr>
2019
- </tbody>
2020
- </table></div>
2021
- <p class="since">Since 2.20</p>
2022
- </div>
2023
- <hr>
2024
- <div class="refsect2">
2025
- <a name="GtkNotebookWindowCreationFunc"></a><h3>GtkNotebookWindowCreationFunc ()</h3>
2026
- <pre class="programlisting"><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="returnvalue">GtkNotebook</span></a> * (*GtkNotebookWindowCreationFunc) (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *source</code></em>,
2027
- <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>,
2028
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
2029
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
2030
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
2031
- <p>
2032
- A function used by GtkNotebook when a detachable tab is dropped
2033
- in the root window, it's used to create a window containing a notebook
2034
- where the tab will be attached. This function will also be responsible
2035
- of moving/resizing the window and adding the necessary properties to
2036
- the notebook (i.e.: group-id).
2037
- If the function returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the drag will be cancelled.
2038
- </p>
2039
- <div class="variablelist"><table border="0">
2040
- <col align="left" valign="top">
2041
- <tbody>
2042
- <tr>
2043
- <td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
2044
- <td>The source <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> of the drag operation</td>
2045
- </tr>
2046
- <tr>
2047
- <td><p><span class="term"><em class="parameter"><code>page</code></em> :</span></p></td>
2048
- <td>the child <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> affected</td>
2049
- </tr>
2050
- <tr>
2051
- <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
2052
- <td>the X coordinate where the drop happens</td>
2053
- </tr>
2054
- <tr>
2055
- <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
2056
- <td>the Y coordinate where the drop happens</td>
2057
- </tr>
2058
- <tr>
2059
- <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
2060
- <td>user data</td>
2061
- </tr>
2062
- <tr>
2063
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2064
- <td>The created <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> where the tab will be attached, or NULL to cancel the drag</td>
2065
- </tr>
2066
- </tbody>
2067
- </table></div>
2068
- </div>
2069
- <hr>
2070
- <div class="refsect2">
2071
- <a name="gtk-notebook-set-window-creation-hook"></a><h3>gtk_notebook_set_window_creation_hook ()</h3>
2072
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_set_window_creation_hook
2073
- (<em class="parameter"><code><a class="link" href="GtkNotebook.html#GtkNotebookWindowCreationFunc" title="GtkNotebookWindowCreationFunc ()"><span class="type">GtkNotebookWindowCreationFunc</span></a> func</code></em>,
2074
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
2075
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
2076
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2077
- <h3 class="title">Warning</h3>
2078
- <p><code class="literal">gtk_notebook_set_window_creation_hook</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use the <a class="link" href="GtkNotebook.html#GtkNotebook-create-window" title='The "create-window" signal'><span class="type">"create-window"</span></a> signal instead</p>
2079
- </div>
2080
- <p>
2081
- Installs a global function used to create a window
2082
- when a detached tab is dropped in an empty area.
2083
- </p>
2084
- <div class="variablelist"><table border="0">
2085
- <col align="left" valign="top">
2086
- <tbody>
2087
- <tr>
2088
- <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
2089
- <td>the <a class="link" href="GtkNotebook.html#GtkNotebookWindowCreationFunc" title="GtkNotebookWindowCreationFunc ()"><span class="type">GtkNotebookWindowCreationFunc</span></a>, 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>
2090
- </td>
2091
- </tr>
2092
- <tr>
2093
- <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
2094
- <td>user data for <em class="parameter"><code>func</code></em>
2095
- </td>
2096
- </tr>
2097
- <tr>
2098
- <td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
2099
- <td>Destroy notifier for <em class="parameter"><code>data</code></em>, 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>
2100
- </td>
2101
- </tr>
2102
- </tbody>
2103
- </table></div>
2104
- <p class="since">Since 2.10</p>
2105
- </div>
2106
- </div>
2107
- <div class="refsect1">
2108
- <a name="GtkNotebook.property-details"></a><h2>Property Details</h2>
2109
- <div class="refsect2">
2110
- <a name="GtkNotebook--enable-popup"></a><h3>The <code class="literal">"enable-popup"</code> property</h3>
2111
- <pre class="programlisting"> "enable-popup" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
2112
- <p>If TRUE, pressing the right mouse button on the notebook pops up a menu that you can use to go to a page.</p>
2113
- <p>Default value: FALSE</p>
2114
- </div>
2115
- <hr>
2116
- <div class="refsect2">
2117
- <a name="GtkNotebook--group"></a><h3>The <code class="literal">"group"</code> property</h3>
2118
- <pre class="programlisting"> "group" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Read / Write</pre>
2119
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2120
- <h3 class="title">Warning</h3>
2121
- <p><code class="literal">GtkNotebook:group</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="GtkNotebook.html#GtkNotebook--group-name" title='The "group-name" property'><span class="type">"group-name"</span></a> instead</p>
2122
- </div>
2123
- <p>
2124
- Group for tabs drag and drop.
2125
- </p>
2126
- <p class="since">Since 2.12</p>
2127
- </div>
2128
- <hr>
2129
- <div class="refsect2">
2130
- <a name="GtkNotebook--group-id"></a><h3>The <code class="literal">"group-id"</code> property</h3>
2131
- <pre class="programlisting"> "group-id" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
2132
- <p>Group ID for tabs drag and drop.</p>
2133
- <p>Allowed values: &gt;= G_MAXULONG</p>
2134
- <p>Default value: -1</p>
2135
- </div>
2136
- <hr>
2137
- <div class="refsect2">
2138
- <a name="GtkNotebook--group-name"></a><h3>The <code class="literal">"group-name"</code> property</h3>
2139
- <pre class="programlisting"> "group-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
2140
- <p>
2141
- Group name for tabs drag and drop.
2142
- </p>
2143
- <p>Default value: NULL</p>
2144
- <p class="since">Since 2.24</p>
2145
- </div>
2146
- <hr>
2147
- <div class="refsect2">
2148
- <a name="GtkNotebook--homogeneous"></a><h3>The <code class="literal">"homogeneous"</code> property</h3>
2149
- <pre class="programlisting"> "homogeneous" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
2150
- <p>Whether tabs should have homogeneous sizes.</p>
2151
- <p>Default value: FALSE</p>
2152
- </div>
2153
- <hr>
2154
- <div class="refsect2">
2155
- <a name="GtkNotebook--page"></a><h3>The <code class="literal">"page"</code> property</h3>
2156
- <pre class="programlisting"> "page" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
2157
- <p>The index of the current page.</p>
2158
- <p>Allowed values: &gt;= G_MAXULONG</p>
2159
- <p>Default value: -1</p>
2160
- </div>
2161
- <hr>
2162
- <div class="refsect2">
2163
- <a name="GtkNotebook--scrollable"></a><h3>The <code class="literal">"scrollable"</code> property</h3>
2164
- <pre class="programlisting"> "scrollable" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
2165
- <p>If TRUE, scroll arrows are added if there are too many tabs to fit.</p>
2166
- <p>Default value: FALSE</p>
2167
- </div>
2168
- <hr>
2169
- <div class="refsect2">
2170
- <a name="GtkNotebook--show-border"></a><h3>The <code class="literal">"show-border"</code> property</h3>
2171
- <pre class="programlisting"> "show-border" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
2172
- <p>Whether the border should be shown or not.</p>
2173
- <p>Default value: TRUE</p>
2174
- </div>
2175
- <hr>
2176
- <div class="refsect2">
2177
- <a name="GtkNotebook--show-tabs"></a><h3>The <code class="literal">"show-tabs"</code> property</h3>
2178
- <pre class="programlisting"> "show-tabs" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
2179
- <p>Whether tabs should be shown or not.</p>
2180
- <p>Default value: TRUE</p>
2181
- </div>
2182
- <hr>
2183
- <div class="refsect2">
2184
- <a name="GtkNotebook--tab-border"></a><h3>The <code class="literal">"tab-border"</code> property</h3>
2185
- <pre class="programlisting"> "tab-border" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Write</pre>
2186
- <p>Width of the border around the tab labels.</p>
2187
- <p>Default value: 2</p>
2188
- </div>
2189
- <hr>
2190
- <div class="refsect2">
2191
- <a name="GtkNotebook--tab-hborder"></a><h3>The <code class="literal">"tab-hborder"</code> property</h3>
2192
- <pre class="programlisting"> "tab-hborder" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
2193
- <p>Width of the horizontal border of tab labels.</p>
2194
- <p>Default value: 2</p>
2195
- </div>
2196
- <hr>
2197
- <div class="refsect2">
2198
- <a name="GtkNotebook--tab-pos"></a><h3>The <code class="literal">"tab-pos"</code> property</h3>
2199
- <pre class="programlisting"> "tab-pos" <a class="link" href="gtk-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="type">GtkPositionType</span></a> : Read / Write</pre>
2200
- <p>Which side of the notebook holds the tabs.</p>
2201
- <p>Default value: GTK_POS_TOP</p>
2202
- </div>
2203
- <hr>
2204
- <div class="refsect2">
2205
- <a name="GtkNotebook--tab-vborder"></a><h3>The <code class="literal">"tab-vborder"</code> property</h3>
2206
- <pre class="programlisting"> "tab-vborder" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
2207
- <p>Width of the vertical border of tab labels.</p>
2208
- <p>Default value: 2</p>
2209
- </div>
2210
- </div>
2211
- <div class="refsect1">
2212
- <a name="GtkNotebook.child-property-details"></a><h2>Child Property Details</h2>
2213
- <div class="refsect2">
2214
- <a name="GtkNotebook--c-detachable"></a><h3>The <code class="literal">"detachable"</code> child property</h3>
2215
- <pre class="programlisting"> "detachable" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
2216
- <p>Whether the tab is detachable.</p>
2217
- <p>Default value: FALSE</p>
2218
- </div>
2219
- <hr>
2220
- <div class="refsect2">
2221
- <a name="GtkNotebook--c-menu-label"></a><h3>The <code class="literal">"menu-label"</code> child property</h3>
2222
- <pre class="programlisting"> "menu-label" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
2223
- <p>The string displayed in the child's menu entry.</p>
2224
- <p>Default value: NULL</p>
2225
- </div>
2226
- <hr>
2227
- <div class="refsect2">
2228
- <a name="GtkNotebook--c-position"></a><h3>The <code class="literal">"position"</code> child property</h3>
2229
- <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>
2230
- <p>The index of the child in the parent.</p>
2231
- <p>Allowed values: &gt;= G_MAXULONG</p>
2232
- <p>Default value: 0</p>
2233
- </div>
2234
- <hr>
2235
- <div class="refsect2">
2236
- <a name="GtkNotebook--c-reorderable"></a><h3>The <code class="literal">"reorderable"</code> child property</h3>
2237
- <pre class="programlisting"> "reorderable" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
2238
- <p>Whether the tab is reorderable by user action or not.</p>
2239
- <p>Default value: FALSE</p>
2240
- </div>
2241
- <hr>
2242
- <div class="refsect2">
2243
- <a name="GtkNotebook--c-tab-expand"></a><h3>The <code class="literal">"tab-expand"</code> child property</h3>
2244
- <pre class="programlisting"> "tab-expand" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
2245
- <p>Whether to expand the child's tab or not.</p>
2246
- <p>Default value: FALSE</p>
2247
- </div>
2248
- <hr>
2249
- <div class="refsect2">
2250
- <a name="GtkNotebook--c-tab-fill"></a><h3>The <code class="literal">"tab-fill"</code> child property</h3>
2251
- <pre class="programlisting"> "tab-fill" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
2252
- <p>Whether the child's tab should fill the allocated area or not.</p>
2253
- <p>Default value: TRUE</p>
2254
- </div>
2255
- <hr>
2256
- <div class="refsect2">
2257
- <a name="GtkNotebook--c-tab-label"></a><h3>The <code class="literal">"tab-label"</code> child property</h3>
2258
- <pre class="programlisting"> "tab-label" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
2259
- <p>The string displayed on the child's tab label.</p>
2260
- <p>Default value: NULL</p>
2261
- </div>
2262
- <hr>
2263
- <div class="refsect2">
2264
- <a name="GtkNotebook--c-tab-pack"></a><h3>The <code class="literal">"tab-pack"</code> child property</h3>
2265
- <pre class="programlisting"> "tab-pack" <a class="link" href="gtk-Standard-Enumerations.html#GtkPackType" title="enum GtkPackType"><span class="type">GtkPackType</span></a> : Read / Write</pre>
2266
- <p>
2267
- Deprecated: 2.20: The tab packing functionality of children should not
2268
- be used anymore and support will be removed in the future.
2269
- </p>
2270
- <p>Default value: GTK_PACK_START</p>
2271
- </div>
2272
- </div>
2273
- <div class="refsect1">
2274
- <a name="GtkNotebook.style-property-details"></a><h2>Style Property Details</h2>
2275
- <div class="refsect2">
2276
- <a name="GtkNotebook--s-arrow-spacing"></a><h3>The <code class="literal">"arrow-spacing"</code> style property</h3>
2277
- <pre class="programlisting"> "arrow-spacing" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
2278
- <p>
2279
- The "arrow-spacing" property defines the spacing between the scroll
2280
- arrows and the tabs.
2281
- </p>
2282
- <p>Allowed values: &gt;= 0</p>
2283
- <p>Default value: 0</p>
2284
- <p class="since">Since 2.10</p>
2285
- </div>
2286
- <hr>
2287
- <div class="refsect2">
2288
- <a name="GtkNotebook--s-has-backward-stepper"></a><h3>The <code class="literal">"has-backward-stepper"</code> style property</h3>
2289
- <pre class="programlisting"> "has-backward-stepper" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
2290
- <p>
2291
- The "has-backward-stepper" property determines whether
2292
- the standard backward arrow button is displayed.
2293
- </p>
2294
- <p>Default value: TRUE</p>
2295
- <p class="since">Since 2.4</p>
2296
- </div>
2297
- <hr>
2298
- <div class="refsect2">
2299
- <a name="GtkNotebook--s-has-forward-stepper"></a><h3>The <code class="literal">"has-forward-stepper"</code> style property</h3>
2300
- <pre class="programlisting"> "has-forward-stepper" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
2301
- <p>
2302
- The "has-forward-stepper" property determines whether
2303
- the standard forward arrow button is displayed.
2304
- </p>
2305
- <p>Default value: TRUE</p>
2306
- <p class="since">Since 2.4</p>
2307
- </div>
2308
- <hr>
2309
- <div class="refsect2">
2310
- <a name="GtkNotebook--s-has-secondary-backward-stepper"></a><h3>The <code class="literal">"has-secondary-backward-stepper"</code> style property</h3>
2311
- <pre class="programlisting"> "has-secondary-backward-stepper" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
2312
- <p>
2313
- The "has-secondary-backward-stepper" property determines whether
2314
- a second backward arrow button is displayed on the opposite end
2315
- of the tab area.
2316
- </p>
2317
- <p>Default value: FALSE</p>
2318
- <p class="since">Since 2.4</p>
2319
- </div>
2320
- <hr>
2321
- <div class="refsect2">
2322
- <a name="GtkNotebook--s-has-secondary-forward-stepper"></a><h3>The <code class="literal">"has-secondary-forward-stepper"</code> style property</h3>
2323
- <pre class="programlisting"> "has-secondary-forward-stepper" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
2324
- <p>
2325
- The "has-secondary-forward-stepper" property determines whether
2326
- a second forward arrow button is displayed on the opposite end
2327
- of the tab area.
2328
- </p>
2329
- <p>Default value: FALSE</p>
2330
- <p class="since">Since 2.4</p>
2331
- </div>
2332
- <hr>
2333
- <div class="refsect2">
2334
- <a name="GtkNotebook--s-tab-curvature"></a><h3>The <code class="literal">"tab-curvature"</code> style property</h3>
2335
- <pre class="programlisting"> "tab-curvature" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
2336
- <p>
2337
- The "tab-curvature" property defines size of tab curvature.
2338
- </p>
2339
- <p>Allowed values: &gt;= 0</p>
2340
- <p>Default value: 1</p>
2341
- <p class="since">Since 2.10</p>
2342
- </div>
2343
- <hr>
2344
- <div class="refsect2">
2345
- <a name="GtkNotebook--s-tab-overlap"></a><h3>The <code class="literal">"tab-overlap"</code> style property</h3>
2346
- <pre class="programlisting"> "tab-overlap" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
2347
- <p>
2348
- The "tab-overlap" property defines size of tab overlap
2349
- area.
2350
- </p>
2351
- <p>Default value: 2</p>
2352
- <p class="since">Since 2.10</p>
2353
- </div>
2354
- </div>
2355
- <div class="refsect1">
2356
- <a name="GtkNotebook.signal-details"></a><h2>Signal Details</h2>
2357
- <div class="refsect2">
2358
- <a name="GtkNotebook-change-current-page"></a><h3>The <code class="literal">"change-current-page"</code> signal</h3>
2359
- <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="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook,
2360
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> arg1,
2361
- <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>
2362
- <p>
2363
- </p>
2364
- <div class="variablelist"><table border="0">
2365
- <col align="left" valign="top">
2366
- <tbody>
2367
- <tr>
2368
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
2369
- <td>the object which received the signal.</td>
2370
- </tr>
2371
- <tr>
2372
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2373
- <td>user data set when the signal handler was connected.</td>
2374
- </tr>
2375
- </tbody>
2376
- </table></div>
2377
- </div>
2378
- <hr>
2379
- <div class="refsect2">
2380
- <a name="GtkNotebook-create-window"></a><h3>The <code class="literal">"create-window"</code> signal</h3>
2381
- <pre class="programlisting"><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="returnvalue">GtkNotebook</span></a>* user_function (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook,
2382
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page,
2383
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x,
2384
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y,
2385
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
2386
- <p>
2387
- The ::create-window signal is emitted when a detachable
2388
- tab is dropped on the root window.
2389
- </p>
2390
- <p>
2391
- A handler for this signal can create a window containing
2392
- a notebook where the tab will be attached. It is also
2393
- responsible for moving/resizing the window and adding the
2394
- necessary properties to the notebook (e.g. the
2395
- <a class="link" href="GtkNotebook.html#GtkNotebook--group" title='The "group" property'><span class="type">"group"</span></a> ).
2396
- </p>
2397
- <p>
2398
- The default handler uses the global window creation hook,
2399
- if one has been set with <a class="link" href="GtkNotebook.html#gtk-notebook-set-window-creation-hook" title="gtk_notebook_set_window_creation_hook ()"><code class="function">gtk_notebook_set_window_creation_hook()</code></a>.
2400
- </p>
2401
- <div class="variablelist"><table border="0">
2402
- <col align="left" valign="top">
2403
- <tbody>
2404
- <tr>
2405
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
2406
- <td>the <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> emitting the signal</td>
2407
- </tr>
2408
- <tr>
2409
- <td><p><span class="term"><em class="parameter"><code>page</code></em> :</span></p></td>
2410
- <td>the tab of <em class="parameter"><code>notebook</code></em> that is being detached</td>
2411
- </tr>
2412
- <tr>
2413
- <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
2414
- <td>the X coordinate where the drop happens</td>
2415
- </tr>
2416
- <tr>
2417
- <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
2418
- <td>the Y coordinate where the drop happens</td>
2419
- </tr>
2420
- <tr>
2421
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2422
- <td>user data set when the signal handler was connected.</td>
2423
- </tr>
2424
- <tr>
2425
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2426
- <td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> that <em class="parameter"><code>page</code></em> should be
2427
- added to, 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="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
2428
- </td>
2429
- </tr>
2430
- </tbody>
2431
- </table></div>
2432
- <p class="since">Since 2.12</p>
2433
- </div>
2434
- <hr>
2435
- <div class="refsect2">
2436
- <a name="GtkNotebook-focus-tab"></a><h3>The <code class="literal">"focus-tab"</code> signal</h3>
2437
- <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="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook,
2438
- <span class="type">GtkNotebookTab</span> arg1,
2439
- <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>
2440
- <p>
2441
- </p>
2442
- <div class="variablelist"><table border="0">
2443
- <col align="left" valign="top">
2444
- <tbody>
2445
- <tr>
2446
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
2447
- <td>the object which received the signal.</td>
2448
- </tr>
2449
- <tr>
2450
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2451
- <td>user data set when the signal handler was connected.</td>
2452
- </tr>
2453
- </tbody>
2454
- </table></div>
2455
- </div>
2456
- <hr>
2457
- <div class="refsect2">
2458
- <a name="GtkNotebook-move-focus-out"></a><h3>The <code class="literal">"move-focus-out"</code> signal</h3>
2459
- <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook,
2460
- <a class="link" href="gtk-Standard-Enumerations.html#GtkDirectionType" title="enum GtkDirectionType"><span class="type">GtkDirectionType</span></a> arg1,
2461
- <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>
2462
- <p>
2463
- </p>
2464
- <div class="variablelist"><table border="0">
2465
- <col align="left" valign="top">
2466
- <tbody>
2467
- <tr>
2468
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
2469
- <td>the object which received the signal.</td>
2470
- </tr>
2471
- <tr>
2472
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2473
- <td>user data set when the signal handler was connected.</td>
2474
- </tr>
2475
- </tbody>
2476
- </table></div>
2477
- </div>
2478
- <hr>
2479
- <div class="refsect2">
2480
- <a name="GtkNotebook-page-added"></a><h3>The <code class="literal">"page-added"</code> signal</h3>
2481
- <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook,
2482
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child,
2483
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> page_num,
2484
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
2485
- <p>
2486
- the ::page-added signal is emitted in the notebook
2487
- right after a page is added to the notebook.
2488
- </p>
2489
- <div class="variablelist"><table border="0">
2490
- <col align="left" valign="top">
2491
- <tbody>
2492
- <tr>
2493
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
2494
- <td>the <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
2495
- </td>
2496
- </tr>
2497
- <tr>
2498
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
2499
- <td>the child <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> affected</td>
2500
- </tr>
2501
- <tr>
2502
- <td><p><span class="term"><em class="parameter"><code>page_num</code></em> :</span></p></td>
2503
- <td>the new page number for <em class="parameter"><code>child</code></em>
2504
- </td>
2505
- </tr>
2506
- <tr>
2507
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2508
- <td>user data set when the signal handler was connected.</td>
2509
- </tr>
2510
- </tbody>
2511
- </table></div>
2512
- <p class="since">Since 2.10</p>
2513
- </div>
2514
- <hr>
2515
- <div class="refsect2">
2516
- <a name="GtkNotebook-page-removed"></a><h3>The <code class="literal">"page-removed"</code> signal</h3>
2517
- <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook,
2518
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child,
2519
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> page_num,
2520
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
2521
- <p>
2522
- the ::page-removed signal is emitted in the notebook
2523
- right after a page is removed from the notebook.
2524
- </p>
2525
- <div class="variablelist"><table border="0">
2526
- <col align="left" valign="top">
2527
- <tbody>
2528
- <tr>
2529
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
2530
- <td>the <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
2531
- </td>
2532
- </tr>
2533
- <tr>
2534
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
2535
- <td>the child <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> affected</td>
2536
- </tr>
2537
- <tr>
2538
- <td><p><span class="term"><em class="parameter"><code>page_num</code></em> :</span></p></td>
2539
- <td>the <em class="parameter"><code>child</code></em> page number</td>
2540
- </tr>
2541
- <tr>
2542
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2543
- <td>user data set when the signal handler was connected.</td>
2544
- </tr>
2545
- </tbody>
2546
- </table></div>
2547
- <p class="since">Since 2.10</p>
2548
- </div>
2549
- <hr>
2550
- <div class="refsect2">
2551
- <a name="GtkNotebook-page-reordered"></a><h3>The <code class="literal">"page-reordered"</code> signal</h3>
2552
- <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook,
2553
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child,
2554
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> page_num,
2555
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
2556
- <p>
2557
- the ::page-reordered signal is emitted in the notebook
2558
- right after a page has been reordered.
2559
- </p>
2560
- <div class="variablelist"><table border="0">
2561
- <col align="left" valign="top">
2562
- <tbody>
2563
- <tr>
2564
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
2565
- <td>the <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
2566
- </td>
2567
- </tr>
2568
- <tr>
2569
- <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
2570
- <td>the child <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> affected</td>
2571
- </tr>
2572
- <tr>
2573
- <td><p><span class="term"><em class="parameter"><code>page_num</code></em> :</span></p></td>
2574
- <td>the new page number for <em class="parameter"><code>child</code></em>
2575
- </td>
2576
- </tr>
2577
- <tr>
2578
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2579
- <td>user data set when the signal handler was connected.</td>
2580
- </tr>
2581
- </tbody>
2582
- </table></div>
2583
- <p class="since">Since 2.10</p>
2584
- </div>
2585
- <hr>
2586
- <div class="refsect2">
2587
- <a name="GtkNotebook-reorder-tab"></a><h3>The <code class="literal">"reorder-tab"</code> signal</h3>
2588
- <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="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook,
2589
- <a class="link" href="gtk-Standard-Enumerations.html#GtkDirectionType" title="enum GtkDirectionType"><span class="type">GtkDirectionType</span></a> arg1,
2590
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> arg2,
2591
- <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>
2592
- <p>
2593
- </p>
2594
- <div class="variablelist"><table border="0">
2595
- <col align="left" valign="top">
2596
- <tbody>
2597
- <tr>
2598
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
2599
- <td>the object which received the signal.</td>
2600
- </tr>
2601
- <tr>
2602
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2603
- <td>user data set when the signal handler was connected.</td>
2604
- </tr>
2605
- </tbody>
2606
- </table></div>
2607
- </div>
2608
- <hr>
2609
- <div class="refsect2">
2610
- <a name="GtkNotebook-select-page"></a><h3>The <code class="literal">"select-page"</code> signal</h3>
2611
- <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="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook,
2612
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> arg1,
2613
- <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>
2614
- <p>
2615
- </p>
2616
- <div class="variablelist"><table border="0">
2617
- <col align="left" valign="top">
2618
- <tbody>
2619
- <tr>
2620
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
2621
- <td>the object which received the signal.</td>
2622
- </tr>
2623
- <tr>
2624
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2625
- <td>user data set when the signal handler was connected.</td>
2626
- </tr>
2627
- </tbody>
2628
- </table></div>
2629
- </div>
2630
- <hr>
2631
- <div class="refsect2">
2632
- <a name="GtkNotebook-switch-page"></a><h3>The <code class="literal">"switch-page"</code> signal</h3>
2633
- <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook,
2634
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> arg1,
2635
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> arg2,
2636
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
2637
- <p>
2638
- Emitted when the user or a function changes the current page.
2639
- </p>
2640
- <div class="variablelist"><table border="0">
2641
- <col align="left" valign="top">
2642
- <tbody>
2643
- <tr>
2644
- <td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
2645
- <td>the object which received the signal.</td>
2646
- </tr>
2647
- <tr>
2648
- <td><p><span class="term"><em class="parameter"><code>page</code></em> :</span></p></td>
2649
- <td>the new current page</td>
2650
- </tr>
2651
- <tr>
2652
- <td><p><span class="term"><em class="parameter"><code>page_num</code></em> :</span></p></td>
2653
- <td>the index of the page</td>
2654
- </tr>
2655
- <tr>
2656
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2657
- <td>user data set when the signal handler was connected.</td>
2658
- </tr>
2659
- </tbody>
2660
- </table></div>
2661
- </div>
2662
- </div>
2663
- <div class="refsect1">
2664
- <a name="GtkNotebook.see-also"></a><h2>See Also</h2>
2665
- <p>
2666
- </p>
2667
- <div class="variablelist"><table border="0">
2668
- <col align="left" valign="top">
2669
- <tbody><tr>
2670
- <td><p><span class="term"><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a></span></p></td>
2671
- <td><p>For functions that apply to every <a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a></p></td>
2672
- </tr></tbody>
2673
- </table></div>
2674
- <p>
2675
- </p>
2676
- </div>
2677
- </div>
2678
- <div class="footer">
2679
- <hr>
2680
- Generated by GTK-Doc V1.18</div>
2681
- </body>
2682
- </html>