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
@@ -6,15 +6,15 @@
|
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ Reference Manual">
|
8
8
|
<link rel="up" href="MenusAndCombos.html" title="Menus, Combo Box, Toolbar">
|
9
|
-
<link rel="prev" href="
|
9
|
+
<link rel="prev" href="GtkComboBox.html" title="GtkComboBox">
|
10
10
|
<link rel="next" href="GtkMenu.html" title="GtkMenu">
|
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">
|
15
15
|
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
16
16
|
<tr valign="middle">
|
17
|
-
<td><a accesskey="p" href="
|
17
|
+
<td><a accesskey="p" href="GtkComboBox.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
18
18
|
<td><a accesskey="u" href="MenusAndCombos.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
19
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
20
|
<th width="100%" align="center">GTK+ Reference Manual</th>
|
@@ -32,7 +32,7 @@
|
|
32
32
|
<a href="#GtkComboBoxEntry.properties" class="shortcut">Properties</a>
|
33
33
|
</td></tr>
|
34
34
|
</table>
|
35
|
-
<div class="refentry">
|
35
|
+
<div class="refentry" title="GtkComboBoxEntry">
|
36
36
|
<a name="GtkComboBoxEntry"></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"><img src="combo-box-entry.png"></td>
|
43
43
|
</tr></table></div>
|
44
|
-
<div class="refsynopsisdiv">
|
44
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
45
45
|
<a name="GtkComboBoxEntry.synopsis"></a><h2>Synopsis</h2>
|
46
46
|
<pre class="synopsis">
|
47
47
|
#include <gtk/gtk.h>
|
48
48
|
|
49
|
-
|
49
|
+
<a class="link" href="GtkComboBoxEntry.html#GtkComboBoxEntry-struct" title="GtkComboBoxEntry">GtkComboBoxEntry</a>;
|
50
50
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkComboBoxEntry.html#gtk-combo-box-entry-new" title="gtk_combo_box_entry_new ()">gtk_combo_box_entry_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
51
51
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkComboBoxEntry.html#gtk-combo-box-entry-new-with-model" title="gtk_combo_box_entry_new_with_model ()">gtk_combo_box_entry_new_with_model</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
|
52
52
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> text_column</code></em>);
|
@@ -56,7 +56,7 @@ struct <a class="link" href="GtkComboBoxEntry.html#GtkComboBoxEntry
|
|
56
56
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkComboBoxEntry.html#gtk-combo-box-entry-get-text-column" title="gtk_combo_box_entry_get_text_column ()">gtk_combo_box_entry_get_text_column</a> (<em class="parameter"><code><a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a> *entry_box</code></em>);
|
57
57
|
</pre>
|
58
58
|
</div>
|
59
|
-
<div class="refsect1">
|
59
|
+
<div class="refsect1" title="Object Hierarchy">
|
60
60
|
<a name="GtkComboBoxEntry.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
61
61
|
<pre class="synopsis">
|
62
62
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -69,19 +69,19 @@ struct <a class="link" href="GtkComboBoxEntry.html#GtkComboBoxEntry
|
|
69
69
|
+----GtkComboBoxEntry
|
70
70
|
</pre>
|
71
71
|
</div>
|
72
|
-
<div class="refsect1">
|
72
|
+
<div class="refsect1" title="Implemented Interfaces">
|
73
73
|
<a name="GtkComboBoxEntry.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
74
74
|
<p>
|
75
75
|
GtkComboBoxEntry implements
|
76
76
|
AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>, <a class="link" href="GtkCellLayout.html" title="GtkCellLayout">GtkCellLayout</a> and <a class="link" href="GtkCellEditable.html" title="GtkCellEditable">GtkCellEditable</a>.</p>
|
77
77
|
</div>
|
78
|
-
<div class="refsect1">
|
78
|
+
<div class="refsect1" title="Properties">
|
79
79
|
<a name="GtkComboBoxEntry.properties"></a><h2>Properties</h2>
|
80
80
|
<pre class="synopsis">
|
81
81
|
"<a class="link" href="GtkComboBoxEntry.html#GtkComboBoxEntry--text-column" title='The "text-column" property'>text-column</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
82
82
|
</pre>
|
83
83
|
</div>
|
84
|
-
<div class="refsect1">
|
84
|
+
<div class="refsect1" title="Description">
|
85
85
|
<a name="GtkComboBoxEntry.description"></a><h2>Description</h2>
|
86
86
|
<p>
|
87
87
|
A <a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a> is a widget that allows the user to choose from a
|
@@ -115,7 +115,7 @@ If you have special needs that go beyond a simple entry (e.g. input validation),
|
|
115
115
|
it is possible to replace the child entry by a different widget using
|
116
116
|
<a class="link" href="GtkContainer.html#gtk-container-remove" title="gtk_container_remove ()"><code class="function">gtk_container_remove()</code></a> and <a class="link" href="GtkContainer.html#gtk-container-add" title="gtk_container_add ()"><code class="function">gtk_container_add()</code></a>.
|
117
117
|
</p>
|
118
|
-
<div class="refsect2">
|
118
|
+
<div class="refsect2" title="GtkComboBoxEntry as GtkBuildable">
|
119
119
|
<a name="GtkComboBoxEntry-BUILDER-UI"></a><h3>GtkComboBoxEntry as GtkBuildable</h3>
|
120
120
|
<p>
|
121
121
|
Beyond the <attributes> support that is shared by all
|
@@ -125,26 +125,18 @@ child with name "entry".
|
|
125
125
|
</p>
|
126
126
|
</div>
|
127
127
|
</div>
|
128
|
-
<div class="refsect1">
|
128
|
+
<div class="refsect1" title="Details">
|
129
129
|
<a name="GtkComboBoxEntry.details"></a><h2>Details</h2>
|
130
|
-
<div class="refsect2">
|
131
|
-
<a name="GtkComboBoxEntry-struct"></a><h3>
|
132
|
-
<pre class="programlisting">struct GtkComboBoxEntry;</pre>
|
133
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
134
|
-
<h3 class="title">Warning</h3>
|
135
|
-
<p><code class="literal">GtkComboBoxEntry</code> is deprecated and should not be used in newly-written code.</p>
|
136
|
-
</div>
|
130
|
+
<div class="refsect2" title="GtkComboBoxEntry">
|
131
|
+
<a name="GtkComboBoxEntry-struct"></a><h3>GtkComboBoxEntry</h3>
|
132
|
+
<pre class="programlisting">typedef struct _GtkComboBoxEntry GtkComboBoxEntry;</pre>
|
137
133
|
<p>
|
138
134
|
</p>
|
139
135
|
</div>
|
140
136
|
<hr>
|
141
|
-
<div class="refsect2">
|
137
|
+
<div class="refsect2" title="gtk_combo_box_entry_new ()">
|
142
138
|
<a name="gtk-combo-box-entry-new"></a><h3>gtk_combo_box_entry_new ()</h3>
|
143
139
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_combo_box_entry_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
144
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
145
|
-
<h3 class="title">Warning</h3>
|
146
|
-
<p><code class="literal">gtk_combo_box_entry_new</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html#gtk-combo-box-new-with-entry" title="gtk_combo_box_new_with_entry ()"><code class="function">gtk_combo_box_new_with_entry()</code></a> instead</p>
|
147
|
-
</div>
|
148
140
|
<p>
|
149
141
|
Creates a new <a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a> which has a <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> as child. After
|
150
142
|
construction, you should set a model using <a class="link" href="GtkComboBox.html#gtk-combo-box-set-model" title="gtk_combo_box_set_model ()"><code class="function">gtk_combo_box_set_model()</code></a> and a
|
@@ -154,20 +146,18 @@ text column using <a class="link" href="GtkComboBoxEntry.html#gtk-combo-box-entr
|
|
154
146
|
<col align="left" valign="top">
|
155
147
|
<tbody><tr>
|
156
148
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
157
|
-
<td>A new <a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a
|
149
|
+
<td> A new <a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a>.
|
150
|
+
|
151
|
+
</td>
|
158
152
|
</tr></tbody>
|
159
153
|
</table></div>
|
160
154
|
<p class="since">Since 2.4</p>
|
161
155
|
</div>
|
162
156
|
<hr>
|
163
|
-
<div class="refsect2">
|
157
|
+
<div class="refsect2" title="gtk_combo_box_entry_new_with_model ()">
|
164
158
|
<a name="gtk-combo-box-entry-new-with-model"></a><h3>gtk_combo_box_entry_new_with_model ()</h3>
|
165
159
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_combo_box_entry_new_with_model (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
|
166
160
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> text_column</code></em>);</pre>
|
167
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
168
|
-
<h3 class="title">Warning</h3>
|
169
|
-
<p><code class="literal">gtk_combo_box_entry_new_with_model</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html#gtk-combo-box-new-with-entry" title="gtk_combo_box_new_with_entry ()"><code class="function">gtk_combo_box_new_with_entry()</code></a> instead</p>
|
170
|
-
</div>
|
171
161
|
<p>
|
172
162
|
Creates a new <a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a> which has a <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> as child and a list
|
173
163
|
of strings as popup. You can get the <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> from a <a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a>
|
@@ -180,28 +170,28 @@ API.
|
|
180
170
|
<tbody>
|
181
171
|
<tr>
|
182
172
|
<td><p><span class="term"><em class="parameter"><code>model</code></em> :</span></p></td>
|
183
|
-
<td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a
|
173
|
+
<td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.
|
174
|
+
</td>
|
184
175
|
</tr>
|
185
176
|
<tr>
|
186
177
|
<td><p><span class="term"><em class="parameter"><code>text_column</code></em> :</span></p></td>
|
187
|
-
<td>A column in <em class="parameter"><code>model</code></em> to get the strings from
|
178
|
+
<td>A column in <em class="parameter"><code>model</code></em> to get the strings from.
|
179
|
+
</td>
|
188
180
|
</tr>
|
189
181
|
<tr>
|
190
182
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
191
|
-
<td>A new <a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a
|
183
|
+
<td> A new <a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a>.
|
184
|
+
|
185
|
+
</td>
|
192
186
|
</tr>
|
193
187
|
</tbody>
|
194
188
|
</table></div>
|
195
189
|
<p class="since">Since 2.4</p>
|
196
190
|
</div>
|
197
191
|
<hr>
|
198
|
-
<div class="refsect2">
|
192
|
+
<div class="refsect2" title="gtk_combo_box_entry_new_text ()">
|
199
193
|
<a name="gtk-combo-box-entry-new-text"></a><h3>gtk_combo_box_entry_new_text ()</h3>
|
200
194
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_combo_box_entry_new_text (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
201
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
202
|
-
<h3 class="title">Warning</h3>
|
203
|
-
<p><code class="literal">gtk_combo_box_entry_new_text</code> is deprecated and should not be used in newly-written code.</p>
|
204
|
-
</div>
|
205
195
|
<p>
|
206
196
|
Convenience function which constructs a new editable text combo box, which
|
207
197
|
is a <a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a> just displaying strings. If you use this function to
|
@@ -214,20 +204,18 @@ the following convenience functions: <a class="link" href="GtkComboBox.html#gtk-
|
|
214
204
|
<col align="left" valign="top">
|
215
205
|
<tbody><tr>
|
216
206
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
217
|
-
<td>A new text <a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a
|
207
|
+
<td> A new text <a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a>.
|
208
|
+
|
209
|
+
</td>
|
218
210
|
</tr></tbody>
|
219
211
|
</table></div>
|
220
212
|
<p class="since">Since 2.4</p>
|
221
213
|
</div>
|
222
214
|
<hr>
|
223
|
-
<div class="refsect2">
|
215
|
+
<div class="refsect2" title="gtk_combo_box_entry_set_text_column ()">
|
224
216
|
<a name="gtk-combo-box-entry-set-text-column"></a><h3>gtk_combo_box_entry_set_text_column ()</h3>
|
225
217
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_box_entry_set_text_column (<em class="parameter"><code><a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a> *entry_box</code></em>,
|
226
218
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> text_column</code></em>);</pre>
|
227
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
228
|
-
<h3 class="title">Warning</h3>
|
229
|
-
<p><code class="literal">gtk_combo_box_entry_set_text_column</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html#gtk-combo-box-set-entry-text-column" title="gtk_combo_box_set_entry_text_column ()"><code class="function">gtk_combo_box_set_entry_text_column()</code></a> instead</p>
|
230
|
-
</div>
|
231
219
|
<p>
|
232
220
|
Sets the model column which <em class="parameter"><code>entry_box</code></em> should use to get strings from
|
233
221
|
to be <em class="parameter"><code>text_column</code></em>.
|
@@ -237,24 +225,22 @@ to be <em class="parameter"><code>text_column</code></em>.
|
|
237
225
|
<tbody>
|
238
226
|
<tr>
|
239
227
|
<td><p><span class="term"><em class="parameter"><code>entry_box</code></em> :</span></p></td>
|
240
|
-
<td>A <a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a
|
228
|
+
<td>A <a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a>.
|
229
|
+
</td>
|
241
230
|
</tr>
|
242
231
|
<tr>
|
243
232
|
<td><p><span class="term"><em class="parameter"><code>text_column</code></em> :</span></p></td>
|
244
|
-
<td>A column in <em class="parameter"><code>model</code></em> to get the strings from
|
233
|
+
<td>A column in <em class="parameter"><code>model</code></em> to get the strings from.
|
234
|
+
</td>
|
245
235
|
</tr>
|
246
236
|
</tbody>
|
247
237
|
</table></div>
|
248
238
|
<p class="since">Since 2.4</p>
|
249
239
|
</div>
|
250
240
|
<hr>
|
251
|
-
<div class="refsect2">
|
241
|
+
<div class="refsect2" title="gtk_combo_box_entry_get_text_column ()">
|
252
242
|
<a name="gtk-combo-box-entry-get-text-column"></a><h3>gtk_combo_box_entry_get_text_column ()</h3>
|
253
243
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_combo_box_entry_get_text_column (<em class="parameter"><code><a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a> *entry_box</code></em>);</pre>
|
254
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
255
|
-
<h3 class="title">Warning</h3>
|
256
|
-
<p><code class="literal">gtk_combo_box_entry_get_text_column</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html#gtk-combo-box-get-entry-text-column" title="gtk_combo_box_get_entry_text_column ()"><code class="function">gtk_combo_box_get_entry_text_column()</code></a> instead</p>
|
257
|
-
</div>
|
258
244
|
<p>
|
259
245
|
Returns the column which <em class="parameter"><code>entry_box</code></em> is using to get the strings from.
|
260
246
|
</p>
|
@@ -263,20 +249,23 @@ Returns the column which <em class="parameter"><code>entry_box</code></em> is us
|
|
263
249
|
<tbody>
|
264
250
|
<tr>
|
265
251
|
<td><p><span class="term"><em class="parameter"><code>entry_box</code></em> :</span></p></td>
|
266
|
-
<td>A <a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a
|
252
|
+
<td>A <a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a>.
|
253
|
+
</td>
|
267
254
|
</tr>
|
268
255
|
<tr>
|
269
256
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
270
|
-
<td>A column in the data source model of <em class="parameter"><code>entry_box</code></em
|
257
|
+
<td> A column in the data source model of <em class="parameter"><code>entry_box</code></em>.
|
258
|
+
|
259
|
+
</td>
|
271
260
|
</tr>
|
272
261
|
</tbody>
|
273
262
|
</table></div>
|
274
263
|
<p class="since">Since 2.4</p>
|
275
264
|
</div>
|
276
265
|
</div>
|
277
|
-
<div class="refsect1">
|
266
|
+
<div class="refsect1" title="Property Details">
|
278
267
|
<a name="GtkComboBoxEntry.property-details"></a><h2>Property Details</h2>
|
279
|
-
<div class="refsect2">
|
268
|
+
<div class="refsect2" title='The "text-column" property'>
|
280
269
|
<a name="GtkComboBoxEntry--text-column"></a><h3>The <code class="literal">"text-column"</code> property</h3>
|
281
270
|
<pre class="programlisting"> "text-column" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
282
271
|
<p>A column in the data source model to get the strings from.</p>
|
@@ -284,7 +273,7 @@ Returns the column which <em class="parameter"><code>entry_box</code></em> is us
|
|
284
273
|
<p>Default value: -1</p>
|
285
274
|
</div>
|
286
275
|
</div>
|
287
|
-
<div class="refsect1">
|
276
|
+
<div class="refsect1" title="See Also">
|
288
277
|
<a name="GtkComboBoxEntry.see-also"></a><h2>See Also</h2>
|
289
278
|
<p>
|
290
279
|
<a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a>
|
@@ -293,6 +282,6 @@ Returns the column which <em class="parameter"><code>entry_box</code></em> is us
|
|
293
282
|
</div>
|
294
283
|
<div class="footer">
|
295
284
|
<hr>
|
296
|
-
Generated by GTK-Doc V1.
|
285
|
+
Generated by GTK-Doc V1.15</div>
|
297
286
|
</body>
|
298
287
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="AbstractObjects.html" title="Abstract Base Classes">
|
9
9
|
<link rel="prev" href="GtkButtonBox.html" title="GtkButtonBox">
|
10
10
|
<link rel="next" href="GtkItem.html" title="GtkItem">
|
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">
|
@@ -27,12 +27,14 @@
|
|
27
27
|
|
|
28
28
|
<a href="#GtkContainer.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
29
29
|
|
|
30
|
+
<a href="#GtkContainer.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
|
31
|
+
|
|
30
32
|
<a href="#GtkContainer.properties" class="shortcut">Properties</a>
|
31
33
|
|
|
32
34
|
<a href="#GtkContainer.signals" class="shortcut">Signals</a>
|
33
35
|
</td></tr>
|
34
36
|
</table>
|
35
|
-
<div class="refentry">
|
37
|
+
<div class="refentry" title="GtkContainer">
|
36
38
|
<a name="GtkContainer"></a><div class="titlepage"></div>
|
37
39
|
<div class="refnamediv"><table width="100%"><tr>
|
38
40
|
<td valign="top">
|
@@ -41,23 +43,12 @@
|
|
41
43
|
</td>
|
42
44
|
<td valign="top" align="right"></td>
|
43
45
|
</tr></table></div>
|
44
|
-
<div class="refsynopsisdiv">
|
46
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
45
47
|
<a name="GtkContainer.synopsis"></a><h2>Synopsis</h2>
|
46
|
-
<
|
48
|
+
<pre class="synopsis">
|
47
49
|
#include <gtk/gtk.h>
|
48
50
|
|
49
|
-
|
50
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkComboBoxText.html#gtk-combo-box-text-new" title="gtk_combo_box_text_new ()">gtk_combo_box_text_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
51
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkComboBoxText.html#gtk-combo-box-text-new-with-entry" title="gtk_combo_box_text_new_with_entry ()">gtk_combo_box_text_new_with_entry</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
52
|
-
<span class="returnvalue">void</span> <a class="link" href="GtkComboBoxText.html#gtk-combo-box-text-append-text" title="gtk_combo_box_text_append_text ()">gtk_combo_box_text_append_text</a> (<em class="parameter"><code><a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a> *combo_box</code></em>,
|
53
|
-
<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> *text</code></em>);
|
54
|
-
<span class="returnvalue">void</span> <a class="link" href="GtkComboBoxText.html#gtk-combo-box-text-insert-text" title="gtk_combo_box_text_insert_text ()">gtk_combo_box_text_insert_text</a> (<em class="parameter"><code><a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a> *combo_box</code></em>,
|
55
|
-
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>,
|
56
|
-
<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> *text</code></em>);
|
57
|
-
<span class="returnvalue">void</span> <a class="link" href="GtkComboBoxText.html#gtk-combo-box-text-prepend-text" title="gtk_combo_box_text_prepend_text ()">gtk_combo_box_text_prepend_text</a> (<em class="parameter"><code><a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a> *combo_box</code></em>,
|
58
|
-
<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> *text</code></em>);
|
59
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkComboBoxText.html#gtk-combo-box-text-get-active-text" title="gtk_combo_box_text_get_active_text ()">gtk_combo_box_text_get_active_text</a> (<em class="parameter"><code><a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a> *combo_box</code></em>);
|
60
|
-
struct <a class="link" href="GtkContainer.html#GtkContainer-struct" title="struct GtkContainer">GtkContainer</a>;
|
51
|
+
<a class="link" href="GtkContainer.html#GtkContainer-struct" title="GtkContainer">GtkContainer</a>;
|
61
52
|
#define <a class="link" href="GtkContainer.html#GTK-IS-RESIZE-CONTAINER:CAPS" title="GTK_IS_RESIZE_CONTAINER()">GTK_IS_RESIZE_CONTAINER</a> (widget)
|
62
53
|
#define <a class="link" href="GtkContainer.html#GTK-CONTAINER-WARN-INVALID-CHILD-PROPERTY-ID:CAPS" title="GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID()">GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID</a>(object,
|
63
54
|
property_id,
|
@@ -84,7 +75,7 @@ struct <a class="link" href="GtkContainer.html#GtkContainer-struct"
|
|
84
75
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> callback_data</code></em>,
|
85
76
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> notify</code></em>);
|
86
77
|
#define <a class="link" href="GtkContainer.html#gtk-container-children" title="gtk_container_children">gtk_container_children</a>
|
87
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a
|
78
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a>* <a class="link" href="GtkContainer.html#gtk-container-get-children" title="gtk_container_get_children ()">gtk_container_get_children</a> (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>);
|
88
79
|
<span class="returnvalue">void</span> <a class="link" href="GtkContainer.html#gtk-container-set-reallocate-redraws" title="gtk_container_set_reallocate_redraws ()">gtk_container_set_reallocate_redraws</a>
|
89
80
|
(<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
90
81
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> needs_redraws</code></em>);
|
@@ -137,19 +128,19 @@ struct <a class="link" href="GtkContainer.html#GtkContainer-struct"
|
|
137
128
|
<span class="returnvalue">void</span> <a class="link" href="GtkContainer.html#gtk-container-set-focus-chain" title="gtk_container_set_focus_chain ()">gtk_container_set_focus_chain</a> (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
138
129
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *focusable_widgets</code></em>);
|
139
130
|
<span class="returnvalue">void</span> <a class="link" href="GtkContainer.html#gtk-container-unset-focus-chain" title="gtk_container_unset_focus_chain ()">gtk_container_unset_focus_chain</a> (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>);
|
140
|
-
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a
|
131
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a>* <a class="link" href="GtkContainer.html#gtk-container-class-find-child-property" title="gtk_container_class_find_child_property ()">gtk_container_class_find_child_property</a>
|
141
132
|
(<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> *cclass</code></em>,
|
142
133
|
<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> *property_name</code></em>);
|
143
134
|
<span class="returnvalue">void</span> <a class="link" href="GtkContainer.html#gtk-container-class-install-child-property" title="gtk_container_class_install_child_property ()">gtk_container_class_install_child_property</a>
|
144
135
|
(<em class="parameter"><code><span class="type">GtkContainerClass</span> *cclass</code></em>,
|
145
136
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> property_id</code></em>,
|
146
137
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>);
|
147
|
-
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a
|
138
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a>** <a class="link" href="GtkContainer.html#gtk-container-class-list-child-properties" title="gtk_container_class_list_child_properties ()">gtk_container_class_list_child_properties</a>
|
148
139
|
(<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> *cclass</code></em>,
|
149
140
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *n_properties</code></em>);
|
150
141
|
</pre>
|
151
142
|
</div>
|
152
|
-
<div class="refsect1">
|
143
|
+
<div class="refsect1" title="Object Hierarchy">
|
153
144
|
<a name="GtkContainer.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
154
145
|
<pre class="synopsis">
|
155
146
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -177,7 +168,13 @@ struct <a class="link" href="GtkContainer.html#GtkContainer-struct"
|
|
177
168
|
+----<a class="link" href="GtkTreeView.html" title="GtkTreeView">GtkTreeView</a>
|
178
169
|
</pre>
|
179
170
|
</div>
|
180
|
-
<div class="refsect1">
|
171
|
+
<div class="refsect1" title="Implemented Interfaces">
|
172
|
+
<a name="GtkContainer.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
173
|
+
<p>
|
174
|
+
GtkContainer implements
|
175
|
+
AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
176
|
+
</div>
|
177
|
+
<div class="refsect1" title="Properties">
|
181
178
|
<a name="GtkContainer.properties"></a><h2>Properties</h2>
|
182
179
|
<pre class="synopsis">
|
183
180
|
"<a class="link" href="GtkContainer.html#GtkContainer--border-width" title='The "border-width" property'>border-width</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write
|
@@ -185,16 +182,16 @@ struct <a class="link" href="GtkContainer.html#GtkContainer-struct"
|
|
185
182
|
"<a class="link" href="GtkContainer.html#GtkContainer--resize-mode" title='The "resize-mode" property'>resize-mode</a>" <a class="link" href="gtk-Standard-Enumerations.html#GtkResizeMode" title="enum GtkResizeMode"><span class="type">GtkResizeMode</span></a> : Read / Write
|
186
183
|
</pre>
|
187
184
|
</div>
|
188
|
-
<div class="refsect1">
|
185
|
+
<div class="refsect1" title="Signals">
|
189
186
|
<a name="GtkContainer.signals"></a><h2>Signals</h2>
|
190
187
|
<pre class="synopsis">
|
191
|
-
"<a class="link" href="GtkContainer.html#GtkContainer-add" title='The "add" signal'>add</a>" :
|
192
|
-
"<a class="link" href="GtkContainer.html#GtkContainer-check-resize" title='The "check-resize" signal'>check-resize</a>" :
|
193
|
-
"<a class="link" href="GtkContainer.html#GtkContainer-remove" title='The "remove" signal'>remove</a>" :
|
194
|
-
"<a class="link" href="GtkContainer.html#GtkContainer-set-focus-child" title='The "set-focus-child" signal'>set-focus-child</a>" :
|
188
|
+
"<a class="link" href="GtkContainer.html#GtkContainer-add" title='The "add" signal'>add</a>" : Run First
|
189
|
+
"<a class="link" href="GtkContainer.html#GtkContainer-check-resize" title='The "check-resize" signal'>check-resize</a>" : Run Last
|
190
|
+
"<a class="link" href="GtkContainer.html#GtkContainer-remove" title='The "remove" signal'>remove</a>" : Run First
|
191
|
+
"<a class="link" href="GtkContainer.html#GtkContainer-set-focus-child" title='The "set-focus-child" signal'>set-focus-child</a>" : Run First
|
195
192
|
</pre>
|
196
193
|
</div>
|
197
|
-
<div class="refsect1">
|
194
|
+
<div class="refsect1" title="Description">
|
198
195
|
<a name="GtkContainer.description"></a><h2>Description</h2>
|
199
196
|
<p>
|
200
197
|
A GTK+ user interface is constructed by nesting widgets inside widgets.
|
@@ -228,11 +225,11 @@ with its parent and its children. This negotiation is carried out in two
|
|
228
225
|
phases, <em class="firstterm">size requisition</em> and <em class="firstterm">size
|
229
226
|
allocation</em>.
|
230
227
|
</p>
|
231
|
-
<div class="refsect2">
|
228
|
+
<div class="refsect2" title="Size Requisition">
|
232
229
|
<a name="size-requisition"></a><h3>Size Requisition</h3>
|
233
230
|
<p>
|
234
231
|
The size requisition of a widget is it's desired width and height.
|
235
|
-
This is represented by a <a class="link" href="GtkWidget.html#GtkRequisition"><span class="type">GtkRequisition</span></a>.
|
232
|
+
This is represented by a <a class="link" href="GtkWidget.html#GtkRequisition" title="GtkRequisition"><span class="type">GtkRequisition</span></a>.
|
236
233
|
</p>
|
237
234
|
<p>
|
238
235
|
How a widget determines its desired size depends on the widget.
|
@@ -250,7 +247,7 @@ back from its child.
|
|
250
247
|
</p>
|
251
248
|
</div>
|
252
249
|
<hr>
|
253
|
-
<div class="refsect2">
|
250
|
+
<div class="refsect2" title="Size Allocation">
|
254
251
|
<a name="size-allocation"></a><h3>Size Allocation</h3>
|
255
252
|
<p>
|
256
253
|
When the top-level widget has determined how much space its child would like
|
@@ -276,7 +273,7 @@ request is only a request, and widgets must be able to cope with any size.
|
|
276
273
|
</p>
|
277
274
|
</div>
|
278
275
|
<hr>
|
279
|
-
<div class="refsect2">
|
276
|
+
<div class="refsect2" title="Child properties">
|
280
277
|
<a name="child-properties"></a><h3>Child properties</h3>
|
281
278
|
<p>
|
282
279
|
<span class="structname">GtkContainer</span> introduces <em class="firstterm">child
|
@@ -300,7 +297,7 @@ changes, use <a class="link" href="GtkWidget.html#gtk-widget-child-notify" title
|
|
300
297
|
</p>
|
301
298
|
</div>
|
302
299
|
<hr>
|
303
|
-
<div class="refsect2">
|
300
|
+
<div class="refsect2" title="GtkContainer as GtkBuildable">
|
304
301
|
<a name="GtkContainer-BUILDER-UI"></a><h3>GtkContainer as GtkBuildable</h3>
|
305
302
|
<p>
|
306
303
|
The GtkContainer implementation of the GtkBuildable interface
|
@@ -309,7 +306,7 @@ contain multiple <property> elements that specify
|
|
309
306
|
child properties for the child.
|
310
307
|
</p>
|
311
308
|
<div class="example">
|
312
|
-
<a name="
|
309
|
+
<a name="id1230357"></a><p class="title"><b>Example 52. Child properties in UI definitions</b></p>
|
313
310
|
<div class="example-contents">
|
314
311
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
315
312
|
<tbody>
|
@@ -343,171 +340,32 @@ for regular properties.
|
|
343
340
|
</p>
|
344
341
|
</div>
|
345
342
|
</div>
|
346
|
-
<div class="refsect1">
|
343
|
+
<div class="refsect1" title="Details">
|
347
344
|
<a name="GtkContainer.details"></a><h2>Details</h2>
|
348
|
-
<div class="refsect2">
|
349
|
-
<a name="
|
350
|
-
<pre class="programlisting">struct
|
351
|
-
<p>
|
352
|
-
</p>
|
353
|
-
</div>
|
354
|
-
<hr>
|
355
|
-
<div class="refsect2">
|
356
|
-
<a name="gtk-combo-box-text-new"></a><h3>gtk_combo_box_text_new ()</h3>
|
357
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_combo_box_text_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
345
|
+
<div class="refsect2" title="GtkContainer">
|
346
|
+
<a name="GtkContainer-struct"></a><h3>GtkContainer</h3>
|
347
|
+
<pre class="programlisting">typedef struct _GtkContainer GtkContainer;</pre>
|
358
348
|
<p>
|
359
|
-
Creates a new <a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a>, which is a <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> just displaying
|
360
|
-
strings. See <code class="function">gtk_combo_box_entry_new_with_text()</code>.
|
361
349
|
</p>
|
362
|
-
<div class="variablelist"><table border="0">
|
363
|
-
<col align="left" valign="top">
|
364
|
-
<tbody><tr>
|
365
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
366
|
-
<td>A new <a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a>
|
367
|
-
</td>
|
368
|
-
</tr></tbody>
|
369
|
-
</table></div>
|
370
|
-
<p class="since">Since 2.24</p>
|
371
350
|
</div>
|
372
351
|
<hr>
|
373
|
-
<div class="refsect2">
|
374
|
-
<a name="
|
375
|
-
<pre class="programlisting"
|
352
|
+
<div class="refsect2" title="GTK_IS_RESIZE_CONTAINER()">
|
353
|
+
<a name="GTK-IS-RESIZE-CONTAINER:CAPS"></a><h3>GTK_IS_RESIZE_CONTAINER()</h3>
|
354
|
+
<pre class="programlisting">#define GTK_IS_RESIZE_CONTAINER(widget) (GTK_IS_CONTAINER (widget) && ((GtkContainer*) (widget))->resize_mode != GTK_RESIZE_PARENT)
|
355
|
+
</pre>
|
376
356
|
<p>
|
377
|
-
Creates a new <a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a>, which is a <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> just displaying
|
378
|
-
strings. The combo box created by this function has an entry.
|
379
357
|
</p>
|
380
358
|
<div class="variablelist"><table border="0">
|
381
359
|
<col align="left" valign="top">
|
382
360
|
<tbody><tr>
|
383
|
-
<td><p><span class="term"><
|
384
|
-
<td>
|
361
|
+
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
362
|
+
<td>
|
385
363
|
</td>
|
386
364
|
</tr></tbody>
|
387
365
|
</table></div>
|
388
|
-
<p class="since">Since 2.24</p>
|
389
|
-
</div>
|
390
|
-
<hr>
|
391
|
-
<div class="refsect2">
|
392
|
-
<a name="gtk-combo-box-text-append-text"></a><h3>gtk_combo_box_text_append_text ()</h3>
|
393
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_box_text_append_text (<em class="parameter"><code><a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a> *combo_box</code></em>,
|
394
|
-
<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> *text</code></em>);</pre>
|
395
|
-
<p>
|
396
|
-
Appends <em class="parameter"><code>string</code></em> to the list of strings stored in <em class="parameter"><code>combo_box</code></em>.
|
397
|
-
</p>
|
398
|
-
<div class="variablelist"><table border="0">
|
399
|
-
<col align="left" valign="top">
|
400
|
-
<tbody>
|
401
|
-
<tr>
|
402
|
-
<td><p><span class="term"><em class="parameter"><code>combo_box</code></em> :</span></p></td>
|
403
|
-
<td>A <a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a>
|
404
|
-
</td>
|
405
|
-
</tr>
|
406
|
-
<tr>
|
407
|
-
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
408
|
-
<td>A string</td>
|
409
|
-
</tr>
|
410
|
-
</tbody>
|
411
|
-
</table></div>
|
412
|
-
<p class="since">Since 2.24</p>
|
413
366
|
</div>
|
414
367
|
<hr>
|
415
|
-
<div class="refsect2">
|
416
|
-
<a name="gtk-combo-box-text-insert-text"></a><h3>gtk_combo_box_text_insert_text ()</h3>
|
417
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_box_text_insert_text (<em class="parameter"><code><a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a> *combo_box</code></em>,
|
418
|
-
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>,
|
419
|
-
<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> *text</code></em>);</pre>
|
420
|
-
<p>
|
421
|
-
Inserts <em class="parameter"><code>string</code></em> at <em class="parameter"><code>position</code></em> in the list of strings stored in <em class="parameter"><code>combo_box</code></em>.
|
422
|
-
</p>
|
423
|
-
<div class="variablelist"><table border="0">
|
424
|
-
<col align="left" valign="top">
|
425
|
-
<tbody>
|
426
|
-
<tr>
|
427
|
-
<td><p><span class="term"><em class="parameter"><code>combo_box</code></em> :</span></p></td>
|
428
|
-
<td>A <a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a>
|
429
|
-
</td>
|
430
|
-
</tr>
|
431
|
-
<tr>
|
432
|
-
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
|
433
|
-
<td>An index to insert <em class="parameter"><code>text</code></em>
|
434
|
-
</td>
|
435
|
-
</tr>
|
436
|
-
<tr>
|
437
|
-
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
438
|
-
<td>A string</td>
|
439
|
-
</tr>
|
440
|
-
</tbody>
|
441
|
-
</table></div>
|
442
|
-
<p class="since">Since 2.24</p>
|
443
|
-
</div>
|
444
|
-
<hr>
|
445
|
-
<div class="refsect2">
|
446
|
-
<a name="gtk-combo-box-text-prepend-text"></a><h3>gtk_combo_box_text_prepend_text ()</h3>
|
447
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gtk_combo_box_text_prepend_text (<em class="parameter"><code><a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a> *combo_box</code></em>,
|
448
|
-
<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> *text</code></em>);</pre>
|
449
|
-
<p>
|
450
|
-
Prepends <em class="parameter"><code>string</code></em> to the list of strings stored in <em class="parameter"><code>combo_box</code></em>.
|
451
|
-
</p>
|
452
|
-
<div class="variablelist"><table border="0">
|
453
|
-
<col align="left" valign="top">
|
454
|
-
<tbody>
|
455
|
-
<tr>
|
456
|
-
<td><p><span class="term"><em class="parameter"><code>combo_box</code></em> :</span></p></td>
|
457
|
-
<td>A <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a>
|
458
|
-
</td>
|
459
|
-
</tr>
|
460
|
-
<tr>
|
461
|
-
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
462
|
-
<td>A string</td>
|
463
|
-
</tr>
|
464
|
-
</tbody>
|
465
|
-
</table></div>
|
466
|
-
<p class="since">Since 2.24</p>
|
467
|
-
</div>
|
468
|
-
<hr>
|
469
|
-
<div class="refsect2">
|
470
|
-
<a name="gtk-combo-box-text-get-active-text"></a><h3>gtk_combo_box_text_get_active_text ()</h3>
|
471
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_combo_box_text_get_active_text (<em class="parameter"><code><a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a> *combo_box</code></em>);</pre>
|
472
|
-
<p>
|
473
|
-
Returns the currently active string in <em class="parameter"><code>combo_box</code></em> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none
|
474
|
-
is selected. If <em class="parameter"><code>combo_box</code></em> contains an entry, this function will return
|
475
|
-
its contents (which will not necessarily be an item from the list).
|
476
|
-
</p>
|
477
|
-
<div class="variablelist"><table border="0">
|
478
|
-
<col align="left" valign="top">
|
479
|
-
<tbody>
|
480
|
-
<tr>
|
481
|
-
<td><p><span class="term"><em class="parameter"><code>combo_box</code></em> :</span></p></td>
|
482
|
-
<td>A <a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a>
|
483
|
-
</td>
|
484
|
-
</tr>
|
485
|
-
<tr>
|
486
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
487
|
-
<td>a newly allocated string containing the currently active text.
|
488
|
-
Must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
|
489
|
-
</tr>
|
490
|
-
</tbody>
|
491
|
-
</table></div>
|
492
|
-
<p class="since">Since 2.24</p>
|
493
|
-
</div>
|
494
|
-
<hr>
|
495
|
-
<div class="refsect2">
|
496
|
-
<a name="GtkContainer-struct"></a><h3>struct GtkContainer</h3>
|
497
|
-
<pre class="programlisting">struct GtkContainer;</pre>
|
498
|
-
<p>
|
499
|
-
</p>
|
500
|
-
</div>
|
501
|
-
<hr>
|
502
|
-
<div class="refsect2">
|
503
|
-
<a name="GTK-IS-RESIZE-CONTAINER:CAPS"></a><h3>GTK_IS_RESIZE_CONTAINER()</h3>
|
504
|
-
<pre class="programlisting">#define GTK_IS_RESIZE_CONTAINER(widget) (GTK_IS_CONTAINER (widget) && ((GtkContainer*) (widget))->resize_mode != GTK_RESIZE_PARENT)
|
505
|
-
</pre>
|
506
|
-
<p>
|
507
|
-
</p>
|
508
|
-
</div>
|
509
|
-
<hr>
|
510
|
-
<div class="refsect2">
|
368
|
+
<div class="refsect2" title="GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID()">
|
511
369
|
<a name="GTK-CONTAINER-WARN-INVALID-CHILD-PROPERTY-ID:CAPS"></a><h3>GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID()</h3>
|
512
370
|
<pre class="programlisting">#define GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID(object, property_id, pspec)</pre>
|
513
371
|
<p>
|
@@ -519,26 +377,29 @@ properties in <code class="function">set_child_property()</code> and <code class
|
|
519
377
|
<tbody>
|
520
378
|
<tr>
|
521
379
|
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
522
|
-
<td>the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> on which <code class="function">set_child_property()</code> or <code class="function">get_child_property()</code>
|
523
|
-
was called
|
380
|
+
<td>the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> on which <code class="function">set_child_property()</code> or <code class="function">get_child_property()</code>
|
381
|
+
was called
|
382
|
+
</td>
|
524
383
|
</tr>
|
525
384
|
<tr>
|
526
385
|
<td><p><span class="term"><em class="parameter"><code>property_id</code></em> :</span></p></td>
|
527
|
-
<td>the numeric id of the property
|
386
|
+
<td>the numeric id of the property
|
387
|
+
</td>
|
528
388
|
</tr>
|
529
389
|
<tr>
|
530
390
|
<td><p><span class="term"><em class="parameter"><code>pspec</code></em> :</span></p></td>
|
531
|
-
<td>the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> of the property
|
391
|
+
<td>the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> of the property
|
392
|
+
</td>
|
532
393
|
</tr>
|
533
394
|
</tbody>
|
534
395
|
</table></div>
|
535
396
|
</div>
|
536
397
|
<hr>
|
537
|
-
<div class="refsect2">
|
398
|
+
<div class="refsect2" title="gtk_container_border_width">
|
538
399
|
<a name="gtk-container-border-width"></a><h3>gtk_container_border_width</h3>
|
539
400
|
<pre class="programlisting">#define gtk_container_border_width gtk_container_set_border_width
|
540
401
|
</pre>
|
541
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
402
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
542
403
|
<h3 class="title">Warning</h3>
|
543
404
|
<p><code class="literal">gtk_container_border_width</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkContainer.html#gtk-container-set-border-width" title="gtk_container_set_border_width ()"><code class="function">gtk_container_set_border_width()</code></a> instead.</p>
|
544
405
|
</div>
|
@@ -547,7 +408,7 @@ Does the same as <a class="link" href="GtkContainer.html#gtk-container-set-borde
|
|
547
408
|
</p>
|
548
409
|
</div>
|
549
410
|
<hr>
|
550
|
-
<div class="refsect2">
|
411
|
+
<div class="refsect2" title="gtk_container_add ()">
|
551
412
|
<a name="gtk-container-add"></a><h3>gtk_container_add ()</h3>
|
552
413
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_add (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
553
414
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
@@ -578,7 +439,7 @@ you can't place the same widget inside two different containers.
|
|
578
439
|
</table></div>
|
579
440
|
</div>
|
580
441
|
<hr>
|
581
|
-
<div class="refsect2">
|
442
|
+
<div class="refsect2" title="gtk_container_remove ()">
|
582
443
|
<a name="gtk-container-remove"></a><h3>gtk_container_remove ()</h3>
|
583
444
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_remove (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
584
445
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
@@ -610,7 +471,7 @@ container and help break any circular reference count cycles.
|
|
610
471
|
</table></div>
|
611
472
|
</div>
|
612
473
|
<hr>
|
613
|
-
<div class="refsect2">
|
474
|
+
<div class="refsect2" title="gtk_container_add_with_properties ()">
|
614
475
|
<a name="gtk-container-add-with-properties"></a><h3>gtk_container_add_with_properties ()</h3>
|
615
476
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_add_with_properties (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
616
477
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
@@ -625,29 +486,30 @@ See <a class="link" href="GtkContainer.html#gtk-container-add" title="gtk_contai
|
|
625
486
|
<tbody>
|
626
487
|
<tr>
|
627
488
|
<td><p><span class="term"><em class="parameter"><code>container</code></em> :</span></p></td>
|
628
|
-
<td>a <a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a>
|
489
|
+
<td>a <a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a>
|
629
490
|
</td>
|
630
491
|
</tr>
|
631
492
|
<tr>
|
632
493
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
633
|
-
<td>a widget to be placed inside <em class="parameter"><code>container</code></em>
|
494
|
+
<td>a widget to be placed inside <em class="parameter"><code>container</code></em>
|
634
495
|
</td>
|
635
496
|
</tr>
|
636
497
|
<tr>
|
637
498
|
<td><p><span class="term"><em class="parameter"><code>first_prop_name</code></em> :</span></p></td>
|
638
|
-
<td>the name of the first child property to set
|
499
|
+
<td>the name of the first child property to set
|
500
|
+
</td>
|
639
501
|
</tr>
|
640
502
|
<tr>
|
641
503
|
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
642
504
|
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated list of property names and values, starting
|
643
|
-
with <em class="parameter"><code>first_prop_name</code></em>
|
505
|
+
with <em class="parameter"><code>first_prop_name</code></em>
|
644
506
|
</td>
|
645
507
|
</tr>
|
646
508
|
</tbody>
|
647
509
|
</table></div>
|
648
510
|
</div>
|
649
511
|
<hr>
|
650
|
-
<div class="refsect2">
|
512
|
+
<div class="refsect2" title="gtk_container_get_resize_mode ()">
|
651
513
|
<a name="gtk-container-get-resize-mode"></a><h3>gtk_container_get_resize_mode ()</h3>
|
652
514
|
<pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkResizeMode" title="enum GtkResizeMode"><span class="returnvalue">GtkResizeMode</span></a> gtk_container_get_resize_mode (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>);</pre>
|
653
515
|
<p>
|
@@ -664,13 +526,14 @@ Returns the resize mode for the container. See
|
|
664
526
|
</tr>
|
665
527
|
<tr>
|
666
528
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
667
|
-
<td>the current resize mode
|
529
|
+
<td> the current resize mode
|
530
|
+
</td>
|
668
531
|
</tr>
|
669
532
|
</tbody>
|
670
533
|
</table></div>
|
671
534
|
</div>
|
672
535
|
<hr>
|
673
|
-
<div class="refsect2">
|
536
|
+
<div class="refsect2" title="gtk_container_set_resize_mode ()">
|
674
537
|
<a name="gtk-container-set-resize-mode"></a><h3>gtk_container_set_resize_mode ()</h3>
|
675
538
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_set_resize_mode (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
676
539
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkResizeMode" title="enum GtkResizeMode"><span class="type">GtkResizeMode</span></a> resize_mode</code></em>);</pre>
|
@@ -692,20 +555,29 @@ or executed immediately.
|
|
692
555
|
</tr>
|
693
556
|
<tr>
|
694
557
|
<td><p><span class="term"><em class="parameter"><code>resize_mode</code></em> :</span></p></td>
|
695
|
-
<td>the new resize mode
|
558
|
+
<td>the new resize mode
|
559
|
+
</td>
|
696
560
|
</tr>
|
697
561
|
</tbody>
|
698
562
|
</table></div>
|
699
563
|
</div>
|
700
564
|
<hr>
|
701
|
-
<div class="refsect2">
|
565
|
+
<div class="refsect2" title="gtk_container_check_resize ()">
|
702
566
|
<a name="gtk-container-check-resize"></a><h3>gtk_container_check_resize ()</h3>
|
703
567
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_check_resize (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>);</pre>
|
704
568
|
<p>
|
705
569
|
</p>
|
570
|
+
<div class="variablelist"><table border="0">
|
571
|
+
<col align="left" valign="top">
|
572
|
+
<tbody><tr>
|
573
|
+
<td><p><span class="term"><em class="parameter"><code>container</code></em> :</span></p></td>
|
574
|
+
<td>
|
575
|
+
</td>
|
576
|
+
</tr></tbody>
|
577
|
+
</table></div>
|
706
578
|
</div>
|
707
579
|
<hr>
|
708
|
-
<div class="refsect2">
|
580
|
+
<div class="refsect2" title="gtk_container_foreach ()">
|
709
581
|
<a name="gtk-container-foreach"></a><h3>gtk_container_foreach ()</h3>
|
710
582
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_foreach (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
711
583
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkCallback" title="GtkCallback ()"><span class="type">GtkCallback</span></a> callback</code></em>,
|
@@ -726,37 +598,68 @@ Invokes <em class="parameter"><code>callback</code></em> on each non-internal ch
|
|
726
598
|
</tr>
|
727
599
|
<tr>
|
728
600
|
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
|
729
|
-
<td>a callback
|
601
|
+
<td>a callback
|
730
602
|
</td>
|
731
603
|
</tr>
|
732
604
|
<tr>
|
733
605
|
<td><p><span class="term"><em class="parameter"><code>callback_data</code></em> :</span></p></td>
|
734
|
-
<td>callback user data
|
606
|
+
<td>callback user data
|
607
|
+
</td>
|
735
608
|
</tr>
|
736
609
|
</tbody>
|
737
610
|
</table></div>
|
738
611
|
</div>
|
739
612
|
<hr>
|
740
|
-
<div class="refsect2">
|
613
|
+
<div class="refsect2" title="gtk_container_foreach_full ()">
|
741
614
|
<a name="gtk-container-foreach-full"></a><h3>gtk_container_foreach_full ()</h3>
|
742
615
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_foreach_full (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
743
616
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkCallback" title="GtkCallback ()"><span class="type">GtkCallback</span></a> callback</code></em>,
|
744
617
|
<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
|
745
618
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> callback_data</code></em>,
|
746
619
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> notify</code></em>);</pre>
|
747
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
620
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
748
621
|
<h3 class="title">Warning</h3>
|
749
622
|
<p><code class="literal">gtk_container_foreach_full</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkContainer.html#gtk-container-foreach" title="gtk_container_foreach ()"><code class="function">gtk_container_foreach()</code></a> instead.</p>
|
750
623
|
</div>
|
751
624
|
<p>
|
752
625
|
</p>
|
626
|
+
<div class="variablelist"><table border="0">
|
627
|
+
<col align="left" valign="top">
|
628
|
+
<tbody>
|
629
|
+
<tr>
|
630
|
+
<td><p><span class="term"><em class="parameter"><code>container</code></em> :</span></p></td>
|
631
|
+
<td>
|
632
|
+
</td>
|
633
|
+
</tr>
|
634
|
+
<tr>
|
635
|
+
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
|
636
|
+
<td>
|
637
|
+
</td>
|
638
|
+
</tr>
|
639
|
+
<tr>
|
640
|
+
<td><p><span class="term"><em class="parameter"><code>marshal</code></em> :</span></p></td>
|
641
|
+
<td>
|
642
|
+
</td>
|
643
|
+
</tr>
|
644
|
+
<tr>
|
645
|
+
<td><p><span class="term"><em class="parameter"><code>callback_data</code></em> :</span></p></td>
|
646
|
+
<td>
|
647
|
+
</td>
|
648
|
+
</tr>
|
649
|
+
<tr>
|
650
|
+
<td><p><span class="term"><em class="parameter"><code>notify</code></em> :</span></p></td>
|
651
|
+
<td>
|
652
|
+
</td>
|
653
|
+
</tr>
|
654
|
+
</tbody>
|
655
|
+
</table></div>
|
753
656
|
</div>
|
754
657
|
<hr>
|
755
|
-
<div class="refsect2">
|
658
|
+
<div class="refsect2" title="gtk_container_children">
|
756
659
|
<a name="gtk-container-children"></a><h3>gtk_container_children</h3>
|
757
660
|
<pre class="programlisting">#define gtk_container_children gtk_container_get_children
|
758
661
|
</pre>
|
759
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
662
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
760
663
|
<h3 class="title">Warning</h3>
|
761
664
|
<p><code class="literal">gtk_container_children</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkContainer.html#gtk-container-get-children" title="gtk_container_get_children ()"><code class="function">gtk_container_get_children()</code></a> instead.</p>
|
762
665
|
</div>
|
@@ -765,9 +668,9 @@ Does the same as <a class="link" href="GtkContainer.html#gtk-container-get-child
|
|
765
668
|
</p>
|
766
669
|
</div>
|
767
670
|
<hr>
|
768
|
-
<div class="refsect2">
|
671
|
+
<div class="refsect2" title="gtk_container_get_children ()">
|
769
672
|
<a name="gtk-container-get-children"></a><h3>gtk_container_get_children ()</h3>
|
770
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a
|
673
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a>* gtk_container_get_children (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>);</pre>
|
771
674
|
<p>
|
772
675
|
Returns the container's non-internal children. See
|
773
676
|
<a class="link" href="GtkContainer.html#gtk-container-forall" title="gtk_container_forall ()"><code class="function">gtk_container_forall()</code></a> for details on what constitutes an "internal" child.
|
@@ -782,14 +685,14 @@ Returns the container's non-internal children. See
|
|
782
685
|
</tr>
|
783
686
|
<tr>
|
784
687
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
785
|
-
<td>a newly-allocated list of the container's non-internal children. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkWidget][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span>
|
688
|
+
<td> a newly-allocated list of the container's non-internal children. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkWidget][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym> GtkWidget]</span>
|
786
689
|
</td>
|
787
690
|
</tr>
|
788
691
|
</tbody>
|
789
692
|
</table></div>
|
790
693
|
</div>
|
791
694
|
<hr>
|
792
|
-
<div class="refsect2">
|
695
|
+
<div class="refsect2" title="gtk_container_set_reallocate_redraws ()">
|
793
696
|
<a name="gtk-container-set-reallocate-redraws"></a><h3>gtk_container_set_reallocate_redraws ()</h3>
|
794
697
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_set_reallocate_redraws
|
795
698
|
(<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
@@ -811,13 +714,14 @@ redrawn if any of their children changed allocation.
|
|
811
714
|
</tr>
|
812
715
|
<tr>
|
813
716
|
<td><p><span class="term"><em class="parameter"><code>needs_redraws</code></em> :</span></p></td>
|
814
|
-
<td>the new value for the container's <em class="parameter"><code>reallocate_redraws</code></em> flag
|
717
|
+
<td>the new value for the container's <em class="parameter"><code>reallocate_redraws</code></em> flag
|
718
|
+
</td>
|
815
719
|
</tr>
|
816
720
|
</tbody>
|
817
721
|
</table></div>
|
818
722
|
</div>
|
819
723
|
<hr>
|
820
|
-
<div class="refsect2">
|
724
|
+
<div class="refsect2" title="gtk_container_get_focus_child ()">
|
821
725
|
<a name="gtk-container-get-focus-child"></a><h3>gtk_container_get_focus_child ()</h3>
|
822
726
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_container_get_focus_child (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>);</pre>
|
823
727
|
<p>
|
@@ -835,9 +739,9 @@ currently focused widget. That can be obtained by calling
|
|
835
739
|
</tr>
|
836
740
|
<tr>
|
837
741
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
838
|
-
<td>The child widget which will
|
839
|
-
|
840
|
-
|
742
|
+
<td> The child widget which will recieve the focus inside <em class="parameter"><code>container</code></em> when
|
743
|
+
the <em class="parameter"><code>conatiner</code></em> is focussed, 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.
|
744
|
+
|
841
745
|
</td>
|
842
746
|
</tr>
|
843
747
|
</tbody>
|
@@ -845,7 +749,7 @@ or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.ht
|
|
845
749
|
<p class="since">Since 2.14</p>
|
846
750
|
</div>
|
847
751
|
<hr>
|
848
|
-
<div class="refsect2">
|
752
|
+
<div class="refsect2" title="gtk_container_set_focus_child ()">
|
849
753
|
<a name="gtk-container-set-focus-child"></a><h3>gtk_container_set_focus_child ()</h3>
|
850
754
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_set_focus_child (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
851
755
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
|
@@ -871,14 +775,14 @@ This is function is mostly meant to be used by widgets. Applications can use
|
|
871
775
|
</tr>
|
872
776
|
<tr>
|
873
777
|
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
|
874
|
-
<td>a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</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>
|
778
|
+
<td> a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</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>
|
875
779
|
</td>
|
876
780
|
</tr>
|
877
781
|
</tbody>
|
878
782
|
</table></div>
|
879
783
|
</div>
|
880
784
|
<hr>
|
881
|
-
<div class="refsect2">
|
785
|
+
<div class="refsect2" title="gtk_container_get_focus_vadjustment ()">
|
882
786
|
<a name="gtk-container-get-focus-vadjustment"></a><h3>gtk_container_get_focus_vadjustment ()</h3>
|
883
787
|
<pre class="programlisting"><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a> * gtk_container_get_focus_vadjustment (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>);</pre>
|
884
788
|
<p>
|
@@ -895,15 +799,15 @@ Retrieves the vertical focus adjustment for the container. See
|
|
895
799
|
</tr>
|
896
800
|
<tr>
|
897
801
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
898
|
-
<td>the vertical focus adjustment, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
|
899
|
-
none has been set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
802
|
+
<td> the vertical focus adjustment, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
|
803
|
+
none has been set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
900
804
|
</td>
|
901
805
|
</tr>
|
902
806
|
</tbody>
|
903
807
|
</table></div>
|
904
808
|
</div>
|
905
809
|
<hr>
|
906
|
-
<div class="refsect2">
|
810
|
+
<div class="refsect2" title="gtk_container_set_focus_vadjustment ()">
|
907
811
|
<a name="gtk-container-set-focus-vadjustment"></a><h3>gtk_container_set_focus_vadjustment ()</h3>
|
908
812
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_set_focus_vadjustment (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
909
813
|
<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);</pre>
|
@@ -929,15 +833,15 @@ system as the allocation for immediate children of the container.
|
|
929
833
|
</tr>
|
930
834
|
<tr>
|
931
835
|
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
|
932
|
-
<td>an adjustment which should be adjusted when the focus
|
933
|
-
is moved among the descendents of <em class="parameter"><code>container</code></em>
|
836
|
+
<td>an adjustment which should be adjusted when the focus
|
837
|
+
is moved among the descendents of <em class="parameter"><code>container</code></em>
|
934
838
|
</td>
|
935
839
|
</tr>
|
936
840
|
</tbody>
|
937
841
|
</table></div>
|
938
842
|
</div>
|
939
843
|
<hr>
|
940
|
-
<div class="refsect2">
|
844
|
+
<div class="refsect2" title="gtk_container_get_focus_hadjustment ()">
|
941
845
|
<a name="gtk-container-get-focus-hadjustment"></a><h3>gtk_container_get_focus_hadjustment ()</h3>
|
942
846
|
<pre class="programlisting"><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a> * gtk_container_get_focus_hadjustment (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>);</pre>
|
943
847
|
<p>
|
@@ -954,15 +858,15 @@ Retrieves the horizontal focus adjustment for the container. See
|
|
954
858
|
</tr>
|
955
859
|
<tr>
|
956
860
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
957
|
-
<td>the horizontal focus adjustment, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
|
958
|
-
none has been set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
861
|
+
<td> the horizontal focus adjustment, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
|
862
|
+
none has been set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
959
863
|
</td>
|
960
864
|
</tr>
|
961
865
|
</tbody>
|
962
866
|
</table></div>
|
963
867
|
</div>
|
964
868
|
<hr>
|
965
|
-
<div class="refsect2">
|
869
|
+
<div class="refsect2" title="gtk_container_set_focus_hadjustment ()">
|
966
870
|
<a name="gtk-container-set-focus-hadjustment"></a><h3>gtk_container_set_focus_hadjustment ()</h3>
|
967
871
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_set_focus_hadjustment (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
968
872
|
<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);</pre>
|
@@ -988,22 +892,30 @@ system as the allocation for immediate children of the container.
|
|
988
892
|
</tr>
|
989
893
|
<tr>
|
990
894
|
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
|
991
|
-
<td>an adjustment which should be adjusted when the focus is
|
992
|
-
moved among the descendents of <em class="parameter"><code>container</code></em>
|
895
|
+
<td>an adjustment which should be adjusted when the focus is
|
896
|
+
moved among the descendents of <em class="parameter"><code>container</code></em>
|
993
897
|
</td>
|
994
898
|
</tr>
|
995
899
|
</tbody>
|
996
900
|
</table></div>
|
997
901
|
</div>
|
998
902
|
<hr>
|
999
|
-
<div class="refsect2">
|
903
|
+
<div class="refsect2" title="gtk_container_resize_children ()">
|
1000
904
|
<a name="gtk-container-resize-children"></a><h3>gtk_container_resize_children ()</h3>
|
1001
905
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_resize_children (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>);</pre>
|
1002
906
|
<p>
|
1003
907
|
</p>
|
908
|
+
<div class="variablelist"><table border="0">
|
909
|
+
<col align="left" valign="top">
|
910
|
+
<tbody><tr>
|
911
|
+
<td><p><span class="term"><em class="parameter"><code>container</code></em> :</span></p></td>
|
912
|
+
<td>
|
913
|
+
</td>
|
914
|
+
</tr></tbody>
|
915
|
+
</table></div>
|
1004
916
|
</div>
|
1005
917
|
<hr>
|
1006
|
-
<div class="refsect2">
|
918
|
+
<div class="refsect2" title="gtk_container_child_type ()">
|
1007
919
|
<a name="gtk-container-child-type"></a><h3>gtk_container_child_type ()</h3>
|
1008
920
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> gtk_container_child_type (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>);</pre>
|
1009
921
|
<p>
|
@@ -1024,13 +936,14 @@ children.
|
|
1024
936
|
</tr>
|
1025
937
|
<tr>
|
1026
938
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1027
|
-
<td>a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a
|
939
|
+
<td> a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a>.
|
940
|
+
</td>
|
1028
941
|
</tr>
|
1029
942
|
</tbody>
|
1030
943
|
</table></div>
|
1031
944
|
</div>
|
1032
945
|
<hr>
|
1033
|
-
<div class="refsect2">
|
946
|
+
<div class="refsect2" title="gtk_container_child_get ()">
|
1034
947
|
<a name="gtk-container-child-get"></a><h3>gtk_container_child_get ()</h3>
|
1035
948
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_child_get (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
1036
949
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -1054,19 +967,20 @@ Gets the values of one or more child properties for <em class="parameter"><code>
|
|
1054
967
|
</tr>
|
1055
968
|
<tr>
|
1056
969
|
<td><p><span class="term"><em class="parameter"><code>first_prop_name</code></em> :</span></p></td>
|
1057
|
-
<td>the name of the first property to get
|
970
|
+
<td>the name of the first property to get
|
971
|
+
</td>
|
1058
972
|
</tr>
|
1059
973
|
<tr>
|
1060
974
|
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
1061
|
-
<td>return location for the first property, followed
|
1062
|
-
optionally by more name/return location pairs, followed by <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
975
|
+
<td>return location for the first property, followed
|
976
|
+
optionally by more name/return location pairs, followed by <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1063
977
|
</td>
|
1064
978
|
</tr>
|
1065
979
|
</tbody>
|
1066
980
|
</table></div>
|
1067
981
|
</div>
|
1068
982
|
<hr>
|
1069
|
-
<div class="refsect2">
|
983
|
+
<div class="refsect2" title="gtk_container_child_set ()">
|
1070
984
|
<a name="gtk-container-child-set"></a><h3>gtk_container_child_set ()</h3>
|
1071
985
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_child_set (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
1072
986
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -1090,19 +1004,20 @@ Sets one or more child properties for <em class="parameter"><code>child</code></
|
|
1090
1004
|
</tr>
|
1091
1005
|
<tr>
|
1092
1006
|
<td><p><span class="term"><em class="parameter"><code>first_prop_name</code></em> :</span></p></td>
|
1093
|
-
<td>the name of the first property to set
|
1007
|
+
<td>the name of the first property to set
|
1008
|
+
</td>
|
1094
1009
|
</tr>
|
1095
1010
|
<tr>
|
1096
1011
|
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
1097
1012
|
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated list of property names and values, starting
|
1098
|
-
with <em class="parameter"><code>first_prop_name</code></em>
|
1013
|
+
with <em class="parameter"><code>first_prop_name</code></em>
|
1099
1014
|
</td>
|
1100
1015
|
</tr>
|
1101
1016
|
</tbody>
|
1102
1017
|
</table></div>
|
1103
1018
|
</div>
|
1104
1019
|
<hr>
|
1105
|
-
<div class="refsect2">
|
1020
|
+
<div class="refsect2" title="gtk_container_child_get_property ()">
|
1106
1021
|
<a name="gtk-container-child-get-property"></a><h3>gtk_container_child_get_property ()</h3>
|
1107
1022
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_child_get_property (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
1108
1023
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -1126,17 +1041,19 @@ Gets the value of a child property for <em class="parameter"><code>child</code><
|
|
1126
1041
|
</tr>
|
1127
1042
|
<tr>
|
1128
1043
|
<td><p><span class="term"><em class="parameter"><code>property_name</code></em> :</span></p></td>
|
1129
|
-
<td>the name of the property to get
|
1044
|
+
<td>the name of the property to get
|
1045
|
+
</td>
|
1130
1046
|
</tr>
|
1131
1047
|
<tr>
|
1132
1048
|
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
1133
|
-
<td>a location to return the value
|
1049
|
+
<td>a location to return the value
|
1050
|
+
</td>
|
1134
1051
|
</tr>
|
1135
1052
|
</tbody>
|
1136
1053
|
</table></div>
|
1137
1054
|
</div>
|
1138
1055
|
<hr>
|
1139
|
-
<div class="refsect2">
|
1056
|
+
<div class="refsect2" title="gtk_container_child_set_property ()">
|
1140
1057
|
<a name="gtk-container-child-set-property"></a><h3>gtk_container_child_set_property ()</h3>
|
1141
1058
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_child_set_property (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
1142
1059
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -1160,17 +1077,19 @@ Sets a child property for <em class="parameter"><code>child</code></em> and <em
|
|
1160
1077
|
</tr>
|
1161
1078
|
<tr>
|
1162
1079
|
<td><p><span class="term"><em class="parameter"><code>property_name</code></em> :</span></p></td>
|
1163
|
-
<td>the name of the property to set
|
1080
|
+
<td>the name of the property to set
|
1081
|
+
</td>
|
1164
1082
|
</tr>
|
1165
1083
|
<tr>
|
1166
1084
|
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
1167
|
-
<td>the value to set the property to
|
1085
|
+
<td>the value to set the property to
|
1086
|
+
</td>
|
1168
1087
|
</tr>
|
1169
1088
|
</tbody>
|
1170
1089
|
</table></div>
|
1171
1090
|
</div>
|
1172
1091
|
<hr>
|
1173
|
-
<div class="refsect2">
|
1092
|
+
<div class="refsect2" title="gtk_container_child_get_valist ()">
|
1174
1093
|
<a name="gtk-container-child-get-valist"></a><h3>gtk_container_child_get_valist ()</h3>
|
1175
1094
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_child_get_valist (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
1176
1095
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -1194,19 +1113,20 @@ Gets the values of one or more child properties for <em class="parameter"><code>
|
|
1194
1113
|
</tr>
|
1195
1114
|
<tr>
|
1196
1115
|
<td><p><span class="term"><em class="parameter"><code>first_property_name</code></em> :</span></p></td>
|
1197
|
-
<td>the name of the first property to get
|
1116
|
+
<td>the name of the first property to get
|
1117
|
+
</td>
|
1198
1118
|
</tr>
|
1199
1119
|
<tr>
|
1200
1120
|
<td><p><span class="term"><em class="parameter"><code>var_args</code></em> :</span></p></td>
|
1201
|
-
<td>return location for the first property, followed
|
1202
|
-
optionally by more name/return location pairs, followed by <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1121
|
+
<td>return location for the first property, followed
|
1122
|
+
optionally by more name/return location pairs, followed by <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1203
1123
|
</td>
|
1204
1124
|
</tr>
|
1205
1125
|
</tbody>
|
1206
1126
|
</table></div>
|
1207
1127
|
</div>
|
1208
1128
|
<hr>
|
1209
|
-
<div class="refsect2">
|
1129
|
+
<div class="refsect2" title="gtk_container_child_set_valist ()">
|
1210
1130
|
<a name="gtk-container-child-set-valist"></a><h3>gtk_container_child_set_valist ()</h3>
|
1211
1131
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_child_set_valist (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
1212
1132
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -1230,19 +1150,20 @@ Sets one or more child properties for <em class="parameter"><code>child</code></
|
|
1230
1150
|
</tr>
|
1231
1151
|
<tr>
|
1232
1152
|
<td><p><span class="term"><em class="parameter"><code>first_property_name</code></em> :</span></p></td>
|
1233
|
-
<td>the name of the first property to set
|
1153
|
+
<td>the name of the first property to set
|
1154
|
+
</td>
|
1234
1155
|
</tr>
|
1235
1156
|
<tr>
|
1236
1157
|
<td><p><span class="term"><em class="parameter"><code>var_args</code></em> :</span></p></td>
|
1237
1158
|
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated list of property names and values, starting
|
1238
|
-
with <em class="parameter"><code>first_prop_name</code></em>
|
1159
|
+
with <em class="parameter"><code>first_prop_name</code></em>
|
1239
1160
|
</td>
|
1240
1161
|
</tr>
|
1241
1162
|
</tbody>
|
1242
1163
|
</table></div>
|
1243
1164
|
</div>
|
1244
1165
|
<hr>
|
1245
|
-
<div class="refsect2">
|
1166
|
+
<div class="refsect2" title="gtk_container_forall ()">
|
1246
1167
|
<a name="gtk-container-forall"></a><h3>gtk_container_forall ()</h3>
|
1247
1168
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_forall (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
1248
1169
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkCallback" title="GtkCallback ()"><span class="type">GtkCallback</span></a> callback</code></em>,
|
@@ -1265,17 +1186,19 @@ rather than <a class="link" href="GtkContainer.html#gtk-container-forall" title=
|
|
1265
1186
|
</tr>
|
1266
1187
|
<tr>
|
1267
1188
|
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
|
1268
|
-
<td>a callback
|
1189
|
+
<td>a callback
|
1190
|
+
</td>
|
1269
1191
|
</tr>
|
1270
1192
|
<tr>
|
1271
1193
|
<td><p><span class="term"><em class="parameter"><code>callback_data</code></em> :</span></p></td>
|
1272
|
-
<td>callback user data
|
1194
|
+
<td>callback user data
|
1195
|
+
</td>
|
1273
1196
|
</tr>
|
1274
1197
|
</tbody>
|
1275
1198
|
</table></div>
|
1276
1199
|
</div>
|
1277
1200
|
<hr>
|
1278
|
-
<div class="refsect2">
|
1201
|
+
<div class="refsect2" title="gtk_container_get_border_width ()">
|
1279
1202
|
<a name="gtk-container-get-border-width"></a><h3>gtk_container_get_border_width ()</h3>
|
1280
1203
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_container_get_border_width (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>);</pre>
|
1281
1204
|
<p>
|
@@ -1292,13 +1215,14 @@ Retrieves the border width of the container. See
|
|
1292
1215
|
</tr>
|
1293
1216
|
<tr>
|
1294
1217
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1295
|
-
<td>the current border width
|
1218
|
+
<td> the current border width
|
1219
|
+
</td>
|
1296
1220
|
</tr>
|
1297
1221
|
</tbody>
|
1298
1222
|
</table></div>
|
1299
1223
|
</div>
|
1300
1224
|
<hr>
|
1301
|
-
<div class="refsect2">
|
1225
|
+
<div class="refsect2" title="gtk_container_set_border_width ()">
|
1302
1226
|
<a name="gtk-container-set-border-width"></a><h3>gtk_container_set_border_width ()</h3>
|
1303
1227
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_set_border_width (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
1304
1228
|
<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>
|
@@ -1325,14 +1249,15 @@ a spacer.
|
|
1325
1249
|
</tr>
|
1326
1250
|
<tr>
|
1327
1251
|
<td><p><span class="term"><em class="parameter"><code>border_width</code></em> :</span></p></td>
|
1328
|
-
<td>amount of blank space to leave <span class="emphasis"><em>outside</em></span>
|
1329
|
-
the container. Valid values are in the range 0-65535 pixels
|
1252
|
+
<td>amount of blank space to leave <span class="emphasis"><em>outside</em></span>
|
1253
|
+
the container. Valid values are in the range 0-65535 pixels.
|
1254
|
+
</td>
|
1330
1255
|
</tr>
|
1331
1256
|
</tbody>
|
1332
1257
|
</table></div>
|
1333
1258
|
</div>
|
1334
1259
|
<hr>
|
1335
|
-
<div class="refsect2">
|
1260
|
+
<div class="refsect2" title="gtk_container_propagate_expose ()">
|
1336
1261
|
<a name="gtk-container-propagate-expose"></a><h3>gtk_container_propagate_expose ()</h3>
|
1337
1262
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_propagate_expose (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
1338
1263
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -1369,13 +1294,14 @@ and then chain to the ::expose implementation from <a class="link" href="GtkCont
|
|
1369
1294
|
</tr>
|
1370
1295
|
<tr>
|
1371
1296
|
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
|
1372
|
-
<td>a expose event sent to container
|
1297
|
+
<td>a expose event sent to container
|
1298
|
+
</td>
|
1373
1299
|
</tr>
|
1374
1300
|
</tbody>
|
1375
1301
|
</table></div>
|
1376
1302
|
</div>
|
1377
1303
|
<hr>
|
1378
|
-
<div class="refsect2">
|
1304
|
+
<div class="refsect2" title="gtk_container_get_focus_chain ()">
|
1379
1305
|
<a name="gtk-container-get-focus-chain"></a><h3>gtk_container_get_focus_chain ()</h3>
|
1380
1306
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_container_get_focus_chain (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
1381
1307
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **focusable_widgets</code></em>);</pre>
|
@@ -1396,25 +1322,25 @@ of the children. In that case, GTK+ stores <a href="http://library.gnome.org/dev
|
|
1396
1322
|
</tr>
|
1397
1323
|
<tr>
|
1398
1324
|
<td><p><span class="term"><em class="parameter"><code>focusable_widgets</code></em> :</span></p></td>
|
1399
|
-
<td>location
|
1400
|
-
to store the focus chain of the
|
1401
|
-
container, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. You should free this list
|
1402
|
-
using <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a> when you are done with it, however
|
1403
|
-
no additional reference count is added to the
|
1404
|
-
individual widgets in the focus chain. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkWidget][<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span>
|
1325
|
+
<td> location
|
1326
|
+
to store the focus chain of the
|
1327
|
+
container, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. You should free this list
|
1328
|
+
using <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a> when you are done with it, however
|
1329
|
+
no additional reference count is added to the
|
1330
|
+
individual widgets in the focus chain. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkWidget][<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym> GtkWidget][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym> GtkWidget]</span>
|
1405
1331
|
</td>
|
1406
1332
|
</tr>
|
1407
1333
|
<tr>
|
1408
1334
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1409
|
-
<td>
|
1410
|
-
|
1411
|
-
|
1335
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the focus chain of the container
|
1336
|
+
has been set explicitly.
|
1337
|
+
</td>
|
1412
1338
|
</tr>
|
1413
1339
|
</tbody>
|
1414
1340
|
</table></div>
|
1415
1341
|
</div>
|
1416
1342
|
<hr>
|
1417
|
-
<div class="refsect2">
|
1343
|
+
<div class="refsect2" title="gtk_container_set_focus_chain ()">
|
1418
1344
|
<a name="gtk-container-set-focus-chain"></a><h3>gtk_container_set_focus_chain ()</h3>
|
1419
1345
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_set_focus_chain (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
1420
1346
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *focusable_widgets</code></em>);</pre>
|
@@ -1438,14 +1364,15 @@ when the focus chain is actually traversed.
|
|
1438
1364
|
</tr>
|
1439
1365
|
<tr>
|
1440
1366
|
<td><p><span class="term"><em class="parameter"><code>focusable_widgets</code></em> :</span></p></td>
|
1441
|
-
<td>
|
1367
|
+
<td>
|
1368
|
+
the new focus chain. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkWidget]</span>
|
1442
1369
|
</td>
|
1443
1370
|
</tr>
|
1444
1371
|
</tbody>
|
1445
1372
|
</table></div>
|
1446
1373
|
</div>
|
1447
1374
|
<hr>
|
1448
|
-
<div class="refsect2">
|
1375
|
+
<div class="refsect2" title="gtk_container_unset_focus_chain ()">
|
1449
1376
|
<a name="gtk-container-unset-focus-chain"></a><h3>gtk_container_unset_focus_chain ()</h3>
|
1450
1377
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_unset_focus_chain (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>);</pre>
|
1451
1378
|
<p>
|
@@ -1461,9 +1388,9 @@ Removes a focus chain explicitly set with <a class="link" href="GtkContainer.htm
|
|
1461
1388
|
</table></div>
|
1462
1389
|
</div>
|
1463
1390
|
<hr>
|
1464
|
-
<div class="refsect2">
|
1391
|
+
<div class="refsect2" title="gtk_container_class_find_child_property ()">
|
1465
1392
|
<a name="gtk-container-class-find-child-property"></a><h3>gtk_container_class_find_child_property ()</h3>
|
1466
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a
|
1393
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a>* gtk_container_class_find_child_property
|
1467
1394
|
(<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> *cclass</code></em>,
|
1468
1395
|
<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> *property_name</code></em>);</pre>
|
1469
1396
|
<p>
|
@@ -1474,24 +1401,25 @@ Finds a child property of a container class by name.
|
|
1474
1401
|
<tbody>
|
1475
1402
|
<tr>
|
1476
1403
|
<td><p><span class="term"><em class="parameter"><code>cclass</code></em> :</span></p></td>
|
1477
|
-
<td>a <span class="type">GtkContainerClass</span
|
1404
|
+
<td>a <span class="type">GtkContainerClass</span>
|
1478
1405
|
</td>
|
1479
1406
|
</tr>
|
1480
1407
|
<tr>
|
1481
1408
|
<td><p><span class="term"><em class="parameter"><code>property_name</code></em> :</span></p></td>
|
1482
|
-
<td>the name of the child property to find
|
1409
|
+
<td>the name of the child property to find
|
1410
|
+
</td>
|
1483
1411
|
</tr>
|
1484
1412
|
<tr>
|
1485
1413
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1486
|
-
<td>the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> of the child property or
|
1487
|
-
|
1414
|
+
<td> the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> of the child property 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>class</code></em> has no
|
1415
|
+
child property with that name. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1488
1416
|
</td>
|
1489
1417
|
</tr>
|
1490
1418
|
</tbody>
|
1491
1419
|
</table></div>
|
1492
1420
|
</div>
|
1493
1421
|
<hr>
|
1494
|
-
<div class="refsect2">
|
1422
|
+
<div class="refsect2" title="gtk_container_class_install_child_property ()">
|
1495
1423
|
<a name="gtk-container-class-install-child-property"></a><h3>gtk_container_class_install_child_property ()</h3>
|
1496
1424
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_class_install_child_property
|
1497
1425
|
(<em class="parameter"><code><span class="type">GtkContainerClass</span> *cclass</code></em>,
|
@@ -1510,19 +1438,21 @@ Installs a child property on a container class.
|
|
1510
1438
|
</tr>
|
1511
1439
|
<tr>
|
1512
1440
|
<td><p><span class="term"><em class="parameter"><code>property_id</code></em> :</span></p></td>
|
1513
|
-
<td>the id for the property
|
1441
|
+
<td>the id for the property
|
1442
|
+
</td>
|
1514
1443
|
</tr>
|
1515
1444
|
<tr>
|
1516
1445
|
<td><p><span class="term"><em class="parameter"><code>pspec</code></em> :</span></p></td>
|
1517
|
-
<td>the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> for the property
|
1446
|
+
<td>the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> for the property
|
1447
|
+
</td>
|
1518
1448
|
</tr>
|
1519
1449
|
</tbody>
|
1520
1450
|
</table></div>
|
1521
1451
|
</div>
|
1522
1452
|
<hr>
|
1523
|
-
<div class="refsect2">
|
1453
|
+
<div class="refsect2" title="gtk_container_class_list_child_properties ()">
|
1524
1454
|
<a name="gtk-container-class-list-child-properties"></a><h3>gtk_container_class_list_child_properties ()</h3>
|
1525
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a
|
1455
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a>** gtk_container_class_list_child_properties
|
1526
1456
|
(<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> *cclass</code></em>,
|
1527
1457
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *n_properties</code></em>);</pre>
|
1528
1458
|
<p>
|
@@ -1533,27 +1463,27 @@ Returns all child properties of a container class.
|
|
1533
1463
|
<tbody>
|
1534
1464
|
<tr>
|
1535
1465
|
<td><p><span class="term"><em class="parameter"><code>cclass</code></em> :</span></p></td>
|
1536
|
-
<td>a <span class="type">GtkContainerClass</span
|
1466
|
+
<td>a <span class="type">GtkContainerClass</span>
|
1537
1467
|
</td>
|
1538
1468
|
</tr>
|
1539
1469
|
<tr>
|
1540
1470
|
<td><p><span class="term"><em class="parameter"><code>n_properties</code></em> :</span></p></td>
|
1541
|
-
<td>location to return the number of child properties found
|
1471
|
+
<td>location to return the number of child properties found
|
1472
|
+
</td>
|
1542
1473
|
</tr>
|
1543
1474
|
<tr>
|
1544
1475
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1545
|
-
<td>a newly
|
1546
|
-
|
1547
|
-
The array must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_properties][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span>
|
1476
|
+
<td>a newly allocated <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a>*.
|
1477
|
+
The array must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.
|
1548
1478
|
</td>
|
1549
1479
|
</tr>
|
1550
1480
|
</tbody>
|
1551
1481
|
</table></div>
|
1552
1482
|
</div>
|
1553
1483
|
</div>
|
1554
|
-
<div class="refsect1">
|
1484
|
+
<div class="refsect1" title="Property Details">
|
1555
1485
|
<a name="GtkContainer.property-details"></a><h2>Property Details</h2>
|
1556
|
-
<div class="refsect2">
|
1486
|
+
<div class="refsect2" title='The "border-width" property'>
|
1557
1487
|
<a name="GtkContainer--border-width"></a><h3>The <code class="literal">"border-width"</code> property</h3>
|
1558
1488
|
<pre class="programlisting"> "border-width" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
|
1559
1489
|
<p>The width of the empty border outside the containers children.</p>
|
@@ -1561,26 +1491,26 @@ The array must be freed with <a href="http://library.gnome.org/devel/glib/unstab
|
|
1561
1491
|
<p>Default value: 0</p>
|
1562
1492
|
</div>
|
1563
1493
|
<hr>
|
1564
|
-
<div class="refsect2">
|
1494
|
+
<div class="refsect2" title='The "child" property'>
|
1565
1495
|
<a name="GtkContainer--child"></a><h3>The <code class="literal">"child"</code> property</h3>
|
1566
1496
|
<pre class="programlisting"> "child" <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>* : Write</pre>
|
1567
1497
|
<p>Can be used to add a new child to the container.</p>
|
1568
1498
|
</div>
|
1569
1499
|
<hr>
|
1570
|
-
<div class="refsect2">
|
1500
|
+
<div class="refsect2" title='The "resize-mode" property'>
|
1571
1501
|
<a name="GtkContainer--resize-mode"></a><h3>The <code class="literal">"resize-mode"</code> property</h3>
|
1572
1502
|
<pre class="programlisting"> "resize-mode" <a class="link" href="gtk-Standard-Enumerations.html#GtkResizeMode" title="enum GtkResizeMode"><span class="type">GtkResizeMode</span></a> : Read / Write</pre>
|
1573
1503
|
<p>Specify how resize events are handled.</p>
|
1574
1504
|
<p>Default value: GTK_RESIZE_PARENT</p>
|
1575
1505
|
</div>
|
1576
1506
|
</div>
|
1577
|
-
<div class="refsect1">
|
1507
|
+
<div class="refsect1" title="Signal Details">
|
1578
1508
|
<a name="GtkContainer.signal-details"></a><h2>Signal Details</h2>
|
1579
|
-
<div class="refsect2">
|
1509
|
+
<div class="refsect2" title='The "add" signal'>
|
1580
1510
|
<a name="GtkContainer-add"></a><h3>The <code class="literal">"add"</code> signal</h3>
|
1581
1511
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container,
|
1582
1512
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
1583
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
1513
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
|
1584
1514
|
<p>
|
1585
1515
|
</p>
|
1586
1516
|
<div class="variablelist"><table border="0">
|
@@ -1588,7 +1518,13 @@ The array must be freed with <a href="http://library.gnome.org/devel/glib/unstab
|
|
1588
1518
|
<tbody>
|
1589
1519
|
<tr>
|
1590
1520
|
<td><p><span class="term"><em class="parameter"><code>container</code></em> :</span></p></td>
|
1591
|
-
<td>the object which received the signal
|
1521
|
+
<td>the object which received the signal.
|
1522
|
+
</td>
|
1523
|
+
</tr>
|
1524
|
+
<tr>
|
1525
|
+
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
1526
|
+
<td>
|
1527
|
+
</td>
|
1592
1528
|
</tr>
|
1593
1529
|
<tr>
|
1594
1530
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1598,10 +1534,10 @@ The array must be freed with <a href="http://library.gnome.org/devel/glib/unstab
|
|
1598
1534
|
</table></div>
|
1599
1535
|
</div>
|
1600
1536
|
<hr>
|
1601
|
-
<div class="refsect2">
|
1537
|
+
<div class="refsect2" title='The "check-resize" signal'>
|
1602
1538
|
<a name="GtkContainer-check-resize"></a><h3>The <code class="literal">"check-resize"</code> signal</h3>
|
1603
1539
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container,
|
1604
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
1540
|
+
<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>
|
1605
1541
|
<p>
|
1606
1542
|
</p>
|
1607
1543
|
<div class="variablelist"><table border="0">
|
@@ -1609,7 +1545,8 @@ The array must be freed with <a href="http://library.gnome.org/devel/glib/unstab
|
|
1609
1545
|
<tbody>
|
1610
1546
|
<tr>
|
1611
1547
|
<td><p><span class="term"><em class="parameter"><code>container</code></em> :</span></p></td>
|
1612
|
-
<td>the object which received the signal
|
1548
|
+
<td>the object which received the signal.
|
1549
|
+
</td>
|
1613
1550
|
</tr>
|
1614
1551
|
<tr>
|
1615
1552
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1619,11 +1556,11 @@ The array must be freed with <a href="http://library.gnome.org/devel/glib/unstab
|
|
1619
1556
|
</table></div>
|
1620
1557
|
</div>
|
1621
1558
|
<hr>
|
1622
|
-
<div class="refsect2">
|
1559
|
+
<div class="refsect2" title='The "remove" signal'>
|
1623
1560
|
<a name="GtkContainer-remove"></a><h3>The <code class="literal">"remove"</code> signal</h3>
|
1624
1561
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container,
|
1625
1562
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
1626
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
1563
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
|
1627
1564
|
<p>
|
1628
1565
|
</p>
|
1629
1566
|
<div class="variablelist"><table border="0">
|
@@ -1631,7 +1568,13 @@ The array must be freed with <a href="http://library.gnome.org/devel/glib/unstab
|
|
1631
1568
|
<tbody>
|
1632
1569
|
<tr>
|
1633
1570
|
<td><p><span class="term"><em class="parameter"><code>container</code></em> :</span></p></td>
|
1634
|
-
<td>the object which received the signal
|
1571
|
+
<td>the object which received the signal.
|
1572
|
+
</td>
|
1573
|
+
</tr>
|
1574
|
+
<tr>
|
1575
|
+
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
1576
|
+
<td>
|
1577
|
+
</td>
|
1635
1578
|
</tr>
|
1636
1579
|
<tr>
|
1637
1580
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1641,11 +1584,11 @@ The array must be freed with <a href="http://library.gnome.org/devel/glib/unstab
|
|
1641
1584
|
</table></div>
|
1642
1585
|
</div>
|
1643
1586
|
<hr>
|
1644
|
-
<div class="refsect2">
|
1587
|
+
<div class="refsect2" title='The "set-focus-child" signal'>
|
1645
1588
|
<a name="GtkContainer-set-focus-child"></a><h3>The <code class="literal">"set-focus-child"</code> signal</h3>
|
1646
1589
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container,
|
1647
1590
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
1648
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
1591
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
|
1649
1592
|
<p>
|
1650
1593
|
</p>
|
1651
1594
|
<div class="variablelist"><table border="0">
|
@@ -1653,7 +1596,13 @@ The array must be freed with <a href="http://library.gnome.org/devel/glib/unstab
|
|
1653
1596
|
<tbody>
|
1654
1597
|
<tr>
|
1655
1598
|
<td><p><span class="term"><em class="parameter"><code>container</code></em> :</span></p></td>
|
1656
|
-
<td>the object which received the signal
|
1599
|
+
<td>the object which received the signal.
|
1600
|
+
</td>
|
1601
|
+
</tr>
|
1602
|
+
<tr>
|
1603
|
+
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
1604
|
+
<td>
|
1605
|
+
</td>
|
1657
1606
|
</tr>
|
1658
1607
|
<tr>
|
1659
1608
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1666,6 +1615,6 @@ The array must be freed with <a href="http://library.gnome.org/devel/glib/unstab
|
|
1666
1615
|
</div>
|
1667
1616
|
<div class="footer">
|
1668
1617
|
<hr>
|
1669
|
-
Generated by GTK-Doc V1.
|
1618
|
+
Generated by GTK-Doc V1.15</div>
|
1670
1619
|
</body>
|
1671
1620
|
</html>
|