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="TreeWidgetObjects.html" title="Tree, List and Icon Grid Widgets">
|
9
9
|
<link rel="prev" href="GtkCellRendererSpinner.html" title="GtkCellRendererSpinner">
|
10
10
|
<link rel="next" href="GtkTreeStore.html" title="GtkTreeStore">
|
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">
|
@@ -30,7 +30,7 @@
|
|
30
30
|
<a href="#GtkListStore.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
|
31
31
|
</td></tr>
|
32
32
|
</table>
|
33
|
-
<div class="refentry"
|
33
|
+
<div class="refentry">
|
34
34
|
<a name="GtkListStore"></a><div class="titlepage"></div>
|
35
35
|
<div class="refnamediv"><table width="100%"><tr>
|
36
36
|
<td valign="top">
|
@@ -39,12 +39,12 @@
|
|
39
39
|
</td>
|
40
40
|
<td valign="top" align="right"></td>
|
41
41
|
</tr></table></div>
|
42
|
-
<div class="refsynopsisdiv"
|
42
|
+
<div class="refsynopsisdiv">
|
43
43
|
<a name="GtkListStore.synopsis"></a><h2>Synopsis</h2>
|
44
44
|
<pre class="synopsis">
|
45
45
|
#include <gtk/gtk.h>
|
46
46
|
|
47
|
-
|
47
|
+
struct <a class="link" href="GtkListStore.html#GtkListStore-struct" title="struct GtkListStore">GtkListStore</a>;
|
48
48
|
<a class="link" href="GtkListStore.html" title="GtkListStore"><span class="returnvalue">GtkListStore</span></a> * <a class="link" href="GtkListStore.html#gtk-list-store-new" title="gtk_list_store_new ()">gtk_list_store_new</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_columns</code></em>,
|
49
49
|
<em class="parameter"><code>...</code></em>);
|
50
50
|
<a class="link" href="GtkListStore.html" title="GtkListStore"><span class="returnvalue">GtkListStore</span></a> * <a class="link" href="GtkListStore.html#gtk-list-store-newv" title="gtk_list_store_newv ()">gtk_list_store_newv</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_columns</code></em>,
|
@@ -53,75 +53,75 @@
|
|
53
53
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_columns</code></em>,
|
54
54
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> *types</code></em>);
|
55
55
|
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-set" title="gtk_list_store_set ()">gtk_list_store_set</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
56
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
56
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
57
57
|
<em class="parameter"><code>...</code></em>);
|
58
58
|
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-set-valist" title="gtk_list_store_set_valist ()">gtk_list_store_set_valist</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
59
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
59
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
60
60
|
<em class="parameter"><code><span class="type">va_list</span> var_args</code></em>);
|
61
61
|
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-set-value" title="gtk_list_store_set_value ()">gtk_list_store_set_value</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
62
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
62
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
63
63
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
64
64
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);
|
65
65
|
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-set-valuesv" title="gtk_list_store_set_valuesv ()">gtk_list_store_set_valuesv</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
66
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
66
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
67
67
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *columns</code></em>,
|
68
68
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *values</code></em>,
|
69
69
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_values</code></em>);
|
70
70
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkListStore.html#gtk-list-store-remove" title="gtk_list_store_remove ()">gtk_list_store_remove</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
71
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
71
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
|
72
72
|
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-insert" title="gtk_list_store_insert ()">gtk_list_store_insert</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
73
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
73
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
74
74
|
<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>);
|
75
75
|
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-insert-before" title="gtk_list_store_insert_before ()">gtk_list_store_insert_before</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
76
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
77
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
76
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
77
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *sibling</code></em>);
|
78
78
|
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-insert-after" title="gtk_list_store_insert_after ()">gtk_list_store_insert_after</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
79
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
80
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
79
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
80
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *sibling</code></em>);
|
81
81
|
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-insert-with-values" title="gtk_list_store_insert_with_values ()">gtk_list_store_insert_with_values</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
82
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
82
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
83
83
|
<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>,
|
84
84
|
<em class="parameter"><code>...</code></em>);
|
85
85
|
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-insert-with-valuesv" title="gtk_list_store_insert_with_valuesv ()">gtk_list_store_insert_with_valuesv</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
86
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
86
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
87
87
|
<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>,
|
88
88
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *columns</code></em>,
|
89
89
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *values</code></em>,
|
90
90
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_values</code></em>);
|
91
91
|
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-prepend" title="gtk_list_store_prepend ()">gtk_list_store_prepend</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
92
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
92
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
|
93
93
|
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-append" title="gtk_list_store_append ()">gtk_list_store_append</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
94
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
94
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
|
95
95
|
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-clear" title="gtk_list_store_clear ()">gtk_list_store_clear</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>);
|
96
96
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkListStore.html#gtk-list-store-iter-is-valid" title="gtk_list_store_iter_is_valid ()">gtk_list_store_iter_is_valid</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
97
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
97
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
|
98
98
|
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-reorder" title="gtk_list_store_reorder ()">gtk_list_store_reorder</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *store</code></em>,
|
99
99
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *new_order</code></em>);
|
100
100
|
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-swap" title="gtk_list_store_swap ()">gtk_list_store_swap</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *store</code></em>,
|
101
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
102
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
101
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *a</code></em>,
|
102
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *b</code></em>);
|
103
103
|
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-move-before" title="gtk_list_store_move_before ()">gtk_list_store_move_before</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *store</code></em>,
|
104
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
105
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
104
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
105
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *position</code></em>);
|
106
106
|
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-move-after" title="gtk_list_store_move_after ()">gtk_list_store_move_after</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *store</code></em>,
|
107
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
108
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
107
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
108
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *position</code></em>);
|
109
109
|
</pre>
|
110
110
|
</div>
|
111
|
-
<div class="refsect1"
|
111
|
+
<div class="refsect1">
|
112
112
|
<a name="GtkListStore.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
113
113
|
<pre class="synopsis">
|
114
114
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
115
115
|
+----GtkListStore
|
116
116
|
</pre>
|
117
117
|
</div>
|
118
|
-
<div class="refsect1"
|
118
|
+
<div class="refsect1">
|
119
119
|
<a name="GtkListStore.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
120
120
|
<p>
|
121
121
|
GtkListStore implements
|
122
122
|
<a class="link" href="GtkTreeModel.html" title="GtkTreeModel">GtkTreeModel</a>, <a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSource">GtkTreeDragSource</a>, <a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragDest">GtkTreeDragDest</a>, <a class="link" href="GtkTreeSortable.html" title="GtkTreeSortable">GtkTreeSortable</a> and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
123
123
|
</div>
|
124
|
-
<div class="refsect1"
|
124
|
+
<div class="refsect1">
|
125
125
|
<a name="GtkListStore.description"></a><h2>Description</h2>
|
126
126
|
<p>
|
127
127
|
The <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> object is a list model for use with a <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>
|
@@ -143,7 +143,7 @@ application writer to call <em class="parameter"><code>gtk_tree_model_row_change
|
|
143
143
|
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>s stored.
|
144
144
|
</p>
|
145
145
|
<div class="example">
|
146
|
-
<a name="
|
146
|
+
<a name="id944748"></a><p class="title"><b>Example 27. Creating a simple list store.</b></p>
|
147
147
|
<div class="example-contents">
|
148
148
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
149
149
|
<tbody>
|
@@ -236,14 +236,14 @@ application writer to call <em class="parameter"><code>gtk_tree_model_row_change
|
|
236
236
|
</div>
|
237
237
|
|
238
238
|
</div>
|
239
|
-
<br class="example-break"><div class="refsect2"
|
240
|
-
<a name="
|
239
|
+
<br class="example-break"><div class="refsect2">
|
240
|
+
<a name="id944773"></a><h3>Performance Considerations</h3>
|
241
241
|
<p>
|
242
242
|
Internally, the <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> was implemented with a linked list with a
|
243
243
|
tail pointer prior to GTK+ 2.6. As a result, it was fast at data
|
244
244
|
insertion and deletion, and not fast at random data access. The
|
245
245
|
<a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> sets the <a class="link" href="GtkTreeModel.html#GTK-TREE-MODEL-ITERS-PERSIST:CAPS"><span class="type">GTK_TREE_MODEL_ITERS_PERSIST</span></a> flag, which means
|
246
|
-
that <a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
246
|
+
that <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>s can be cached while the row exists. Thus, if
|
247
247
|
access to a particular row is needed often and your code is expected to
|
248
248
|
run on older versions of GTK+, it is worth keeping the iter around.
|
249
249
|
</p>
|
@@ -265,7 +265,7 @@ function must be prepared for that.
|
|
265
265
|
</p>
|
266
266
|
</div>
|
267
267
|
<hr>
|
268
|
-
<div class="refsect2"
|
268
|
+
<div class="refsect2">
|
269
269
|
<a name="GtkListStore-BUILDER-UI"></a><h3>GtkListStore as GtkBuildable</h3>
|
270
270
|
<p>
|
271
271
|
The GtkListStore implementation of the GtkBuildable interface allows
|
@@ -289,7 +289,7 @@ and common wisdom is to separate the two, as far as possible.
|
|
289
289
|
|
290
290
|
</p>
|
291
291
|
<div class="example">
|
292
|
-
<a name="
|
292
|
+
<a name="id944960"></a><p class="title"><b>Example 28. A UI Definition fragment for a list store</b></p>
|
293
293
|
<div class="example-contents">
|
294
294
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
295
295
|
<tbody>
|
@@ -341,16 +341,16 @@ and common wisdom is to separate the two, as far as possible.
|
|
341
341
|
<br class="example-break">
|
342
342
|
</div>
|
343
343
|
</div>
|
344
|
-
<div class="refsect1"
|
344
|
+
<div class="refsect1">
|
345
345
|
<a name="GtkListStore.details"></a><h2>Details</h2>
|
346
|
-
<div class="refsect2"
|
347
|
-
<a name="GtkListStore-struct"></a><h3>GtkListStore</h3>
|
348
|
-
<pre class="programlisting">
|
346
|
+
<div class="refsect2">
|
347
|
+
<a name="GtkListStore-struct"></a><h3>struct GtkListStore</h3>
|
348
|
+
<pre class="programlisting">struct GtkListStore;</pre>
|
349
349
|
<p>
|
350
350
|
</p>
|
351
351
|
</div>
|
352
352
|
<hr>
|
353
|
-
<div class="refsect2"
|
353
|
+
<div class="refsect2">
|
354
354
|
<a name="gtk-list-store-new"></a><h3>gtk_list_store_new ()</h3>
|
355
355
|
<pre class="programlisting"><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="returnvalue">GtkListStore</span></a> * gtk_list_store_new (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_columns</code></em>,
|
356
356
|
<em class="parameter"><code>...</code></em>);</pre>
|
@@ -369,24 +369,22 @@ int, string and <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-
|
|
369
369
|
<tbody>
|
370
370
|
<tr>
|
371
371
|
<td><p><span class="term"><em class="parameter"><code>n_columns</code></em> :</span></p></td>
|
372
|
-
<td>number of columns in the list store
|
373
|
-
</td>
|
372
|
+
<td>number of columns in the list store</td>
|
374
373
|
</tr>
|
375
374
|
<tr>
|
376
375
|
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
377
|
-
<td>all <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> types for the columns, from first to last
|
378
|
-
</td>
|
376
|
+
<td>all <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> types for the columns, from first to last</td>
|
379
377
|
</tr>
|
380
378
|
<tr>
|
381
379
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
382
|
-
<td>
|
380
|
+
<td>a new <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>
|
383
381
|
</td>
|
384
382
|
</tr>
|
385
383
|
</tbody>
|
386
384
|
</table></div>
|
387
385
|
</div>
|
388
386
|
<hr>
|
389
|
-
<div class="refsect2"
|
387
|
+
<div class="refsect2">
|
390
388
|
<a name="gtk-list-store-newv"></a><h3>gtk_list_store_newv ()</h3>
|
391
389
|
<pre class="programlisting"><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="returnvalue">GtkListStore</span></a> * gtk_list_store_newv (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_columns</code></em>,
|
392
390
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> *types</code></em>);</pre>
|
@@ -398,24 +396,23 @@ Non-vararg creation function. Used primarily by language bindings.
|
|
398
396
|
<tbody>
|
399
397
|
<tr>
|
400
398
|
<td><p><span class="term"><em class="parameter"><code>n_columns</code></em> :</span></p></td>
|
401
|
-
<td>number of columns in the list store
|
402
|
-
</td>
|
399
|
+
<td>number of columns in the list store</td>
|
403
400
|
</tr>
|
404
401
|
<tr>
|
405
402
|
<td><p><span class="term"><em class="parameter"><code>types</code></em> :</span></p></td>
|
406
|
-
<td>
|
403
|
+
<td>an array of <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> types for the columns, from first to last. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_columns]</span>
|
407
404
|
</td>
|
408
405
|
</tr>
|
409
406
|
<tr>
|
410
407
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
411
|
-
<td>
|
408
|
+
<td>a new <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
412
409
|
</td>
|
413
410
|
</tr>
|
414
411
|
</tbody>
|
415
412
|
</table></div>
|
416
413
|
</div>
|
417
414
|
<hr>
|
418
|
-
<div class="refsect2"
|
415
|
+
<div class="refsect2">
|
419
416
|
<a name="gtk-list-store-set-column-types"></a><h3>gtk_list_store_set_column_types ()</h3>
|
420
417
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_set_column_types (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
421
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> n_columns</code></em>,
|
@@ -436,22 +433,21 @@ interface is called.
|
|
436
433
|
</tr>
|
437
434
|
<tr>
|
438
435
|
<td><p><span class="term"><em class="parameter"><code>n_columns</code></em> :</span></p></td>
|
439
|
-
<td>Number of columns for the list store
|
440
|
-
</td>
|
436
|
+
<td>Number of columns for the list store</td>
|
441
437
|
</tr>
|
442
438
|
<tr>
|
443
439
|
<td><p><span class="term"><em class="parameter"><code>types</code></em> :</span></p></td>
|
444
|
-
<td>
|
440
|
+
<td>An array length n of <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GTypes</span></a>. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_columns]</span>
|
445
441
|
</td>
|
446
442
|
</tr>
|
447
443
|
</tbody>
|
448
444
|
</table></div>
|
449
445
|
</div>
|
450
446
|
<hr>
|
451
|
-
<div class="refsect2"
|
447
|
+
<div class="refsect2">
|
452
448
|
<a name="gtk-list-store-set"></a><h3>gtk_list_store_set ()</h3>
|
453
449
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_set (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
454
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
450
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
455
451
|
<em class="parameter"><code>...</code></em>);</pre>
|
456
452
|
<p>
|
457
453
|
Sets the value of one or more cells in the row referenced by <em class="parameter"><code>iter</code></em>.
|
@@ -475,22 +471,20 @@ will be copied if it is a <a href="http://library.gnome.org/devel/gobject/unstab
|
|
475
471
|
</tr>
|
476
472
|
<tr>
|
477
473
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
478
|
-
<td>row iterator
|
479
|
-
</td>
|
474
|
+
<td>row iterator</td>
|
480
475
|
</tr>
|
481
476
|
<tr>
|
482
477
|
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
483
|
-
<td>pairs of column number and value, terminated with -1
|
484
|
-
</td>
|
478
|
+
<td>pairs of column number and value, terminated with -1</td>
|
485
479
|
</tr>
|
486
480
|
</tbody>
|
487
481
|
</table></div>
|
488
482
|
</div>
|
489
483
|
<hr>
|
490
|
-
<div class="refsect2"
|
484
|
+
<div class="refsect2">
|
491
485
|
<a name="gtk-list-store-set-valist"></a><h3>gtk_list_store_set_valist ()</h3>
|
492
486
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_set_valist (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
493
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
487
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
494
488
|
<em class="parameter"><code><span class="type">va_list</span> var_args</code></em>);</pre>
|
495
489
|
<p>
|
496
490
|
See <a class="link" href="GtkListStore.html#gtk-list-store-set" title="gtk_list_store_set ()"><code class="function">gtk_list_store_set()</code></a>; this version takes a va_list for use by language
|
@@ -506,22 +500,20 @@ bindings.
|
|
506
500
|
</tr>
|
507
501
|
<tr>
|
508
502
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
509
|
-
<td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
510
|
-
</td>
|
503
|
+
<td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> for the row being modified</td>
|
511
504
|
</tr>
|
512
505
|
<tr>
|
513
506
|
<td><p><span class="term"><em class="parameter"><code>var_args</code></em> :</span></p></td>
|
514
|
-
<td>va_list of column/value pairs
|
515
|
-
</td>
|
507
|
+
<td>va_list of column/value pairs</td>
|
516
508
|
</tr>
|
517
509
|
</tbody>
|
518
510
|
</table></div>
|
519
511
|
</div>
|
520
512
|
<hr>
|
521
|
-
<div class="refsect2"
|
513
|
+
<div class="refsect2">
|
522
514
|
<a name="gtk-list-store-set-value"></a><h3>gtk_list_store_set_value ()</h3>
|
523
515
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_set_value (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
524
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
516
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
525
517
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
526
518
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
|
527
519
|
<p>
|
@@ -539,27 +531,24 @@ column.
|
|
539
531
|
</tr>
|
540
532
|
<tr>
|
541
533
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
542
|
-
<td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
543
|
-
</td>
|
534
|
+
<td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> for the row being modified</td>
|
544
535
|
</tr>
|
545
536
|
<tr>
|
546
537
|
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
|
547
|
-
<td>column number to modify
|
548
|
-
</td>
|
538
|
+
<td>column number to modify</td>
|
549
539
|
</tr>
|
550
540
|
<tr>
|
551
541
|
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
552
|
-
<td>new value for the cell
|
553
|
-
</td>
|
542
|
+
<td>new value for the cell</td>
|
554
543
|
</tr>
|
555
544
|
</tbody>
|
556
545
|
</table></div>
|
557
546
|
</div>
|
558
547
|
<hr>
|
559
|
-
<div class="refsect2"
|
548
|
+
<div class="refsect2">
|
560
549
|
<a name="gtk-list-store-set-valuesv"></a><h3>gtk_list_store_set_valuesv ()</h3>
|
561
550
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_set_valuesv (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
562
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
551
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
563
552
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *columns</code></em>,
|
564
553
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *values</code></em>,
|
565
554
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_values</code></em>);</pre>
|
@@ -580,33 +569,31 @@ change is not known until run-time.
|
|
580
569
|
</tr>
|
581
570
|
<tr>
|
582
571
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
583
|
-
<td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
584
|
-
</td>
|
572
|
+
<td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> for the row being modified</td>
|
585
573
|
</tr>
|
586
574
|
<tr>
|
587
575
|
<td><p><span class="term"><em class="parameter"><code>columns</code></em> :</span></p></td>
|
588
|
-
<td>
|
576
|
+
<td>an array of column numbers. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_values]</span>
|
589
577
|
</td>
|
590
578
|
</tr>
|
591
579
|
<tr>
|
592
580
|
<td><p><span class="term"><em class="parameter"><code>values</code></em> :</span></p></td>
|
593
|
-
<td>
|
581
|
+
<td>an array of GValues. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_values]</span>
|
594
582
|
</td>
|
595
583
|
</tr>
|
596
584
|
<tr>
|
597
585
|
<td><p><span class="term"><em class="parameter"><code>n_values</code></em> :</span></p></td>
|
598
|
-
<td>the length of the <em class="parameter"><code>columns</code></em> and <em class="parameter"><code>values</code></em> arrays
|
599
|
-
</td>
|
586
|
+
<td>the length of the <em class="parameter"><code>columns</code></em> and <em class="parameter"><code>values</code></em> arrays</td>
|
600
587
|
</tr>
|
601
588
|
</tbody>
|
602
589
|
</table></div>
|
603
590
|
<p class="since">Since 2.12</p>
|
604
591
|
</div>
|
605
592
|
<hr>
|
606
|
-
<div class="refsect2"
|
593
|
+
<div class="refsect2">
|
607
594
|
<a name="gtk-list-store-remove"></a><h3>gtk_list_store_remove ()</h3>
|
608
595
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_list_store_remove (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
609
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
596
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
|
610
597
|
<p>
|
611
598
|
Removes the given row from the list store. After being removed,
|
612
599
|
<em class="parameter"><code>iter</code></em> is set to be the next valid row, or invalidated if it pointed
|
@@ -622,22 +609,22 @@ to the last row in <em class="parameter"><code>list_store</code></em>.
|
|
622
609
|
</tr>
|
623
610
|
<tr>
|
624
611
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
625
|
-
<td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
612
|
+
<td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>
|
626
613
|
</td>
|
627
614
|
</tr>
|
628
615
|
<tr>
|
629
616
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
630
|
-
<td>
|
631
|
-
</td>
|
617
|
+
<td>
|
618
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> is valid, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if not.</td>
|
632
619
|
</tr>
|
633
620
|
</tbody>
|
634
621
|
</table></div>
|
635
622
|
</div>
|
636
623
|
<hr>
|
637
|
-
<div class="refsect2"
|
624
|
+
<div class="refsect2">
|
638
625
|
<a name="gtk-list-store-insert"></a><h3>gtk_list_store_insert ()</h3>
|
639
626
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_insert (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
640
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
627
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
641
628
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);</pre>
|
642
629
|
<p>
|
643
630
|
Creates a new row at <em class="parameter"><code>position</code></em>. <em class="parameter"><code>iter</code></em> will be changed to point to this new
|
@@ -656,23 +643,22 @@ function is called. To fill in values, you need to call
|
|
656
643
|
</tr>
|
657
644
|
<tr>
|
658
645
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
659
|
-
<td>
|
646
|
+
<td>An unset <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set to the new row. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
660
647
|
</td>
|
661
648
|
</tr>
|
662
649
|
<tr>
|
663
650
|
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
|
664
|
-
<td>position to insert the new row
|
665
|
-
</td>
|
651
|
+
<td>position to insert the new row</td>
|
666
652
|
</tr>
|
667
653
|
</tbody>
|
668
654
|
</table></div>
|
669
655
|
</div>
|
670
656
|
<hr>
|
671
|
-
<div class="refsect2"
|
657
|
+
<div class="refsect2">
|
672
658
|
<a name="gtk-list-store-insert-before"></a><h3>gtk_list_store_insert_before ()</h3>
|
673
659
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_insert_before (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
674
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
675
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
660
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
661
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *sibling</code></em>);</pre>
|
676
662
|
<p>
|
677
663
|
Inserts a new row before <em class="parameter"><code>sibling</code></em>. If <em class="parameter"><code>sibling</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the row will
|
678
664
|
be appended to the end of the list. <em class="parameter"><code>iter</code></em> will be changed to point to this
|
@@ -689,23 +675,23 @@ values, you need to call <a class="link" href="GtkListStore.html#gtk-list-store-
|
|
689
675
|
</tr>
|
690
676
|
<tr>
|
691
677
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
692
|
-
<td>
|
678
|
+
<td>An unset <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set to the new row. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
693
679
|
</td>
|
694
680
|
</tr>
|
695
681
|
<tr>
|
696
682
|
<td><p><span class="term"><em class="parameter"><code>sibling</code></em> :</span></p></td>
|
697
|
-
<td>
|
683
|
+
<td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</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>
|
698
684
|
</td>
|
699
685
|
</tr>
|
700
686
|
</tbody>
|
701
687
|
</table></div>
|
702
688
|
</div>
|
703
689
|
<hr>
|
704
|
-
<div class="refsect2"
|
690
|
+
<div class="refsect2">
|
705
691
|
<a name="gtk-list-store-insert-after"></a><h3>gtk_list_store_insert_after ()</h3>
|
706
692
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_insert_after (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
707
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
708
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
693
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
694
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *sibling</code></em>);</pre>
|
709
695
|
<p>
|
710
696
|
Inserts a new row after <em class="parameter"><code>sibling</code></em>. If <em class="parameter"><code>sibling</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the row will be
|
711
697
|
prepended to the beginning of the list. <em class="parameter"><code>iter</code></em> will be changed to point to
|
@@ -722,22 +708,22 @@ in values, you need to call <a class="link" href="GtkListStore.html#gtk-list-sto
|
|
722
708
|
</tr>
|
723
709
|
<tr>
|
724
710
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
725
|
-
<td>
|
711
|
+
<td>An unset <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set to the new row. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
726
712
|
</td>
|
727
713
|
</tr>
|
728
714
|
<tr>
|
729
715
|
<td><p><span class="term"><em class="parameter"><code>sibling</code></em> :</span></p></td>
|
730
|
-
<td>
|
716
|
+
<td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</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>
|
731
717
|
</td>
|
732
718
|
</tr>
|
733
719
|
</tbody>
|
734
720
|
</table></div>
|
735
721
|
</div>
|
736
722
|
<hr>
|
737
|
-
<div class="refsect2"
|
723
|
+
<div class="refsect2">
|
738
724
|
<a name="gtk-list-store-insert-with-values"></a><h3>gtk_list_store_insert_with_values ()</h3>
|
739
725
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_insert_with_values (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
740
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
726
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
741
727
|
<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>,
|
742
728
|
<em class="parameter"><code>...</code></em>);</pre>
|
743
729
|
<p>
|
@@ -782,28 +768,26 @@ inserting rows in a sorted list store.
|
|
782
768
|
</tr>
|
783
769
|
<tr>
|
784
770
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
785
|
-
<td>
|
771
|
+
<td>An unset <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set to the new row, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
786
772
|
</td>
|
787
773
|
</tr>
|
788
774
|
<tr>
|
789
775
|
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
|
790
|
-
<td>position to insert the new row
|
791
|
-
</td>
|
776
|
+
<td>position to insert the new row</td>
|
792
777
|
</tr>
|
793
778
|
<tr>
|
794
779
|
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
795
|
-
<td>pairs of column number and value, terminated with -1
|
796
|
-
</td>
|
780
|
+
<td>pairs of column number and value, terminated with -1</td>
|
797
781
|
</tr>
|
798
782
|
</tbody>
|
799
783
|
</table></div>
|
800
784
|
<p class="since">Since 2.6</p>
|
801
785
|
</div>
|
802
786
|
<hr>
|
803
|
-
<div class="refsect2"
|
787
|
+
<div class="refsect2">
|
804
788
|
<a name="gtk-list-store-insert-with-valuesv"></a><h3>gtk_list_store_insert_with_valuesv ()</h3>
|
805
789
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_insert_with_valuesv (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
806
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
790
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
807
791
|
<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>,
|
808
792
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *columns</code></em>,
|
809
793
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *values</code></em>,
|
@@ -824,38 +808,36 @@ language-bindings.
|
|
824
808
|
</tr>
|
825
809
|
<tr>
|
826
810
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
827
|
-
<td>
|
811
|
+
<td>An unset <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set to the new row, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
828
812
|
</td>
|
829
813
|
</tr>
|
830
814
|
<tr>
|
831
815
|
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
|
832
|
-
<td>position to insert the new row
|
833
|
-
</td>
|
816
|
+
<td>position to insert the new row</td>
|
834
817
|
</tr>
|
835
818
|
<tr>
|
836
819
|
<td><p><span class="term"><em class="parameter"><code>columns</code></em> :</span></p></td>
|
837
|
-
<td>an array of column numbers
|
820
|
+
<td>an array of column numbers. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_values]</span>
|
838
821
|
</td>
|
839
822
|
</tr>
|
840
823
|
<tr>
|
841
824
|
<td><p><span class="term"><em class="parameter"><code>values</code></em> :</span></p></td>
|
842
|
-
<td>an array of GValues
|
825
|
+
<td>an array of GValues. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_values]</span>
|
843
826
|
</td>
|
844
827
|
</tr>
|
845
828
|
<tr>
|
846
829
|
<td><p><span class="term"><em class="parameter"><code>n_values</code></em> :</span></p></td>
|
847
|
-
<td>the length of the <em class="parameter"><code>columns</code></em> and <em class="parameter"><code>values</code></em> arrays
|
848
|
-
</td>
|
830
|
+
<td>the length of the <em class="parameter"><code>columns</code></em> and <em class="parameter"><code>values</code></em> arrays</td>
|
849
831
|
</tr>
|
850
832
|
</tbody>
|
851
833
|
</table></div>
|
852
834
|
<p class="since">Since 2.6</p>
|
853
835
|
</div>
|
854
836
|
<hr>
|
855
|
-
<div class="refsect2"
|
837
|
+
<div class="refsect2">
|
856
838
|
<a name="gtk-list-store-prepend"></a><h3>gtk_list_store_prepend ()</h3>
|
857
839
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_prepend (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
858
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
840
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
|
859
841
|
<p>
|
860
842
|
Prepends a new row to <em class="parameter"><code>list_store</code></em>. <em class="parameter"><code>iter</code></em> will be changed to point to this new
|
861
843
|
row. The row will be empty after this function is called. To fill in
|
@@ -871,17 +853,17 @@ values, you need to call <a class="link" href="GtkListStore.html#gtk-list-store-
|
|
871
853
|
</tr>
|
872
854
|
<tr>
|
873
855
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
874
|
-
<td>
|
856
|
+
<td>An unset <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set to the prepend row. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
875
857
|
</td>
|
876
858
|
</tr>
|
877
859
|
</tbody>
|
878
860
|
</table></div>
|
879
861
|
</div>
|
880
862
|
<hr>
|
881
|
-
<div class="refsect2"
|
863
|
+
<div class="refsect2">
|
882
864
|
<a name="gtk-list-store-append"></a><h3>gtk_list_store_append ()</h3>
|
883
865
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_append (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
884
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
866
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
|
885
867
|
<p>
|
886
868
|
Appends a new row to <em class="parameter"><code>list_store</code></em>. <em class="parameter"><code>iter</code></em> will be changed to point to this new
|
887
869
|
row. The row will be empty after this function is called. To fill in
|
@@ -897,14 +879,14 @@ values, you need to call <a class="link" href="GtkListStore.html#gtk-list-store-
|
|
897
879
|
</tr>
|
898
880
|
<tr>
|
899
881
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
900
|
-
<td>
|
882
|
+
<td>An unset <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set to the appended row. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
901
883
|
</td>
|
902
884
|
</tr>
|
903
885
|
</tbody>
|
904
886
|
</table></div>
|
905
887
|
</div>
|
906
888
|
<hr>
|
907
|
-
<div class="refsect2"
|
889
|
+
<div class="refsect2">
|
908
890
|
<a name="gtk-list-store-clear"></a><h3>gtk_list_store_clear ()</h3>
|
909
891
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_clear (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>);</pre>
|
910
892
|
<p>
|
@@ -914,19 +896,18 @@ Removes all rows from the list store.
|
|
914
896
|
<col align="left" valign="top">
|
915
897
|
<tbody><tr>
|
916
898
|
<td><p><span class="term"><em class="parameter"><code>list_store</code></em> :</span></p></td>
|
917
|
-
<td>a <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a
|
918
|
-
</td>
|
899
|
+
<td>a <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>.</td>
|
919
900
|
</tr></tbody>
|
920
901
|
</table></div>
|
921
902
|
</div>
|
922
903
|
<hr>
|
923
|
-
<div class="refsect2"
|
904
|
+
<div class="refsect2">
|
924
905
|
<a name="gtk-list-store-iter-is-valid"></a><h3>gtk_list_store_iter_is_valid ()</h3>
|
925
906
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_list_store_iter_is_valid (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
|
926
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
907
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
|
927
908
|
<p>
|
928
909
|
</p>
|
929
|
-
<div class="warning"
|
910
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
930
911
|
<h3 class="title">Warning</h3>This function is slow. Only use it for debugging and/or testing
|
931
912
|
purposes.</div>
|
932
913
|
<p>
|
@@ -939,26 +920,23 @@ Checks if the given iter is a valid iter for this <a class="link" href="GtkListS
|
|
939
920
|
<tbody>
|
940
921
|
<tr>
|
941
922
|
<td><p><span class="term"><em class="parameter"><code>list_store</code></em> :</span></p></td>
|
942
|
-
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a
|
943
|
-
</td>
|
923
|
+
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>.</td>
|
944
924
|
</tr>
|
945
925
|
<tr>
|
946
926
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
947
|
-
<td>A <a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
948
|
-
</td>
|
927
|
+
<td>A <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
|
949
928
|
</tr>
|
950
929
|
<tr>
|
951
930
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
952
|
-
<td>
|
953
|
-
|
954
|
-
</td>
|
931
|
+
<td>
|
932
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the iter is valid, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if the iter is invalid.</td>
|
955
933
|
</tr>
|
956
934
|
</tbody>
|
957
935
|
</table></div>
|
958
936
|
<p class="since">Since 2.2</p>
|
959
937
|
</div>
|
960
938
|
<hr>
|
961
|
-
<div class="refsect2"
|
939
|
+
<div class="refsect2">
|
962
940
|
<a name="gtk-list-store-reorder"></a><h3>gtk_list_store_reorder ()</h3>
|
963
941
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_reorder (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *store</code></em>,
|
964
942
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *new_order</code></em>);</pre>
|
@@ -971,14 +949,13 @@ this function only works with unsorted stores.
|
|
971
949
|
<tbody>
|
972
950
|
<tr>
|
973
951
|
<td><p><span class="term"><em class="parameter"><code>store</code></em> :</span></p></td>
|
974
|
-
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a
|
975
|
-
</td>
|
952
|
+
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>.</td>
|
976
953
|
</tr>
|
977
954
|
<tr>
|
978
955
|
<td><p><span class="term"><em class="parameter"><code>new_order</code></em> :</span></p></td>
|
979
956
|
<td>an array of integers mapping the new position of each child
|
980
|
-
|
981
|
-
|
957
|
+
to its old position before the re-ordering,
|
958
|
+
i.e. <em class="parameter"><code>new_order</code></em><code class="literal">[newpos] = oldpos</code>. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>]</span>
|
982
959
|
</td>
|
983
960
|
</tr>
|
984
961
|
</tbody>
|
@@ -986,11 +963,11 @@ this function only works with unsorted stores.
|
|
986
963
|
<p class="since">Since 2.2</p>
|
987
964
|
</div>
|
988
965
|
<hr>
|
989
|
-
<div class="refsect2"
|
966
|
+
<div class="refsect2">
|
990
967
|
<a name="gtk-list-store-swap"></a><h3>gtk_list_store_swap ()</h3>
|
991
968
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_swap (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *store</code></em>,
|
992
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
993
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
969
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *a</code></em>,
|
970
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *b</code></em>);</pre>
|
994
971
|
<p>
|
995
972
|
Swaps <em class="parameter"><code>a</code></em> and <em class="parameter"><code>b</code></em> in <em class="parameter"><code>store</code></em>. Note that this function only works with
|
996
973
|
unsorted stores.
|
@@ -1000,29 +977,26 @@ unsorted stores.
|
|
1000
977
|
<tbody>
|
1001
978
|
<tr>
|
1002
979
|
<td><p><span class="term"><em class="parameter"><code>store</code></em> :</span></p></td>
|
1003
|
-
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a
|
1004
|
-
</td>
|
980
|
+
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>.</td>
|
1005
981
|
</tr>
|
1006
982
|
<tr>
|
1007
983
|
<td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
|
1008
|
-
<td>A <a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
1009
|
-
</td>
|
984
|
+
<td>A <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
|
1010
985
|
</tr>
|
1011
986
|
<tr>
|
1012
987
|
<td><p><span class="term"><em class="parameter"><code>b</code></em> :</span></p></td>
|
1013
|
-
<td>Another <a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
1014
|
-
</td>
|
988
|
+
<td>Another <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
|
1015
989
|
</tr>
|
1016
990
|
</tbody>
|
1017
991
|
</table></div>
|
1018
992
|
<p class="since">Since 2.2</p>
|
1019
993
|
</div>
|
1020
994
|
<hr>
|
1021
|
-
<div class="refsect2"
|
995
|
+
<div class="refsect2">
|
1022
996
|
<a name="gtk-list-store-move-before"></a><h3>gtk_list_store_move_before ()</h3>
|
1023
997
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_move_before (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *store</code></em>,
|
1024
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
1025
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
998
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
999
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *position</code></em>);</pre>
|
1026
1000
|
<p>
|
1027
1001
|
Moves <em class="parameter"><code>iter</code></em> in <em class="parameter"><code>store</code></em> to the position before <em class="parameter"><code>position</code></em>. Note that this
|
1028
1002
|
function only works with unsorted stores. If <em class="parameter"><code>position</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>iter</code></em>
|
@@ -1033,17 +1007,15 @@ will be moved to the end of the list.
|
|
1033
1007
|
<tbody>
|
1034
1008
|
<tr>
|
1035
1009
|
<td><p><span class="term"><em class="parameter"><code>store</code></em> :</span></p></td>
|
1036
|
-
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a
|
1037
|
-
</td>
|
1010
|
+
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>.</td>
|
1038
1011
|
</tr>
|
1039
1012
|
<tr>
|
1040
1013
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1041
|
-
<td>A <a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
1042
|
-
</td>
|
1014
|
+
<td>A <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
|
1043
1015
|
</tr>
|
1044
1016
|
<tr>
|
1045
1017
|
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
|
1046
|
-
<td>
|
1018
|
+
<td>A <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</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>
|
1047
1019
|
</td>
|
1048
1020
|
</tr>
|
1049
1021
|
</tbody>
|
@@ -1051,11 +1023,11 @@ will be moved to the end of the list.
|
|
1051
1023
|
<p class="since">Since 2.2</p>
|
1052
1024
|
</div>
|
1053
1025
|
<hr>
|
1054
|
-
<div class="refsect2"
|
1026
|
+
<div class="refsect2">
|
1055
1027
|
<a name="gtk-list-store-move-after"></a><h3>gtk_list_store_move_after ()</h3>
|
1056
1028
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_move_after (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *store</code></em>,
|
1057
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
1058
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
1029
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
1030
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *position</code></em>);</pre>
|
1059
1031
|
<p>
|
1060
1032
|
Moves <em class="parameter"><code>iter</code></em> in <em class="parameter"><code>store</code></em> to the position after <em class="parameter"><code>position</code></em>. Note that this
|
1061
1033
|
function only works with unsorted stores. If <em class="parameter"><code>position</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>iter</code></em>
|
@@ -1066,17 +1038,15 @@ will be moved to the start of the list.
|
|
1066
1038
|
<tbody>
|
1067
1039
|
<tr>
|
1068
1040
|
<td><p><span class="term"><em class="parameter"><code>store</code></em> :</span></p></td>
|
1069
|
-
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a
|
1070
|
-
</td>
|
1041
|
+
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>.</td>
|
1071
1042
|
</tr>
|
1072
1043
|
<tr>
|
1073
1044
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1074
|
-
<td>A <a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
1075
|
-
</td>
|
1045
|
+
<td>A <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
|
1076
1046
|
</tr>
|
1077
1047
|
<tr>
|
1078
1048
|
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
|
1079
|
-
<td>
|
1049
|
+
<td>A <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</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>
|
1080
1050
|
</td>
|
1081
1051
|
</tr>
|
1082
1052
|
</tbody>
|
@@ -1084,7 +1054,7 @@ will be moved to the start of the list.
|
|
1084
1054
|
<p class="since">Since 2.2</p>
|
1085
1055
|
</div>
|
1086
1056
|
</div>
|
1087
|
-
<div class="refsect1"
|
1057
|
+
<div class="refsect1">
|
1088
1058
|
<a name="GtkListStore.see-also"></a><h2>See Also</h2>
|
1089
1059
|
<p>
|
1090
1060
|
<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>, <a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a>
|
@@ -1093,6 +1063,6 @@ will be moved to the start of the list.
|
|
1093
1063
|
</div>
|
1094
1064
|
<div class="footer">
|
1095
1065
|
<hr>
|
1096
|
-
Generated by GTK-Doc V1.
|
1066
|
+
Generated by GTK-Doc V1.16.1</div>
|
1097
1067
|
</body>
|
1098
1068
|
</html>
|