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="GtkCellRendererText.html" title="GtkCellRendererText">
|
10
10
|
<link rel="next" href="GtkCellRendererSpinner.html" title="GtkCellRendererSpinner">
|
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">
|
@@ -32,7 +32,7 @@
|
|
32
32
|
<a href="#GtkCellRendererToggle.signals" class="shortcut">Signals</a>
|
33
33
|
</td></tr>
|
34
34
|
</table>
|
35
|
-
<div class="refentry"
|
35
|
+
<div class="refentry">
|
36
36
|
<a name="GtkCellRendererToggle"></a><div class="titlepage"></div>
|
37
37
|
<div class="refnamediv"><table width="100%"><tr>
|
38
38
|
<td valign="top">
|
@@ -41,12 +41,12 @@
|
|
41
41
|
</td>
|
42
42
|
<td valign="top" align="right"></td>
|
43
43
|
</tr></table></div>
|
44
|
-
<div class="refsynopsisdiv"
|
44
|
+
<div class="refsynopsisdiv">
|
45
45
|
<a name="GtkCellRendererToggle.synopsis"></a><h2>Synopsis</h2>
|
46
46
|
<pre class="synopsis">
|
47
47
|
#include <gtk/gtk.h>
|
48
48
|
|
49
|
-
|
49
|
+
struct <a class="link" href="GtkCellRendererToggle.html#GtkCellRendererToggle-struct" title="struct GtkCellRendererToggle">GtkCellRendererToggle</a>;
|
50
50
|
<a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="returnvalue">GtkCellRenderer</span></a> * <a class="link" href="GtkCellRendererToggle.html#gtk-cell-renderer-toggle-new" title="gtk_cell_renderer_toggle_new ()">gtk_cell_renderer_toggle_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
51
51
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkCellRendererToggle.html#gtk-cell-renderer-toggle-get-radio" title="gtk_cell_renderer_toggle_get_radio ()">gtk_cell_renderer_toggle_get_radio</a> (<em class="parameter"><code><a class="link" href="GtkCellRendererToggle.html" title="GtkCellRendererToggle"><span class="type">GtkCellRendererToggle</span></a> *toggle</code></em>);
|
52
52
|
<span class="returnvalue">void</span> <a class="link" href="GtkCellRendererToggle.html#gtk-cell-renderer-toggle-set-radio" title="gtk_cell_renderer_toggle_set_radio ()">gtk_cell_renderer_toggle_set_radio</a> (<em class="parameter"><code><a class="link" href="GtkCellRendererToggle.html" title="GtkCellRendererToggle"><span class="type">GtkCellRendererToggle</span></a> *toggle</code></em>,
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
|
62
62
|
</pre>
|
63
63
|
</div>
|
64
|
-
<div class="refsect1"
|
64
|
+
<div class="refsect1">
|
65
65
|
<a name="GtkCellRendererToggle.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
66
66
|
<pre class="synopsis">
|
67
67
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -71,7 +71,7 @@
|
|
71
71
|
+----GtkCellRendererToggle
|
72
72
|
</pre>
|
73
73
|
</div>
|
74
|
-
<div class="refsect1"
|
74
|
+
<div class="refsect1">
|
75
75
|
<a name="GtkCellRendererToggle.properties"></a><h2>Properties</h2>
|
76
76
|
<pre class="synopsis">
|
77
77
|
"<a class="link" href="GtkCellRendererToggle.html#GtkCellRendererToggle--activatable" title='The "activatable" property'>activatable</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
@@ -81,13 +81,13 @@
|
|
81
81
|
"<a class="link" href="GtkCellRendererToggle.html#GtkCellRendererToggle--radio" title='The "radio" property'>radio</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
82
82
|
</pre>
|
83
83
|
</div>
|
84
|
-
<div class="refsect1"
|
84
|
+
<div class="refsect1">
|
85
85
|
<a name="GtkCellRendererToggle.signals"></a><h2>Signals</h2>
|
86
86
|
<pre class="synopsis">
|
87
|
-
"<a class="link" href="GtkCellRendererToggle.html#GtkCellRendererToggle-toggled" title='The "toggled" signal'>toggled</a>" : Run Last
|
87
|
+
"<a class="link" href="GtkCellRendererToggle.html#GtkCellRendererToggle-toggled" title='The "toggled" signal'>toggled</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
88
88
|
</pre>
|
89
89
|
</div>
|
90
|
-
<div class="refsect1"
|
90
|
+
<div class="refsect1">
|
91
91
|
<a name="GtkCellRendererToggle.description"></a><h2>Description</h2>
|
92
92
|
<p>
|
93
93
|
<a class="link" href="GtkCellRendererToggle.html" title="GtkCellRendererToggle"><span class="type">GtkCellRendererToggle</span></a> renders a toggle button in a cell. The
|
@@ -96,16 +96,16 @@ button is drawn as a radio- or checkbutton, depending on the
|
|
96
96
|
property. When activated, it emits the toggled signal.
|
97
97
|
</p>
|
98
98
|
</div>
|
99
|
-
<div class="refsect1"
|
99
|
+
<div class="refsect1">
|
100
100
|
<a name="GtkCellRendererToggle.details"></a><h2>Details</h2>
|
101
|
-
<div class="refsect2"
|
102
|
-
<a name="GtkCellRendererToggle-struct"></a><h3>GtkCellRendererToggle</h3>
|
103
|
-
<pre class="programlisting">
|
101
|
+
<div class="refsect2">
|
102
|
+
<a name="GtkCellRendererToggle-struct"></a><h3>struct GtkCellRendererToggle</h3>
|
103
|
+
<pre class="programlisting">struct GtkCellRendererToggle;</pre>
|
104
104
|
<p>
|
105
105
|
</p>
|
106
106
|
</div>
|
107
107
|
<hr>
|
108
|
-
<div class="refsect2"
|
108
|
+
<div class="refsect2">
|
109
109
|
<a name="gtk-cell-renderer-toggle-new"></a><h3>gtk_cell_renderer_toggle_new ()</h3>
|
110
110
|
<pre class="programlisting"><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="returnvalue">GtkCellRenderer</span></a> * gtk_cell_renderer_toggle_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
111
111
|
<p>
|
@@ -121,13 +121,12 @@ the model.
|
|
121
121
|
<col align="left" valign="top">
|
122
122
|
<tbody><tr>
|
123
123
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
124
|
-
<td>
|
125
|
-
</td>
|
124
|
+
<td>the new cell renderer</td>
|
126
125
|
</tr></tbody>
|
127
126
|
</table></div>
|
128
127
|
</div>
|
129
128
|
<hr>
|
130
|
-
<div class="refsect2"
|
129
|
+
<div class="refsect2">
|
131
130
|
<a name="gtk-cell-renderer-toggle-get-radio"></a><h3>gtk_cell_renderer_toggle_get_radio ()</h3>
|
132
131
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_cell_renderer_toggle_get_radio (<em class="parameter"><code><a class="link" href="GtkCellRendererToggle.html" title="GtkCellRendererToggle"><span class="type">GtkCellRendererToggle</span></a> *toggle</code></em>);</pre>
|
133
132
|
<p>
|
@@ -143,14 +142,14 @@ Returns whether we're rendering radio toggles rather than checkboxes.
|
|
143
142
|
</tr>
|
144
143
|
<tr>
|
145
144
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
146
|
-
<td>
|
147
|
-
</td>
|
145
|
+
<td>
|
146
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if we're rendering radio toggles rather than checkboxes</td>
|
148
147
|
</tr>
|
149
148
|
</tbody>
|
150
149
|
</table></div>
|
151
150
|
</div>
|
152
151
|
<hr>
|
153
|
-
<div class="refsect2"
|
152
|
+
<div class="refsect2">
|
154
153
|
<a name="gtk-cell-renderer-toggle-set-radio"></a><h3>gtk_cell_renderer_toggle_set_radio ()</h3>
|
155
154
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_cell_renderer_toggle_set_radio (<em class="parameter"><code><a class="link" href="GtkCellRendererToggle.html" title="GtkCellRendererToggle"><span class="type">GtkCellRendererToggle</span></a> *toggle</code></em>,
|
156
155
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> radio</code></em>);</pre>
|
@@ -174,14 +173,13 @@ columns with cell renderer properties).
|
|
174
173
|
<tr>
|
175
174
|
<td><p><span class="term"><em class="parameter"><code>radio</code></em> :</span></p></td>
|
176
175
|
<td>
|
177
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to make the toggle look like a radio button
|
178
|
-
</td>
|
176
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to make the toggle look like a radio button</td>
|
179
177
|
</tr>
|
180
178
|
</tbody>
|
181
179
|
</table></div>
|
182
180
|
</div>
|
183
181
|
<hr>
|
184
|
-
<div class="refsect2"
|
182
|
+
<div class="refsect2">
|
185
183
|
<a name="gtk-cell-renderer-toggle-get-active"></a><h3>gtk_cell_renderer_toggle_get_active ()</h3>
|
186
184
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_cell_renderer_toggle_get_active (<em class="parameter"><code><a class="link" href="GtkCellRendererToggle.html" title="GtkCellRendererToggle"><span class="type">GtkCellRendererToggle</span></a> *toggle</code></em>);</pre>
|
187
185
|
<p>
|
@@ -198,14 +196,14 @@ Returns whether the cell renderer is active. See
|
|
198
196
|
</tr>
|
199
197
|
<tr>
|
200
198
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
201
|
-
<td>
|
202
|
-
</td>
|
199
|
+
<td>
|
200
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the cell renderer is active.</td>
|
203
201
|
</tr>
|
204
202
|
</tbody>
|
205
203
|
</table></div>
|
206
204
|
</div>
|
207
205
|
<hr>
|
208
|
-
<div class="refsect2"
|
206
|
+
<div class="refsect2">
|
209
207
|
<a name="gtk-cell-renderer-toggle-set-active"></a><h3>gtk_cell_renderer_toggle_set_active ()</h3>
|
210
208
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_cell_renderer_toggle_set_active (<em class="parameter"><code><a class="link" href="GtkCellRendererToggle.html" title="GtkCellRendererToggle"><span class="type">GtkCellRendererToggle</span></a> *toggle</code></em>,
|
211
209
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
|
@@ -217,19 +215,17 @@ Activates or deactivates a cell renderer.
|
|
217
215
|
<tbody>
|
218
216
|
<tr>
|
219
217
|
<td><p><span class="term"><em class="parameter"><code>toggle</code></em> :</span></p></td>
|
220
|
-
<td>a <a class="link" href="GtkCellRendererToggle.html" title="GtkCellRendererToggle"><span class="type">GtkCellRendererToggle</span></a
|
221
|
-
</td>
|
218
|
+
<td>a <a class="link" href="GtkCellRendererToggle.html" title="GtkCellRendererToggle"><span class="type">GtkCellRendererToggle</span></a>.</td>
|
222
219
|
</tr>
|
223
220
|
<tr>
|
224
221
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
225
|
-
<td>the value to set
|
226
|
-
</td>
|
222
|
+
<td>the value to set.</td>
|
227
223
|
</tr>
|
228
224
|
</tbody>
|
229
225
|
</table></div>
|
230
226
|
</div>
|
231
227
|
<hr>
|
232
|
-
<div class="refsect2"
|
228
|
+
<div class="refsect2">
|
233
229
|
<a name="gtk-cell-renderer-toggle-get-activatable"></a><h3>gtk_cell_renderer_toggle_get_activatable ()</h3>
|
234
230
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_cell_renderer_toggle_get_activatable
|
235
231
|
(<em class="parameter"><code><a class="link" href="GtkCellRendererToggle.html" title="GtkCellRendererToggle"><span class="type">GtkCellRendererToggle</span></a> *toggle</code></em>);</pre>
|
@@ -247,16 +243,15 @@ Returns whether the cell renderer is activatable. See
|
|
247
243
|
</tr>
|
248
244
|
<tr>
|
249
245
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
250
|
-
<td>
|
251
|
-
|
252
|
-
</td>
|
246
|
+
<td>
|
247
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the cell renderer is activatable.</td>
|
253
248
|
</tr>
|
254
249
|
</tbody>
|
255
250
|
</table></div>
|
256
251
|
<p class="since">Since 2.18</p>
|
257
252
|
</div>
|
258
253
|
<hr>
|
259
|
-
<div class="refsect2"
|
254
|
+
<div class="refsect2">
|
260
255
|
<a name="gtk-cell-renderer-toggle-set-activatable"></a><h3>gtk_cell_renderer_toggle_set_activatable ()</h3>
|
261
256
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_cell_renderer_toggle_set_activatable
|
262
257
|
(<em class="parameter"><code><a class="link" href="GtkCellRendererToggle.html" title="GtkCellRendererToggle"><span class="type">GtkCellRendererToggle</span></a> *toggle</code></em>,
|
@@ -269,43 +264,41 @@ Makes the cell renderer activatable.
|
|
269
264
|
<tbody>
|
270
265
|
<tr>
|
271
266
|
<td><p><span class="term"><em class="parameter"><code>toggle</code></em> :</span></p></td>
|
272
|
-
<td>a <a class="link" href="GtkCellRendererToggle.html" title="GtkCellRendererToggle"><span class="type">GtkCellRendererToggle</span></a
|
273
|
-
</td>
|
267
|
+
<td>a <a class="link" href="GtkCellRendererToggle.html" title="GtkCellRendererToggle"><span class="type">GtkCellRendererToggle</span></a>.</td>
|
274
268
|
</tr>
|
275
269
|
<tr>
|
276
270
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
277
|
-
<td>the value to set
|
278
|
-
</td>
|
271
|
+
<td>the value to set.</td>
|
279
272
|
</tr>
|
280
273
|
</tbody>
|
281
274
|
</table></div>
|
282
275
|
<p class="since">Since 2.18</p>
|
283
276
|
</div>
|
284
277
|
</div>
|
285
|
-
<div class="refsect1"
|
278
|
+
<div class="refsect1">
|
286
279
|
<a name="GtkCellRendererToggle.property-details"></a><h2>Property Details</h2>
|
287
|
-
<div class="refsect2"
|
280
|
+
<div class="refsect2">
|
288
281
|
<a name="GtkCellRendererToggle--activatable"></a><h3>The <code class="literal">"activatable"</code> property</h3>
|
289
282
|
<pre class="programlisting"> "activatable" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
290
283
|
<p>The toggle button can be activated.</p>
|
291
284
|
<p>Default value: TRUE</p>
|
292
285
|
</div>
|
293
286
|
<hr>
|
294
|
-
<div class="refsect2"
|
287
|
+
<div class="refsect2">
|
295
288
|
<a name="GtkCellRendererToggle--active"></a><h3>The <code class="literal">"active"</code> property</h3>
|
296
289
|
<pre class="programlisting"> "active" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
297
290
|
<p>The toggle state of the button.</p>
|
298
291
|
<p>Default value: FALSE</p>
|
299
292
|
</div>
|
300
293
|
<hr>
|
301
|
-
<div class="refsect2"
|
294
|
+
<div class="refsect2">
|
302
295
|
<a name="GtkCellRendererToggle--inconsistent"></a><h3>The <code class="literal">"inconsistent"</code> property</h3>
|
303
296
|
<pre class="programlisting"> "inconsistent" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
304
297
|
<p>The inconsistent state of the button.</p>
|
305
298
|
<p>Default value: FALSE</p>
|
306
299
|
</div>
|
307
300
|
<hr>
|
308
|
-
<div class="refsect2"
|
301
|
+
<div class="refsect2">
|
309
302
|
<a name="GtkCellRendererToggle--indicator-size"></a><h3>The <code class="literal">"indicator-size"</code> property</h3>
|
310
303
|
<pre class="programlisting"> "indicator-size" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
311
304
|
<p>Size of check or radio indicator.</p>
|
@@ -313,20 +306,20 @@ Makes the cell renderer activatable.
|
|
313
306
|
<p>Default value: 13</p>
|
314
307
|
</div>
|
315
308
|
<hr>
|
316
|
-
<div class="refsect2"
|
309
|
+
<div class="refsect2">
|
317
310
|
<a name="GtkCellRendererToggle--radio"></a><h3>The <code class="literal">"radio"</code> property</h3>
|
318
311
|
<pre class="programlisting"> "radio" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
319
312
|
<p>Draw the toggle button as a radio button.</p>
|
320
313
|
<p>Default value: FALSE</p>
|
321
314
|
</div>
|
322
315
|
</div>
|
323
|
-
<div class="refsect1"
|
316
|
+
<div class="refsect1">
|
324
317
|
<a name="GtkCellRendererToggle.signal-details"></a><h2>Signal Details</h2>
|
325
|
-
<div class="refsect2"
|
318
|
+
<div class="refsect2">
|
326
319
|
<a name="GtkCellRendererToggle-toggled"></a><h3>The <code class="literal">"toggled"</code> signal</h3>
|
327
320
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCellRendererToggle.html" title="GtkCellRendererToggle"><span class="type">GtkCellRendererToggle</span></a> *cell_renderer,
|
328
321
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path,
|
329
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
322
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
330
323
|
<p>
|
331
324
|
The ::toggled signal is emitted when the cell is toggled.
|
332
325
|
</p>
|
@@ -335,14 +328,12 @@ The ::toggled signal is emitted when the cell is toggled.
|
|
335
328
|
<tbody>
|
336
329
|
<tr>
|
337
330
|
<td><p><span class="term"><em class="parameter"><code>cell_renderer</code></em> :</span></p></td>
|
338
|
-
<td>the object which received the signal
|
339
|
-
</td>
|
331
|
+
<td>the object which received the signal</td>
|
340
332
|
</tr>
|
341
333
|
<tr>
|
342
334
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
343
|
-
<td>string representation of <a class="link" href="GtkTreeModel.html#GtkTreePath"
|
344
|
-
|
345
|
-
</td>
|
335
|
+
<td>string representation of <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> describing the
|
336
|
+
event location</td>
|
346
337
|
</tr>
|
347
338
|
<tr>
|
348
339
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -355,6 +346,6 @@ The ::toggled signal is emitted when the cell is toggled.
|
|
355
346
|
</div>
|
356
347
|
<div class="footer">
|
357
348
|
<hr>
|
358
|
-
Generated by GTK-Doc V1.
|
349
|
+
Generated by GTK-Doc V1.16.1</div>
|
359
350
|
</body>
|
360
351
|
</html>
|
@@ -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="gtk-GtkTreeView-drag-and-drop.html" title="GtkTreeView drag-and-drop">
|
10
10
|
<link rel="next" href="GtkIconView.html" title="GtkIconView">
|
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">
|
@@ -32,7 +32,7 @@
|
|
32
32
|
<a href="#GtkCellView.properties" class="shortcut">Properties</a>
|
33
33
|
</td></tr>
|
34
34
|
</table>
|
35
|
-
<div class="refentry"
|
35
|
+
<div class="refentry">
|
36
36
|
<a name="GtkCellView"></a><div class="titlepage"></div>
|
37
37
|
<div class="refnamediv"><table width="100%"><tr>
|
38
38
|
<td valign="top">
|
@@ -41,12 +41,12 @@
|
|
41
41
|
</td>
|
42
42
|
<td valign="top" align="right"></td>
|
43
43
|
</tr></table></div>
|
44
|
-
<div class="refsynopsisdiv"
|
44
|
+
<div class="refsynopsisdiv">
|
45
45
|
<a name="GtkCellView.synopsis"></a><h2>Synopsis</h2>
|
46
46
|
<pre class="synopsis">
|
47
47
|
#include <gtk/gtk.h>
|
48
48
|
|
49
|
-
|
49
|
+
struct <a class="link" href="GtkCellView.html#GtkCellView-struct" title="struct GtkCellView">GtkCellView</a>;
|
50
50
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkCellView.html#gtk-cell-view-new" title="gtk_cell_view_new ()">gtk_cell_view_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
51
51
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkCellView.html#gtk-cell-view-new-with-text" title="gtk_cell_view_new_with_text ()">gtk_cell_view_new_with_text</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);
|
52
52
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkCellView.html#gtk-cell-view-new-with-markup" title="gtk_cell_view_new_with_markup ()">gtk_cell_view_new_with_markup</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *markup</code></em>);
|
@@ -55,17 +55,17 @@
|
|
55
55
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>);
|
56
56
|
<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="returnvalue">GtkTreeModel</span></a> * <a class="link" href="GtkCellView.html#gtk-cell-view-get-model" title="gtk_cell_view_get_model ()">gtk_cell_view_get_model</a> (<em class="parameter"><code><a class="link" href="GtkCellView.html" title="GtkCellView"><span class="type">GtkCellView</span></a> *cell_view</code></em>);
|
57
57
|
<span class="returnvalue">void</span> <a class="link" href="GtkCellView.html#gtk-cell-view-set-displayed-row" title="gtk_cell_view_set_displayed_row ()">gtk_cell_view_set_displayed_row</a> (<em class="parameter"><code><a class="link" href="GtkCellView.html" title="GtkCellView"><span class="type">GtkCellView</span></a> *cell_view</code></em>,
|
58
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
59
|
-
<a class="link" href="GtkTreeModel.html#GtkTreePath"
|
58
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
|
59
|
+
<a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkCellView.html#gtk-cell-view-get-displayed-row" title="gtk_cell_view_get_displayed_row ()">gtk_cell_view_get_displayed_row</a> (<em class="parameter"><code><a class="link" href="GtkCellView.html" title="GtkCellView"><span class="type">GtkCellView</span></a> *cell_view</code></em>);
|
60
60
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkCellView.html#gtk-cell-view-get-size-of-row" title="gtk_cell_view_get_size_of_row ()">gtk_cell_view_get_size_of_row</a> (<em class="parameter"><code><a class="link" href="GtkCellView.html" title="GtkCellView"><span class="type">GtkCellView</span></a> *cell_view</code></em>,
|
61
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
62
|
-
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkRequisition"
|
61
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
62
|
+
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkRequisition"><span class="type">GtkRequisition</span></a> *requisition</code></em>);
|
63
63
|
<span class="returnvalue">void</span> <a class="link" href="GtkCellView.html#gtk-cell-view-set-background-color" title="gtk_cell_view_set_background_color ()">gtk_cell_view_set_background_color</a> (<em class="parameter"><code><a class="link" href="GtkCellView.html" title="GtkCellView"><span class="type">GtkCellView</span></a> *cell_view</code></em>,
|
64
64
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);
|
65
65
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="GtkCellView.html#gtk-cell-view-get-cell-renderers" title="gtk_cell_view_get_cell_renderers ()">gtk_cell_view_get_cell_renderers</a> (<em class="parameter"><code><a class="link" href="GtkCellView.html" title="GtkCellView"><span class="type">GtkCellView</span></a> *cell_view</code></em>);
|
66
66
|
</pre>
|
67
67
|
</div>
|
68
|
-
<div class="refsect1"
|
68
|
+
<div class="refsect1">
|
69
69
|
<a name="GtkCellView.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
70
70
|
<pre class="synopsis">
|
71
71
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -75,13 +75,13 @@
|
|
75
75
|
+----GtkCellView
|
76
76
|
</pre>
|
77
77
|
</div>
|
78
|
-
<div class="refsect1"
|
78
|
+
<div class="refsect1">
|
79
79
|
<a name="GtkCellView.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
80
80
|
<p>
|
81
81
|
GtkCellView implements
|
82
82
|
AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and <a class="link" href="GtkCellLayout.html" title="GtkCellLayout">GtkCellLayout</a>.</p>
|
83
83
|
</div>
|
84
|
-
<div class="refsect1"
|
84
|
+
<div class="refsect1">
|
85
85
|
<a name="GtkCellView.properties"></a><h2>Properties</h2>
|
86
86
|
<pre class="synopsis">
|
87
87
|
"<a class="link" href="GtkCellView.html#GtkCellView--background" title='The "background" property'>background</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Write
|
@@ -90,7 +90,7 @@ GtkCellView implements
|
|
90
90
|
"<a class="link" href="GtkCellView.html#GtkCellView--model" title='The "model" property'>model</a>" <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>* : Read / Write
|
91
91
|
</pre>
|
92
92
|
</div>
|
93
|
-
<div class="refsect1"
|
93
|
+
<div class="refsect1">
|
94
94
|
<a name="GtkCellView.description"></a><h2>Description</h2>
|
95
95
|
<p>
|
96
96
|
A <a class="link" href="GtkCellView.html" title="GtkCellView"><span class="type">GtkCellView</span></a> displays a single row of a <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>, using
|
@@ -99,16 +99,16 @@ some of the more complex features of <a class="link" href="GtkTreeView.html" tit
|
|
99
99
|
and drag and drop.
|
100
100
|
</p>
|
101
101
|
</div>
|
102
|
-
<div class="refsect1"
|
102
|
+
<div class="refsect1">
|
103
103
|
<a name="GtkCellView.details"></a><h2>Details</h2>
|
104
|
-
<div class="refsect2"
|
105
|
-
<a name="GtkCellView-struct"></a><h3>GtkCellView</h3>
|
106
|
-
<pre class="programlisting">
|
104
|
+
<div class="refsect2">
|
105
|
+
<a name="GtkCellView-struct"></a><h3>struct GtkCellView</h3>
|
106
|
+
<pre class="programlisting">struct GtkCellView;</pre>
|
107
107
|
<p>
|
108
108
|
</p>
|
109
109
|
</div>
|
110
110
|
<hr>
|
111
|
-
<div class="refsect2"
|
111
|
+
<div class="refsect2">
|
112
112
|
<a name="gtk-cell-view-new"></a><h3>gtk_cell_view_new ()</h3>
|
113
113
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_cell_view_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
114
114
|
<p>
|
@@ -118,15 +118,13 @@ Creates a new <a class="link" href="GtkCellView.html" title="GtkCellView"><span
|
|
118
118
|
<col align="left" valign="top">
|
119
119
|
<tbody><tr>
|
120
120
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
121
|
-
<td>
|
122
|
-
|
123
|
-
</td>
|
121
|
+
<td>A newly created <a class="link" href="GtkCellView.html" title="GtkCellView"><span class="type">GtkCellView</span></a> widget.</td>
|
124
122
|
</tr></tbody>
|
125
123
|
</table></div>
|
126
124
|
<p class="since">Since 2.6</p>
|
127
125
|
</div>
|
128
126
|
<hr>
|
129
|
-
<div class="refsect2"
|
127
|
+
<div class="refsect2">
|
130
128
|
<a name="gtk-cell-view-new-with-text"></a><h3>gtk_cell_view_new_with_text ()</h3>
|
131
129
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_cell_view_new_with_text (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
|
132
130
|
<p>
|
@@ -138,21 +136,18 @@ to it, and makes its show <em class="parameter"><code>text</code></em>.
|
|
138
136
|
<tbody>
|
139
137
|
<tr>
|
140
138
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
141
|
-
<td>the text to display in the cell view
|
142
|
-
</td>
|
139
|
+
<td>the text to display in the cell view</td>
|
143
140
|
</tr>
|
144
141
|
<tr>
|
145
142
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
146
|
-
<td>
|
147
|
-
|
148
|
-
</td>
|
143
|
+
<td>A newly created <a class="link" href="GtkCellView.html" title="GtkCellView"><span class="type">GtkCellView</span></a> widget.</td>
|
149
144
|
</tr>
|
150
145
|
</tbody>
|
151
146
|
</table></div>
|
152
147
|
<p class="since">Since 2.6</p>
|
153
148
|
</div>
|
154
149
|
<hr>
|
155
|
-
<div class="refsect2"
|
150
|
+
<div class="refsect2">
|
156
151
|
<a name="gtk-cell-view-new-with-markup"></a><h3>gtk_cell_view_new_with_markup ()</h3>
|
157
152
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_cell_view_new_with_markup (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *markup</code></em>);</pre>
|
158
153
|
<p>
|
@@ -166,21 +161,18 @@ markup language</GTKDOCLINK>.
|
|
166
161
|
<tbody>
|
167
162
|
<tr>
|
168
163
|
<td><p><span class="term"><em class="parameter"><code>markup</code></em> :</span></p></td>
|
169
|
-
<td>the text to display in the cell view
|
170
|
-
</td>
|
164
|
+
<td>the text to display in the cell view</td>
|
171
165
|
</tr>
|
172
166
|
<tr>
|
173
167
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
174
|
-
<td>
|
175
|
-
|
176
|
-
</td>
|
168
|
+
<td>A newly created <a class="link" href="GtkCellView.html" title="GtkCellView"><span class="type">GtkCellView</span></a> widget.</td>
|
177
169
|
</tr>
|
178
170
|
</tbody>
|
179
171
|
</table></div>
|
180
172
|
<p class="since">Since 2.6</p>
|
181
173
|
</div>
|
182
174
|
<hr>
|
183
|
-
<div class="refsect2"
|
175
|
+
<div class="refsect2">
|
184
176
|
<a name="gtk-cell-view-new-with-pixbuf"></a><h3>gtk_cell_view_new_with_pixbuf ()</h3>
|
185
177
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_cell_view_new_with_pixbuf (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
|
186
178
|
<p>
|
@@ -192,21 +184,18 @@ to it, and makes its show <em class="parameter"><code>pixbuf</code></em>.
|
|
192
184
|
<tbody>
|
193
185
|
<tr>
|
194
186
|
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
195
|
-
<td>the image to display in the cell view
|
196
|
-
</td>
|
187
|
+
<td>the image to display in the cell view</td>
|
197
188
|
</tr>
|
198
189
|
<tr>
|
199
190
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
200
|
-
<td>
|
201
|
-
|
202
|
-
</td>
|
191
|
+
<td>A newly created <a class="link" href="GtkCellView.html" title="GtkCellView"><span class="type">GtkCellView</span></a> widget.</td>
|
203
192
|
</tr>
|
204
193
|
</tbody>
|
205
194
|
</table></div>
|
206
195
|
<p class="since">Since 2.6</p>
|
207
196
|
</div>
|
208
197
|
<hr>
|
209
|
-
<div class="refsect2"
|
198
|
+
<div class="refsect2">
|
210
199
|
<a name="gtk-cell-view-set-model"></a><h3>gtk_cell_view_set_model ()</h3>
|
211
200
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_cell_view_set_model (<em class="parameter"><code><a class="link" href="GtkCellView.html" title="GtkCellView"><span class="type">GtkCellView</span></a> *cell_view</code></em>,
|
212
201
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>);</pre>
|
@@ -225,7 +214,7 @@ set, it will remove it before setting the new model. If <em class="parameter"><
|
|
225
214
|
</tr>
|
226
215
|
<tr>
|
227
216
|
<td><p><span class="term"><em class="parameter"><code>model</code></em> :</span></p></td>
|
228
|
-
<td>
|
217
|
+
<td>a <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
229
218
|
</td>
|
230
219
|
</tr>
|
231
220
|
</tbody>
|
@@ -233,7 +222,7 @@ set, it will remove it before setting the new model. If <em class="parameter"><
|
|
233
222
|
<p class="since">Since 2.6</p>
|
234
223
|
</div>
|
235
224
|
<hr>
|
236
|
-
<div class="refsect2"
|
225
|
+
<div class="refsect2">
|
237
226
|
<a name="gtk-cell-view-get-model"></a><h3>gtk_cell_view_get_model ()</h3>
|
238
227
|
<pre class="programlisting"><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="returnvalue">GtkTreeModel</span></a> * gtk_cell_view_get_model (<em class="parameter"><code><a class="link" href="GtkCellView.html" title="GtkCellView"><span class="type">GtkCellView</span></a> *cell_view</code></em>);</pre>
|
239
228
|
<p>
|
@@ -250,8 +239,7 @@ returned.
|
|
250
239
|
</tr>
|
251
240
|
<tr>
|
252
241
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
253
|
-
<td>
|
254
|
-
|
242
|
+
<td>a <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> used or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
255
243
|
</td>
|
256
244
|
</tr>
|
257
245
|
</tbody>
|
@@ -259,10 +247,10 @@ returned.
|
|
259
247
|
<p class="since">Since 2.16</p>
|
260
248
|
</div>
|
261
249
|
<hr>
|
262
|
-
<div class="refsect2"
|
250
|
+
<div class="refsect2">
|
263
251
|
<a name="gtk-cell-view-set-displayed-row"></a><h3>gtk_cell_view_set_displayed_row ()</h3>
|
264
252
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_cell_view_set_displayed_row (<em class="parameter"><code><a class="link" href="GtkCellView.html" title="GtkCellView"><span class="type">GtkCellView</span></a> *cell_view</code></em>,
|
265
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
253
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
266
254
|
<p>
|
267
255
|
Sets the row of the model that is currently displayed
|
268
256
|
by the <a class="link" href="GtkCellView.html" title="GtkCellView"><span class="type">GtkCellView</span></a>. If the path is unset, then the
|
@@ -281,7 +269,7 @@ the <a class="link" href="GtkCellView.html" title="GtkCellView"><span class="typ
|
|
281
269
|
</tr>
|
282
270
|
<tr>
|
283
271
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
284
|
-
<td>
|
272
|
+
<td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
285
273
|
</td>
|
286
274
|
</tr>
|
287
275
|
</tbody>
|
@@ -289,11 +277,11 @@ the <a class="link" href="GtkCellView.html" title="GtkCellView"><span class="typ
|
|
289
277
|
<p class="since">Since 2.6</p>
|
290
278
|
</div>
|
291
279
|
<hr>
|
292
|
-
<div class="refsect2"
|
280
|
+
<div class="refsect2">
|
293
281
|
<a name="gtk-cell-view-get-displayed-row"></a><h3>gtk_cell_view_get_displayed_row ()</h3>
|
294
|
-
<pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
282
|
+
<pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * gtk_cell_view_get_displayed_row (<em class="parameter"><code><a class="link" href="GtkCellView.html" title="GtkCellView"><span class="type">GtkCellView</span></a> *cell_view</code></em>);</pre>
|
295
283
|
<p>
|
296
|
-
Returns a <a class="link" href="GtkTreeModel.html#GtkTreePath"
|
284
|
+
Returns a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> referring to the currently
|
297
285
|
displayed row. If no row is currently displayed,
|
298
286
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.
|
299
287
|
</p>
|
@@ -307,8 +295,7 @@ displayed row. If no row is currently displayed,
|
|
307
295
|
</tr>
|
308
296
|
<tr>
|
309
297
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
310
|
-
<td>
|
311
|
-
|
298
|
+
<td>the currently displayed row or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
312
299
|
</td>
|
313
300
|
</tr>
|
314
301
|
</tbody>
|
@@ -316,11 +303,11 @@ displayed row. If no row is currently displayed,
|
|
316
303
|
<p class="since">Since 2.6</p>
|
317
304
|
</div>
|
318
305
|
<hr>
|
319
|
-
<div class="refsect2"
|
306
|
+
<div class="refsect2">
|
320
307
|
<a name="gtk-cell-view-get-size-of-row"></a><h3>gtk_cell_view_get_size_of_row ()</h3>
|
321
308
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_cell_view_get_size_of_row (<em class="parameter"><code><a class="link" href="GtkCellView.html" title="GtkCellView"><span class="type">GtkCellView</span></a> *cell_view</code></em>,
|
322
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
323
|
-
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkRequisition"
|
309
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
310
|
+
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkRequisition"><span class="type">GtkRequisition</span></a> *requisition</code></em>);</pre>
|
324
311
|
<p>
|
325
312
|
Sets <em class="parameter"><code>requisition</code></em> to the size needed by <em class="parameter"><code>cell_view</code></em> to display
|
326
313
|
the model row pointed to by <em class="parameter"><code>path</code></em>.
|
@@ -335,26 +322,23 @@ the model row pointed to by <em class="parameter"><code>path</code></em>.
|
|
335
322
|
</tr>
|
336
323
|
<tr>
|
337
324
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
338
|
-
<td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"
|
325
|
+
<td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>
|
339
326
|
</td>
|
340
327
|
</tr>
|
341
328
|
<tr>
|
342
329
|
<td><p><span class="term"><em class="parameter"><code>requisition</code></em> :</span></p></td>
|
343
|
-
<td>return location for the size
|
344
|
-
</td>
|
330
|
+
<td>return location for the size</td>
|
345
331
|
</tr>
|
346
332
|
<tr>
|
347
333
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
348
|
-
<td
|
349
|
-
|
350
|
-
</td>
|
334
|
+
<td><a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a></td>
|
351
335
|
</tr>
|
352
336
|
</tbody>
|
353
337
|
</table></div>
|
354
338
|
<p class="since">Since 2.6</p>
|
355
339
|
</div>
|
356
340
|
<hr>
|
357
|
-
<div class="refsect2"
|
341
|
+
<div class="refsect2">
|
358
342
|
<a name="gtk-cell-view-set-background-color"></a><h3>gtk_cell_view_set_background_color ()</h3>
|
359
343
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_cell_view_set_background_color (<em class="parameter"><code><a class="link" href="GtkCellView.html" title="GtkCellView"><span class="type">GtkCellView</span></a> *cell_view</code></em>,
|
360
344
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
|
@@ -371,18 +355,17 @@ Sets the background color of <em class="parameter"><code>view</code></em>.
|
|
371
355
|
</tr>
|
372
356
|
<tr>
|
373
357
|
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
|
374
|
-
<td>the new background color
|
375
|
-
</td>
|
358
|
+
<td>the new background color</td>
|
376
359
|
</tr>
|
377
360
|
</tbody>
|
378
361
|
</table></div>
|
379
362
|
<p class="since">Since 2.6</p>
|
380
363
|
</div>
|
381
364
|
<hr>
|
382
|
-
<div class="refsect2"
|
365
|
+
<div class="refsect2">
|
383
366
|
<a name="gtk-cell-view-get-cell-renderers"></a><h3>gtk_cell_view_get_cell_renderers ()</h3>
|
384
367
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * gtk_cell_view_get_cell_renderers (<em class="parameter"><code><a class="link" href="GtkCellView.html" title="GtkCellView"><span class="type">GtkCellView</span></a> *cell_view</code></em>);</pre>
|
385
|
-
<div class="warning"
|
368
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
386
369
|
<h3 class="title">Warning</h3>
|
387
370
|
<p><code class="literal">gtk_cell_view_get_cell_renderers</code> has been deprecated since version 2.18 and should not be used in newly-written code. use <a class="link" href="GtkCellLayout.html#gtk-cell-layout-get-cells" title="gtk_cell_layout_get_cells ()"><code class="function">gtk_cell_layout_get_cells()</code></a> instead.</p>
|
388
371
|
</div>
|
@@ -399,40 +382,38 @@ Returns the cell renderers which have been added to <em class="parameter"><code>
|
|
399
382
|
</tr>
|
400
383
|
<tr>
|
401
384
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
402
|
-
<td>
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
</td>
|
385
|
+
<td>a list of cell renderers. The list, but not the
|
386
|
+
renderers has been newly allocated and should be freed with
|
387
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a> when no longer needed.</td>
|
407
388
|
</tr>
|
408
389
|
</tbody>
|
409
390
|
</table></div>
|
410
391
|
<p class="since">Since 2.6</p>
|
411
392
|
</div>
|
412
393
|
</div>
|
413
|
-
<div class="refsect1"
|
394
|
+
<div class="refsect1">
|
414
395
|
<a name="GtkCellView.property-details"></a><h2>Property Details</h2>
|
415
|
-
<div class="refsect2"
|
396
|
+
<div class="refsect2">
|
416
397
|
<a name="GtkCellView--background"></a><h3>The <code class="literal">"background"</code> property</h3>
|
417
398
|
<pre class="programlisting"> "background" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Write</pre>
|
418
399
|
<p>Background color as a string.</p>
|
419
400
|
<p>Default value: NULL</p>
|
420
401
|
</div>
|
421
402
|
<hr>
|
422
|
-
<div class="refsect2"
|
403
|
+
<div class="refsect2">
|
423
404
|
<a name="GtkCellView--background-gdk"></a><h3>The <code class="literal">"background-gdk"</code> property</h3>
|
424
405
|
<pre class="programlisting"> "background-gdk" <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read / Write</pre>
|
425
406
|
<p>Background color as a GdkColor.</p>
|
426
407
|
</div>
|
427
408
|
<hr>
|
428
|
-
<div class="refsect2"
|
409
|
+
<div class="refsect2">
|
429
410
|
<a name="GtkCellView--background-set"></a><h3>The <code class="literal">"background-set"</code> property</h3>
|
430
411
|
<pre class="programlisting"> "background-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
431
412
|
<p>Whether this tag affects the background color.</p>
|
432
413
|
<p>Default value: FALSE</p>
|
433
414
|
</div>
|
434
415
|
<hr>
|
435
|
-
<div class="refsect2"
|
416
|
+
<div class="refsect2">
|
436
417
|
<a name="GtkCellView--model"></a><h3>The <code class="literal">"model"</code> property</h3>
|
437
418
|
<pre class="programlisting"> "model" <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>* : Read / Write</pre>
|
438
419
|
<p>
|
@@ -446,6 +427,6 @@ since 2.10
|
|
446
427
|
</div>
|
447
428
|
<div class="footer">
|
448
429
|
<hr>
|
449
|
-
Generated by GTK-Doc V1.
|
430
|
+
Generated by GTK-Doc V1.16.1</div>
|
450
431
|
</body>
|
451
432
|
</html>
|