gtk2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +22 -0
- data/ext/gtk2/rbgtkwindow.c +3 -1
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/sample/gtk-demo/cairo-operator.rb +1 -1
- data/sample/misc/bindings.rb +1 -1
- data/sample/misc/cairo-pong.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +29 -2
- 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 +2 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +7 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +7 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +1 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +13 -9
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +5 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +16 -6
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +1 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +14 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +3 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +77 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +5 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +6 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +2 -1
- 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.22.1-1_win32.mft → gtk+-dev_2.24.0-1_win32.mft} +9 -6
- data/vendor/local/manifest/{gtk+_2.22.1-1_win32.mft → gtk+_2.24.0-1_win32.mft} +2 -6
- data/vendor/local/share/doc/{gtk+-2.22.1 → gtk+-2.24.0}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.22.1 → gtk+-dev-2.24.0}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +0 -21
- 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 +60 -94
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +44 -58
- 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 +2 -1
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +151 -208
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +33 -37
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +180 -239
- 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 +135 -5
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +83 -47
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +20 -23
- 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 +81 -39
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +135 -199
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +71 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +161 -200
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +293 -409
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +320 -435
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +109 -141
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +155 -234
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +143 -217
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +103 -124
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +168 -250
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +90 -131
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +143 -191
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +35 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +162 -195
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +85 -112
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +79 -137
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +144 -176
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +188 -235
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +97 -134
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +22 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +44 -70
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +83 -108
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +653 -744
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +476 -490
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +53 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +85 -76
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +10 -1
- 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 +2 -1
- 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 +193 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +38 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +169 -236
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +175 -258
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +46 -50
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +78 -114
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +52 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +30 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +36 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +97 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +95 -120
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +86 -117
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +96 -137
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +152 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +59 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +615 -895
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +520 -1791
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +125 -163
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +33 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +60 -87
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +106 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +35 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +27 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +23 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +69 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +45 -54
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +57 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +53 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +104 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +29 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +63 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +344 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +57 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +301 -0
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +311 -260
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +61 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +97 -121
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +21 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +68 -88
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +360 -470
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +71 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +130 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +33 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +76 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +331 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +64 -89
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +30 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +21 -26
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +102 -146
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +38 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +60 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +66 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +52 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +51 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +29 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +30 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +65 -101
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +55 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +140 -182
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +184 -248
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +321 -447
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +174 -195
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +67 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +32 -37
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +33 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +36 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +179 -272
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +197 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +68 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +51 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +130 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +80 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +138 -168
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +177 -221
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +41 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +112 -145
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +86 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +73 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +33 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +396 -452
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +148 -206
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +21 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +80 -165
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +56 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +115 -160
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +94 -134
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkPaperSize.html → GtkPaperSize.html} +204 -252
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +34 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +51 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +109 -136
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +38 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +53 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +265 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +100 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +80 -111
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +91 -108
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +42 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +86 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +63 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +33 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +218 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +34 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +135 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +27 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +63 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +202 -269
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +83 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +61 -72
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +64 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +93 -143
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +24 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +129 -259
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +38 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +44 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +132 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +190 -254
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +60 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +546 -928
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +94 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +97 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +494 -656
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkTextIter.html → GtkTextIter.html} +664 -806
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +41 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +164 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +84 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +340 -425
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +43 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +59 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +32 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +74 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +133 -166
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +84 -103
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +116 -139
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +42 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +249 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +60 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +105 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +46 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +428 -557
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +95 -126
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +63 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +123 -171
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +53 -62
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +170 -199
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +565 -863
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +203 -282
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +125 -189
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +27 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +31 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +24 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1278 -1579
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +380 -532
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +21 -39
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +6 -3
- 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 +17 -11
- 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-24.html +117 -0
- 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 +236 -45
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +469 -385
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +15 -4
- 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 +69 -124
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +149 -211
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +189 -293
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +175 -246
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +35 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +41 -47
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +270 -318
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +16 -22
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +75 -82
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +221 -289
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +142 -232
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +150 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +328 -408
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +190 -306
- 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 +152 -158
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +85 -136
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +204 -239
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +271 -343
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +18 -11
- 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 +63 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +58 -75
- 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 +5 -10
- 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 +39 -31
- 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 +445 -412
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +488 -455
- 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 +8 -5
- 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 +10 -6
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +194 -142
- 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 +2 -1
- 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/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.24.0-1_win32.log +4934 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.22.1-1_win32.sh → gtk+_2.24.0-1_win32.sh} +2 -2
- metadata +26 -33
- data/ext/gtk2/Makefile +0 -169
- data/ext/gtk2/rbgdkkeysyms.h +0 -2174
- data/ext/gtk2/rbgtkinits.c +0 -473
- data/ext/gtk2/ruby-gtk2.pc +0 -3
- 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/src/tml/packaging/gtk+_2.22.1-1_win32.log +0 -5048
@@ -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.16.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -27,14 +27,12 @@
|
|
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
|
-
|
|
32
30
|
<a href="#GtkContainer.properties" class="shortcut">Properties</a>
|
33
31
|
|
|
34
32
|
<a href="#GtkContainer.signals" class="shortcut">Signals</a>
|
35
33
|
</td></tr>
|
36
34
|
</table>
|
37
|
-
<div class="refentry"
|
35
|
+
<div class="refentry">
|
38
36
|
<a name="GtkContainer"></a><div class="titlepage"></div>
|
39
37
|
<div class="refnamediv"><table width="100%"><tr>
|
40
38
|
<td valign="top">
|
@@ -43,12 +41,23 @@
|
|
43
41
|
</td>
|
44
42
|
<td valign="top" align="right"></td>
|
45
43
|
</tr></table></div>
|
46
|
-
<div class="refsynopsisdiv"
|
44
|
+
<div class="refsynopsisdiv">
|
47
45
|
<a name="GtkContainer.synopsis"></a><h2>Synopsis</h2>
|
48
|
-
<pre class="synopsis">
|
46
|
+
<a name="GtkComboBoxText"></a><pre class="synopsis">
|
49
47
|
#include <gtk/gtk.h>
|
50
48
|
|
51
|
-
|
49
|
+
struct <a class="link" href="GtkComboBoxText.html#GtkComboBoxText-struct" title="struct GtkComboBoxText">GtkComboBoxText</a>;
|
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>;
|
52
61
|
#define <a class="link" href="GtkContainer.html#GTK-IS-RESIZE-CONTAINER:CAPS" title="GTK_IS_RESIZE_CONTAINER()">GTK_IS_RESIZE_CONTAINER</a> (widget)
|
53
62
|
#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,
|
54
63
|
property_id,
|
@@ -75,7 +84,7 @@
|
|
75
84
|
<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>,
|
76
85
|
<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>);
|
77
86
|
#define <a class="link" href="GtkContainer.html#gtk-container-children" title="gtk_container_children">gtk_container_children</a>
|
78
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a
|
87
|
+
<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>);
|
79
88
|
<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>
|
80
89
|
(<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
81
90
|
<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>);
|
@@ -128,19 +137,19 @@
|
|
128
137
|
<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>,
|
129
138
|
<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>);
|
130
139
|
<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>);
|
131
|
-
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a
|
140
|
+
<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>
|
132
141
|
(<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>,
|
133
142
|
<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>);
|
134
143
|
<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>
|
135
144
|
(<em class="parameter"><code><span class="type">GtkContainerClass</span> *cclass</code></em>,
|
136
145
|
<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>,
|
137
146
|
<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>);
|
138
|
-
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a
|
147
|
+
<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>
|
139
148
|
(<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>,
|
140
149
|
<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>);
|
141
150
|
</pre>
|
142
151
|
</div>
|
143
|
-
<div class="refsect1"
|
152
|
+
<div class="refsect1">
|
144
153
|
<a name="GtkContainer.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
145
154
|
<pre class="synopsis">
|
146
155
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -168,13 +177,7 @@
|
|
168
177
|
+----<a class="link" href="GtkTreeView.html" title="GtkTreeView">GtkTreeView</a>
|
169
178
|
</pre>
|
170
179
|
</div>
|
171
|
-
<div class="refsect1"
|
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">
|
180
|
+
<div class="refsect1">
|
178
181
|
<a name="GtkContainer.properties"></a><h2>Properties</h2>
|
179
182
|
<pre class="synopsis">
|
180
183
|
"<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
|
@@ -182,16 +185,16 @@ GtkContainer implements
|
|
182
185
|
"<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
|
183
186
|
</pre>
|
184
187
|
</div>
|
185
|
-
<div class="refsect1"
|
188
|
+
<div class="refsect1">
|
186
189
|
<a name="GtkContainer.signals"></a><h2>Signals</h2>
|
187
190
|
<pre class="synopsis">
|
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
|
191
|
+
"<a class="link" href="GtkContainer.html#GtkContainer-add" title='The "add" signal'>add</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
|
192
|
+
"<a class="link" href="GtkContainer.html#GtkContainer-check-resize" title='The "check-resize" signal'>check-resize</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
193
|
+
"<a class="link" href="GtkContainer.html#GtkContainer-remove" title='The "remove" signal'>remove</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
|
194
|
+
"<a class="link" href="GtkContainer.html#GtkContainer-set-focus-child" title='The "set-focus-child" signal'>set-focus-child</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
|
192
195
|
</pre>
|
193
196
|
</div>
|
194
|
-
<div class="refsect1"
|
197
|
+
<div class="refsect1">
|
195
198
|
<a name="GtkContainer.description"></a><h2>Description</h2>
|
196
199
|
<p>
|
197
200
|
A GTK+ user interface is constructed by nesting widgets inside widgets.
|
@@ -225,11 +228,11 @@ with its parent and its children. This negotiation is carried out in two
|
|
225
228
|
phases, <em class="firstterm">size requisition</em> and <em class="firstterm">size
|
226
229
|
allocation</em>.
|
227
230
|
</p>
|
228
|
-
<div class="refsect2"
|
231
|
+
<div class="refsect2">
|
229
232
|
<a name="size-requisition"></a><h3>Size Requisition</h3>
|
230
233
|
<p>
|
231
234
|
The size requisition of a widget is it's desired width and height.
|
232
|
-
This is represented by a <a class="link" href="GtkWidget.html#GtkRequisition"
|
235
|
+
This is represented by a <a class="link" href="GtkWidget.html#GtkRequisition"><span class="type">GtkRequisition</span></a>.
|
233
236
|
</p>
|
234
237
|
<p>
|
235
238
|
How a widget determines its desired size depends on the widget.
|
@@ -247,7 +250,7 @@ back from its child.
|
|
247
250
|
</p>
|
248
251
|
</div>
|
249
252
|
<hr>
|
250
|
-
<div class="refsect2"
|
253
|
+
<div class="refsect2">
|
251
254
|
<a name="size-allocation"></a><h3>Size Allocation</h3>
|
252
255
|
<p>
|
253
256
|
When the top-level widget has determined how much space its child would like
|
@@ -273,7 +276,7 @@ request is only a request, and widgets must be able to cope with any size.
|
|
273
276
|
</p>
|
274
277
|
</div>
|
275
278
|
<hr>
|
276
|
-
<div class="refsect2"
|
279
|
+
<div class="refsect2">
|
277
280
|
<a name="child-properties"></a><h3>Child properties</h3>
|
278
281
|
<p>
|
279
282
|
<span class="structname">GtkContainer</span> introduces <em class="firstterm">child
|
@@ -297,7 +300,7 @@ changes, use <a class="link" href="GtkWidget.html#gtk-widget-child-notify" title
|
|
297
300
|
</p>
|
298
301
|
</div>
|
299
302
|
<hr>
|
300
|
-
<div class="refsect2"
|
303
|
+
<div class="refsect2">
|
301
304
|
<a name="GtkContainer-BUILDER-UI"></a><h3>GtkContainer as GtkBuildable</h3>
|
302
305
|
<p>
|
303
306
|
The GtkContainer implementation of the GtkBuildable interface
|
@@ -306,7 +309,7 @@ contain multiple <property> elements that specify
|
|
306
309
|
child properties for the child.
|
307
310
|
</p>
|
308
311
|
<div class="example">
|
309
|
-
<a name="
|
312
|
+
<a name="id1237708"></a><p class="title"><b>Example 55. Child properties in UI definitions</b></p>
|
310
313
|
<div class="example-contents">
|
311
314
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
312
315
|
<tbody>
|
@@ -340,32 +343,171 @@ for regular properties.
|
|
340
343
|
</p>
|
341
344
|
</div>
|
342
345
|
</div>
|
343
|
-
<div class="refsect1"
|
346
|
+
<div class="refsect1">
|
344
347
|
<a name="GtkContainer.details"></a><h2>Details</h2>
|
345
|
-
<div class="refsect2"
|
346
|
-
<a name="
|
347
|
-
<pre class="programlisting">
|
348
|
+
<div class="refsect2">
|
349
|
+
<a name="GtkComboBoxText-struct"></a><h3>struct GtkComboBoxText</h3>
|
350
|
+
<pre class="programlisting">struct GtkComboBoxText;</pre>
|
348
351
|
<p>
|
349
352
|
</p>
|
350
353
|
</div>
|
351
354
|
<hr>
|
352
|
-
<div class="refsect2"
|
353
|
-
<a name="
|
354
|
-
<pre class="programlisting"
|
355
|
-
</pre>
|
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>
|
356
358
|
<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>.
|
357
361
|
</p>
|
358
362
|
<div class="variablelist"><table border="0">
|
359
363
|
<col align="left" valign="top">
|
360
364
|
<tbody><tr>
|
361
|
-
<td><p><span class="term"><
|
362
|
-
<td>
|
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
|
+
</div>
|
372
|
+
<hr>
|
373
|
+
<div class="refsect2">
|
374
|
+
<a name="gtk-combo-box-text-new-with-entry"></a><h3>gtk_combo_box_text_new_with_entry ()</h3>
|
375
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_combo_box_text_new_with_entry (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
376
|
+
<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
|
+
</p>
|
380
|
+
<div class="variablelist"><table border="0">
|
381
|
+
<col align="left" valign="top">
|
382
|
+
<tbody><tr>
|
383
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
384
|
+
<td>a new <a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a>
|
363
385
|
</td>
|
364
386
|
</tr></tbody>
|
365
387
|
</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>
|
366
413
|
</div>
|
367
414
|
<hr>
|
368
|
-
<div class="refsect2"
|
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">
|
369
511
|
<a name="GTK-CONTAINER-WARN-INVALID-CHILD-PROPERTY-ID:CAPS"></a><h3>GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID()</h3>
|
370
512
|
<pre class="programlisting">#define GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID(object, property_id, pspec)</pre>
|
371
513
|
<p>
|
@@ -377,29 +519,26 @@ properties in <code class="function">set_child_property()</code> and <code class
|
|
377
519
|
<tbody>
|
378
520
|
<tr>
|
379
521
|
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
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
|
-
|
382
|
-
</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</td>
|
383
524
|
</tr>
|
384
525
|
<tr>
|
385
526
|
<td><p><span class="term"><em class="parameter"><code>property_id</code></em> :</span></p></td>
|
386
|
-
<td>the numeric id of the property
|
387
|
-
</td>
|
527
|
+
<td>the numeric id of the property</td>
|
388
528
|
</tr>
|
389
529
|
<tr>
|
390
530
|
<td><p><span class="term"><em class="parameter"><code>pspec</code></em> :</span></p></td>
|
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>
|
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</td>
|
393
532
|
</tr>
|
394
533
|
</tbody>
|
395
534
|
</table></div>
|
396
535
|
</div>
|
397
536
|
<hr>
|
398
|
-
<div class="refsect2"
|
537
|
+
<div class="refsect2">
|
399
538
|
<a name="gtk-container-border-width"></a><h3>gtk_container_border_width</h3>
|
400
539
|
<pre class="programlisting">#define gtk_container_border_width gtk_container_set_border_width
|
401
540
|
</pre>
|
402
|
-
<div class="warning"
|
541
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
403
542
|
<h3 class="title">Warning</h3>
|
404
543
|
<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>
|
405
544
|
</div>
|
@@ -408,7 +547,7 @@ Does the same as <a class="link" href="GtkContainer.html#gtk-container-set-borde
|
|
408
547
|
</p>
|
409
548
|
</div>
|
410
549
|
<hr>
|
411
|
-
<div class="refsect2"
|
550
|
+
<div class="refsect2">
|
412
551
|
<a name="gtk-container-add"></a><h3>gtk_container_add ()</h3>
|
413
552
|
<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>,
|
414
553
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
@@ -439,7 +578,7 @@ you can't place the same widget inside two different containers.
|
|
439
578
|
</table></div>
|
440
579
|
</div>
|
441
580
|
<hr>
|
442
|
-
<div class="refsect2"
|
581
|
+
<div class="refsect2">
|
443
582
|
<a name="gtk-container-remove"></a><h3>gtk_container_remove ()</h3>
|
444
583
|
<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>,
|
445
584
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
@@ -471,7 +610,7 @@ container and help break any circular reference count cycles.
|
|
471
610
|
</table></div>
|
472
611
|
</div>
|
473
612
|
<hr>
|
474
|
-
<div class="refsect2"
|
613
|
+
<div class="refsect2">
|
475
614
|
<a name="gtk-container-add-with-properties"></a><h3>gtk_container_add_with_properties ()</h3>
|
476
615
|
<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>,
|
477
616
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
@@ -486,30 +625,29 @@ See <a class="link" href="GtkContainer.html#gtk-container-add" title="gtk_contai
|
|
486
625
|
<tbody>
|
487
626
|
<tr>
|
488
627
|
<td><p><span class="term"><em class="parameter"><code>container</code></em> :</span></p></td>
|
489
|
-
<td>a <a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a>
|
628
|
+
<td>a <a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a>
|
490
629
|
</td>
|
491
630
|
</tr>
|
492
631
|
<tr>
|
493
632
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
494
|
-
<td>a widget to be placed inside <em class="parameter"><code>container</code></em>
|
633
|
+
<td>a widget to be placed inside <em class="parameter"><code>container</code></em>
|
495
634
|
</td>
|
496
635
|
</tr>
|
497
636
|
<tr>
|
498
637
|
<td><p><span class="term"><em class="parameter"><code>first_prop_name</code></em> :</span></p></td>
|
499
|
-
<td>the name of the first child property to set
|
500
|
-
</td>
|
638
|
+
<td>the name of the first child property to set</td>
|
501
639
|
</tr>
|
502
640
|
<tr>
|
503
641
|
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
504
642
|
<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
|
505
|
-
|
643
|
+
with <em class="parameter"><code>first_prop_name</code></em>
|
506
644
|
</td>
|
507
645
|
</tr>
|
508
646
|
</tbody>
|
509
647
|
</table></div>
|
510
648
|
</div>
|
511
649
|
<hr>
|
512
|
-
<div class="refsect2"
|
650
|
+
<div class="refsect2">
|
513
651
|
<a name="gtk-container-get-resize-mode"></a><h3>gtk_container_get_resize_mode ()</h3>
|
514
652
|
<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>
|
515
653
|
<p>
|
@@ -526,14 +664,13 @@ Returns the resize mode for the container. See
|
|
526
664
|
</tr>
|
527
665
|
<tr>
|
528
666
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
529
|
-
<td>
|
530
|
-
</td>
|
667
|
+
<td>the current resize mode</td>
|
531
668
|
</tr>
|
532
669
|
</tbody>
|
533
670
|
</table></div>
|
534
671
|
</div>
|
535
672
|
<hr>
|
536
|
-
<div class="refsect2"
|
673
|
+
<div class="refsect2">
|
537
674
|
<a name="gtk-container-set-resize-mode"></a><h3>gtk_container_set_resize_mode ()</h3>
|
538
675
|
<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>,
|
539
676
|
<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>
|
@@ -555,29 +692,20 @@ or executed immediately.
|
|
555
692
|
</tr>
|
556
693
|
<tr>
|
557
694
|
<td><p><span class="term"><em class="parameter"><code>resize_mode</code></em> :</span></p></td>
|
558
|
-
<td>the new resize mode
|
559
|
-
</td>
|
695
|
+
<td>the new resize mode</td>
|
560
696
|
</tr>
|
561
697
|
</tbody>
|
562
698
|
</table></div>
|
563
699
|
</div>
|
564
700
|
<hr>
|
565
|
-
<div class="refsect2"
|
701
|
+
<div class="refsect2">
|
566
702
|
<a name="gtk-container-check-resize"></a><h3>gtk_container_check_resize ()</h3>
|
567
703
|
<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>
|
568
704
|
<p>
|
569
705
|
</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>
|
578
706
|
</div>
|
579
707
|
<hr>
|
580
|
-
<div class="refsect2"
|
708
|
+
<div class="refsect2">
|
581
709
|
<a name="gtk-container-foreach"></a><h3>gtk_container_foreach ()</h3>
|
582
710
|
<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>,
|
583
711
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkCallback" title="GtkCallback ()"><span class="type">GtkCallback</span></a> callback</code></em>,
|
@@ -598,68 +726,37 @@ Invokes <em class="parameter"><code>callback</code></em> on each non-internal ch
|
|
598
726
|
</tr>
|
599
727
|
<tr>
|
600
728
|
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
|
601
|
-
<td>a callback
|
729
|
+
<td>a callback. <span class="annotation">[<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>]</span>
|
602
730
|
</td>
|
603
731
|
</tr>
|
604
732
|
<tr>
|
605
733
|
<td><p><span class="term"><em class="parameter"><code>callback_data</code></em> :</span></p></td>
|
606
|
-
<td>callback user data
|
607
|
-
</td>
|
734
|
+
<td>callback user data</td>
|
608
735
|
</tr>
|
609
736
|
</tbody>
|
610
737
|
</table></div>
|
611
738
|
</div>
|
612
739
|
<hr>
|
613
|
-
<div class="refsect2"
|
740
|
+
<div class="refsect2">
|
614
741
|
<a name="gtk-container-foreach-full"></a><h3>gtk_container_foreach_full ()</h3>
|
615
742
|
<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>,
|
616
743
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkCallback" title="GtkCallback ()"><span class="type">GtkCallback</span></a> callback</code></em>,
|
617
744
|
<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
|
618
745
|
<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>,
|
619
746
|
<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>
|
620
|
-
<div class="warning"
|
747
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
621
748
|
<h3 class="title">Warning</h3>
|
622
749
|
<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>
|
623
750
|
</div>
|
624
751
|
<p>
|
625
752
|
</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>
|
656
753
|
</div>
|
657
754
|
<hr>
|
658
|
-
<div class="refsect2"
|
755
|
+
<div class="refsect2">
|
659
756
|
<a name="gtk-container-children"></a><h3>gtk_container_children</h3>
|
660
757
|
<pre class="programlisting">#define gtk_container_children gtk_container_get_children
|
661
758
|
</pre>
|
662
|
-
<div class="warning"
|
759
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
663
760
|
<h3 class="title">Warning</h3>
|
664
761
|
<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>
|
665
762
|
</div>
|
@@ -668,9 +765,9 @@ Does the same as <a class="link" href="GtkContainer.html#gtk-container-get-child
|
|
668
765
|
</p>
|
669
766
|
</div>
|
670
767
|
<hr>
|
671
|
-
<div class="refsect2"
|
768
|
+
<div class="refsect2">
|
672
769
|
<a name="gtk-container-get-children"></a><h3>gtk_container_get_children ()</h3>
|
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
|
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> * 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>
|
674
771
|
<p>
|
675
772
|
Returns the container's non-internal children. See
|
676
773
|
<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.
|
@@ -685,14 +782,14 @@ Returns the container's non-internal children. See
|
|
685
782
|
</tr>
|
686
783
|
<tr>
|
687
784
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
688
|
-
<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>
|
689
786
|
</td>
|
690
787
|
</tr>
|
691
788
|
</tbody>
|
692
789
|
</table></div>
|
693
790
|
</div>
|
694
791
|
<hr>
|
695
|
-
<div class="refsect2"
|
792
|
+
<div class="refsect2">
|
696
793
|
<a name="gtk-container-set-reallocate-redraws"></a><h3>gtk_container_set_reallocate_redraws ()</h3>
|
697
794
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_set_reallocate_redraws
|
698
795
|
(<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
|
@@ -714,14 +811,13 @@ redrawn if any of their children changed allocation.
|
|
714
811
|
</tr>
|
715
812
|
<tr>
|
716
813
|
<td><p><span class="term"><em class="parameter"><code>needs_redraws</code></em> :</span></p></td>
|
717
|
-
<td>the new value for the container's <em class="parameter"><code>reallocate_redraws</code></em> flag
|
718
|
-
</td>
|
814
|
+
<td>the new value for the container's <em class="parameter"><code>reallocate_redraws</code></em> flag</td>
|
719
815
|
</tr>
|
720
816
|
</tbody>
|
721
817
|
</table></div>
|
722
818
|
</div>
|
723
819
|
<hr>
|
724
|
-
<div class="refsect2"
|
820
|
+
<div class="refsect2">
|
725
821
|
<a name="gtk-container-get-focus-child"></a><h3>gtk_container_get_focus_child ()</h3>
|
726
822
|
<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>
|
727
823
|
<p>
|
@@ -739,9 +835,9 @@ currently focused widget. That can be obtained by calling
|
|
739
835
|
</tr>
|
740
836
|
<tr>
|
741
837
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
742
|
-
<td>
|
743
|
-
|
744
|
-
|
838
|
+
<td>The child widget which will receive the
|
839
|
+
focus inside <em class="parameter"><code>container</code></em> when the <em class="parameter"><code>conatiner</code></em> is focussed,
|
840
|
+
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
745
841
|
</td>
|
746
842
|
</tr>
|
747
843
|
</tbody>
|
@@ -749,7 +845,7 @@ currently focused widget. That can be obtained by calling
|
|
749
845
|
<p class="since">Since 2.14</p>
|
750
846
|
</div>
|
751
847
|
<hr>
|
752
|
-
<div class="refsect2"
|
848
|
+
<div class="refsect2">
|
753
849
|
<a name="gtk-container-set-focus-child"></a><h3>gtk_container_set_focus_child ()</h3>
|
754
850
|
<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>,
|
755
851
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
|
@@ -775,14 +871,14 @@ This is function is mostly meant to be used by widgets. Applications can use
|
|
775
871
|
</tr>
|
776
872
|
<tr>
|
777
873
|
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
|
778
|
-
<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>
|
779
875
|
</td>
|
780
876
|
</tr>
|
781
877
|
</tbody>
|
782
878
|
</table></div>
|
783
879
|
</div>
|
784
880
|
<hr>
|
785
|
-
<div class="refsect2"
|
881
|
+
<div class="refsect2">
|
786
882
|
<a name="gtk-container-get-focus-vadjustment"></a><h3>gtk_container_get_focus_vadjustment ()</h3>
|
787
883
|
<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>
|
788
884
|
<p>
|
@@ -799,15 +895,15 @@ Retrieves the vertical focus adjustment for the container. See
|
|
799
895
|
</tr>
|
800
896
|
<tr>
|
801
897
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
802
|
-
<td>
|
803
|
-
|
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>
|
804
900
|
</td>
|
805
901
|
</tr>
|
806
902
|
</tbody>
|
807
903
|
</table></div>
|
808
904
|
</div>
|
809
905
|
<hr>
|
810
|
-
<div class="refsect2"
|
906
|
+
<div class="refsect2">
|
811
907
|
<a name="gtk-container-set-focus-vadjustment"></a><h3>gtk_container_set_focus_vadjustment ()</h3>
|
812
908
|
<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>,
|
813
909
|
<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);</pre>
|
@@ -833,15 +929,15 @@ system as the allocation for immediate children of the container.
|
|
833
929
|
</tr>
|
834
930
|
<tr>
|
835
931
|
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
|
836
|
-
<td>an adjustment which should be adjusted when the focus
|
837
|
-
|
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>
|
838
934
|
</td>
|
839
935
|
</tr>
|
840
936
|
</tbody>
|
841
937
|
</table></div>
|
842
938
|
</div>
|
843
939
|
<hr>
|
844
|
-
<div class="refsect2"
|
940
|
+
<div class="refsect2">
|
845
941
|
<a name="gtk-container-get-focus-hadjustment"></a><h3>gtk_container_get_focus_hadjustment ()</h3>
|
846
942
|
<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>
|
847
943
|
<p>
|
@@ -858,15 +954,15 @@ Retrieves the horizontal focus adjustment for the container. See
|
|
858
954
|
</tr>
|
859
955
|
<tr>
|
860
956
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
861
|
-
<td>
|
862
|
-
|
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>
|
863
959
|
</td>
|
864
960
|
</tr>
|
865
961
|
</tbody>
|
866
962
|
</table></div>
|
867
963
|
</div>
|
868
964
|
<hr>
|
869
|
-
<div class="refsect2"
|
965
|
+
<div class="refsect2">
|
870
966
|
<a name="gtk-container-set-focus-hadjustment"></a><h3>gtk_container_set_focus_hadjustment ()</h3>
|
871
967
|
<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>,
|
872
968
|
<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);</pre>
|
@@ -892,30 +988,22 @@ system as the allocation for immediate children of the container.
|
|
892
988
|
</tr>
|
893
989
|
<tr>
|
894
990
|
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
|
895
|
-
<td>an adjustment which should be adjusted when the focus is
|
896
|
-
|
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>
|
897
993
|
</td>
|
898
994
|
</tr>
|
899
995
|
</tbody>
|
900
996
|
</table></div>
|
901
997
|
</div>
|
902
998
|
<hr>
|
903
|
-
<div class="refsect2"
|
999
|
+
<div class="refsect2">
|
904
1000
|
<a name="gtk-container-resize-children"></a><h3>gtk_container_resize_children ()</h3>
|
905
1001
|
<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>
|
906
1002
|
<p>
|
907
1003
|
</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>
|
916
1004
|
</div>
|
917
1005
|
<hr>
|
918
|
-
<div class="refsect2"
|
1006
|
+
<div class="refsect2">
|
919
1007
|
<a name="gtk-container-child-type"></a><h3>gtk_container_child_type ()</h3>
|
920
1008
|
<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>
|
921
1009
|
<p>
|
@@ -936,14 +1024,13 @@ children.
|
|
936
1024
|
</tr>
|
937
1025
|
<tr>
|
938
1026
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
939
|
-
<td>
|
940
|
-
</td>
|
1027
|
+
<td>a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a>.</td>
|
941
1028
|
</tr>
|
942
1029
|
</tbody>
|
943
1030
|
</table></div>
|
944
1031
|
</div>
|
945
1032
|
<hr>
|
946
|
-
<div class="refsect2"
|
1033
|
+
<div class="refsect2">
|
947
1034
|
<a name="gtk-container-child-get"></a><h3>gtk_container_child_get ()</h3>
|
948
1035
|
<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>,
|
949
1036
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -967,20 +1054,19 @@ Gets the values of one or more child properties for <em class="parameter"><code>
|
|
967
1054
|
</tr>
|
968
1055
|
<tr>
|
969
1056
|
<td><p><span class="term"><em class="parameter"><code>first_prop_name</code></em> :</span></p></td>
|
970
|
-
<td>the name of the first property to get
|
971
|
-
</td>
|
1057
|
+
<td>the name of the first property to get</td>
|
972
1058
|
</tr>
|
973
1059
|
<tr>
|
974
1060
|
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
975
|
-
<td>return location for the first property, followed
|
976
|
-
|
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>
|
977
1063
|
</td>
|
978
1064
|
</tr>
|
979
1065
|
</tbody>
|
980
1066
|
</table></div>
|
981
1067
|
</div>
|
982
1068
|
<hr>
|
983
|
-
<div class="refsect2"
|
1069
|
+
<div class="refsect2">
|
984
1070
|
<a name="gtk-container-child-set"></a><h3>gtk_container_child_set ()</h3>
|
985
1071
|
<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>,
|
986
1072
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -1004,20 +1090,19 @@ Sets one or more child properties for <em class="parameter"><code>child</code></
|
|
1004
1090
|
</tr>
|
1005
1091
|
<tr>
|
1006
1092
|
<td><p><span class="term"><em class="parameter"><code>first_prop_name</code></em> :</span></p></td>
|
1007
|
-
<td>the name of the first property to set
|
1008
|
-
</td>
|
1093
|
+
<td>the name of the first property to set</td>
|
1009
1094
|
</tr>
|
1010
1095
|
<tr>
|
1011
1096
|
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
1012
1097
|
<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
|
1013
|
-
|
1098
|
+
with <em class="parameter"><code>first_prop_name</code></em>
|
1014
1099
|
</td>
|
1015
1100
|
</tr>
|
1016
1101
|
</tbody>
|
1017
1102
|
</table></div>
|
1018
1103
|
</div>
|
1019
1104
|
<hr>
|
1020
|
-
<div class="refsect2"
|
1105
|
+
<div class="refsect2">
|
1021
1106
|
<a name="gtk-container-child-get-property"></a><h3>gtk_container_child_get_property ()</h3>
|
1022
1107
|
<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>,
|
1023
1108
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -1041,19 +1126,17 @@ Gets the value of a child property for <em class="parameter"><code>child</code><
|
|
1041
1126
|
</tr>
|
1042
1127
|
<tr>
|
1043
1128
|
<td><p><span class="term"><em class="parameter"><code>property_name</code></em> :</span></p></td>
|
1044
|
-
<td>the name of the property to get
|
1045
|
-
</td>
|
1129
|
+
<td>the name of the property to get</td>
|
1046
1130
|
</tr>
|
1047
1131
|
<tr>
|
1048
1132
|
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
1049
|
-
<td>a location to return the value
|
1050
|
-
</td>
|
1133
|
+
<td>a location to return the value</td>
|
1051
1134
|
</tr>
|
1052
1135
|
</tbody>
|
1053
1136
|
</table></div>
|
1054
1137
|
</div>
|
1055
1138
|
<hr>
|
1056
|
-
<div class="refsect2"
|
1139
|
+
<div class="refsect2">
|
1057
1140
|
<a name="gtk-container-child-set-property"></a><h3>gtk_container_child_set_property ()</h3>
|
1058
1141
|
<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>,
|
1059
1142
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -1077,19 +1160,17 @@ Sets a child property for <em class="parameter"><code>child</code></em> and <em
|
|
1077
1160
|
</tr>
|
1078
1161
|
<tr>
|
1079
1162
|
<td><p><span class="term"><em class="parameter"><code>property_name</code></em> :</span></p></td>
|
1080
|
-
<td>the name of the property to set
|
1081
|
-
</td>
|
1163
|
+
<td>the name of the property to set</td>
|
1082
1164
|
</tr>
|
1083
1165
|
<tr>
|
1084
1166
|
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
1085
|
-
<td>the value to set the property to
|
1086
|
-
</td>
|
1167
|
+
<td>the value to set the property to</td>
|
1087
1168
|
</tr>
|
1088
1169
|
</tbody>
|
1089
1170
|
</table></div>
|
1090
1171
|
</div>
|
1091
1172
|
<hr>
|
1092
|
-
<div class="refsect2"
|
1173
|
+
<div class="refsect2">
|
1093
1174
|
<a name="gtk-container-child-get-valist"></a><h3>gtk_container_child_get_valist ()</h3>
|
1094
1175
|
<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>,
|
1095
1176
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -1113,20 +1194,19 @@ Gets the values of one or more child properties for <em class="parameter"><code>
|
|
1113
1194
|
</tr>
|
1114
1195
|
<tr>
|
1115
1196
|
<td><p><span class="term"><em class="parameter"><code>first_property_name</code></em> :</span></p></td>
|
1116
|
-
<td>the name of the first property to get
|
1117
|
-
</td>
|
1197
|
+
<td>the name of the first property to get</td>
|
1118
1198
|
</tr>
|
1119
1199
|
<tr>
|
1120
1200
|
<td><p><span class="term"><em class="parameter"><code>var_args</code></em> :</span></p></td>
|
1121
|
-
<td>return location for the first property, followed
|
1122
|
-
|
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>
|
1123
1203
|
</td>
|
1124
1204
|
</tr>
|
1125
1205
|
</tbody>
|
1126
1206
|
</table></div>
|
1127
1207
|
</div>
|
1128
1208
|
<hr>
|
1129
|
-
<div class="refsect2"
|
1209
|
+
<div class="refsect2">
|
1130
1210
|
<a name="gtk-container-child-set-valist"></a><h3>gtk_container_child_set_valist ()</h3>
|
1131
1211
|
<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>,
|
1132
1212
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -1150,20 +1230,19 @@ Sets one or more child properties for <em class="parameter"><code>child</code></
|
|
1150
1230
|
</tr>
|
1151
1231
|
<tr>
|
1152
1232
|
<td><p><span class="term"><em class="parameter"><code>first_property_name</code></em> :</span></p></td>
|
1153
|
-
<td>the name of the first property to set
|
1154
|
-
</td>
|
1233
|
+
<td>the name of the first property to set</td>
|
1155
1234
|
</tr>
|
1156
1235
|
<tr>
|
1157
1236
|
<td><p><span class="term"><em class="parameter"><code>var_args</code></em> :</span></p></td>
|
1158
1237
|
<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
|
1159
|
-
|
1238
|
+
with <em class="parameter"><code>first_prop_name</code></em>
|
1160
1239
|
</td>
|
1161
1240
|
</tr>
|
1162
1241
|
</tbody>
|
1163
1242
|
</table></div>
|
1164
1243
|
</div>
|
1165
1244
|
<hr>
|
1166
|
-
<div class="refsect2"
|
1245
|
+
<div class="refsect2">
|
1167
1246
|
<a name="gtk-container-forall"></a><h3>gtk_container_forall ()</h3>
|
1168
1247
|
<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>,
|
1169
1248
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkCallback" title="GtkCallback ()"><span class="type">GtkCallback</span></a> callback</code></em>,
|
@@ -1186,19 +1265,17 @@ rather than <a class="link" href="GtkContainer.html#gtk-container-forall" title=
|
|
1186
1265
|
</tr>
|
1187
1266
|
<tr>
|
1188
1267
|
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
|
1189
|
-
<td>a callback
|
1190
|
-
</td>
|
1268
|
+
<td>a callback</td>
|
1191
1269
|
</tr>
|
1192
1270
|
<tr>
|
1193
1271
|
<td><p><span class="term"><em class="parameter"><code>callback_data</code></em> :</span></p></td>
|
1194
|
-
<td>callback user data
|
1195
|
-
</td>
|
1272
|
+
<td>callback user data</td>
|
1196
1273
|
</tr>
|
1197
1274
|
</tbody>
|
1198
1275
|
</table></div>
|
1199
1276
|
</div>
|
1200
1277
|
<hr>
|
1201
|
-
<div class="refsect2"
|
1278
|
+
<div class="refsect2">
|
1202
1279
|
<a name="gtk-container-get-border-width"></a><h3>gtk_container_get_border_width ()</h3>
|
1203
1280
|
<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>
|
1204
1281
|
<p>
|
@@ -1215,14 +1292,13 @@ Retrieves the border width of the container. See
|
|
1215
1292
|
</tr>
|
1216
1293
|
<tr>
|
1217
1294
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1218
|
-
<td>
|
1219
|
-
</td>
|
1295
|
+
<td>the current border width</td>
|
1220
1296
|
</tr>
|
1221
1297
|
</tbody>
|
1222
1298
|
</table></div>
|
1223
1299
|
</div>
|
1224
1300
|
<hr>
|
1225
|
-
<div class="refsect2"
|
1301
|
+
<div class="refsect2">
|
1226
1302
|
<a name="gtk-container-set-border-width"></a><h3>gtk_container_set_border_width ()</h3>
|
1227
1303
|
<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>,
|
1228
1304
|
<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>
|
@@ -1249,15 +1325,14 @@ a spacer.
|
|
1249
1325
|
</tr>
|
1250
1326
|
<tr>
|
1251
1327
|
<td><p><span class="term"><em class="parameter"><code>border_width</code></em> :</span></p></td>
|
1252
|
-
<td>amount of blank space to leave <span class="emphasis"><em>outside</em></span>
|
1253
|
-
|
1254
|
-
</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.</td>
|
1255
1330
|
</tr>
|
1256
1331
|
</tbody>
|
1257
1332
|
</table></div>
|
1258
1333
|
</div>
|
1259
1334
|
<hr>
|
1260
|
-
<div class="refsect2"
|
1335
|
+
<div class="refsect2">
|
1261
1336
|
<a name="gtk-container-propagate-expose"></a><h3>gtk_container_propagate_expose ()</h3>
|
1262
1337
|
<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>,
|
1263
1338
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -1294,14 +1369,13 @@ and then chain to the ::expose implementation from <a class="link" href="GtkCont
|
|
1294
1369
|
</tr>
|
1295
1370
|
<tr>
|
1296
1371
|
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
|
1297
|
-
<td>a expose event sent to container
|
1298
|
-
</td>
|
1372
|
+
<td>a expose event sent to container</td>
|
1299
1373
|
</tr>
|
1300
1374
|
</tbody>
|
1301
1375
|
</table></div>
|
1302
1376
|
</div>
|
1303
1377
|
<hr>
|
1304
|
-
<div class="refsect2"
|
1378
|
+
<div class="refsect2">
|
1305
1379
|
<a name="gtk-container-get-focus-chain"></a><h3>gtk_container_get_focus_chain ()</h3>
|
1306
1380
|
<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>,
|
1307
1381
|
<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>
|
@@ -1322,25 +1396,25 @@ of the children. In that case, GTK+ stores <a href="http://library.gnome.org/dev
|
|
1322
1396
|
</tr>
|
1323
1397
|
<tr>
|
1324
1398
|
<td><p><span class="term"><em class="parameter"><code>focusable_widgets</code></em> :</span></p></td>
|
1325
|
-
<td>
|
1326
|
-
|
1327
|
-
|
1328
|
-
|
1329
|
-
|
1330
|
-
|
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>
|
1331
1405
|
</td>
|
1332
1406
|
</tr>
|
1333
1407
|
<tr>
|
1334
1408
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1335
|
-
<td>
|
1336
|
-
|
1337
|
-
|
1409
|
+
<td>
|
1410
|
+
<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
|
1411
|
+
has been set explicitly.</td>
|
1338
1412
|
</tr>
|
1339
1413
|
</tbody>
|
1340
1414
|
</table></div>
|
1341
1415
|
</div>
|
1342
1416
|
<hr>
|
1343
|
-
<div class="refsect2"
|
1417
|
+
<div class="refsect2">
|
1344
1418
|
<a name="gtk-container-set-focus-chain"></a><h3>gtk_container_set_focus_chain ()</h3>
|
1345
1419
|
<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>,
|
1346
1420
|
<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>
|
@@ -1364,15 +1438,14 @@ when the focus chain is actually traversed.
|
|
1364
1438
|
</tr>
|
1365
1439
|
<tr>
|
1366
1440
|
<td><p><span class="term"><em class="parameter"><code>focusable_widgets</code></em> :</span></p></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>
|
1441
|
+
<td>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>
|
1369
1442
|
</td>
|
1370
1443
|
</tr>
|
1371
1444
|
</tbody>
|
1372
1445
|
</table></div>
|
1373
1446
|
</div>
|
1374
1447
|
<hr>
|
1375
|
-
<div class="refsect2"
|
1448
|
+
<div class="refsect2">
|
1376
1449
|
<a name="gtk-container-unset-focus-chain"></a><h3>gtk_container_unset_focus_chain ()</h3>
|
1377
1450
|
<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>
|
1378
1451
|
<p>
|
@@ -1388,9 +1461,9 @@ Removes a focus chain explicitly set with <a class="link" href="GtkContainer.htm
|
|
1388
1461
|
</table></div>
|
1389
1462
|
</div>
|
1390
1463
|
<hr>
|
1391
|
-
<div class="refsect2"
|
1464
|
+
<div class="refsect2">
|
1392
1465
|
<a name="gtk-container-class-find-child-property"></a><h3>gtk_container_class_find_child_property ()</h3>
|
1393
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a
|
1466
|
+
<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
|
1394
1467
|
(<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>,
|
1395
1468
|
<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>
|
1396
1469
|
<p>
|
@@ -1401,25 +1474,24 @@ Finds a child property of a container class by name.
|
|
1401
1474
|
<tbody>
|
1402
1475
|
<tr>
|
1403
1476
|
<td><p><span class="term"><em class="parameter"><code>cclass</code></em> :</span></p></td>
|
1404
|
-
<td>a <span class="type">GtkContainerClass</span>
|
1477
|
+
<td>a <span class="type">GtkContainerClass</span>. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> GtkContainerClass]</span>
|
1405
1478
|
</td>
|
1406
1479
|
</tr>
|
1407
1480
|
<tr>
|
1408
1481
|
<td><p><span class="term"><em class="parameter"><code>property_name</code></em> :</span></p></td>
|
1409
|
-
<td>the name of the child property to find
|
1410
|
-
</td>
|
1482
|
+
<td>the name of the child property to find</td>
|
1411
1483
|
</tr>
|
1412
1484
|
<tr>
|
1413
1485
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1414
|
-
<td>
|
1415
|
-
|
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
|
+
<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 child property with that name. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1416
1488
|
</td>
|
1417
1489
|
</tr>
|
1418
1490
|
</tbody>
|
1419
1491
|
</table></div>
|
1420
1492
|
</div>
|
1421
1493
|
<hr>
|
1422
|
-
<div class="refsect2"
|
1494
|
+
<div class="refsect2">
|
1423
1495
|
<a name="gtk-container-class-install-child-property"></a><h3>gtk_container_class_install_child_property ()</h3>
|
1424
1496
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_container_class_install_child_property
|
1425
1497
|
(<em class="parameter"><code><span class="type">GtkContainerClass</span> *cclass</code></em>,
|
@@ -1438,21 +1510,19 @@ Installs a child property on a container class.
|
|
1438
1510
|
</tr>
|
1439
1511
|
<tr>
|
1440
1512
|
<td><p><span class="term"><em class="parameter"><code>property_id</code></em> :</span></p></td>
|
1441
|
-
<td>the id for the property
|
1442
|
-
</td>
|
1513
|
+
<td>the id for the property</td>
|
1443
1514
|
</tr>
|
1444
1515
|
<tr>
|
1445
1516
|
<td><p><span class="term"><em class="parameter"><code>pspec</code></em> :</span></p></td>
|
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>
|
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</td>
|
1448
1518
|
</tr>
|
1449
1519
|
</tbody>
|
1450
1520
|
</table></div>
|
1451
1521
|
</div>
|
1452
1522
|
<hr>
|
1453
|
-
<div class="refsect2"
|
1523
|
+
<div class="refsect2">
|
1454
1524
|
<a name="gtk-container-class-list-child-properties"></a><h3>gtk_container_class_list_child_properties ()</h3>
|
1455
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a
|
1525
|
+
<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
|
1456
1526
|
(<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>,
|
1457
1527
|
<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>
|
1458
1528
|
<p>
|
@@ -1463,27 +1533,27 @@ Returns all child properties of a container class.
|
|
1463
1533
|
<tbody>
|
1464
1534
|
<tr>
|
1465
1535
|
<td><p><span class="term"><em class="parameter"><code>cclass</code></em> :</span></p></td>
|
1466
|
-
<td>a <span class="type">GtkContainerClass</span>
|
1536
|
+
<td>a <span class="type">GtkContainerClass</span>. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> GtkContainerClass]</span>
|
1467
1537
|
</td>
|
1468
1538
|
</tr>
|
1469
1539
|
<tr>
|
1470
1540
|
<td><p><span class="term"><em class="parameter"><code>n_properties</code></em> :</span></p></td>
|
1471
|
-
<td>location to return the number of child properties found
|
1472
|
-
</td>
|
1541
|
+
<td>location to return the number of child properties found</td>
|
1473
1542
|
</tr>
|
1474
1543
|
<tr>
|
1475
1544
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1476
|
-
<td>a newly
|
1477
|
-
|
1545
|
+
<td>a newly
|
1546
|
+
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>*.
|
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>
|
1478
1548
|
</td>
|
1479
1549
|
</tr>
|
1480
1550
|
</tbody>
|
1481
1551
|
</table></div>
|
1482
1552
|
</div>
|
1483
1553
|
</div>
|
1484
|
-
<div class="refsect1"
|
1554
|
+
<div class="refsect1">
|
1485
1555
|
<a name="GtkContainer.property-details"></a><h2>Property Details</h2>
|
1486
|
-
<div class="refsect2"
|
1556
|
+
<div class="refsect2">
|
1487
1557
|
<a name="GtkContainer--border-width"></a><h3>The <code class="literal">"border-width"</code> property</h3>
|
1488
1558
|
<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>
|
1489
1559
|
<p>The width of the empty border outside the containers children.</p>
|
@@ -1491,26 +1561,26 @@ Returns all child properties of a container class.
|
|
1491
1561
|
<p>Default value: 0</p>
|
1492
1562
|
</div>
|
1493
1563
|
<hr>
|
1494
|
-
<div class="refsect2"
|
1564
|
+
<div class="refsect2">
|
1495
1565
|
<a name="GtkContainer--child"></a><h3>The <code class="literal">"child"</code> property</h3>
|
1496
1566
|
<pre class="programlisting"> "child" <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>* : Write</pre>
|
1497
1567
|
<p>Can be used to add a new child to the container.</p>
|
1498
1568
|
</div>
|
1499
1569
|
<hr>
|
1500
|
-
<div class="refsect2"
|
1570
|
+
<div class="refsect2">
|
1501
1571
|
<a name="GtkContainer--resize-mode"></a><h3>The <code class="literal">"resize-mode"</code> property</h3>
|
1502
1572
|
<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>
|
1503
1573
|
<p>Specify how resize events are handled.</p>
|
1504
1574
|
<p>Default value: GTK_RESIZE_PARENT</p>
|
1505
1575
|
</div>
|
1506
1576
|
</div>
|
1507
|
-
<div class="refsect1"
|
1577
|
+
<div class="refsect1">
|
1508
1578
|
<a name="GtkContainer.signal-details"></a><h2>Signal Details</h2>
|
1509
|
-
<div class="refsect2"
|
1579
|
+
<div class="refsect2">
|
1510
1580
|
<a name="GtkContainer-add"></a><h3>The <code class="literal">"add"</code> signal</h3>
|
1511
1581
|
<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,
|
1512
1582
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
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>
|
1583
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
1514
1584
|
<p>
|
1515
1585
|
</p>
|
1516
1586
|
<div class="variablelist"><table border="0">
|
@@ -1518,13 +1588,7 @@ Returns all child properties of a container class.
|
|
1518
1588
|
<tbody>
|
1519
1589
|
<tr>
|
1520
1590
|
<td><p><span class="term"><em class="parameter"><code>container</code></em> :</span></p></td>
|
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>
|
1591
|
+
<td>the object which received the signal.</td>
|
1528
1592
|
</tr>
|
1529
1593
|
<tr>
|
1530
1594
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1534,10 +1598,10 @@ Returns all child properties of a container class.
|
|
1534
1598
|
</table></div>
|
1535
1599
|
</div>
|
1536
1600
|
<hr>
|
1537
|
-
<div class="refsect2"
|
1601
|
+
<div class="refsect2">
|
1538
1602
|
<a name="GtkContainer-check-resize"></a><h3>The <code class="literal">"check-resize"</code> signal</h3>
|
1539
1603
|
<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,
|
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>
|
1604
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
1541
1605
|
<p>
|
1542
1606
|
</p>
|
1543
1607
|
<div class="variablelist"><table border="0">
|
@@ -1545,8 +1609,7 @@ Returns all child properties of a container class.
|
|
1545
1609
|
<tbody>
|
1546
1610
|
<tr>
|
1547
1611
|
<td><p><span class="term"><em class="parameter"><code>container</code></em> :</span></p></td>
|
1548
|
-
<td>the object which received the signal
|
1549
|
-
</td>
|
1612
|
+
<td>the object which received the signal.</td>
|
1550
1613
|
</tr>
|
1551
1614
|
<tr>
|
1552
1615
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1556,11 +1619,11 @@ Returns all child properties of a container class.
|
|
1556
1619
|
</table></div>
|
1557
1620
|
</div>
|
1558
1621
|
<hr>
|
1559
|
-
<div class="refsect2"
|
1622
|
+
<div class="refsect2">
|
1560
1623
|
<a name="GtkContainer-remove"></a><h3>The <code class="literal">"remove"</code> signal</h3>
|
1561
1624
|
<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,
|
1562
1625
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
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>
|
1626
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
1564
1627
|
<p>
|
1565
1628
|
</p>
|
1566
1629
|
<div class="variablelist"><table border="0">
|
@@ -1568,13 +1631,7 @@ Returns all child properties of a container class.
|
|
1568
1631
|
<tbody>
|
1569
1632
|
<tr>
|
1570
1633
|
<td><p><span class="term"><em class="parameter"><code>container</code></em> :</span></p></td>
|
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>
|
1634
|
+
<td>the object which received the signal.</td>
|
1578
1635
|
</tr>
|
1579
1636
|
<tr>
|
1580
1637
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1584,11 +1641,11 @@ Returns all child properties of a container class.
|
|
1584
1641
|
</table></div>
|
1585
1642
|
</div>
|
1586
1643
|
<hr>
|
1587
|
-
<div class="refsect2"
|
1644
|
+
<div class="refsect2">
|
1588
1645
|
<a name="GtkContainer-set-focus-child"></a><h3>The <code class="literal">"set-focus-child"</code> signal</h3>
|
1589
1646
|
<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,
|
1590
1647
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
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>
|
1648
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
1592
1649
|
<p>
|
1593
1650
|
</p>
|
1594
1651
|
<div class="variablelist"><table border="0">
|
@@ -1596,13 +1653,7 @@ Returns all child properties of a container class.
|
|
1596
1653
|
<tbody>
|
1597
1654
|
<tr>
|
1598
1655
|
<td><p><span class="term"><em class="parameter"><code>container</code></em> :</span></p></td>
|
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>
|
1656
|
+
<td>the object which received the signal.</td>
|
1606
1657
|
</tr>
|
1607
1658
|
<tr>
|
1608
1659
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1615,6 +1666,6 @@ Returns all child properties of a container class.
|
|
1615
1666
|
</div>
|
1616
1667
|
<div class="footer">
|
1617
1668
|
<hr>
|
1618
|
-
Generated by GTK-Doc V1.
|
1669
|
+
Generated by GTK-Doc V1.16.1</div>
|
1619
1670
|
</body>
|
1620
1671
|
</html>
|