gtk2 1.0.0-x86-mingw32 → 1.0.1-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.
- data/ChangeLog +52 -0
- data/ext/gtk2/extconf.rb +18 -9
- data/ext/gtk2/rbgdk.h +3 -0
- data/ext/gtk2/rbgdkdragcontext.c +4 -4
- data/ext/gtk2/rbgdkevent.c +18 -5
- data/ext/gtk2/rbgdkpixmap.c +43 -48
- data/ext/gtk2/rbgdkproperty.c +6 -5
- data/ext/gtk2/rbgdkscreen.c +18 -74
- data/ext/gtk2/rbgdkselection.c +2 -2
- data/ext/gtk2/rbgdkwindow.c +11 -18
- data/ext/gtk2/rbgdkwindowattr.c +1 -1
- data/ext/gtk2/rbgtkaccelgroup.c +1 -1
- data/ext/gtk2/rbgtkaction.c +8 -26
- data/ext/gtk2/rbgtkactiongroup.c +6 -6
- data/ext/gtk2/rbgtkadjustment.c +20 -74
- data/ext/gtk2/rbgtkbindingset.c +1 -1
- data/ext/gtk2/rbgtkbuilder.c +2 -1
- data/ext/gtk2/rbgtkbutton.c +1 -9
- data/ext/gtk2/rbgtkcalendar.c +1 -1
- data/ext/gtk2/rbgtkcellrendererspinner.c +0 -3
- data/ext/gtk2/rbgtkcellrenderertext.c +1 -2
- data/ext/gtk2/rbgtkcellview.c +6 -11
- data/ext/gtk2/rbgtkcolorselectiondialog.c +2 -28
- data/ext/gtk2/rbgtkcombo.c +2 -2
- data/ext/gtk2/rbgtkcombobox.c +9 -29
- data/ext/gtk2/rbgtkcontainer.c +1 -1
- data/ext/gtk2/rbgtkcurve.c +4 -2
- data/ext/gtk2/rbgtkdialog.c +2 -3
- data/ext/gtk2/rbgtkdrag.c +3 -3
- data/ext/gtk2/rbgtkentry.c +2 -2
- data/ext/gtk2/rbgtkentrycompletion.c +1 -4
- data/ext/gtk2/rbgtkfilechooser.c +32 -29
- data/ext/gtk2/rbgtkfilechooserdialog.c +8 -6
- data/ext/gtk2/rbgtkfilefilter.c +8 -4
- data/ext/gtk2/rbgtkframe.c +3 -4
- data/ext/gtk2/rbgtkhandlebox.c +0 -7
- data/ext/gtk2/rbgtkicontheme.c +4 -13
- data/ext/gtk2/rbgtkiconview.c +4 -15
- data/ext/gtk2/rbgtkimcontext.c +1 -1
- data/ext/gtk2/rbgtkinvisible.c +5 -21
- data/ext/gtk2/rbgtkitemfactory.c +3 -3
- data/ext/gtk2/rbgtklabel.c +0 -2
- data/ext/gtk2/rbgtklinkbutton.c +0 -2
- data/ext/gtk2/rbgtkmain.c +7 -10
- data/ext/gtk2/rbgtkmenu.c +22 -74
- data/ext/gtk2/rbgtkmenuitem.c +16 -55
- data/ext/gtk2/rbgtkmenushell.c +3 -11
- data/ext/gtk2/rbgtkmessagedialog.c +11 -20
- data/ext/gtk2/rbgtknotebook.c +0 -1
- data/ext/gtk2/rbgtkoptionmenu.c +1 -2
- data/ext/gtk2/rbgtkprintjob.c +1 -2
- data/ext/gtk2/rbgtkprintoperation.c +0 -2
- data/ext/gtk2/rbgtkradioaction.c +2 -7
- data/ext/gtk2/rbgtkradiobutton.c +1 -1
- data/ext/gtk2/rbgtkradiomenuitem.c +4 -6
- data/ext/gtk2/rbgtkradiotoolbutton.c +2 -4
- data/ext/gtk2/rbgtkrange.c +1 -2
- data/ext/gtk2/rbgtkrc.c +8 -9
- data/ext/gtk2/rbgtkrcstyle.c +2 -2
- data/ext/gtk2/rbgtkrecentaction.c +0 -1
- data/ext/gtk2/rbgtkrecentchooser.c +3 -3
- data/ext/gtk2/rbgtkrecentdata.c +2 -9
- data/ext/gtk2/rbgtkrecentfilter.c +2 -1
- data/ext/gtk2/rbgtkrecentfilterinfo.c +5 -16
- data/ext/gtk2/rbgtkrecentinfo.c +2 -2
- data/ext/gtk2/rbgtkrecentmanager.c +1 -2
- data/ext/gtk2/rbgtkruler.c +6 -16
- data/ext/gtk2/rbgtkscalebutton.c +16 -48
- data/ext/gtk2/rbgtkscrolledwindow.c +1 -1
- data/ext/gtk2/rbgtkselectiondata.c +10 -34
- data/ext/gtk2/rbgtksettings.c +1 -1
- data/ext/gtk2/rbgtkspinner.c +0 -3
- data/ext/gtk2/rbgtkstatusbar.c +5 -16
- data/ext/gtk2/rbgtkstatusicon.c +2 -9
- data/ext/gtk2/rbgtkstock.c +4 -4
- data/ext/gtk2/rbgtktable.c +8 -13
- data/ext/gtk2/rbgtktextattributes.c +0 -2
- data/ext/gtk2/rbgtktextbuffer.c +17 -16
- data/ext/gtk2/rbgtktextmark.c +7 -14
- data/ext/gtk2/rbgtktexttag.c +1 -2
- data/ext/gtk2/rbgtktextview.c +3 -4
- data/ext/gtk2/rbgtktoggleaction.c +5 -16
- data/ext/gtk2/rbgtktogglebutton.c +1 -2
- data/ext/gtk2/rbgtktoggletoolbutton.c +5 -16
- data/ext/gtk2/rbgtktoolbar.c +8 -31
- data/ext/gtk2/rbgtktoolitem.c +3 -1
- data/ext/gtk2/rbgtktreerowreference.c +4 -4
- data/ext/gtk2/rbgtktreesortable.c +0 -3
- data/ext/gtk2/rbgtktreestore.c +10 -7
- data/ext/gtk2/rbgtktreeview.c +5 -8
- data/ext/gtk2/rbgtktreeviewcolumn.c +13 -34
- data/ext/gtk2/rbgtkuimanager.c +2 -3
- data/ext/gtk2/rbgtkwidget.c +24 -44
- data/ext/gtk2/rbgtkwindow.c +32 -92
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/lib/gtk2/base.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +2 -29
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdk.h +5 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +0 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +4 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +0 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +9 -13
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +0 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +6 -16
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +3 -14
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +0 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +3 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +0 -6
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +1 -2
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/manifest/{gtk+-dev_2.24.0-1_win32.mft → gtk+-dev_2.22.1-1_win32.mft} +6 -9
- data/vendor/local/manifest/{gtk+_2.24.0-1_win32.mft → gtk+_2.22.1-1_win32.mft} +6 -2
- data/vendor/local/share/doc/{gtk+-2.24.0 → gtk+-2.22.1}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.24.0 → gtk+-dev-2.22.1}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +21 -0
- data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
- data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
- data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +94 -60
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +58 -44
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +208 -151
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +37 -33
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +239 -180
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +5 -135
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +47 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +23 -20
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +39 -81
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +199 -135
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +90 -71
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +200 -161
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +409 -293
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +435 -320
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +141 -109
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +234 -155
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +217 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +124 -103
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +250 -168
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +131 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +191 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +53 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +195 -162
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +112 -85
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +137 -79
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +176 -144
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +235 -188
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +134 -97
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +35 -22
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +70 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +108 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +744 -653
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +490 -476
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +44 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +76 -85
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +1 -10
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +186 -193
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +46 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +236 -169
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +258 -175
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +50 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +114 -78
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +66 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +46 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +118 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +120 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +117 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +137 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +185 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +76 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +895 -615
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +1780 -509
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +163 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +87 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +130 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +44 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +32 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +25 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +74 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +54 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +76 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +34 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +75 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +180 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +32 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +81 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +186 -344
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +46 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +260 -311
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +79 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +121 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +88 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +470 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +104 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +185 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +38 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +96 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +403 -331
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +89 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +35 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +26 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +146 -102
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +49 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +86 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +81 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +61 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +58 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +34 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +101 -65
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +66 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +182 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +248 -184
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +447 -321
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +195 -174
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +80 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +41 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +42 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +272 -179
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +249 -197
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +76 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +60 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +180 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +130 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +168 -138
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +221 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +49 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +145 -112
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +118 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +49 -73
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +39 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +452 -396
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +206 -148
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +25 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +165 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +66 -56
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +160 -115
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +25 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +134 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +44 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +67 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +136 -109
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +53 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +68 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +403 -265
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +134 -100
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +111 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +108 -91
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +53 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +79 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +71 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +42 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +185 -218
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +41 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +194 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +29 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +19 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +85 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +269 -202
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +58 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +72 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +83 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +143 -93
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +27 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +259 -129
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +45 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +53 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +177 -132
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +254 -190
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +75 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +928 -546
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +135 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +140 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +656 -494
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +46 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +194 -164
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +76 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +425 -340
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +57 -43
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +38 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +85 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +166 -133
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +103 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +139 -116
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +59 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +360 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +70 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +152 -105
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +134 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +557 -428
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +126 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +70 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +171 -123
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +62 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +199 -170
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +863 -565
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +282 -203
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +189 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +34 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +24 -31
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +29 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1579 -1278
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +532 -380
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +39 -21
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +45 -236
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +385 -469
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +4 -15
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +124 -69
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +211 -149
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +293 -189
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +246 -175
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +41 -35
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +47 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +318 -270
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +22 -16
- data/vendor/local/share/gtk-doc/html/gtk/{GtkPaperSize.html → gtk-GtkPaperSize.html} +252 -204
- data/vendor/local/share/gtk-doc/html/gtk/{GtkTextIter.html → gtk-GtkTextIter.html} +806 -664
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +82 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +289 -221
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +232 -142
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +190 -150
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +408 -328
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +306 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +158 -152
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +136 -85
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +239 -204
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +343 -271
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +11 -18
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +75 -63
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +75 -58
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +10 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +31 -39
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +412 -445
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +455 -488
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +5 -8
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/index.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +142 -194
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +5048 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.24.0-1_win32.sh → gtk+_2.22.1-1_win32.sh} +2 -2
- metadata +25 -25
- data/vendor/local/etc/gtk-2.0/gtkrc +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +0 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +0 -301
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +0 -117
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +0 -4934
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="AbstractObjects.html" title="Abstract Base Classes">
|
9
9
|
<link rel="prev" href="GtkMenuShell.html" title="GtkMenuShell">
|
10
10
|
<link rel="next" href="GtkObject.html" title="GtkObject">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -32,7 +32,7 @@
|
|
32
32
|
<a href="#GtkMisc.properties" class="shortcut">Properties</a>
|
33
33
|
</td></tr>
|
34
34
|
</table>
|
35
|
-
<div class="refentry">
|
35
|
+
<div class="refentry" title="GtkMisc">
|
36
36
|
<a name="GtkMisc"></a><div class="titlepage"></div>
|
37
37
|
<div class="refnamediv"><table width="100%"><tr>
|
38
38
|
<td valign="top">
|
@@ -41,12 +41,12 @@
|
|
41
41
|
</td>
|
42
42
|
<td valign="top" align="right"></td>
|
43
43
|
</tr></table></div>
|
44
|
-
<div class="refsynopsisdiv">
|
44
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
45
45
|
<a name="GtkMisc.synopsis"></a><h2>Synopsis</h2>
|
46
46
|
<pre class="synopsis">
|
47
47
|
#include <gtk/gtk.h>
|
48
48
|
|
49
|
-
|
49
|
+
<a class="link" href="GtkMisc.html#GtkMisc-struct" title="GtkMisc">GtkMisc</a>;
|
50
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
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
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>);
|
@@ -61,7 +61,7 @@ struct <a class="link" href="GtkMisc.html#GtkMisc-struct" title="st
|
|
61
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
62
|
</pre>
|
63
63
|
</div>
|
64
|
-
<div class="refsect1">
|
64
|
+
<div class="refsect1" title="Object Hierarchy">
|
65
65
|
<a name="GtkMisc.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
66
66
|
<pre class="synopsis">
|
67
67
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -75,13 +75,13 @@ struct <a class="link" href="GtkMisc.html#GtkMisc-struct" title="st
|
|
75
75
|
+----<a class="link" href="GtkPixmap.html" title="GtkPixmap">GtkPixmap</a>
|
76
76
|
</pre>
|
77
77
|
</div>
|
78
|
-
<div class="refsect1">
|
78
|
+
<div class="refsect1" title="Implemented Interfaces">
|
79
79
|
<a name="GtkMisc.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
80
80
|
<p>
|
81
81
|
GtkMisc implements
|
82
82
|
AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
83
83
|
</div>
|
84
|
-
<div class="refsect1">
|
84
|
+
<div class="refsect1" title="Properties">
|
85
85
|
<a name="GtkMisc.properties"></a><h2>Properties</h2>
|
86
86
|
<pre class="synopsis">
|
87
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
|
@@ -90,7 +90,7 @@ GtkMisc implements
|
|
90
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
91
|
</pre>
|
92
92
|
</div>
|
93
|
-
<div class="refsect1">
|
93
|
+
<div class="refsect1" title="Description">
|
94
94
|
<a name="GtkMisc.description"></a><h2>Description</h2>
|
95
95
|
<p>
|
96
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
|
@@ -107,13 +107,13 @@ a container in such a way that it expands automatically to fill its
|
|
107
107
|
allocated area, the alignment settings will not alter the widgets position.
|
108
108
|
</p>
|
109
109
|
</div>
|
110
|
-
<div class="refsect1">
|
110
|
+
<div class="refsect1" title="Details">
|
111
111
|
<a name="GtkMisc.details"></a><h2>Details</h2>
|
112
|
-
<div class="refsect2">
|
113
|
-
<a name="GtkMisc-struct"></a><h3>
|
114
|
-
<pre class="programlisting">struct GtkMisc;</pre>
|
112
|
+
<div class="refsect2" title="GtkMisc">
|
113
|
+
<a name="GtkMisc-struct"></a><h3>GtkMisc</h3>
|
114
|
+
<pre class="programlisting">typedef struct _GtkMisc GtkMisc;</pre>
|
115
115
|
<p>
|
116
|
-
The <a class="link" href="GtkMisc.html#GtkMisc-struct" title="
|
116
|
+
The <a class="link" href="GtkMisc.html#GtkMisc-struct" title="GtkMisc"><span class="type">GtkMisc</span></a> struct contains the following fields.
|
117
117
|
(These fields should be considered read-only. They should never be set by
|
118
118
|
an application.)
|
119
119
|
</p>
|
@@ -151,7 +151,7 @@ in pixels.</td>
|
|
151
151
|
</p>
|
152
152
|
</div>
|
153
153
|
<hr>
|
154
|
-
<div class="refsect2">
|
154
|
+
<div class="refsect2" title="gtk_misc_set_alignment ()">
|
155
155
|
<a name="gtk-misc-set-alignment"></a><h3>gtk_misc_set_alignment ()</h3>
|
156
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
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>,
|
@@ -164,21 +164,24 @@ Sets the alignment of the widget.
|
|
164
164
|
<tbody>
|
165
165
|
<tr>
|
166
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
|
167
|
+
<td>a <a class="link" href="GtkMisc.html" title="GtkMisc"><span class="type">GtkMisc</span></a>.
|
168
|
+
</td>
|
168
169
|
</tr>
|
169
170
|
<tr>
|
170
171
|
<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)
|
172
|
+
<td>the horizontal alignment, from 0 (left) to 1 (right).
|
173
|
+
</td>
|
172
174
|
</tr>
|
173
175
|
<tr>
|
174
176
|
<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)
|
177
|
+
<td>the vertical alignment, from 0 (top) to 1 (bottom).
|
178
|
+
</td>
|
176
179
|
</tr>
|
177
180
|
</tbody>
|
178
181
|
</table></div>
|
179
182
|
</div>
|
180
183
|
<hr>
|
181
|
-
<div class="refsect2">
|
184
|
+
<div class="refsect2" title="gtk_misc_set_padding ()">
|
182
185
|
<a name="gtk-misc-set-padding"></a><h3>gtk_misc_set_padding ()</h3>
|
183
186
|
<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
187
|
<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>,
|
@@ -191,23 +194,26 @@ Sets the amount of space to add around the widget.
|
|
191
194
|
<tbody>
|
192
195
|
<tr>
|
193
196
|
<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
|
197
|
+
<td>a <a class="link" href="GtkMisc.html" title="GtkMisc"><span class="type">GtkMisc</span></a>.
|
198
|
+
</td>
|
195
199
|
</tr>
|
196
200
|
<tr>
|
197
201
|
<td><p><span class="term"><em class="parameter"><code>xpad</code></em> :</span></p></td>
|
198
202
|
<td>the amount of space to add on the left and right of the widget,
|
199
|
-
in pixels
|
203
|
+
in pixels.
|
204
|
+
</td>
|
200
205
|
</tr>
|
201
206
|
<tr>
|
202
207
|
<td><p><span class="term"><em class="parameter"><code>ypad</code></em> :</span></p></td>
|
203
208
|
<td>the amount of space to add on the top and bottom of the widget,
|
204
|
-
in pixels
|
209
|
+
in pixels.
|
210
|
+
</td>
|
205
211
|
</tr>
|
206
212
|
</tbody>
|
207
213
|
</table></div>
|
208
214
|
</div>
|
209
215
|
<hr>
|
210
|
-
<div class="refsect2">
|
216
|
+
<div class="refsect2" title="gtk_misc_get_alignment ()">
|
211
217
|
<a name="gtk-misc-get-alignment"></a><h3>gtk_misc_get_alignment ()</h3>
|
212
218
|
<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
219
|
<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>,
|
@@ -226,19 +232,19 @@ See <a class="link" href="GtkMisc.html#gtk-misc-set-alignment" title="gtk_misc_s
|
|
226
232
|
</tr>
|
227
233
|
<tr>
|
228
234
|
<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="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
235
|
+
<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="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
230
236
|
</td>
|
231
237
|
</tr>
|
232
238
|
<tr>
|
233
239
|
<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="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
240
|
+
<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="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
235
241
|
</td>
|
236
242
|
</tr>
|
237
243
|
</tbody>
|
238
244
|
</table></div>
|
239
245
|
</div>
|
240
246
|
<hr>
|
241
|
-
<div class="refsect2">
|
247
|
+
<div class="refsect2" title="gtk_misc_get_padding ()">
|
242
248
|
<a name="gtk-misc-get-padding"></a><h3>gtk_misc_get_padding ()</h3>
|
243
249
|
<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
250
|
<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>,
|
@@ -257,21 +263,21 @@ See <a class="link" href="GtkMisc.html#gtk-misc-set-padding" title="gtk_misc_set
|
|
257
263
|
</tr>
|
258
264
|
<tr>
|
259
265
|
<td><p><span class="term"><em class="parameter"><code>xpad</code></em> :</span></p></td>
|
260
|
-
<td>location to store padding in the X 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="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
266
|
+
<td> location to store padding in the X 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="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
261
267
|
</td>
|
262
268
|
</tr>
|
263
269
|
<tr>
|
264
270
|
<td><p><span class="term"><em class="parameter"><code>ypad</code></em> :</span></p></td>
|
265
|
-
<td>location to store padding in the Y 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="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
271
|
+
<td> location to store padding in the Y 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="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
266
272
|
</td>
|
267
273
|
</tr>
|
268
274
|
</tbody>
|
269
275
|
</table></div>
|
270
276
|
</div>
|
271
277
|
</div>
|
272
|
-
<div class="refsect1">
|
278
|
+
<div class="refsect1" title="Property Details">
|
273
279
|
<a name="GtkMisc.property-details"></a><h2>Property Details</h2>
|
274
|
-
<div class="refsect2">
|
280
|
+
<div class="refsect2" title='The "xalign" property'>
|
275
281
|
<a name="GtkMisc--xalign"></a><h3>The <code class="literal">"xalign"</code> property</h3>
|
276
282
|
<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>
|
277
283
|
<p>The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts.</p>
|
@@ -279,7 +285,7 @@ See <a class="link" href="GtkMisc.html#gtk-misc-set-padding" title="gtk_misc_set
|
|
279
285
|
<p>Default value: 0.5</p>
|
280
286
|
</div>
|
281
287
|
<hr>
|
282
|
-
<div class="refsect2">
|
288
|
+
<div class="refsect2" title='The "xpad" property'>
|
283
289
|
<a name="GtkMisc--xpad"></a><h3>The <code class="literal">"xpad"</code> property</h3>
|
284
290
|
<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>
|
285
291
|
<p>The amount of space to add on the left and right of the widget, in pixels.</p>
|
@@ -287,7 +293,7 @@ See <a class="link" href="GtkMisc.html#gtk-misc-set-padding" title="gtk_misc_set
|
|
287
293
|
<p>Default value: 0</p>
|
288
294
|
</div>
|
289
295
|
<hr>
|
290
|
-
<div class="refsect2">
|
296
|
+
<div class="refsect2" title='The "yalign" property'>
|
291
297
|
<a name="GtkMisc--yalign"></a><h3>The <code class="literal">"yalign"</code> property</h3>
|
292
298
|
<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>
|
293
299
|
<p>The vertical alignment, from 0 (top) to 1 (bottom).</p>
|
@@ -295,7 +301,7 @@ See <a class="link" href="GtkMisc.html#gtk-misc-set-padding" title="gtk_misc_set
|
|
295
301
|
<p>Default value: 0.5</p>
|
296
302
|
</div>
|
297
303
|
<hr>
|
298
|
-
<div class="refsect2">
|
304
|
+
<div class="refsect2" title='The "ypad" property'>
|
299
305
|
<a name="GtkMisc--ypad"></a><h3>The <code class="literal">"ypad"</code> property</h3>
|
300
306
|
<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>
|
301
307
|
<p>The amount of space to add on the top and bottom of the widget, in pixels.</p>
|
@@ -306,6 +312,6 @@ See <a class="link" href="GtkMisc.html#gtk-misc-set-padding" title="gtk_misc_set
|
|
306
312
|
</div>
|
307
313
|
<div class="footer">
|
308
314
|
<hr>
|
309
|
-
Generated by GTK-Doc V1.
|
315
|
+
Generated by GTK-Doc V1.15</div>
|
310
316
|
</body>
|
311
317
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="LayoutContainers.html" title="Layout Containers">
|
9
9
|
<link rel="prev" href="GtkLayout.html" title="GtkLayout">
|
10
10
|
<link rel="next" href="GtkTable.html" title="GtkTable">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -38,7 +38,7 @@
|
|
38
38
|
<a href="#GtkNotebook.signals" class="shortcut">Signals</a>
|
39
39
|
</td></tr>
|
40
40
|
</table>
|
41
|
-
<div class="refentry">
|
41
|
+
<div class="refentry" title="GtkNotebook">
|
42
42
|
<a name="GtkNotebook"></a><div class="titlepage"></div>
|
43
43
|
<div class="refnamediv"><table width="100%"><tr>
|
44
44
|
<td valign="top">
|
@@ -47,12 +47,12 @@
|
|
47
47
|
</td>
|
48
48
|
<td valign="top" align="right"><img src="notebook.png"></td>
|
49
49
|
</tr></table></div>
|
50
|
-
<div class="refsynopsisdiv">
|
50
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
51
51
|
<a name="GtkNotebook.synopsis"></a><h2>Synopsis</h2>
|
52
52
|
<pre class="synopsis">
|
53
53
|
#include <gtk/gtk.h>
|
54
54
|
|
55
|
-
|
55
|
+
<a class="link" href="GtkNotebook.html#GtkNotebook-struct" title="GtkNotebook">GtkNotebook</a>;
|
56
56
|
<a class="link" href="GtkNotebook.html#GtkNotebookPage" title="GtkNotebookPage">GtkNotebookPage</a>;
|
57
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
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>,
|
@@ -104,7 +104,7 @@ struct <a class="link" href="GtkNotebook.html#GtkNotebook-struct" t
|
|
104
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
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
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
|
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
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
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
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>,
|
@@ -166,13 +166,10 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
166
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
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
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
169
|
<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
170
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
174
171
|
<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
|
172
|
+
<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
173
|
<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
174
|
<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
175
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>,
|
@@ -185,7 +182,7 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
185
182
|
<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
183
|
</pre>
|
187
184
|
</div>
|
188
|
-
<div class="refsect1">
|
185
|
+
<div class="refsect1" title="Object Hierarchy">
|
189
186
|
<a name="GtkNotebook.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
190
187
|
<pre class="synopsis">
|
191
188
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -196,19 +193,18 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
196
193
|
+----GtkNotebook
|
197
194
|
</pre>
|
198
195
|
</div>
|
199
|
-
<div class="refsect1">
|
196
|
+
<div class="refsect1" title="Implemented Interfaces">
|
200
197
|
<a name="GtkNotebook.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
201
198
|
<p>
|
202
199
|
GtkNotebook implements
|
203
200
|
AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
204
201
|
</div>
|
205
|
-
<div class="refsect1">
|
202
|
+
<div class="refsect1" title="Properties">
|
206
203
|
<a name="GtkNotebook.properties"></a><h2>Properties</h2>
|
207
204
|
<pre class="synopsis">
|
208
205
|
"<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
206
|
"<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
207
|
"<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
208
|
"<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
209
|
"<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
210
|
"<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
|
@@ -220,7 +216,7 @@ GtkNotebook implements
|
|
220
216
|
"<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
217
|
</pre>
|
222
218
|
</div>
|
223
|
-
<div class="refsect1">
|
219
|
+
<div class="refsect1" title="Child Properties">
|
224
220
|
<a name="GtkNotebook.child-properties"></a><h2>Child Properties</h2>
|
225
221
|
<pre class="synopsis">
|
226
222
|
"<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
|
@@ -233,7 +229,7 @@ GtkNotebook implements
|
|
233
229
|
"<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
230
|
</pre>
|
235
231
|
</div>
|
236
|
-
<div class="refsect1">
|
232
|
+
<div class="refsect1" title="Style Properties">
|
237
233
|
<a name="GtkNotebook.style-properties"></a><h2>Style Properties</h2>
|
238
234
|
<pre class="synopsis">
|
239
235
|
"<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
|
@@ -245,22 +241,22 @@ GtkNotebook implements
|
|
245
241
|
"<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
242
|
</pre>
|
247
243
|
</div>
|
248
|
-
<div class="refsect1">
|
244
|
+
<div class="refsect1" title="Signals">
|
249
245
|
<a name="GtkNotebook.signals"></a><h2>Signals</h2>
|
250
246
|
<pre class="synopsis">
|
251
|
-
"<a class="link" href="GtkNotebook.html#GtkNotebook-change-current-page" title='The "change-current-page" signal'>change-current-page</a>" :
|
252
|
-
"<a class="link" href="GtkNotebook.html#GtkNotebook-create-window" title='The "create-window" signal'>create-window</a>" :
|
253
|
-
"<a class="link" href="GtkNotebook.html#GtkNotebook-focus-tab" title='The "focus-tab" signal'>focus-tab</a>" :
|
254
|
-
"<a class="link" href="GtkNotebook.html#GtkNotebook-move-focus-out" title='The "move-focus-out" signal'>move-focus-out</a>" :
|
255
|
-
"<a class="link" href="GtkNotebook.html#GtkNotebook-page-added" title='The "page-added" signal'>page-added</a>" :
|
256
|
-
"<a class="link" href="GtkNotebook.html#GtkNotebook-page-removed" title='The "page-removed" signal'>page-removed</a>" :
|
257
|
-
"<a class="link" href="GtkNotebook.html#GtkNotebook-page-reordered" title='The "page-reordered" signal'>page-reordered</a>" :
|
258
|
-
"<a class="link" href="GtkNotebook.html#GtkNotebook-reorder-tab" title='The "reorder-tab" signal'>reorder-tab</a>" :
|
259
|
-
"<a class="link" href="GtkNotebook.html#GtkNotebook-select-page" title='The "select-page" signal'>select-page</a>" :
|
260
|
-
"<a class="link" href="GtkNotebook.html#GtkNotebook-switch-page" title='The "switch-page" signal'>switch-page</a>" :
|
247
|
+
"<a class="link" href="GtkNotebook.html#GtkNotebook-change-current-page" title='The "change-current-page" signal'>change-current-page</a>" : Run Last / Action
|
248
|
+
"<a class="link" href="GtkNotebook.html#GtkNotebook-create-window" title='The "create-window" signal'>create-window</a>" : Run Last
|
249
|
+
"<a class="link" href="GtkNotebook.html#GtkNotebook-focus-tab" title='The "focus-tab" signal'>focus-tab</a>" : Run Last / Action
|
250
|
+
"<a class="link" href="GtkNotebook.html#GtkNotebook-move-focus-out" title='The "move-focus-out" signal'>move-focus-out</a>" : Run Last / Action
|
251
|
+
"<a class="link" href="GtkNotebook.html#GtkNotebook-page-added" title='The "page-added" signal'>page-added</a>" : Run Last
|
252
|
+
"<a class="link" href="GtkNotebook.html#GtkNotebook-page-removed" title='The "page-removed" signal'>page-removed</a>" : Run Last
|
253
|
+
"<a class="link" href="GtkNotebook.html#GtkNotebook-page-reordered" title='The "page-reordered" signal'>page-reordered</a>" : Run Last
|
254
|
+
"<a class="link" href="GtkNotebook.html#GtkNotebook-reorder-tab" title='The "reorder-tab" signal'>reorder-tab</a>" : Run Last / Action
|
255
|
+
"<a class="link" href="GtkNotebook.html#GtkNotebook-select-page" title='The "select-page" signal'>select-page</a>" : Run Last / Action
|
256
|
+
"<a class="link" href="GtkNotebook.html#GtkNotebook-switch-page" title='The "switch-page" signal'>switch-page</a>" : Run Last
|
261
257
|
</pre>
|
262
258
|
</div>
|
263
|
-
<div class="refsect1">
|
259
|
+
<div class="refsect1" title="Description">
|
264
260
|
<a name="GtkNotebook.description"></a><h2>Description</h2>
|
265
261
|
<p>
|
266
262
|
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
|
@@ -275,7 +271,7 @@ arrows added (see gtk_notebook_set_scrollable), and whether there
|
|
275
271
|
will be a popup menu allowing the users to switch pages.
|
276
272
|
(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
273
|
</p>
|
278
|
-
<div class="refsect2">
|
274
|
+
<div class="refsect2" title="GtkNotebook as GtkBuildable">
|
279
275
|
<a name="GtkNotebook-BUILDER-UI"></a><h3>GtkNotebook as GtkBuildable</h3>
|
280
276
|
<p>
|
281
277
|
The GtkNoteboopk implementation of the GtkBuildable interface
|
@@ -291,7 +287,7 @@ To add a child widget in the notebooks action area, specify
|
|
291
287
|
element.
|
292
288
|
</p>
|
293
289
|
<div class="example">
|
294
|
-
<a name="
|
290
|
+
<a name="id1112354"></a><p class="title"><b>Example 43. A UI definition fragment with GtkNotebook</b></p>
|
295
291
|
<div class="example-contents">
|
296
292
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
297
293
|
<tbody>
|
@@ -329,19 +325,19 @@ element.
|
|
329
325
|
<br class="example-break">
|
330
326
|
</div>
|
331
327
|
</div>
|
332
|
-
<div class="refsect1">
|
328
|
+
<div class="refsect1" title="Details">
|
333
329
|
<a name="GtkNotebook.details"></a><h2>Details</h2>
|
334
|
-
<div class="refsect2">
|
335
|
-
<a name="GtkNotebook-struct"></a><h3>
|
336
|
-
<pre class="programlisting">struct GtkNotebook;</pre>
|
330
|
+
<div class="refsect2" title="GtkNotebook">
|
331
|
+
<a name="GtkNotebook-struct"></a><h3>GtkNotebook</h3>
|
332
|
+
<pre class="programlisting">typedef struct _GtkNotebook GtkNotebook;</pre>
|
337
333
|
<p>
|
338
334
|
</p>
|
339
335
|
</div>
|
340
336
|
<hr>
|
341
|
-
<div class="refsect2">
|
337
|
+
<div class="refsect2" title="GtkNotebookPage">
|
342
338
|
<a name="GtkNotebookPage"></a><h3>GtkNotebookPage</h3>
|
343
339
|
<pre class="programlisting">typedef struct _GtkNotebookPage GtkNotebookPage;</pre>
|
344
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
340
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
345
341
|
<h3 class="title">Warning</h3>
|
346
342
|
<p><code class="literal">GtkNotebookPage</code> is deprecated and should not be used in newly-written code.</p>
|
347
343
|
</div>
|
@@ -350,7 +346,7 @@ The <a class="link" href="GtkNotebook.html#GtkNotebookPage" title="GtkNotebookPa
|
|
350
346
|
</p>
|
351
347
|
</div>
|
352
348
|
<hr>
|
353
|
-
<div class="refsect2">
|
349
|
+
<div class="refsect2" title="gtk_notebook_new ()">
|
354
350
|
<a name="gtk-notebook-new"></a><h3>gtk_notebook_new ()</h3>
|
355
351
|
<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
352
|
<p>
|
@@ -360,13 +356,13 @@ Creates a new <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span
|
|
360
356
|
<col align="left" valign="top">
|
361
357
|
<tbody><tr>
|
362
358
|
<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>
|
359
|
+
<td> the newly created <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>
|
364
360
|
</td>
|
365
361
|
</tr></tbody>
|
366
362
|
</table></div>
|
367
363
|
</div>
|
368
364
|
<hr>
|
369
|
-
<div class="refsect2">
|
365
|
+
<div class="refsect2" title="gtk_notebook_append_page ()">
|
370
366
|
<a name="gtk-notebook-append-page"></a><h3>gtk_notebook_append_page ()</h3>
|
371
367
|
<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
368
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -384,24 +380,26 @@ Appends a page to <em class="parameter"><code>notebook</code></em>.
|
|
384
380
|
</tr>
|
385
381
|
<tr>
|
386
382
|
<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
|
383
|
+
<td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to use as the contents of the page.
|
384
|
+
</td>
|
388
385
|
</tr>
|
389
386
|
<tr>
|
390
387
|
<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>
|
388
|
+
<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,
|
389
|
+
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
390
|
</td>
|
394
391
|
</tr>
|
395
392
|
<tr>
|
396
393
|
<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
|
394
|
+
<td> the index (starting from 0) of the appended
|
395
|
+
page in the notebook, or -1 if function fails
|
396
|
+
</td>
|
399
397
|
</tr>
|
400
398
|
</tbody>
|
401
399
|
</table></div>
|
402
400
|
</div>
|
403
401
|
<hr>
|
404
|
-
<div class="refsect2">
|
402
|
+
<div class="refsect2" title="gtk_notebook_append_page_menu ()">
|
405
403
|
<a name="gtk-notebook-append-page-menu"></a><h3>gtk_notebook_append_page_menu ()</h3>
|
406
404
|
<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
405
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -421,34 +419,36 @@ label in the popup menu.
|
|
421
419
|
</tr>
|
422
420
|
<tr>
|
423
421
|
<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
|
422
|
+
<td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to use as the contents of the page.
|
423
|
+
</td>
|
425
424
|
</tr>
|
426
425
|
<tr>
|
427
426
|
<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>
|
427
|
+
<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,
|
428
|
+
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
429
|
</td>
|
431
430
|
</tr>
|
432
431
|
<tr>
|
433
432
|
<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>
|
433
|
+
<td> the widget to use as a label for the page-switch
|
434
|
+
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>
|
435
|
+
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
|
436
|
+
a newly created label with the same text as <em class="parameter"><code>tab_label</code></em>;
|
437
|
+
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
|
438
|
+
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
439
|
</td>
|
441
440
|
</tr>
|
442
441
|
<tr>
|
443
442
|
<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
|
443
|
+
<td> the index (starting from 0) of the appended
|
444
|
+
page in the notebook, or -1 if function fails
|
445
|
+
</td>
|
446
446
|
</tr>
|
447
447
|
</tbody>
|
448
448
|
</table></div>
|
449
449
|
</div>
|
450
450
|
<hr>
|
451
|
-
<div class="refsect2">
|
451
|
+
<div class="refsect2" title="gtk_notebook_prepend_page ()">
|
452
452
|
<a name="gtk-notebook-prepend-page"></a><h3>gtk_notebook_prepend_page ()</h3>
|
453
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
454
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -466,24 +466,26 @@ Prepends a page to <em class="parameter"><code>notebook</code></em>.
|
|
466
466
|
</tr>
|
467
467
|
<tr>
|
468
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
|
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.
|
470
|
+
</td>
|
470
471
|
</tr>
|
471
472
|
<tr>
|
472
473
|
<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>
|
474
|
+
<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,
|
475
|
+
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
476
|
</td>
|
476
477
|
</tr>
|
477
478
|
<tr>
|
478
479
|
<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
|
480
|
+
<td> the index (starting from 0) of the prepended
|
481
|
+
page in the notebook, or -1 if function fails
|
482
|
+
</td>
|
481
483
|
</tr>
|
482
484
|
</tbody>
|
483
485
|
</table></div>
|
484
486
|
</div>
|
485
487
|
<hr>
|
486
|
-
<div class="refsect2">
|
488
|
+
<div class="refsect2" title="gtk_notebook_prepend_page_menu ()">
|
487
489
|
<a name="gtk-notebook-prepend-page-menu"></a><h3>gtk_notebook_prepend_page_menu ()</h3>
|
488
490
|
<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
491
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -503,34 +505,36 @@ label in the popup menu.
|
|
503
505
|
</tr>
|
504
506
|
<tr>
|
505
507
|
<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
|
508
|
+
<td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to use as the contents of the page.
|
509
|
+
</td>
|
507
510
|
</tr>
|
508
511
|
<tr>
|
509
512
|
<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>
|
513
|
+
<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,
|
514
|
+
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
515
|
</td>
|
513
516
|
</tr>
|
514
517
|
<tr>
|
515
518
|
<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>
|
519
|
+
<td> the widget to use as a label for the page-switch
|
520
|
+
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>
|
521
|
+
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
|
522
|
+
a newly created label with the same text as <em class="parameter"><code>tab_label</code></em>;
|
523
|
+
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
|
524
|
+
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
525
|
</td>
|
523
526
|
</tr>
|
524
527
|
<tr>
|
525
528
|
<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
|
529
|
+
<td> the index (starting from 0) of the prepended
|
530
|
+
page in the notebook, or -1 if function fails
|
531
|
+
</td>
|
528
532
|
</tr>
|
529
533
|
</tbody>
|
530
534
|
</table></div>
|
531
535
|
</div>
|
532
536
|
<hr>
|
533
|
-
<div class="refsect2">
|
537
|
+
<div class="refsect2" title="gtk_notebook_insert_page ()">
|
534
538
|
<a name="gtk-notebook-insert-page"></a><h3>gtk_notebook_insert_page ()</h3>
|
535
539
|
<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
540
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -549,29 +553,32 @@ Insert a page into <em class="parameter"><code>notebook</code></em> at the given
|
|
549
553
|
</tr>
|
550
554
|
<tr>
|
551
555
|
<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
|
556
|
+
<td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to use as the contents of the page.
|
557
|
+
</td>
|
553
558
|
</tr>
|
554
559
|
<tr>
|
555
560
|
<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>
|
561
|
+
<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,
|
562
|
+
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
563
|
</td>
|
559
564
|
</tr>
|
560
565
|
<tr>
|
561
566
|
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
|
562
567
|
<td>the index (starting at 0) at which to insert the page,
|
563
|
-
or -1 to append the page after all other pages
|
568
|
+
or -1 to append the page after all other pages.
|
569
|
+
</td>
|
564
570
|
</tr>
|
565
571
|
<tr>
|
566
572
|
<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
|
573
|
+
<td> the index (starting from 0) of the inserted
|
574
|
+
page in the notebook, or -1 if function fails
|
575
|
+
</td>
|
569
576
|
</tr>
|
570
577
|
</tbody>
|
571
578
|
</table></div>
|
572
579
|
</div>
|
573
580
|
<hr>
|
574
|
-
<div class="refsect2">
|
581
|
+
<div class="refsect2" title="gtk_notebook_insert_page_menu ()">
|
575
582
|
<a name="gtk-notebook-insert-page-menu"></a><h3>gtk_notebook_insert_page_menu ()</h3>
|
576
583
|
<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
584
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -592,39 +599,42 @@ the widget to use as the label in the popup menu.
|
|
592
599
|
</tr>
|
593
600
|
<tr>
|
594
601
|
<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
|
602
|
+
<td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to use as the contents of the page.
|
603
|
+
</td>
|
596
604
|
</tr>
|
597
605
|
<tr>
|
598
606
|
<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>
|
607
|
+
<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,
|
608
|
+
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
609
|
</td>
|
602
610
|
</tr>
|
603
611
|
<tr>
|
604
612
|
<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>
|
613
|
+
<td> the widget to use as a label for the page-switch
|
614
|
+
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>
|
615
|
+
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
|
616
|
+
a newly created label with the same text as <em class="parameter"><code>tab_label</code></em>;
|
617
|
+
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
|
618
|
+
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
619
|
</td>
|
612
620
|
</tr>
|
613
621
|
<tr>
|
614
622
|
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
|
615
623
|
<td>the index (starting at 0) at which to insert the page,
|
616
|
-
or -1 to append the page after all other pages
|
624
|
+
or -1 to append the page after all other pages.
|
625
|
+
</td>
|
617
626
|
</tr>
|
618
627
|
<tr>
|
619
628
|
<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
|
629
|
+
<td> the index (starting from 0) of the inserted
|
630
|
+
page in the notebook
|
631
|
+
</td>
|
622
632
|
</tr>
|
623
633
|
</tbody>
|
624
634
|
</table></div>
|
625
635
|
</div>
|
626
636
|
<hr>
|
627
|
-
<div class="refsect2">
|
637
|
+
<div class="refsect2" title="gtk_notebook_remove_page ()">
|
628
638
|
<a name="gtk-notebook-remove-page"></a><h3>gtk_notebook_remove_page ()</h3>
|
629
639
|
<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
640
|
<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>
|
@@ -637,23 +647,25 @@ in the notebook.
|
|
637
647
|
<tbody>
|
638
648
|
<tr>
|
639
649
|
<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
|
650
|
+
<td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>.
|
651
|
+
</td>
|
641
652
|
</tr>
|
642
653
|
<tr>
|
643
654
|
<td><p><span class="term"><em class="parameter"><code>page_num</code></em> :</span></p></td>
|
644
655
|
<td>the index of a notebook page, starting
|
645
|
-
from 0. If -1, the last page will
|
646
|
-
be removed
|
656
|
+
from 0. If -1, the last page will
|
657
|
+
be removed.
|
658
|
+
</td>
|
647
659
|
</tr>
|
648
660
|
</tbody>
|
649
661
|
</table></div>
|
650
662
|
</div>
|
651
663
|
<hr>
|
652
|
-
<div class="refsect2">
|
664
|
+
<div class="refsect2" title="gtk_notebook_current_page">
|
653
665
|
<a name="gtk-notebook-current-page"></a><h3>gtk_notebook_current_page</h3>
|
654
666
|
<pre class="programlisting">#define gtk_notebook_current_page gtk_notebook_get_current_page
|
655
667
|
</pre>
|
656
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
668
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
657
669
|
<h3 class="title">Warning</h3>
|
658
670
|
<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
671
|
</div>
|
@@ -662,7 +674,7 @@ Deprecated compatibility macro.
|
|
662
674
|
</p>
|
663
675
|
</div>
|
664
676
|
<hr>
|
665
|
-
<div class="refsect2">
|
677
|
+
<div class="refsect2" title="gtk_notebook_page_num ()">
|
666
678
|
<a name="gtk-notebook-page-num"></a><h3>gtk_notebook_page_num ()</h3>
|
667
679
|
<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
680
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
|
@@ -685,18 +697,19 @@ widget.
|
|
685
697
|
</tr>
|
686
698
|
<tr>
|
687
699
|
<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
|
700
|
+
<td> the index of the page containing <em class="parameter"><code>child</code></em>, or
|
701
|
+
-1 if <em class="parameter"><code>child</code></em> is not in the notebook.
|
702
|
+
</td>
|
690
703
|
</tr>
|
691
704
|
</tbody>
|
692
705
|
</table></div>
|
693
706
|
</div>
|
694
707
|
<hr>
|
695
|
-
<div class="refsect2">
|
708
|
+
<div class="refsect2" title="gtk_notebook_set_page">
|
696
709
|
<a name="gtk-notebook-set-page"></a><h3>gtk_notebook_set_page</h3>
|
697
710
|
<pre class="programlisting">#define gtk_notebook_set_page gtk_notebook_set_current_page
|
698
711
|
</pre>
|
699
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
712
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
700
713
|
<h3 class="title">Warning</h3>
|
701
714
|
<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
715
|
</div>
|
@@ -705,7 +718,7 @@ Deprecated compatibility macro.
|
|
705
718
|
</p>
|
706
719
|
</div>
|
707
720
|
<hr>
|
708
|
-
<div class="refsect2">
|
721
|
+
<div class="refsect2" title="gtk_notebook_next_page ()">
|
709
722
|
<a name="gtk-notebook-next-page"></a><h3>gtk_notebook_next_page ()</h3>
|
710
723
|
<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
724
|
<p>
|
@@ -722,7 +735,7 @@ the last page.
|
|
722
735
|
</table></div>
|
723
736
|
</div>
|
724
737
|
<hr>
|
725
|
-
<div class="refsect2">
|
738
|
+
<div class="refsect2" title="gtk_notebook_prev_page ()">
|
726
739
|
<a name="gtk-notebook-prev-page"></a><h3>gtk_notebook_prev_page ()</h3>
|
727
740
|
<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
741
|
<p>
|
@@ -739,7 +752,7 @@ is the first page.
|
|
739
752
|
</table></div>
|
740
753
|
</div>
|
741
754
|
<hr>
|
742
|
-
<div class="refsect2">
|
755
|
+
<div class="refsect2" title="gtk_notebook_reorder_child ()">
|
743
756
|
<a name="gtk-notebook-reorder-child"></a><h3>gtk_notebook_reorder_child ()</h3>
|
744
757
|
<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
758
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -760,17 +773,19 @@ of the list.
|
|
760
773
|
</tr>
|
761
774
|
<tr>
|
762
775
|
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
|
763
|
-
<td>the child to move
|
776
|
+
<td>the child to move
|
777
|
+
</td>
|
764
778
|
</tr>
|
765
779
|
<tr>
|
766
780
|
<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
|
781
|
+
<td>the new position, or -1 to move to the end
|
782
|
+
</td>
|
768
783
|
</tr>
|
769
784
|
</tbody>
|
770
785
|
</table></div>
|
771
786
|
</div>
|
772
787
|
<hr>
|
773
|
-
<div class="refsect2">
|
788
|
+
<div class="refsect2" title="gtk_notebook_set_tab_pos ()">
|
774
789
|
<a name="gtk-notebook-set-tab-pos"></a><h3>gtk_notebook_set_tab_pos ()</h3>
|
775
790
|
<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
791
|
<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>
|
@@ -783,17 +798,19 @@ notebook are drawn.
|
|
783
798
|
<tbody>
|
784
799
|
<tr>
|
785
800
|
<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
|
801
|
+
<td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>.
|
802
|
+
</td>
|
787
803
|
</tr>
|
788
804
|
<tr>
|
789
805
|
<td><p><span class="term"><em class="parameter"><code>pos</code></em> :</span></p></td>
|
790
|
-
<td>the edge to draw the tabs at
|
806
|
+
<td>the edge to draw the tabs at.
|
807
|
+
</td>
|
791
808
|
</tr>
|
792
809
|
</tbody>
|
793
810
|
</table></div>
|
794
811
|
</div>
|
795
812
|
<hr>
|
796
|
-
<div class="refsect2">
|
813
|
+
<div class="refsect2" title="gtk_notebook_set_show_tabs ()">
|
797
814
|
<a name="gtk-notebook-set-show-tabs"></a><h3>gtk_notebook_set_show_tabs ()</h3>
|
798
815
|
<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
816
|
<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>
|
@@ -811,13 +828,14 @@ Sets whether to show the tabs for the notebook or not.
|
|
811
828
|
<tr>
|
812
829
|
<td><p><span class="term"><em class="parameter"><code>show_tabs</code></em> :</span></p></td>
|
813
830
|
<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
|
831
|
+
<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.
|
832
|
+
</td>
|
815
833
|
</tr>
|
816
834
|
</tbody>
|
817
835
|
</table></div>
|
818
836
|
</div>
|
819
837
|
<hr>
|
820
|
-
<div class="refsect2">
|
838
|
+
<div class="refsect2" title="gtk_notebook_set_show_border ()">
|
821
839
|
<a name="gtk-notebook-set-show-border"></a><h3>gtk_notebook_set_show_border ()</h3>
|
822
840
|
<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
841
|
<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>
|
@@ -837,13 +855,14 @@ See <a class="link" href="GtkNotebook.html#gtk-notebook-set-show-tabs" title="gt
|
|
837
855
|
<tr>
|
838
856
|
<td><p><span class="term"><em class="parameter"><code>show_border</code></em> :</span></p></td>
|
839
857
|
<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
|
858
|
+
<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.
|
859
|
+
</td>
|
841
860
|
</tr>
|
842
861
|
</tbody>
|
843
862
|
</table></div>
|
844
863
|
</div>
|
845
864
|
<hr>
|
846
|
-
<div class="refsect2">
|
865
|
+
<div class="refsect2" title="gtk_notebook_set_scrollable ()">
|
847
866
|
<a name="gtk-notebook-set-scrollable"></a><h3>gtk_notebook_set_scrollable ()</h3>
|
848
867
|
<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
868
|
<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>
|
@@ -862,17 +881,18 @@ there are too many tabs to fit in the area.
|
|
862
881
|
<tr>
|
863
882
|
<td><p><span class="term"><em class="parameter"><code>scrollable</code></em> :</span></p></td>
|
864
883
|
<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
|
884
|
+
<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
|
885
|
+
</td>
|
866
886
|
</tr>
|
867
887
|
</tbody>
|
868
888
|
</table></div>
|
869
889
|
</div>
|
870
890
|
<hr>
|
871
|
-
<div class="refsect2">
|
891
|
+
<div class="refsect2" title="gtk_notebook_set_tab_border ()">
|
872
892
|
<a name="gtk-notebook-set-tab-border"></a><h3>gtk_notebook_set_tab_border ()</h3>
|
873
893
|
<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
894
|
<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;">
|
895
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
876
896
|
<h3 class="title">Warning</h3>
|
877
897
|
<p><code class="literal">gtk_notebook_set_tab_border</code> is deprecated and should not be used in newly-written code.</p>
|
878
898
|
</div>
|
@@ -892,13 +912,14 @@ by gtk_notebook_set_tab_vborder (<em class="parameter"><code>notebook</code></em
|
|
892
912
|
</tr>
|
893
913
|
<tr>
|
894
914
|
<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
|
915
|
+
<td>width of the border around the tab labels.
|
916
|
+
</td>
|
896
917
|
</tr>
|
897
918
|
</tbody>
|
898
919
|
</table></div>
|
899
920
|
</div>
|
900
921
|
<hr>
|
901
|
-
<div class="refsect2">
|
922
|
+
<div class="refsect2" title="gtk_notebook_popup_enable ()">
|
902
923
|
<a name="gtk-notebook-popup-enable"></a><h3>gtk_notebook_popup_enable ()</h3>
|
903
924
|
<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
925
|
<p>
|
@@ -915,7 +936,7 @@ the tab labels, a menu with all the pages will be popped up.
|
|
915
936
|
</table></div>
|
916
937
|
</div>
|
917
938
|
<hr>
|
918
|
-
<div class="refsect2">
|
939
|
+
<div class="refsect2" title="gtk_notebook_popup_disable ()">
|
919
940
|
<a name="gtk-notebook-popup-disable"></a><h3>gtk_notebook_popup_disable ()</h3>
|
920
941
|
<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
942
|
<p>
|
@@ -931,7 +952,7 @@ Disables the popup menu.
|
|
931
952
|
</table></div>
|
932
953
|
</div>
|
933
954
|
<hr>
|
934
|
-
<div class="refsect2">
|
955
|
+
<div class="refsect2" title="gtk_notebook_get_current_page ()">
|
935
956
|
<a name="gtk-notebook-get-current-page"></a><h3>gtk_notebook_get_current_page ()</h3>
|
936
957
|
<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
958
|
<p>
|
@@ -947,15 +968,16 @@ Returns the page number of the current page.
|
|
947
968
|
</tr>
|
948
969
|
<tr>
|
949
970
|
<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
|
971
|
+
<td> the index (starting from 0) of the current
|
951
972
|
page in the notebook. If the notebook has no pages, then
|
952
|
-
-1 will be returned
|
973
|
+
-1 will be returned.
|
974
|
+
</td>
|
953
975
|
</tr>
|
954
976
|
</tbody>
|
955
977
|
</table></div>
|
956
978
|
</div>
|
957
979
|
<hr>
|
958
|
-
<div class="refsect2">
|
980
|
+
<div class="refsect2" title="gtk_notebook_get_menu_label ()">
|
959
981
|
<a name="gtk-notebook-get-menu-label"></a><h3>gtk_notebook_get_menu_label ()</h3>
|
960
982
|
<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
983
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
|
@@ -977,18 +999,18 @@ Retrieves the menu label widget of the page containing <em class="parameter"><co
|
|
977
999
|
</tr>
|
978
1000
|
<tr>
|
979
1001
|
<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
|
982
|
-
default (the tab label).
|
1002
|
+
<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
|
1003
|
+
notebook page does not have a menu label other
|
1004
|
+
than the default (the tab label).
|
983
1005
|
</td>
|
984
1006
|
</tr>
|
985
1007
|
</tbody>
|
986
1008
|
</table></div>
|
987
1009
|
</div>
|
988
1010
|
<hr>
|
989
|
-
<div class="refsect2">
|
1011
|
+
<div class="refsect2" title="gtk_notebook_get_nth_page ()">
|
990
1012
|
<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
|
1013
|
+
<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
1014
|
<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
1015
|
<p>
|
994
1016
|
Returns the child widget contained in page number <em class="parameter"><code>page_num</code></em>.
|
@@ -1004,11 +1026,12 @@ Returns the child widget contained in page number <em class="parameter"><code>pa
|
|
1004
1026
|
<tr>
|
1005
1027
|
<td><p><span class="term"><em class="parameter"><code>page_num</code></em> :</span></p></td>
|
1006
1028
|
<td>the index of a page in the notebook, or -1
|
1007
|
-
to get the last page
|
1029
|
+
to get the last page.
|
1030
|
+
</td>
|
1008
1031
|
</tr>
|
1009
1032
|
<tr>
|
1010
1033
|
<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
|
1034
|
+
<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
1035
|
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
1036
|
</td>
|
1014
1037
|
</tr>
|
@@ -1016,7 +1039,7 @@ out of bounds. <span class="annotation">[<acronym title="Don't free data after t
|
|
1016
1039
|
</table></div>
|
1017
1040
|
</div>
|
1018
1041
|
<hr>
|
1019
|
-
<div class="refsect2">
|
1042
|
+
<div class="refsect2" title="gtk_notebook_get_n_pages ()">
|
1020
1043
|
<a name="gtk-notebook-get-n-pages"></a><h3>gtk_notebook_get_n_pages ()</h3>
|
1021
1044
|
<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
1045
|
<p>
|
@@ -1032,14 +1055,16 @@ Gets the number of pages in a notebook.
|
|
1032
1055
|
</tr>
|
1033
1056
|
<tr>
|
1034
1057
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1035
|
-
<td>the number of pages in the notebook
|
1058
|
+
<td> the number of pages in the notebook.
|
1059
|
+
|
1060
|
+
</td>
|
1036
1061
|
</tr>
|
1037
1062
|
</tbody>
|
1038
1063
|
</table></div>
|
1039
1064
|
<p class="since">Since 2.2</p>
|
1040
1065
|
</div>
|
1041
1066
|
<hr>
|
1042
|
-
<div class="refsect2">
|
1067
|
+
<div class="refsect2" title="gtk_notebook_get_tab_label ()">
|
1043
1068
|
<a name="gtk-notebook-get-tab-label"></a><h3>gtk_notebook_get_tab_label ()</h3>
|
1044
1069
|
<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
1070
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
|
@@ -1058,18 +1083,19 @@ been set for <em class="parameter"><code>child</code></em>.
|
|
1058
1083
|
</tr>
|
1059
1084
|
<tr>
|
1060
1085
|
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
|
1061
|
-
<td>the page
|
1086
|
+
<td>the page
|
1087
|
+
</td>
|
1062
1088
|
</tr>
|
1063
1089
|
<tr>
|
1064
1090
|
<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>
|
1091
|
+
<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
1092
|
</td>
|
1067
1093
|
</tr>
|
1068
1094
|
</tbody>
|
1069
1095
|
</table></div>
|
1070
1096
|
</div>
|
1071
1097
|
<hr>
|
1072
|
-
<div class="refsect2">
|
1098
|
+
<div class="refsect2" title="gtk_notebook_query_tab_label_packing ()">
|
1073
1099
|
<a name="gtk-notebook-query-tab-label-packing"></a><h3>gtk_notebook_query_tab_label_packing ()</h3>
|
1074
1100
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_query_tab_label_packing
|
1075
1101
|
(<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
|
@@ -1077,7 +1103,7 @@ been set for <em class="parameter"><code>child</code></em>.
|
|
1077
1103
|
<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
1104
|
<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
1105
|
<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;">
|
1106
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1081
1107
|
<h3 class="title">Warning</h3>
|
1082
1108
|
<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
1109
|
<span class="type">"tab-fill"</span> child properties instead.</p>
|
@@ -1096,29 +1122,33 @@ containing <em class="parameter"><code>child</code></em>.
|
|
1096
1122
|
</tr>
|
1097
1123
|
<tr>
|
1098
1124
|
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
|
1099
|
-
<td>the page
|
1125
|
+
<td>the page
|
1126
|
+
</td>
|
1100
1127
|
</tr>
|
1101
1128
|
<tr>
|
1102
1129
|
<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)
|
1130
|
+
<td>location to store the expand value (or NULL)
|
1131
|
+
</td>
|
1104
1132
|
</tr>
|
1105
1133
|
<tr>
|
1106
1134
|
<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)
|
1135
|
+
<td>location to store the fill value (or NULL)
|
1136
|
+
</td>
|
1108
1137
|
</tr>
|
1109
1138
|
<tr>
|
1110
1139
|
<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)
|
1140
|
+
<td>location to store the pack_type (or NULL)
|
1141
|
+
</td>
|
1112
1142
|
</tr>
|
1113
1143
|
</tbody>
|
1114
1144
|
</table></div>
|
1115
1145
|
</div>
|
1116
1146
|
<hr>
|
1117
|
-
<div class="refsect2">
|
1147
|
+
<div class="refsect2" title="gtk_notebook_set_homogeneous_tabs ()">
|
1118
1148
|
<a name="gtk-notebook-set-homogeneous-tabs"></a><h3>gtk_notebook_set_homogeneous_tabs ()</h3>
|
1119
1149
|
<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
1150
|
<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;">
|
1151
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1122
1152
|
<h3 class="title">Warning</h3>
|
1123
1153
|
<p><code class="literal">gtk_notebook_set_homogeneous_tabs</code> is deprecated and should not be used in newly-written code.</p>
|
1124
1154
|
</div>
|
@@ -1136,13 +1166,14 @@ Sets whether the tabs must have all the same size or not.
|
|
1136
1166
|
<tr>
|
1137
1167
|
<td><p><span class="term"><em class="parameter"><code>homogeneous</code></em> :</span></p></td>
|
1138
1168
|
<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
|
1169
|
+
<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.
|
1170
|
+
</td>
|
1140
1171
|
</tr>
|
1141
1172
|
</tbody>
|
1142
1173
|
</table></div>
|
1143
1174
|
</div>
|
1144
1175
|
<hr>
|
1145
|
-
<div class="refsect2">
|
1176
|
+
<div class="refsect2" title="gtk_notebook_set_menu_label ()">
|
1146
1177
|
<a name="gtk-notebook-set-menu-label"></a><h3>gtk_notebook_set_menu_label ()</h3>
|
1147
1178
|
<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
1179
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -1160,18 +1191,19 @@ Changes the menu label for the page containing <em class="parameter"><code>child
|
|
1160
1191
|
</tr>
|
1161
1192
|
<tr>
|
1162
1193
|
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
|
1163
|
-
<td>the child widget
|
1194
|
+
<td>the child widget
|
1195
|
+
</td>
|
1164
1196
|
</tr>
|
1165
1197
|
<tr>
|
1166
1198
|
<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>
|
1199
|
+
<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
1200
|
</td>
|
1169
1201
|
</tr>
|
1170
1202
|
</tbody>
|
1171
1203
|
</table></div>
|
1172
1204
|
</div>
|
1173
1205
|
<hr>
|
1174
|
-
<div class="refsect2">
|
1206
|
+
<div class="refsect2" title="gtk_notebook_set_menu_label_text ()">
|
1175
1207
|
<a name="gtk-notebook-set-menu-label-text"></a><h3>gtk_notebook_set_menu_label_text ()</h3>
|
1176
1208
|
<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
1209
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -1189,21 +1221,23 @@ Creates a new label and sets it as the menu label of <em class="parameter"><code
|
|
1189
1221
|
</tr>
|
1190
1222
|
<tr>
|
1191
1223
|
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
|
1192
|
-
<td>the child widget
|
1224
|
+
<td>the child widget
|
1225
|
+
</td>
|
1193
1226
|
</tr>
|
1194
1227
|
<tr>
|
1195
1228
|
<td><p><span class="term"><em class="parameter"><code>menu_text</code></em> :</span></p></td>
|
1196
|
-
<td>the label text
|
1229
|
+
<td>the label text
|
1230
|
+
</td>
|
1197
1231
|
</tr>
|
1198
1232
|
</tbody>
|
1199
1233
|
</table></div>
|
1200
1234
|
</div>
|
1201
1235
|
<hr>
|
1202
|
-
<div class="refsect2">
|
1236
|
+
<div class="refsect2" title="gtk_notebook_set_tab_hborder ()">
|
1203
1237
|
<a name="gtk-notebook-set-tab-hborder"></a><h3>gtk_notebook_set_tab_hborder ()</h3>
|
1204
1238
|
<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
1239
|
<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;">
|
1240
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1207
1241
|
<h3 class="title">Warning</h3>
|
1208
1242
|
<p><code class="literal">gtk_notebook_set_tab_hborder</code> is deprecated and should not be used in newly-written code.</p>
|
1209
1243
|
</div>
|
@@ -1220,13 +1254,14 @@ Sets the width of the horizontal border of tab labels.
|
|
1220
1254
|
</tr>
|
1221
1255
|
<tr>
|
1222
1256
|
<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
|
1257
|
+
<td>width of the horizontal border of tab labels.
|
1258
|
+
</td>
|
1224
1259
|
</tr>
|
1225
1260
|
</tbody>
|
1226
1261
|
</table></div>
|
1227
1262
|
</div>
|
1228
1263
|
<hr>
|
1229
|
-
<div class="refsect2">
|
1264
|
+
<div class="refsect2" title="gtk_notebook_set_tab_label ()">
|
1230
1265
|
<a name="gtk-notebook-set-tab-label"></a><h3>gtk_notebook_set_tab_label ()</h3>
|
1231
1266
|
<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
1267
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -1245,26 +1280,27 @@ for <em class="parameter"><code>tab_label</code></em>, then the page will have t
|
|
1245
1280
|
</tr>
|
1246
1281
|
<tr>
|
1247
1282
|
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
|
1248
|
-
<td>the page
|
1283
|
+
<td>the page
|
1284
|
+
</td>
|
1249
1285
|
</tr>
|
1250
1286
|
<tr>
|
1251
1287
|
<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>
|
1288
|
+
<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
|
1289
|
+
label. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1254
1290
|
</td>
|
1255
1291
|
</tr>
|
1256
1292
|
</tbody>
|
1257
1293
|
</table></div>
|
1258
1294
|
</div>
|
1259
1295
|
<hr>
|
1260
|
-
<div class="refsect2">
|
1296
|
+
<div class="refsect2" title="gtk_notebook_set_tab_label_packing ()">
|
1261
1297
|
<a name="gtk-notebook-set-tab-label-packing"></a><h3>gtk_notebook_set_tab_label_packing ()</h3>
|
1262
1298
|
<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
1299
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
1264
1300
|
<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
1301
|
<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
1302
|
<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;">
|
1303
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1268
1304
|
<h3 class="title">Warning</h3>
|
1269
1305
|
<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
1306
|
<span class="type">"tab-fill"</span> child properties instead.
|
@@ -1286,25 +1322,29 @@ of the parameters.
|
|
1286
1322
|
</tr>
|
1287
1323
|
<tr>
|
1288
1324
|
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
|
1289
|
-
<td>the child widget
|
1325
|
+
<td>the child widget
|
1326
|
+
</td>
|
1290
1327
|
</tr>
|
1291
1328
|
<tr>
|
1292
1329
|
<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
|
1330
|
+
<td>whether to expand the tab label or not
|
1331
|
+
</td>
|
1294
1332
|
</tr>
|
1295
1333
|
<tr>
|
1296
1334
|
<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
|
1335
|
+
<td>whether the tab label should fill the allocated area or not
|
1336
|
+
</td>
|
1298
1337
|
</tr>
|
1299
1338
|
<tr>
|
1300
1339
|
<td><p><span class="term"><em class="parameter"><code>pack_type</code></em> :</span></p></td>
|
1301
|
-
<td>the position of the tab label
|
1340
|
+
<td>the position of the tab label
|
1341
|
+
</td>
|
1302
1342
|
</tr>
|
1303
1343
|
</tbody>
|
1304
1344
|
</table></div>
|
1305
1345
|
</div>
|
1306
1346
|
<hr>
|
1307
|
-
<div class="refsect2">
|
1347
|
+
<div class="refsect2" title="gtk_notebook_set_tab_label_text ()">
|
1308
1348
|
<a name="gtk-notebook-set-tab-label-text"></a><h3>gtk_notebook_set_tab_label_text ()</h3>
|
1309
1349
|
<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
1350
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -1323,21 +1363,23 @@ containing <em class="parameter"><code>child</code></em>.
|
|
1323
1363
|
</tr>
|
1324
1364
|
<tr>
|
1325
1365
|
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
|
1326
|
-
<td>the page
|
1366
|
+
<td>the page
|
1367
|
+
</td>
|
1327
1368
|
</tr>
|
1328
1369
|
<tr>
|
1329
1370
|
<td><p><span class="term"><em class="parameter"><code>tab_text</code></em> :</span></p></td>
|
1330
|
-
<td>the label text
|
1371
|
+
<td>the label text
|
1372
|
+
</td>
|
1331
1373
|
</tr>
|
1332
1374
|
</tbody>
|
1333
1375
|
</table></div>
|
1334
1376
|
</div>
|
1335
1377
|
<hr>
|
1336
|
-
<div class="refsect2">
|
1378
|
+
<div class="refsect2" title="gtk_notebook_set_tab_vborder ()">
|
1337
1379
|
<a name="gtk-notebook-set-tab-vborder"></a><h3>gtk_notebook_set_tab_vborder ()</h3>
|
1338
1380
|
<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
1381
|
<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;">
|
1382
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1341
1383
|
<h3 class="title">Warning</h3>
|
1342
1384
|
<p><code class="literal">gtk_notebook_set_tab_vborder</code> is deprecated and should not be used in newly-written code.</p>
|
1343
1385
|
</div>
|
@@ -1354,13 +1396,14 @@ Sets the width of the vertical border of tab labels.
|
|
1354
1396
|
</tr>
|
1355
1397
|
<tr>
|
1356
1398
|
<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
|
1399
|
+
<td>width of the vertical border of tab labels.
|
1400
|
+
</td>
|
1358
1401
|
</tr>
|
1359
1402
|
</tbody>
|
1360
1403
|
</table></div>
|
1361
1404
|
</div>
|
1362
1405
|
<hr>
|
1363
|
-
<div class="refsect2">
|
1406
|
+
<div class="refsect2" title="gtk_notebook_set_tab_reorderable ()">
|
1364
1407
|
<a name="gtk-notebook-set-tab-reorderable"></a><h3>gtk_notebook_set_tab_reorderable ()</h3>
|
1365
1408
|
<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
1409
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -1384,14 +1427,15 @@ via drag and drop or not.
|
|
1384
1427
|
</tr>
|
1385
1428
|
<tr>
|
1386
1429
|
<td><p><span class="term"><em class="parameter"><code>reorderable</code></em> :</span></p></td>
|
1387
|
-
<td>whether the tab is reorderable or not
|
1430
|
+
<td>whether the tab is reorderable or not.
|
1431
|
+
</td>
|
1388
1432
|
</tr>
|
1389
1433
|
</tbody>
|
1390
1434
|
</table></div>
|
1391
1435
|
<p class="since">Since 2.10</p>
|
1392
1436
|
</div>
|
1393
1437
|
<hr>
|
1394
|
-
<div class="refsect2">
|
1438
|
+
<div class="refsect2" title="gtk_notebook_set_tab_detachable ()">
|
1395
1439
|
<a name="gtk-notebook-set-tab-detachable"></a><h3>gtk_notebook_set_tab_detachable ()</h3>
|
1396
1440
|
<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
1441
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -1480,14 +1524,15 @@ you will have to set your own DnD code to do it.
|
|
1480
1524
|
</tr>
|
1481
1525
|
<tr>
|
1482
1526
|
<td><p><span class="term"><em class="parameter"><code>detachable</code></em> :</span></p></td>
|
1483
|
-
<td>whether the tab is detachable or not
|
1527
|
+
<td>whether the tab is detachable or not
|
1528
|
+
</td>
|
1484
1529
|
</tr>
|
1485
1530
|
</tbody>
|
1486
1531
|
</table></div>
|
1487
1532
|
<p class="since">Since 2.10</p>
|
1488
1533
|
</div>
|
1489
1534
|
<hr>
|
1490
|
-
<div class="refsect2">
|
1535
|
+
<div class="refsect2" title="gtk_notebook_get_menu_label_text ()">
|
1491
1536
|
<a name="gtk-notebook-get-menu-label-text"></a><h3>gtk_notebook_get_menu_label_text ()</h3>
|
1492
1537
|
<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
1538
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
|
@@ -1505,21 +1550,23 @@ Retrieves the text of the menu label for the page containing
|
|
1505
1550
|
</tr>
|
1506
1551
|
<tr>
|
1507
1552
|
<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
|
1553
|
+
<td>the child widget of a page of the notebook.
|
1554
|
+
</td>
|
1509
1555
|
</tr>
|
1510
1556
|
<tr>
|
1511
1557
|
<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
|
1558
|
+
<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
|
1559
|
+
widget does not have a menu label other than
|
1560
|
+
the default menu label, or the menu label widget
|
1561
|
+
is not a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>. The string is owned by
|
1562
|
+
the widget and must not be freed.
|
1563
|
+
</td>
|
1517
1564
|
</tr>
|
1518
1565
|
</tbody>
|
1519
1566
|
</table></div>
|
1520
1567
|
</div>
|
1521
1568
|
<hr>
|
1522
|
-
<div class="refsect2">
|
1569
|
+
<div class="refsect2" title="gtk_notebook_get_scrollable ()">
|
1523
1570
|
<a name="gtk-notebook-get-scrollable"></a><h3>gtk_notebook_get_scrollable ()</h3>
|
1524
1571
|
<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
1572
|
<p>
|
@@ -1536,14 +1583,14 @@ Returns whether the tab label area has arrows for scrolling. See
|
|
1536
1583
|
</tr>
|
1537
1584
|
<tr>
|
1538
1585
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1539
|
-
<td>
|
1540
|
-
|
1586
|
+
<td> <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
|
1587
|
+
</td>
|
1541
1588
|
</tr>
|
1542
1589
|
</tbody>
|
1543
1590
|
</table></div>
|
1544
1591
|
</div>
|
1545
1592
|
<hr>
|
1546
|
-
<div class="refsect2">
|
1593
|
+
<div class="refsect2" title="gtk_notebook_get_show_border ()">
|
1547
1594
|
<a name="gtk-notebook-get-show-border"></a><h3>gtk_notebook_get_show_border ()</h3>
|
1548
1595
|
<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
1596
|
<p>
|
@@ -1560,14 +1607,14 @@ Returns whether a bevel will be drawn around the notebook pages. See
|
|
1560
1607
|
</tr>
|
1561
1608
|
<tr>
|
1562
1609
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1563
|
-
<td>
|
1564
|
-
|
1610
|
+
<td> <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
|
1611
|
+
</td>
|
1565
1612
|
</tr>
|
1566
1613
|
</tbody>
|
1567
1614
|
</table></div>
|
1568
1615
|
</div>
|
1569
1616
|
<hr>
|
1570
|
-
<div class="refsect2">
|
1617
|
+
<div class="refsect2" title="gtk_notebook_get_show_tabs ()">
|
1571
1618
|
<a name="gtk-notebook-get-show-tabs"></a><h3>gtk_notebook_get_show_tabs ()</h3>
|
1572
1619
|
<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
1620
|
<p>
|
@@ -1584,14 +1631,14 @@ Returns whether the tabs of the notebook are shown. See
|
|
1584
1631
|
</tr>
|
1585
1632
|
<tr>
|
1586
1633
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1587
|
-
<td>
|
1588
|
-
|
1634
|
+
<td> <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
|
1635
|
+
</td>
|
1589
1636
|
</tr>
|
1590
1637
|
</tbody>
|
1591
1638
|
</table></div>
|
1592
1639
|
</div>
|
1593
1640
|
<hr>
|
1594
|
-
<div class="refsect2">
|
1641
|
+
<div class="refsect2" title="gtk_notebook_get_tab_label_text ()">
|
1595
1642
|
<a name="gtk-notebook-get-tab-label-text"></a><h3>gtk_notebook_get_tab_label_text ()</h3>
|
1596
1643
|
<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
1644
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
|
@@ -1614,16 +1661,17 @@ Retrieves the text of the tab label for the page containing
|
|
1614
1661
|
</tr>
|
1615
1662
|
<tr>
|
1616
1663
|
<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
|
1664
|
+
<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
|
1665
|
+
tab label widget is not a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>. The
|
1666
|
+
string is owned by the widget and must not
|
1667
|
+
be freed.
|
1668
|
+
</td>
|
1621
1669
|
</tr>
|
1622
1670
|
</tbody>
|
1623
1671
|
</table></div>
|
1624
1672
|
</div>
|
1625
1673
|
<hr>
|
1626
|
-
<div class="refsect2">
|
1674
|
+
<div class="refsect2" title="gtk_notebook_get_tab_pos ()">
|
1627
1675
|
<a name="gtk-notebook-get-tab-pos"></a><h3>gtk_notebook_get_tab_pos ()</h3>
|
1628
1676
|
<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
1677
|
<p>
|
@@ -1640,13 +1688,14 @@ notebook are drawn.
|
|
1640
1688
|
</tr>
|
1641
1689
|
<tr>
|
1642
1690
|
<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
|
1691
|
+
<td> the edge at which the tabs are drawn
|
1692
|
+
</td>
|
1644
1693
|
</tr>
|
1645
1694
|
</tbody>
|
1646
1695
|
</table></div>
|
1647
1696
|
</div>
|
1648
1697
|
<hr>
|
1649
|
-
<div class="refsect2">
|
1698
|
+
<div class="refsect2" title="gtk_notebook_get_tab_reorderable ()">
|
1650
1699
|
<a name="gtk-notebook-get-tab-reorderable"></a><h3>gtk_notebook_get_tab_reorderable ()</h3>
|
1651
1700
|
<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
1701
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
|
@@ -1668,15 +1717,16 @@ Gets whether the tab can be reordered via drag and drop or not.
|
|
1668
1717
|
</tr>
|
1669
1718
|
<tr>
|
1670
1719
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1671
|
-
<td>
|
1672
|
-
|
1720
|
+
<td> <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.
|
1721
|
+
|
1722
|
+
</td>
|
1673
1723
|
</tr>
|
1674
1724
|
</tbody>
|
1675
1725
|
</table></div>
|
1676
1726
|
<p class="since">Since 2.10</p>
|
1677
1727
|
</div>
|
1678
1728
|
<hr>
|
1679
|
-
<div class="refsect2">
|
1729
|
+
<div class="refsect2" title="gtk_notebook_get_tab_detachable ()">
|
1680
1730
|
<a name="gtk-notebook-get-tab-detachable"></a><h3>gtk_notebook_get_tab_detachable ()</h3>
|
1681
1731
|
<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
1732
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
|
@@ -1698,14 +1748,16 @@ Returns whether the tab contents can be detached from <em class="parameter"><cod
|
|
1698
1748
|
</tr>
|
1699
1749
|
<tr>
|
1700
1750
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1701
|
-
<td>TRUE if the tab is detachable
|
1751
|
+
<td> TRUE if the tab is detachable.
|
1752
|
+
|
1753
|
+
</td>
|
1702
1754
|
</tr>
|
1703
1755
|
</tbody>
|
1704
1756
|
</table></div>
|
1705
1757
|
<p class="since">Since 2.10</p>
|
1706
1758
|
</div>
|
1707
1759
|
<hr>
|
1708
|
-
<div class="refsect2">
|
1760
|
+
<div class="refsect2" title="gtk_notebook_get_tab_hborder ()">
|
1709
1761
|
<a name="gtk-notebook-get-tab-hborder"></a><h3>gtk_notebook_get_tab_hborder ()</h3>
|
1710
1762
|
<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
1763
|
<p>
|
@@ -1721,14 +1773,16 @@ Returns the horizontal width of a tab border.
|
|
1721
1773
|
</tr>
|
1722
1774
|
<tr>
|
1723
1775
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1724
|
-
<td>horizontal width of a tab border
|
1776
|
+
<td> horizontal width of a tab border
|
1777
|
+
|
1778
|
+
</td>
|
1725
1779
|
</tr>
|
1726
1780
|
</tbody>
|
1727
1781
|
</table></div>
|
1728
1782
|
<p class="since">Since 2.22</p>
|
1729
1783
|
</div>
|
1730
1784
|
<hr>
|
1731
|
-
<div class="refsect2">
|
1785
|
+
<div class="refsect2" title="gtk_notebook_get_tab_vborder ()">
|
1732
1786
|
<a name="gtk-notebook-get-tab-vborder"></a><h3>gtk_notebook_get_tab_vborder ()</h3>
|
1733
1787
|
<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
1788
|
<p>
|
@@ -1744,14 +1798,16 @@ Returns the vertical width of a tab border.
|
|
1744
1798
|
</tr>
|
1745
1799
|
<tr>
|
1746
1800
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1747
|
-
<td>vertical width of a tab border
|
1801
|
+
<td> vertical width of a tab border
|
1802
|
+
|
1803
|
+
</td>
|
1748
1804
|
</tr>
|
1749
1805
|
</tbody>
|
1750
1806
|
</table></div>
|
1751
1807
|
<p class="since">Since 2.22</p>
|
1752
1808
|
</div>
|
1753
1809
|
<hr>
|
1754
|
-
<div class="refsect2">
|
1810
|
+
<div class="refsect2" title="gtk_notebook_set_current_page ()">
|
1755
1811
|
<a name="gtk-notebook-set-current-page"></a><h3>gtk_notebook_set_current_page ()</h3>
|
1756
1812
|
<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
1813
|
<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>
|
@@ -1775,21 +1831,22 @@ adding them to a notebook.
|
|
1775
1831
|
<tr>
|
1776
1832
|
<td><p><span class="term"><em class="parameter"><code>page_num</code></em> :</span></p></td>
|
1777
1833
|
<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
|
1834
|
+
If negative, the last page will be used. If greater
|
1835
|
+
than the number of pages in the notebook, nothing
|
1836
|
+
will be done.
|
1837
|
+
</td>
|
1781
1838
|
</tr>
|
1782
1839
|
</tbody>
|
1783
1840
|
</table></div>
|
1784
1841
|
</div>
|
1785
1842
|
<hr>
|
1786
|
-
<div class="refsect2">
|
1843
|
+
<div class="refsect2" title="gtk_notebook_set_group_id ()">
|
1787
1844
|
<a name="gtk-notebook-set-group-id"></a><h3>gtk_notebook_set_group_id ()</h3>
|
1788
1845
|
<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
1846
|
<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;">
|
1847
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1791
1848
|
<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
|
1849
|
+
<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" title="gtk_notebook_set_group ()"><code class="function">gtk_notebook_set_group()</code></a> instead.</p>
|
1793
1850
|
</div>
|
1794
1851
|
<p>
|
1795
1852
|
Sets an group identificator for <em class="parameter"><code>notebook</code></em>, notebooks sharing
|
@@ -1807,19 +1864,20 @@ not be able to exchange tabs with any other notebook.
|
|
1807
1864
|
</tr>
|
1808
1865
|
<tr>
|
1809
1866
|
<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
|
1867
|
+
<td>a group identificator, or -1 to unset it
|
1868
|
+
</td>
|
1811
1869
|
</tr>
|
1812
1870
|
</tbody>
|
1813
1871
|
</table></div>
|
1814
1872
|
<p class="since">Since 2.10</p>
|
1815
1873
|
</div>
|
1816
1874
|
<hr>
|
1817
|
-
<div class="refsect2">
|
1875
|
+
<div class="refsect2" title="gtk_notebook_get_group_id ()">
|
1818
1876
|
<a name="gtk-notebook-get-group-id"></a><h3>gtk_notebook_get_group_id ()</h3>
|
1819
1877
|
<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;">
|
1878
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1821
1879
|
<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
|
1880
|
+
<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" title="gtk_notebook_get_group ()"><code class="function">gtk_notebook_get_group()</code></a> instead.</p>
|
1823
1881
|
</div>
|
1824
1882
|
<p>
|
1825
1883
|
Gets the current group identificator for <em class="parameter"><code>notebook</code></em>.
|
@@ -1834,21 +1892,19 @@ Gets the current group identificator for <em class="parameter"><code>notebook</c
|
|
1834
1892
|
</tr>
|
1835
1893
|
<tr>
|
1836
1894
|
<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
|
1895
|
+
<td> the group identificator, or -1 if none is set.
|
1896
|
+
|
1897
|
+
</td>
|
1838
1898
|
</tr>
|
1839
1899
|
</tbody>
|
1840
1900
|
</table></div>
|
1841
1901
|
<p class="since">Since 2.10</p>
|
1842
1902
|
</div>
|
1843
1903
|
<hr>
|
1844
|
-
<div class="refsect2">
|
1904
|
+
<div class="refsect2" title="gtk_notebook_set_group ()">
|
1845
1905
|
<a name="gtk-notebook-set-group"></a><h3>gtk_notebook_set_group ()</h3>
|
1846
1906
|
<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
1907
|
<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
1908
|
<p>
|
1853
1909
|
Sets a group identificator pointer for <em class="parameter"><code>notebook</code></em>, notebooks sharing
|
1854
1910
|
the same group identificator pointer will be able to exchange tabs
|
@@ -1865,7 +1921,7 @@ not be able to exchange tabs with any other notebook.
|
|
1865
1921
|
</tr>
|
1866
1922
|
<tr>
|
1867
1923
|
<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>
|
1924
|
+
<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
1925
|
</td>
|
1870
1926
|
</tr>
|
1871
1927
|
</tbody>
|
@@ -1873,13 +1929,9 @@ not be able to exchange tabs with any other notebook.
|
|
1873
1929
|
<p class="since">Since 2.12</p>
|
1874
1930
|
</div>
|
1875
1931
|
<hr>
|
1876
|
-
<div class="refsect2">
|
1932
|
+
<div class="refsect2" title="gtk_notebook_get_group ()">
|
1877
1933
|
<a name="gtk-notebook-get-group"></a><h3>gtk_notebook_get_group ()</h3>
|
1878
1934
|
<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
1935
|
<p>
|
1884
1936
|
Gets the current group identificator pointer for <em class="parameter"><code>notebook</code></em>.
|
1885
1937
|
</p>
|
@@ -1893,8 +1945,8 @@ Gets the current group identificator pointer for <em class="parameter"><code>not
|
|
1893
1945
|
</tr>
|
1894
1946
|
<tr>
|
1895
1947
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1896
|
-
<td>the group identificator,
|
1897
|
-
|
1948
|
+
<td> the group identificator, 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.
|
1949
|
+
|
1898
1950
|
</td>
|
1899
1951
|
</tr>
|
1900
1952
|
</tbody>
|
@@ -1902,60 +1954,7 @@ or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.ht
|
|
1902
1954
|
<p class="since">Since 2.12</p>
|
1903
1955
|
</div>
|
1904
1956
|
<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">
|
1957
|
+
<div class="refsect2" title="gtk_notebook_set_action_widget ()">
|
1959
1958
|
<a name="gtk-notebook-set-action-widget"></a><h3>gtk_notebook_set_action_widget ()</h3>
|
1960
1959
|
<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
1960
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
@@ -1984,16 +1983,17 @@ not included in the list returned from <a class="link" href="GtkContainer.html#g
|
|
1984
1983
|
</tr>
|
1985
1984
|
<tr>
|
1986
1985
|
<td><p><span class="term"><em class="parameter"><code>pack_type</code></em> :</span></p></td>
|
1987
|
-
<td>pack type of the action widget
|
1986
|
+
<td>pack type of the action widget
|
1987
|
+
</td>
|
1988
1988
|
</tr>
|
1989
1989
|
</tbody>
|
1990
1990
|
</table></div>
|
1991
1991
|
<p class="since">Since 2.20</p>
|
1992
1992
|
</div>
|
1993
1993
|
<hr>
|
1994
|
-
<div class="refsect2">
|
1994
|
+
<div class="refsect2" title="gtk_notebook_get_action_widget ()">
|
1995
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
|
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
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
1998
|
<p>
|
1999
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>.
|
@@ -2008,12 +2008,14 @@ Gets one of the action widgets. See <a class="link" href="GtkNotebook.html#gtk-n
|
|
2008
2008
|
</tr>
|
2009
2009
|
<tr>
|
2010
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
|
2011
|
+
<td>pack type of the action widget to receive
|
2012
|
+
</td>
|
2012
2013
|
</tr>
|
2013
2014
|
<tr>
|
2014
2015
|
<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
|
-
|
2016
|
+
<td> The action widget with the given <em class="parameter"><code>pack_type</code></em> or
|
2017
|
+
<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
|
2018
|
+
|
2017
2019
|
</td>
|
2018
2020
|
</tr>
|
2019
2021
|
</tbody>
|
@@ -2021,7 +2023,7 @@ or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.ht
|
|
2021
2023
|
<p class="since">Since 2.20</p>
|
2022
2024
|
</div>
|
2023
2025
|
<hr>
|
2024
|
-
<div class="refsect2">
|
2026
|
+
<div class="refsect2" title="GtkNotebookWindowCreationFunc ()">
|
2025
2027
|
<a name="GtkNotebookWindowCreationFunc"></a><h3>GtkNotebookWindowCreationFunc ()</h3>
|
2026
2028
|
<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
2029
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>,
|
@@ -2041,42 +2043,44 @@ If the function returns <a href="http://library.gnome.org/devel/glib/unstable/gl
|
|
2041
2043
|
<tbody>
|
2042
2044
|
<tr>
|
2043
2045
|
<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
|
2046
|
+
<td>The source <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> of the drag operation
|
2047
|
+
</td>
|
2045
2048
|
</tr>
|
2046
2049
|
<tr>
|
2047
2050
|
<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
|
2051
|
+
<td>the child <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> affected
|
2052
|
+
</td>
|
2049
2053
|
</tr>
|
2050
2054
|
<tr>
|
2051
2055
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2052
|
-
<td>the X coordinate where the drop happens
|
2056
|
+
<td>the X coordinate where the drop happens
|
2057
|
+
</td>
|
2053
2058
|
</tr>
|
2054
2059
|
<tr>
|
2055
2060
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2056
|
-
<td>the Y coordinate where the drop happens
|
2061
|
+
<td>the Y coordinate where the drop happens
|
2062
|
+
</td>
|
2057
2063
|
</tr>
|
2058
2064
|
<tr>
|
2059
2065
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
2060
|
-
<td>user data
|
2066
|
+
<td>user data
|
2067
|
+
</td>
|
2061
2068
|
</tr>
|
2062
2069
|
<tr>
|
2063
2070
|
<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
|
2071
|
+
<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
|
2072
|
+
</td>
|
2065
2073
|
</tr>
|
2066
2074
|
</tbody>
|
2067
2075
|
</table></div>
|
2068
2076
|
</div>
|
2069
2077
|
<hr>
|
2070
|
-
<div class="refsect2">
|
2078
|
+
<div class="refsect2" title="gtk_notebook_set_window_creation_hook ()">
|
2071
2079
|
<a name="gtk-notebook-set-window-creation-hook"></a><h3>gtk_notebook_set_window_creation_hook ()</h3>
|
2072
2080
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_notebook_set_window_creation_hook
|
2073
2081
|
(<em class="parameter"><code><a class="link" href="GtkNotebook.html#GtkNotebookWindowCreationFunc" title="GtkNotebookWindowCreationFunc ()"><span class="type">GtkNotebookWindowCreationFunc</span></a> func</code></em>,
|
2074
2082
|
<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
2083
|
<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
2084
|
<p>
|
2081
2085
|
Installs a global function used to create a window
|
2082
2086
|
when a detached tab is dropped in an empty area.
|
@@ -2086,7 +2090,7 @@ when a detached tab is dropped in an empty area.
|
|
2086
2090
|
<tbody>
|
2087
2091
|
<tr>
|
2088
2092
|
<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>
|
2093
|
+
<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
2094
|
</td>
|
2091
2095
|
</tr>
|
2092
2096
|
<tr>
|
@@ -2096,7 +2100,7 @@ when a detached tab is dropped in an empty area.
|
|
2096
2100
|
</tr>
|
2097
2101
|
<tr>
|
2098
2102
|
<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>
|
2103
|
+
<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
2104
|
</td>
|
2101
2105
|
</tr>
|
2102
2106
|
</tbody>
|
@@ -2104,29 +2108,25 @@ when a detached tab is dropped in an empty area.
|
|
2104
2108
|
<p class="since">Since 2.10</p>
|
2105
2109
|
</div>
|
2106
2110
|
</div>
|
2107
|
-
<div class="refsect1">
|
2111
|
+
<div class="refsect1" title="Property Details">
|
2108
2112
|
<a name="GtkNotebook.property-details"></a><h2>Property Details</h2>
|
2109
|
-
<div class="refsect2">
|
2113
|
+
<div class="refsect2" title='The "enable-popup" property'>
|
2110
2114
|
<a name="GtkNotebook--enable-popup"></a><h3>The <code class="literal">"enable-popup"</code> property</h3>
|
2111
2115
|
<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
2116
|
<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
2117
|
<p>Default value: FALSE</p>
|
2114
2118
|
</div>
|
2115
2119
|
<hr>
|
2116
|
-
<div class="refsect2">
|
2120
|
+
<div class="refsect2" title='The "group" property'>
|
2117
2121
|
<a name="GtkNotebook--group"></a><h3>The <code class="literal">"group"</code> property</h3>
|
2118
2122
|
<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
2123
|
<p>
|
2124
2124
|
Group for tabs drag and drop.
|
2125
2125
|
</p>
|
2126
2126
|
<p class="since">Since 2.12</p>
|
2127
2127
|
</div>
|
2128
2128
|
<hr>
|
2129
|
-
<div class="refsect2">
|
2129
|
+
<div class="refsect2" title='The "group-id" property'>
|
2130
2130
|
<a name="GtkNotebook--group-id"></a><h3>The <code class="literal">"group-id"</code> property</h3>
|
2131
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
2132
|
<p>Group ID for tabs drag and drop.</p>
|
@@ -2134,24 +2134,14 @@ Group for tabs drag and drop.
|
|
2134
2134
|
<p>Default value: -1</p>
|
2135
2135
|
</div>
|
2136
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">
|
2137
|
+
<div class="refsect2" title='The "homogeneous" property'>
|
2148
2138
|
<a name="GtkNotebook--homogeneous"></a><h3>The <code class="literal">"homogeneous"</code> property</h3>
|
2149
2139
|
<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
2140
|
<p>Whether tabs should have homogeneous sizes.</p>
|
2151
2141
|
<p>Default value: FALSE</p>
|
2152
2142
|
</div>
|
2153
2143
|
<hr>
|
2154
|
-
<div class="refsect2">
|
2144
|
+
<div class="refsect2" title='The "page" property'>
|
2155
2145
|
<a name="GtkNotebook--page"></a><h3>The <code class="literal">"page"</code> property</h3>
|
2156
2146
|
<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
2147
|
<p>The index of the current page.</p>
|
@@ -2159,72 +2149,72 @@ Group name for tabs drag and drop.
|
|
2159
2149
|
<p>Default value: -1</p>
|
2160
2150
|
</div>
|
2161
2151
|
<hr>
|
2162
|
-
<div class="refsect2">
|
2152
|
+
<div class="refsect2" title='The "scrollable" property'>
|
2163
2153
|
<a name="GtkNotebook--scrollable"></a><h3>The <code class="literal">"scrollable"</code> property</h3>
|
2164
2154
|
<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
2155
|
<p>If TRUE, scroll arrows are added if there are too many tabs to fit.</p>
|
2166
2156
|
<p>Default value: FALSE</p>
|
2167
2157
|
</div>
|
2168
2158
|
<hr>
|
2169
|
-
<div class="refsect2">
|
2159
|
+
<div class="refsect2" title='The "show-border" property'>
|
2170
2160
|
<a name="GtkNotebook--show-border"></a><h3>The <code class="literal">"show-border"</code> property</h3>
|
2171
2161
|
<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
2162
|
<p>Whether the border should be shown or not.</p>
|
2173
2163
|
<p>Default value: TRUE</p>
|
2174
2164
|
</div>
|
2175
2165
|
<hr>
|
2176
|
-
<div class="refsect2">
|
2166
|
+
<div class="refsect2" title='The "show-tabs" property'>
|
2177
2167
|
<a name="GtkNotebook--show-tabs"></a><h3>The <code class="literal">"show-tabs"</code> property</h3>
|
2178
2168
|
<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
2169
|
<p>Whether tabs should be shown or not.</p>
|
2180
2170
|
<p>Default value: TRUE</p>
|
2181
2171
|
</div>
|
2182
2172
|
<hr>
|
2183
|
-
<div class="refsect2">
|
2173
|
+
<div class="refsect2" title='The "tab-border" property'>
|
2184
2174
|
<a name="GtkNotebook--tab-border"></a><h3>The <code class="literal">"tab-border"</code> property</h3>
|
2185
2175
|
<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
2176
|
<p>Width of the border around the tab labels.</p>
|
2187
2177
|
<p>Default value: 2</p>
|
2188
2178
|
</div>
|
2189
2179
|
<hr>
|
2190
|
-
<div class="refsect2">
|
2180
|
+
<div class="refsect2" title='The "tab-hborder" property'>
|
2191
2181
|
<a name="GtkNotebook--tab-hborder"></a><h3>The <code class="literal">"tab-hborder"</code> property</h3>
|
2192
2182
|
<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
2183
|
<p>Width of the horizontal border of tab labels.</p>
|
2194
2184
|
<p>Default value: 2</p>
|
2195
2185
|
</div>
|
2196
2186
|
<hr>
|
2197
|
-
<div class="refsect2">
|
2187
|
+
<div class="refsect2" title='The "tab-pos" property'>
|
2198
2188
|
<a name="GtkNotebook--tab-pos"></a><h3>The <code class="literal">"tab-pos"</code> property</h3>
|
2199
2189
|
<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
2190
|
<p>Which side of the notebook holds the tabs.</p>
|
2201
2191
|
<p>Default value: GTK_POS_TOP</p>
|
2202
2192
|
</div>
|
2203
2193
|
<hr>
|
2204
|
-
<div class="refsect2">
|
2194
|
+
<div class="refsect2" title='The "tab-vborder" property'>
|
2205
2195
|
<a name="GtkNotebook--tab-vborder"></a><h3>The <code class="literal">"tab-vborder"</code> property</h3>
|
2206
2196
|
<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
2197
|
<p>Width of the vertical border of tab labels.</p>
|
2208
2198
|
<p>Default value: 2</p>
|
2209
2199
|
</div>
|
2210
2200
|
</div>
|
2211
|
-
<div class="refsect1">
|
2201
|
+
<div class="refsect1" title="Child Property Details">
|
2212
2202
|
<a name="GtkNotebook.child-property-details"></a><h2>Child Property Details</h2>
|
2213
|
-
<div class="refsect2">
|
2203
|
+
<div class="refsect2" title='The "detachable" child property'>
|
2214
2204
|
<a name="GtkNotebook--c-detachable"></a><h3>The <code class="literal">"detachable"</code> child property</h3>
|
2215
2205
|
<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
2206
|
<p>Whether the tab is detachable.</p>
|
2217
2207
|
<p>Default value: FALSE</p>
|
2218
2208
|
</div>
|
2219
2209
|
<hr>
|
2220
|
-
<div class="refsect2">
|
2210
|
+
<div class="refsect2" title='The "menu-label" child property'>
|
2221
2211
|
<a name="GtkNotebook--c-menu-label"></a><h3>The <code class="literal">"menu-label"</code> child property</h3>
|
2222
2212
|
<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
2213
|
<p>The string displayed in the child's menu entry.</p>
|
2224
2214
|
<p>Default value: NULL</p>
|
2225
2215
|
</div>
|
2226
2216
|
<hr>
|
2227
|
-
<div class="refsect2">
|
2217
|
+
<div class="refsect2" title='The "position" child property'>
|
2228
2218
|
<a name="GtkNotebook--c-position"></a><h3>The <code class="literal">"position"</code> child property</h3>
|
2229
2219
|
<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
2220
|
<p>The index of the child in the parent.</p>
|
@@ -2232,35 +2222,35 @@ Group name for tabs drag and drop.
|
|
2232
2222
|
<p>Default value: 0</p>
|
2233
2223
|
</div>
|
2234
2224
|
<hr>
|
2235
|
-
<div class="refsect2">
|
2225
|
+
<div class="refsect2" title='The "reorderable" child property'>
|
2236
2226
|
<a name="GtkNotebook--c-reorderable"></a><h3>The <code class="literal">"reorderable"</code> child property</h3>
|
2237
2227
|
<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
2228
|
<p>Whether the tab is reorderable by user action or not.</p>
|
2239
2229
|
<p>Default value: FALSE</p>
|
2240
2230
|
</div>
|
2241
2231
|
<hr>
|
2242
|
-
<div class="refsect2">
|
2232
|
+
<div class="refsect2" title='The "tab-expand" child property'>
|
2243
2233
|
<a name="GtkNotebook--c-tab-expand"></a><h3>The <code class="literal">"tab-expand"</code> child property</h3>
|
2244
2234
|
<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
2235
|
<p>Whether to expand the child's tab or not.</p>
|
2246
2236
|
<p>Default value: FALSE</p>
|
2247
2237
|
</div>
|
2248
2238
|
<hr>
|
2249
|
-
<div class="refsect2">
|
2239
|
+
<div class="refsect2" title='The "tab-fill" child property'>
|
2250
2240
|
<a name="GtkNotebook--c-tab-fill"></a><h3>The <code class="literal">"tab-fill"</code> child property</h3>
|
2251
2241
|
<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
2242
|
<p>Whether the child's tab should fill the allocated area or not.</p>
|
2253
2243
|
<p>Default value: TRUE</p>
|
2254
2244
|
</div>
|
2255
2245
|
<hr>
|
2256
|
-
<div class="refsect2">
|
2246
|
+
<div class="refsect2" title='The "tab-label" child property'>
|
2257
2247
|
<a name="GtkNotebook--c-tab-label"></a><h3>The <code class="literal">"tab-label"</code> child property</h3>
|
2258
2248
|
<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
2249
|
<p>The string displayed on the child's tab label.</p>
|
2260
2250
|
<p>Default value: NULL</p>
|
2261
2251
|
</div>
|
2262
2252
|
<hr>
|
2263
|
-
<div class="refsect2">
|
2253
|
+
<div class="refsect2" title='The "tab-pack" child property'>
|
2264
2254
|
<a name="GtkNotebook--c-tab-pack"></a><h3>The <code class="literal">"tab-pack"</code> child property</h3>
|
2265
2255
|
<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
2256
|
<p>
|
@@ -2270,9 +2260,9 @@ Group name for tabs drag and drop.
|
|
2270
2260
|
<p>Default value: GTK_PACK_START</p>
|
2271
2261
|
</div>
|
2272
2262
|
</div>
|
2273
|
-
<div class="refsect1">
|
2263
|
+
<div class="refsect1" title="Style Property Details">
|
2274
2264
|
<a name="GtkNotebook.style-property-details"></a><h2>Style Property Details</h2>
|
2275
|
-
<div class="refsect2">
|
2265
|
+
<div class="refsect2" title='The "arrow-spacing" style property'>
|
2276
2266
|
<a name="GtkNotebook--s-arrow-spacing"></a><h3>The <code class="literal">"arrow-spacing"</code> style property</h3>
|
2277
2267
|
<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
2268
|
<p>
|
@@ -2284,7 +2274,7 @@ arrows and the tabs.
|
|
2284
2274
|
<p class="since">Since 2.10</p>
|
2285
2275
|
</div>
|
2286
2276
|
<hr>
|
2287
|
-
<div class="refsect2">
|
2277
|
+
<div class="refsect2" title='The "has-backward-stepper" style property'>
|
2288
2278
|
<a name="GtkNotebook--s-has-backward-stepper"></a><h3>The <code class="literal">"has-backward-stepper"</code> style property</h3>
|
2289
2279
|
<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
2280
|
<p>
|
@@ -2295,7 +2285,7 @@ the standard backward arrow button is displayed.
|
|
2295
2285
|
<p class="since">Since 2.4</p>
|
2296
2286
|
</div>
|
2297
2287
|
<hr>
|
2298
|
-
<div class="refsect2">
|
2288
|
+
<div class="refsect2" title='The "has-forward-stepper" style property'>
|
2299
2289
|
<a name="GtkNotebook--s-has-forward-stepper"></a><h3>The <code class="literal">"has-forward-stepper"</code> style property</h3>
|
2300
2290
|
<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
2291
|
<p>
|
@@ -2306,7 +2296,7 @@ the standard forward arrow button is displayed.
|
|
2306
2296
|
<p class="since">Since 2.4</p>
|
2307
2297
|
</div>
|
2308
2298
|
<hr>
|
2309
|
-
<div class="refsect2">
|
2299
|
+
<div class="refsect2" title='The "has-secondary-backward-stepper" style property'>
|
2310
2300
|
<a name="GtkNotebook--s-has-secondary-backward-stepper"></a><h3>The <code class="literal">"has-secondary-backward-stepper"</code> style property</h3>
|
2311
2301
|
<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
2302
|
<p>
|
@@ -2318,7 +2308,7 @@ of the tab area.
|
|
2318
2308
|
<p class="since">Since 2.4</p>
|
2319
2309
|
</div>
|
2320
2310
|
<hr>
|
2321
|
-
<div class="refsect2">
|
2311
|
+
<div class="refsect2" title='The "has-secondary-forward-stepper" style property'>
|
2322
2312
|
<a name="GtkNotebook--s-has-secondary-forward-stepper"></a><h3>The <code class="literal">"has-secondary-forward-stepper"</code> style property</h3>
|
2323
2313
|
<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
2314
|
<p>
|
@@ -2330,7 +2320,7 @@ of the tab area.
|
|
2330
2320
|
<p class="since">Since 2.4</p>
|
2331
2321
|
</div>
|
2332
2322
|
<hr>
|
2333
|
-
<div class="refsect2">
|
2323
|
+
<div class="refsect2" title='The "tab-curvature" style property'>
|
2334
2324
|
<a name="GtkNotebook--s-tab-curvature"></a><h3>The <code class="literal">"tab-curvature"</code> style property</h3>
|
2335
2325
|
<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
2326
|
<p>
|
@@ -2341,7 +2331,7 @@ The "tab-curvature" property defines size of tab curvature.
|
|
2341
2331
|
<p class="since">Since 2.10</p>
|
2342
2332
|
</div>
|
2343
2333
|
<hr>
|
2344
|
-
<div class="refsect2">
|
2334
|
+
<div class="refsect2" title='The "tab-overlap" style property'>
|
2345
2335
|
<a name="GtkNotebook--s-tab-overlap"></a><h3>The <code class="literal">"tab-overlap"</code> style property</h3>
|
2346
2336
|
<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
2337
|
<p>
|
@@ -2352,13 +2342,13 @@ area.
|
|
2352
2342
|
<p class="since">Since 2.10</p>
|
2353
2343
|
</div>
|
2354
2344
|
</div>
|
2355
|
-
<div class="refsect1">
|
2345
|
+
<div class="refsect1" title="Signal Details">
|
2356
2346
|
<a name="GtkNotebook.signal-details"></a><h2>Signal Details</h2>
|
2357
|
-
<div class="refsect2">
|
2347
|
+
<div class="refsect2" title='The "change-current-page" signal'>
|
2358
2348
|
<a name="GtkNotebook-change-current-page"></a><h3>The <code class="literal">"change-current-page"</code> signal</h3>
|
2359
2349
|
<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
2350
|
<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) :
|
2351
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
|
2362
2352
|
<p>
|
2363
2353
|
</p>
|
2364
2354
|
<div class="variablelist"><table border="0">
|
@@ -2366,23 +2356,34 @@ area.
|
|
2366
2356
|
<tbody>
|
2367
2357
|
<tr>
|
2368
2358
|
<td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
|
2369
|
-
<td>the object which received the signal
|
2359
|
+
<td>the object which received the signal.
|
2360
|
+
</td>
|
2361
|
+
</tr>
|
2362
|
+
<tr>
|
2363
|
+
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
|
2364
|
+
<td>
|
2365
|
+
</td>
|
2370
2366
|
</tr>
|
2371
2367
|
<tr>
|
2372
2368
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
2373
2369
|
<td>user data set when the signal handler was connected.</td>
|
2374
2370
|
</tr>
|
2371
|
+
<tr>
|
2372
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2373
|
+
<td>
|
2374
|
+
</td>
|
2375
|
+
</tr>
|
2375
2376
|
</tbody>
|
2376
2377
|
</table></div>
|
2377
2378
|
</div>
|
2378
2379
|
<hr>
|
2379
|
-
<div class="refsect2">
|
2380
|
+
<div class="refsect2" title='The "create-window" signal'>
|
2380
2381
|
<a name="GtkNotebook-create-window"></a><h3>The <code class="literal">"create-window"</code> signal</h3>
|
2381
2382
|
<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
2383
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page,
|
2383
2384
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x,
|
2384
2385
|
<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) :
|
2386
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
2386
2387
|
<p>
|
2387
2388
|
The ::create-window signal is emitted when a detachable
|
2388
2389
|
tab is dropped on the root window.
|
@@ -2403,19 +2404,23 @@ if one has been set with <a class="link" href="GtkNotebook.html#gtk-notebook-set
|
|
2403
2404
|
<tbody>
|
2404
2405
|
<tr>
|
2405
2406
|
<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
|
2407
|
+
<td>the <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> emitting the signal
|
2408
|
+
</td>
|
2407
2409
|
</tr>
|
2408
2410
|
<tr>
|
2409
2411
|
<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
|
2412
|
+
<td>the tab of <em class="parameter"><code>notebook</code></em> that is being detached
|
2413
|
+
</td>
|
2411
2414
|
</tr>
|
2412
2415
|
<tr>
|
2413
2416
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2414
|
-
<td>the X coordinate where the drop happens
|
2417
|
+
<td>the X coordinate where the drop happens
|
2418
|
+
</td>
|
2415
2419
|
</tr>
|
2416
2420
|
<tr>
|
2417
2421
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2418
|
-
<td>the Y coordinate where the drop happens
|
2422
|
+
<td>the Y coordinate where the drop happens
|
2423
|
+
</td>
|
2419
2424
|
</tr>
|
2420
2425
|
<tr>
|
2421
2426
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2423,8 +2428,8 @@ if one has been set with <a class="link" href="GtkNotebook.html#gtk-notebook-set
|
|
2423
2428
|
</tr>
|
2424
2429
|
<tr>
|
2425
2430
|
<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
|
-
|
2431
|
+
<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 added to, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
2432
|
+
|
2428
2433
|
</td>
|
2429
2434
|
</tr>
|
2430
2435
|
</tbody>
|
@@ -2432,11 +2437,11 @@ added to, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard
|
|
2432
2437
|
<p class="since">Since 2.12</p>
|
2433
2438
|
</div>
|
2434
2439
|
<hr>
|
2435
|
-
<div class="refsect2">
|
2440
|
+
<div class="refsect2" title='The "focus-tab" signal'>
|
2436
2441
|
<a name="GtkNotebook-focus-tab"></a><h3>The <code class="literal">"focus-tab"</code> signal</h3>
|
2437
2442
|
<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
2443
|
<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) :
|
2444
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
|
2440
2445
|
<p>
|
2441
2446
|
</p>
|
2442
2447
|
<div class="variablelist"><table border="0">
|
@@ -2444,21 +2449,32 @@ added to, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard
|
|
2444
2449
|
<tbody>
|
2445
2450
|
<tr>
|
2446
2451
|
<td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
|
2447
|
-
<td>the object which received the signal
|
2452
|
+
<td>the object which received the signal.
|
2453
|
+
</td>
|
2454
|
+
</tr>
|
2455
|
+
<tr>
|
2456
|
+
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
|
2457
|
+
<td>
|
2458
|
+
</td>
|
2448
2459
|
</tr>
|
2449
2460
|
<tr>
|
2450
2461
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
2451
2462
|
<td>user data set when the signal handler was connected.</td>
|
2452
2463
|
</tr>
|
2464
|
+
<tr>
|
2465
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2466
|
+
<td>
|
2467
|
+
</td>
|
2468
|
+
</tr>
|
2453
2469
|
</tbody>
|
2454
2470
|
</table></div>
|
2455
2471
|
</div>
|
2456
2472
|
<hr>
|
2457
|
-
<div class="refsect2">
|
2473
|
+
<div class="refsect2" title='The "move-focus-out" signal'>
|
2458
2474
|
<a name="GtkNotebook-move-focus-out"></a><h3>The <code class="literal">"move-focus-out"</code> signal</h3>
|
2459
2475
|
<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
2476
|
<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) :
|
2477
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
|
2462
2478
|
<p>
|
2463
2479
|
</p>
|
2464
2480
|
<div class="variablelist"><table border="0">
|
@@ -2466,7 +2482,13 @@ added to, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard
|
|
2466
2482
|
<tbody>
|
2467
2483
|
<tr>
|
2468
2484
|
<td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
|
2469
|
-
<td>the object which received the signal
|
2485
|
+
<td>the object which received the signal.
|
2486
|
+
</td>
|
2487
|
+
</tr>
|
2488
|
+
<tr>
|
2489
|
+
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
|
2490
|
+
<td>
|
2491
|
+
</td>
|
2470
2492
|
</tr>
|
2471
2493
|
<tr>
|
2472
2494
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2476,12 +2498,12 @@ added to, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard
|
|
2476
2498
|
</table></div>
|
2477
2499
|
</div>
|
2478
2500
|
<hr>
|
2479
|
-
<div class="refsect2">
|
2501
|
+
<div class="refsect2" title='The "page-added" signal'>
|
2480
2502
|
<a name="GtkNotebook-page-added"></a><h3>The <code class="literal">"page-added"</code> signal</h3>
|
2481
2503
|
<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
2504
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child,
|
2483
2505
|
<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) :
|
2506
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
2485
2507
|
<p>
|
2486
2508
|
the ::page-added signal is emitted in the notebook
|
2487
2509
|
right after a page is added to the notebook.
|
@@ -2496,7 +2518,8 @@ right after a page is added to the notebook.
|
|
2496
2518
|
</tr>
|
2497
2519
|
<tr>
|
2498
2520
|
<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
|
2521
|
+
<td>the child <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> affected
|
2522
|
+
</td>
|
2500
2523
|
</tr>
|
2501
2524
|
<tr>
|
2502
2525
|
<td><p><span class="term"><em class="parameter"><code>page_num</code></em> :</span></p></td>
|
@@ -2512,12 +2535,12 @@ right after a page is added to the notebook.
|
|
2512
2535
|
<p class="since">Since 2.10</p>
|
2513
2536
|
</div>
|
2514
2537
|
<hr>
|
2515
|
-
<div class="refsect2">
|
2538
|
+
<div class="refsect2" title='The "page-removed" signal'>
|
2516
2539
|
<a name="GtkNotebook-page-removed"></a><h3>The <code class="literal">"page-removed"</code> signal</h3>
|
2517
2540
|
<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
2541
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child,
|
2519
2542
|
<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) :
|
2543
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
2521
2544
|
<p>
|
2522
2545
|
the ::page-removed signal is emitted in the notebook
|
2523
2546
|
right after a page is removed from the notebook.
|
@@ -2532,11 +2555,13 @@ right after a page is removed from the notebook.
|
|
2532
2555
|
</tr>
|
2533
2556
|
<tr>
|
2534
2557
|
<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
|
2558
|
+
<td>the child <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> affected
|
2559
|
+
</td>
|
2536
2560
|
</tr>
|
2537
2561
|
<tr>
|
2538
2562
|
<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
|
2563
|
+
<td>the <em class="parameter"><code>child</code></em> page number
|
2564
|
+
</td>
|
2540
2565
|
</tr>
|
2541
2566
|
<tr>
|
2542
2567
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2547,12 +2572,12 @@ right after a page is removed from the notebook.
|
|
2547
2572
|
<p class="since">Since 2.10</p>
|
2548
2573
|
</div>
|
2549
2574
|
<hr>
|
2550
|
-
<div class="refsect2">
|
2575
|
+
<div class="refsect2" title='The "page-reordered" signal'>
|
2551
2576
|
<a name="GtkNotebook-page-reordered"></a><h3>The <code class="literal">"page-reordered"</code> signal</h3>
|
2552
2577
|
<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
2578
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child,
|
2554
2579
|
<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) :
|
2580
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
2556
2581
|
<p>
|
2557
2582
|
the ::page-reordered signal is emitted in the notebook
|
2558
2583
|
right after a page has been reordered.
|
@@ -2567,7 +2592,8 @@ right after a page has been reordered.
|
|
2567
2592
|
</tr>
|
2568
2593
|
<tr>
|
2569
2594
|
<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
|
2595
|
+
<td>the child <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> affected
|
2596
|
+
</td>
|
2571
2597
|
</tr>
|
2572
2598
|
<tr>
|
2573
2599
|
<td><p><span class="term"><em class="parameter"><code>page_num</code></em> :</span></p></td>
|
@@ -2583,12 +2609,12 @@ right after a page has been reordered.
|
|
2583
2609
|
<p class="since">Since 2.10</p>
|
2584
2610
|
</div>
|
2585
2611
|
<hr>
|
2586
|
-
<div class="refsect2">
|
2612
|
+
<div class="refsect2" title='The "reorder-tab" signal'>
|
2587
2613
|
<a name="GtkNotebook-reorder-tab"></a><h3>The <code class="literal">"reorder-tab"</code> signal</h3>
|
2588
2614
|
<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
2615
|
<a class="link" href="gtk-Standard-Enumerations.html#GtkDirectionType" title="enum GtkDirectionType"><span class="type">GtkDirectionType</span></a> arg1,
|
2590
2616
|
<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) :
|
2617
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
|
2592
2618
|
<p>
|
2593
2619
|
</p>
|
2594
2620
|
<div class="variablelist"><table border="0">
|
@@ -2596,21 +2622,37 @@ right after a page has been reordered.
|
|
2596
2622
|
<tbody>
|
2597
2623
|
<tr>
|
2598
2624
|
<td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
|
2599
|
-
<td>the object which received the signal
|
2625
|
+
<td>the object which received the signal.
|
2626
|
+
</td>
|
2627
|
+
</tr>
|
2628
|
+
<tr>
|
2629
|
+
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
|
2630
|
+
<td>
|
2631
|
+
</td>
|
2632
|
+
</tr>
|
2633
|
+
<tr>
|
2634
|
+
<td><p><span class="term"><em class="parameter"><code>Param3</code></em> :</span></p></td>
|
2635
|
+
<td>
|
2636
|
+
</td>
|
2600
2637
|
</tr>
|
2601
2638
|
<tr>
|
2602
2639
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
2603
2640
|
<td>user data set when the signal handler was connected.</td>
|
2604
2641
|
</tr>
|
2642
|
+
<tr>
|
2643
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2644
|
+
<td>
|
2645
|
+
</td>
|
2646
|
+
</tr>
|
2605
2647
|
</tbody>
|
2606
2648
|
</table></div>
|
2607
2649
|
</div>
|
2608
2650
|
<hr>
|
2609
|
-
<div class="refsect2">
|
2651
|
+
<div class="refsect2" title='The "select-page" signal'>
|
2610
2652
|
<a name="GtkNotebook-select-page"></a><h3>The <code class="literal">"select-page"</code> signal</h3>
|
2611
2653
|
<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
2654
|
<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) :
|
2655
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
|
2614
2656
|
<p>
|
2615
2657
|
</p>
|
2616
2658
|
<div class="variablelist"><table border="0">
|
@@ -2618,22 +2660,33 @@ right after a page has been reordered.
|
|
2618
2660
|
<tbody>
|
2619
2661
|
<tr>
|
2620
2662
|
<td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
|
2621
|
-
<td>the object which received the signal
|
2663
|
+
<td>the object which received the signal.
|
2664
|
+
</td>
|
2665
|
+
</tr>
|
2666
|
+
<tr>
|
2667
|
+
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
|
2668
|
+
<td>
|
2669
|
+
</td>
|
2622
2670
|
</tr>
|
2623
2671
|
<tr>
|
2624
2672
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
2625
2673
|
<td>user data set when the signal handler was connected.</td>
|
2626
2674
|
</tr>
|
2675
|
+
<tr>
|
2676
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2677
|
+
<td>
|
2678
|
+
</td>
|
2679
|
+
</tr>
|
2627
2680
|
</tbody>
|
2628
2681
|
</table></div>
|
2629
2682
|
</div>
|
2630
2683
|
<hr>
|
2631
|
-
<div class="refsect2">
|
2684
|
+
<div class="refsect2" title='The "switch-page" signal'>
|
2632
2685
|
<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>
|
2634
|
-
<a href="
|
2635
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>
|
2636
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>
|
2686
|
+
<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,
|
2687
|
+
<a class="link" href="GtkNotebook.html#GtkNotebookPage" title="GtkNotebookPage"><span class="type">GtkNotebookPage</span></a> *page,
|
2688
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> page_num,
|
2689
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
2637
2690
|
<p>
|
2638
2691
|
Emitted when the user or a function changes the current page.
|
2639
2692
|
</p>
|
@@ -2642,15 +2695,18 @@ Emitted when the user or a function changes the current page.
|
|
2642
2695
|
<tbody>
|
2643
2696
|
<tr>
|
2644
2697
|
<td><p><span class="term"><em class="parameter"><code>notebook</code></em> :</span></p></td>
|
2645
|
-
<td>the object which received the signal
|
2698
|
+
<td>the object which received the signal.
|
2699
|
+
</td>
|
2646
2700
|
</tr>
|
2647
2701
|
<tr>
|
2648
2702
|
<td><p><span class="term"><em class="parameter"><code>page</code></em> :</span></p></td>
|
2649
|
-
<td>the new current page
|
2703
|
+
<td>the new current page
|
2704
|
+
</td>
|
2650
2705
|
</tr>
|
2651
2706
|
<tr>
|
2652
2707
|
<td><p><span class="term"><em class="parameter"><code>page_num</code></em> :</span></p></td>
|
2653
|
-
<td>the index of the page
|
2708
|
+
<td>the index of the page
|
2709
|
+
</td>
|
2654
2710
|
</tr>
|
2655
2711
|
<tr>
|
2656
2712
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2660,7 +2716,7 @@ Emitted when the user or a function changes the current page.
|
|
2660
2716
|
</table></div>
|
2661
2717
|
</div>
|
2662
2718
|
</div>
|
2663
|
-
<div class="refsect1">
|
2719
|
+
<div class="refsect1" title="See Also">
|
2664
2720
|
<a name="GtkNotebook.see-also"></a><h2>See Also</h2>
|
2665
2721
|
<p>
|
2666
2722
|
</p>
|
@@ -2677,6 +2733,6 @@ Emitted when the user or a function changes the current page.
|
|
2677
2733
|
</div>
|
2678
2734
|
<div class="footer">
|
2679
2735
|
<hr>
|
2680
|
-
Generated by GTK-Doc V1.
|
2736
|
+
Generated by GTK-Doc V1.15</div>
|
2681
2737
|
</body>
|
2682
2738
|
</html>
|