gtk2 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ext/gtk2/rbgdkproperty.c +4 -4
- data/ext/gtk2/rbgtk.c +17 -0
- data/ext/gtk2/rbgtkdialog.c +26 -7
- data/ext/gtk2/rbgtkselectiondata.c +4 -5
- data/lib/2.0/gtk2.so +0 -0
- data/test/test_gdk_pixbuf.rb +34 -0
- 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/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.la +1 -1
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.la +1 -1
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.la +1 -1
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgailutil.la +1 -1
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.la +1 -1
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.la +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +46 -46
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +18 -18
- data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplay.html +93 -93
- data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplayManager.html +7 -7
- data/vendor/local/share/gtk-doc/html/gdk2/GdkScreen.html +159 -159
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Application-launching.html +13 -13
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Bitmaps-and-Pixmaps.html +53 -53
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Colormaps-and-Colors.html +85 -85
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Cursors.html +17 -17
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drag-and-Drop.html +45 -45
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drawing-Primitives.html +200 -200
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Event-Structures.html +102 -102
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Events.html +61 -61
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Fonts.html +117 -117
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-GdkRGB.html +110 -110
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-General.html +75 -75
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Graphics-Contexts.html +36 -36
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Images.html +52 -52
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input-Devices.html +55 -55
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input.html +23 -23
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Keyboard-Handling.html +99 -99
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pango-Interaction.html +32 -32
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pixbufs.html +20 -20
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Points-Rectangles-and-Regions.html +46 -46
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Properties-and-Atoms.html +125 -125
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Selections.html +36 -36
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Testing.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Threads.html +88 -88
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Visuals.html +56 -56
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Windows.html +395 -395
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-X-Window-System-Interaction.html +72 -72
- data/vendor/local/share/gtk-doc/html/gdk2/multihead.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAboutDialog.html +136 -136
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAccelLabel.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAccessible.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAction.html +133 -133
- data/vendor/local/share/gtk-doc/html/gtk2/GtkActionGroup.html +110 -110
- data/vendor/local/share/gtk-doc/html/gtk2/GtkActivatable.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAdjustment.html +78 -78
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAlignment.html +54 -54
- data/vendor/local/share/gtk-doc/html/gtk2/GtkArrow.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAspectFrame.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAssistant.html +59 -59
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBin.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBox.html +67 -67
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBuildable.html +52 -52
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBuilder.html +127 -127
- data/vendor/local/share/gtk-doc/html/gtk2/GtkButton.html +73 -73
- data/vendor/local/share/gtk-doc/html/gtk2/GtkButtonBox.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCList.html +294 -294
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCTree.html +212 -212
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCalendar.html +97 -97
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellEditable.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellLayout.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRenderer.html +100 -100
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererAccel.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererCombo.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererPixbuf.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererProgress.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpin.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpinner.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererText.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererToggle.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellView.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCheckButton.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkColorButton.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelection.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelectionDialog.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCombo.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBox.html +106 -106
- data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxEntry.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxText.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkContainer.html +92 -92
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCurve.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk2/GtkDialog.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtk2/GtkDrawingArea.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEditable.html +60 -60
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEntry.html +274 -274
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryBuffer.html +59 -59
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryCompletion.html +103 -103
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEventBox.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk2/GtkExpander.html +59 -59
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooser.html +217 -217
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserButton.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserDialog.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserWidget.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileSelection.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFixed.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFontButton.html +57 -57
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelection.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelectionDialog.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFrame.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk2/GtkGammaCurve.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHButtonBox.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHPaned.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHRuler.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHSV.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHScale.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHScrollbar.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHandleBox.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContext.html +65 -65
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContextSimple.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIMMulticontext.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIconTheme.html +99 -99
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIconView.html +214 -214
- data/vendor/local/share/gtk-doc/html/gtk2/GtkImage.html +73 -73
- data/vendor/local/share/gtk-doc/html/gtk2/GtkImageMenuItem.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk2/GtkInfoBar.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk2/GtkInputDialog.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkInvisible.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkItem.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkItemFactory.html +107 -107
- data/vendor/local/share/gtk-doc/html/gtk2/GtkLabel.html +158 -158
- data/vendor/local/share/gtk-doc/html/gtk2/GtkLayout.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk2/GtkLinkButton.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkList.html +40 -40
- data/vendor/local/share/gtk-doc/html/gtk2/GtkListItem.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk2/GtkListStore.html +64 -64
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenu.html +107 -107
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuBar.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuItem.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuShell.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuToolButton.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMessageDialog.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMisc.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkNotebook.html +225 -225
- data/vendor/local/share/gtk-doc/html/gtk2/GtkObject.html +117 -117
- data/vendor/local/share/gtk-doc/html/gtk2/GtkOffscreenWindow.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkOldEditable.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk2/GtkOptionMenu.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetup.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetupUnixDialog.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPaned.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPaperSize.html +68 -68
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPixmap.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPlug.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPreview.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintContext.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintJob.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintSettings.html +210 -210
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintUnixDialog.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrinter.html +96 -96
- data/vendor/local/share/gtk-doc/html/gtk2/GtkProgress.html +46 -46
- data/vendor/local/share/gtk-doc/html/gtk2/GtkProgressBar.html +49 -49
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioAction.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioButton.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioMenuItem.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioToolButton.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRange.html +110 -110
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentAction.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooser.html +114 -114
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserDialog.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserMenu.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserWidget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentFilter.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentManager.html +147 -147
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRuler.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScale.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScaleButton.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScrollbar.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScrolledWindow.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorMenuItem.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorToolItem.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSettings.html +213 -213
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSizeGroup.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSocket.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinButton.html +93 -93
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinner.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusIcon.html +164 -164
- data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusbar.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk2/GtkStyle.html +467 -467
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTable.html +93 -93
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTearoffMenuItem.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkText.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextBuffer.html +233 -233
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextIter.html +309 -309
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextMark.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTag.html +134 -134
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTagTable.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextView.html +237 -237
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTipsQuery.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleAction.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleButton.html +46 -46
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleToolButton.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolButton.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItem.html +70 -70
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItemGroup.html +46 -46
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolPalette.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolShell.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolbar.html +127 -127
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltip.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltips.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTree.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeItem.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModel.html +156 -156
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelFilter.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelSort.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSelection.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSortable.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeStore.html +74 -74
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeView.html +478 -478
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeViewColumn.html +175 -175
- data/vendor/local/share/gtk-doc/html/gtk2/GtkUIManager.html +64 -64
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVButtonBox.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVPaned.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVRuler.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVScale.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVScrollbar.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkViewport.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVolumeButton.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkWidget.html +769 -769
- data/vendor/local/share/gtk-doc/html/gtk2/GtkWindow.html +310 -310
- data/vendor/local/share/gtk-doc/html/gtk2/GtkWindowGroup.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/TextWidget.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk2/TreeWidget.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk2/ch01.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/chap-drawing-model.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAboutDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkComboBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkIconView.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkRecentChooser.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-checklist.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-entry-icons.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-tooltips.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-question-index.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Accelerator-Maps.html +52 -52
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Bindings.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Clipboards.html +115 -115
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Drag-and-Drop.html +80 -80
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Feature-Test-Macros.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Filesystem-utilities.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-General.html +173 -173
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Graphics-Contexts.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-GtkTreeView-drag-and-drop.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-High-level-Printing-API.html +168 -168
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Keyboard-Accelerators.html +100 -100
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Orientable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Resource-Files.html +70 -70
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Selections.html +149 -149
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Signals.html +95 -95
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Stock-Items.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Testing.html +52 -52
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Themeable-Stock-Images.html +69 -69
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Types.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkcheckmenuitem.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkfilefilter.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-selection-modes.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-advanced.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-chooser.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk2/migrating-GtkCombo.html +4 -4
- metadata +16 -17
- data/lib/1.9/gtk2.so +0 -0
- data/lib/2.1/gtk2.so +0 -0
@@ -54,8 +54,8 @@ enum <a class="link" href="GtkCellRendererAccel.html#GtkCellRende
|
|
54
54
|
<div class="refsect1">
|
55
55
|
<a name="GtkCellRendererAccel.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
56
56
|
<pre class="synopsis">
|
57
|
-
<a href="
|
58
|
-
+----<a href="
|
57
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
58
|
+
+----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
59
59
|
+----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
|
60
60
|
+----<a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer">GtkCellRenderer</a>
|
61
61
|
+----<a class="link" href="GtkCellRendererText.html" title="GtkCellRendererText">GtkCellRendererText</a>
|
@@ -65,17 +65,17 @@ enum <a class="link" href="GtkCellRendererAccel.html#GtkCellRende
|
|
65
65
|
<div class="refsect1">
|
66
66
|
<a name="GtkCellRendererAccel.properties"></a><h2>Properties</h2>
|
67
67
|
<pre class="synopsis">
|
68
|
-
"<a class="link" href="GtkCellRendererAccel.html#GtkCellRendererAccel--accel-key" title='The "accel-key" property'>accel-key</a>" <a href="
|
68
|
+
"<a class="link" href="GtkCellRendererAccel.html#GtkCellRendererAccel--accel-key" title='The "accel-key" property'>accel-key</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write
|
69
69
|
"<a class="link" href="GtkCellRendererAccel.html#GtkCellRendererAccel--accel-mode" title='The "accel-mode" property'>accel-mode</a>" <a class="link" href="GtkCellRendererAccel.html#GtkCellRendererAccelMode" title="enum GtkCellRendererAccelMode"><span class="type">GtkCellRendererAccelMode</span></a> : Read / Write
|
70
70
|
"<a class="link" href="GtkCellRendererAccel.html#GtkCellRendererAccel--accel-mods" title='The "accel-mods" property'>accel-mods</a>" <a href="../gdk2/gdk2-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> : Read / Write
|
71
|
-
"<a class="link" href="GtkCellRendererAccel.html#GtkCellRendererAccel--keycode" title='The "keycode" property'>keycode</a>" <a href="
|
71
|
+
"<a class="link" href="GtkCellRendererAccel.html#GtkCellRendererAccel--keycode" title='The "keycode" property'>keycode</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write
|
72
72
|
</pre>
|
73
73
|
</div>
|
74
74
|
<div class="refsect1">
|
75
75
|
<a name="GtkCellRendererAccel.signals"></a><h2>Signals</h2>
|
76
76
|
<pre class="synopsis">
|
77
|
-
"<a class="link" href="GtkCellRendererAccel.html#GtkCellRendererAccel-accel-cleared" title='The "accel-cleared" signal'>accel-cleared</a>" : <a href="
|
78
|
-
"<a class="link" href="GtkCellRendererAccel.html#GtkCellRendererAccel-accel-edited" title='The "accel-edited" signal'>accel-edited</a>" : <a href="
|
77
|
+
"<a class="link" href="GtkCellRendererAccel.html#GtkCellRendererAccel-accel-cleared" title='The "accel-cleared" signal'>accel-cleared</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>
|
78
|
+
"<a class="link" href="GtkCellRendererAccel.html#GtkCellRendererAccel-accel-edited" title='The "accel-edited" signal'>accel-edited</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>
|
79
79
|
</pre>
|
80
80
|
</div>
|
81
81
|
<div class="refsect1">
|
@@ -150,7 +150,7 @@ Creates a new <a class="link" href="GtkCellRendererAccel.html" title="GtkCellRen
|
|
150
150
|
<a name="GtkCellRendererAccel.property-details"></a><h2>Property Details</h2>
|
151
151
|
<div class="refsect2">
|
152
152
|
<a name="GtkCellRendererAccel--accel-key"></a><h3>The <code class="literal">"accel-key"</code> property</h3>
|
153
|
-
<pre class="programlisting"> "accel-key" <a href="
|
153
|
+
<pre class="programlisting"> "accel-key" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
|
154
154
|
<p>
|
155
155
|
The keyval of the accelerator.
|
156
156
|
</p>
|
@@ -183,7 +183,7 @@ The modifier mask of the accelerator.
|
|
183
183
|
<hr>
|
184
184
|
<div class="refsect2">
|
185
185
|
<a name="GtkCellRendererAccel--keycode"></a><h3>The <code class="literal">"keycode"</code> property</h3>
|
186
|
-
<pre class="programlisting"> "keycode" <a href="
|
186
|
+
<pre class="programlisting"> "keycode" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
|
187
187
|
<p>
|
188
188
|
The hardware keycode of the accelerator. Note that the hardware keycode is
|
189
189
|
only relevant if the key does not have a keyval. Normally, the keyboard
|
@@ -199,8 +199,8 @@ configuration should assign keyvals to all keys.
|
|
199
199
|
<div class="refsect2">
|
200
200
|
<a name="GtkCellRendererAccel-accel-cleared"></a><h3>The <code class="literal">"accel-cleared"</code> signal</h3>
|
201
201
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCellRendererAccel.html" title="GtkCellRendererAccel"><span class="type">GtkCellRendererAccel</span></a> *accel,
|
202
|
-
<a href="
|
203
|
-
<a href="
|
202
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path_string,
|
203
|
+
<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>
|
204
204
|
<p>
|
205
205
|
Gets emitted when the user has removed the accelerator.
|
206
206
|
</p>
|
@@ -230,11 +230,11 @@ Gets emitted when the user has removed the accelerator.
|
|
230
230
|
<div class="refsect2">
|
231
231
|
<a name="GtkCellRendererAccel-accel-edited"></a><h3>The <code class="literal">"accel-edited"</code> signal</h3>
|
232
232
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCellRendererAccel.html" title="GtkCellRendererAccel"><span class="type">GtkCellRendererAccel</span></a> *accel,
|
233
|
-
<a href="
|
234
|
-
<a href="
|
233
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path_string,
|
234
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> accel_key,
|
235
235
|
<a href="../gdk2/gdk2-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accel_mods,
|
236
|
-
<a href="
|
237
|
-
<a href="
|
236
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> hardware_keycode,
|
237
|
+
<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>
|
238
238
|
<p>
|
239
239
|
Gets emitted when the user has selected a new accelerator.
|
240
240
|
</p>
|
@@ -53,8 +53,8 @@ struct <a class="link" href="GtkCellRendererCombo.html#GtkCellRende
|
|
53
53
|
<div class="refsect1">
|
54
54
|
<a name="GtkCellRendererCombo.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
55
55
|
<pre class="synopsis">
|
56
|
-
<a href="
|
57
|
-
+----<a href="
|
56
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
57
|
+
+----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
58
58
|
+----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
|
59
59
|
+----<a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer">GtkCellRenderer</a>
|
60
60
|
+----<a class="link" href="GtkCellRendererText.html" title="GtkCellRendererText">GtkCellRendererText</a>
|
@@ -64,15 +64,15 @@ struct <a class="link" href="GtkCellRendererCombo.html#GtkCellRende
|
|
64
64
|
<div class="refsect1">
|
65
65
|
<a name="GtkCellRendererCombo.properties"></a><h2>Properties</h2>
|
66
66
|
<pre class="synopsis">
|
67
|
-
"<a class="link" href="GtkCellRendererCombo.html#GtkCellRendererCombo--has-entry" title='The "has-entry" property'>has-entry</a>" <a href="
|
67
|
+
"<a class="link" href="GtkCellRendererCombo.html#GtkCellRendererCombo--has-entry" title='The "has-entry" property'>has-entry</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
68
68
|
"<a class="link" href="GtkCellRendererCombo.html#GtkCellRendererCombo--model" title='The "model" property'>model</a>" <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>* : Read / Write
|
69
|
-
"<a class="link" href="GtkCellRendererCombo.html#GtkCellRendererCombo--text-column" title='The "text-column" property'>text-column</a>" <a href="
|
69
|
+
"<a class="link" href="GtkCellRendererCombo.html#GtkCellRendererCombo--text-column" title='The "text-column" property'>text-column</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
70
70
|
</pre>
|
71
71
|
</div>
|
72
72
|
<div class="refsect1">
|
73
73
|
<a name="GtkCellRendererCombo.signals"></a><h2>Signals</h2>
|
74
74
|
<pre class="synopsis">
|
75
|
-
"<a class="link" href="GtkCellRendererCombo.html#GtkCellRendererCombo-changed" title='The "changed" signal'>changed</a>" : <a href="
|
75
|
+
"<a class="link" href="GtkCellRendererCombo.html#GtkCellRendererCombo-changed" title='The "changed" signal'>changed</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>
|
76
76
|
</pre>
|
77
77
|
</div>
|
78
78
|
<div class="refsect1">
|
@@ -111,7 +111,7 @@ The <a class="link" href="GtkCellRendererCombo.html" title="GtkCellRendererCombo
|
|
111
111
|
<p>
|
112
112
|
Creates a new <a class="link" href="GtkCellRendererCombo.html" title="GtkCellRendererCombo"><span class="type">GtkCellRendererCombo</span></a>.
|
113
113
|
Adjust how text is drawn using object properties.
|
114
|
-
Object properties can be set globally (with <a href="
|
114
|
+
Object properties can be set globally (with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-set"><code class="function">g_object_set()</code></a>).
|
115
115
|
Also, with <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>, you can bind a property to a value
|
116
116
|
in a <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>. For example, you can bind the "text" property
|
117
117
|
on the cell renderer to a string value in the model, thus rendering
|
@@ -134,9 +134,9 @@ a different string in each row of the <a class="link" href="GtkTreeView.html" ti
|
|
134
134
|
<a name="GtkCellRendererCombo.property-details"></a><h2>Property Details</h2>
|
135
135
|
<div class="refsect2">
|
136
136
|
<a name="GtkCellRendererCombo--has-entry"></a><h3>The <code class="literal">"has-entry"</code> property</h3>
|
137
|
-
<pre class="programlisting"> "has-entry" <a href="
|
137
|
+
<pre class="programlisting"> "has-entry" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
138
138
|
<p>
|
139
|
-
If <a href="
|
139
|
+
If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the cell renderer will include an entry and allow to enter
|
140
140
|
|
141
141
|
values other than the ones in the popup list.
|
142
142
|
</p>
|
@@ -157,7 +157,7 @@ Use the text_column property to specify the column holding the values.
|
|
157
157
|
<hr>
|
158
158
|
<div class="refsect2">
|
159
159
|
<a name="GtkCellRendererCombo--text-column"></a><h3>The <code class="literal">"text-column"</code> property</h3>
|
160
|
-
<pre class="programlisting"> "text-column" <a href="
|
160
|
+
<pre class="programlisting"> "text-column" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
161
161
|
<p>
|
162
162
|
Specifies the model column which holds the possible values for the
|
163
163
|
|
@@ -186,9 +186,9 @@ this column to its combo box.
|
|
186
186
|
<div class="refsect2">
|
187
187
|
<a name="GtkCellRendererCombo-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
|
188
188
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCellRendererCombo.html" title="GtkCellRendererCombo"><span class="type">GtkCellRendererCombo</span></a> *combo,
|
189
|
-
<a href="
|
189
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path_string,
|
190
190
|
<a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *new_iter,
|
191
|
-
<a href="
|
191
|
+
<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>
|
192
192
|
<p>
|
193
193
|
This signal is emitted each time after the user selected an item in
|
194
194
|
the combo box, either by using the mouse or the arrow keys. Contrary
|
@@ -51,8 +51,8 @@ struct <a class="link" href="GtkCellRendererPixbuf.html#GtkCellRend
|
|
51
51
|
<div class="refsect1">
|
52
52
|
<a name="GtkCellRendererPixbuf.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
53
53
|
<pre class="synopsis">
|
54
|
-
<a href="
|
55
|
-
+----<a href="
|
54
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
55
|
+
+----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
56
56
|
+----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
|
57
57
|
+----<a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer">GtkCellRenderer</a>
|
58
58
|
+----GtkCellRendererPixbuf
|
@@ -61,15 +61,15 @@ struct <a class="link" href="GtkCellRendererPixbuf.html#GtkCellRend
|
|
61
61
|
<div class="refsect1">
|
62
62
|
<a name="GtkCellRendererPixbuf.properties"></a><h2>Properties</h2>
|
63
63
|
<pre class="synopsis">
|
64
|
-
"<a class="link" href="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--follow-state" title='The "follow-state" property'>follow-state</a>" <a href="
|
65
|
-
"<a class="link" href="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--gicon" title='The "gicon" property'>gicon</a>" <a href="
|
66
|
-
"<a class="link" href="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--icon-name" title='The "icon-name" property'>icon-name</a>" <a href="
|
64
|
+
"<a class="link" href="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--follow-state" title='The "follow-state" property'>follow-state</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
65
|
+
"<a class="link" href="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--gicon" title='The "gicon" property'>gicon</a>" <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a>* : Read / Write
|
66
|
+
"<a class="link" href="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--icon-name" title='The "icon-name" property'>icon-name</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
67
67
|
"<a class="link" href="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--pixbuf" title='The "pixbuf" property'>pixbuf</a>" <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>* : Read / Write
|
68
68
|
"<a class="link" href="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--pixbuf-expander-closed" title='The "pixbuf-expander-closed" property'>pixbuf-expander-closed</a>" <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>* : Read / Write
|
69
69
|
"<a class="link" href="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--pixbuf-expander-open" title='The "pixbuf-expander-open" property'>pixbuf-expander-open</a>" <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>* : Read / Write
|
70
|
-
"<a class="link" href="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--stock-detail" title='The "stock-detail" property'>stock-detail</a>" <a href="
|
71
|
-
"<a class="link" href="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--stock-id" title='The "stock-id" property'>stock-id</a>" <a href="
|
72
|
-
"<a class="link" href="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--stock-size" title='The "stock-size" property'>stock-size</a>" <a href="
|
70
|
+
"<a class="link" href="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--stock-detail" title='The "stock-detail" property'>stock-detail</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
71
|
+
"<a class="link" href="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--stock-id" title='The "stock-id" property'>stock-id</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
72
|
+
"<a class="link" href="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--stock-size" title='The "stock-size" property'>stock-size</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write
|
73
73
|
</pre>
|
74
74
|
</div>
|
75
75
|
<div class="refsect1">
|
@@ -83,11 +83,11 @@ either a given <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-p
|
|
83
83
|
<p>
|
84
84
|
To support the tree view, <a class="link" href="GtkCellRendererPixbuf.html" title="GtkCellRendererPixbuf"><span class="type">GtkCellRendererPixbuf</span></a> also supports rendering two alternative
|
85
85
|
pixbufs, when the <a class="link" href="GtkCellRenderer.html#GtkCellRenderer--is-expander" title='The "is-expander" property'>is-expander</a> property
|
86
|
-
is <a href="
|
87
|
-
is <a href="
|
86
|
+
is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. If the <a class="link" href="GtkCellRenderer.html#GtkCellRenderer--is-expanded" title='The "is-expanded" property'>is-expanded</a> property
|
87
|
+
is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> and the
|
88
88
|
<a class="link" href="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--pixbuf-expander-open" title='The "pixbuf-expander-open" property'>pixbuf-expander-open</a>
|
89
89
|
property is set to a pixbuf, it renders that pixbuf, if the
|
90
|
-
<a class="link" href="GtkCellRenderer.html#GtkCellRenderer--is-expanded" title='The "is-expanded" property'>is-expanded</a> property is <a href="
|
90
|
+
<a class="link" href="GtkCellRenderer.html#GtkCellRenderer--is-expanded" title='The "is-expanded" property'>is-expanded</a> property is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> and
|
91
91
|
the
|
92
92
|
<a class="link" href="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--pixbuf-expander-closed" title='The "pixbuf-expander-closed" property'>pixbuf-expander-closed</a>
|
93
93
|
property is set to a pixbuf, it renders that one.
|
@@ -108,7 +108,7 @@ property is set to a pixbuf, it renders that one.
|
|
108
108
|
<p>
|
109
109
|
Creates a new <a class="link" href="GtkCellRendererPixbuf.html" title="GtkCellRendererPixbuf"><span class="type">GtkCellRendererPixbuf</span></a>. Adjust rendering
|
110
110
|
parameters using object properties. Object properties can be set
|
111
|
-
globally (with <a href="
|
111
|
+
globally (with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-set"><code class="function">g_object_set()</code></a>). Also, with <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>, you
|
112
112
|
can bind a property to a value in a <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>. For example, you
|
113
113
|
can bind the "pixbuf" property on the cell renderer to a pixbuf value
|
114
114
|
in the model, thus rendering a different image in each row of the
|
@@ -130,7 +130,7 @@ in the model, thus rendering a different image in each row of the
|
|
130
130
|
<a name="GtkCellRendererPixbuf.property-details"></a><h2>Property Details</h2>
|
131
131
|
<div class="refsect2">
|
132
132
|
<a name="GtkCellRendererPixbuf--follow-state"></a><h3>The <code class="literal">"follow-state"</code> property</h3>
|
133
|
-
<pre class="programlisting"> "follow-state" <a href="
|
133
|
+
<pre class="programlisting"> "follow-state" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
134
134
|
<p>
|
135
135
|
Specifies whether the rendered pixbuf should be colorized
|
136
136
|
according to the <a class="link" href="GtkCellRenderer.html#GtkCellRendererState" title="enum GtkCellRendererState"><span class="type">GtkCellRendererState</span></a>.
|
@@ -141,7 +141,7 @@ according to the <a class="link" href="GtkCellRenderer.html#GtkCellRendererState
|
|
141
141
|
<hr>
|
142
142
|
<div class="refsect2">
|
143
143
|
<a name="GtkCellRendererPixbuf--gicon"></a><h3>The <code class="literal">"gicon"</code> property</h3>
|
144
|
-
<pre class="programlisting"> "gicon" <a href="
|
144
|
+
<pre class="programlisting"> "gicon" <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a>* : Read / Write</pre>
|
145
145
|
<p>
|
146
146
|
The GIcon representing the icon to display.
|
147
147
|
If the icon theme is changed, the image will be updated
|
@@ -152,7 +152,7 @@ automatically.
|
|
152
152
|
<hr>
|
153
153
|
<div class="refsect2">
|
154
154
|
<a name="GtkCellRendererPixbuf--icon-name"></a><h3>The <code class="literal">"icon-name"</code> property</h3>
|
155
|
-
<pre class="programlisting"> "icon-name" <a href="
|
155
|
+
<pre class="programlisting"> "icon-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
156
156
|
<p>
|
157
157
|
The name of the themed icon to display.
|
158
158
|
This property only has an effect if not overridden by "stock_id"
|
@@ -183,21 +183,21 @@ or "pixbuf" properties.
|
|
183
183
|
<hr>
|
184
184
|
<div class="refsect2">
|
185
185
|
<a name="GtkCellRendererPixbuf--stock-detail"></a><h3>The <code class="literal">"stock-detail"</code> property</h3>
|
186
|
-
<pre class="programlisting"> "stock-detail" <a href="
|
186
|
+
<pre class="programlisting"> "stock-detail" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
187
187
|
<p>Render detail to pass to the theme engine.</p>
|
188
188
|
<p>Default value: NULL</p>
|
189
189
|
</div>
|
190
190
|
<hr>
|
191
191
|
<div class="refsect2">
|
192
192
|
<a name="GtkCellRendererPixbuf--stock-id"></a><h3>The <code class="literal">"stock-id"</code> property</h3>
|
193
|
-
<pre class="programlisting"> "stock-id" <a href="
|
193
|
+
<pre class="programlisting"> "stock-id" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
194
194
|
<p>The stock ID of the stock icon to render.</p>
|
195
195
|
<p>Default value: NULL</p>
|
196
196
|
</div>
|
197
197
|
<hr>
|
198
198
|
<div class="refsect2">
|
199
199
|
<a name="GtkCellRendererPixbuf--stock-size"></a><h3>The <code class="literal">"stock-size"</code> property</h3>
|
200
|
-
<pre class="programlisting"> "stock-size" <a href="
|
200
|
+
<pre class="programlisting"> "stock-size" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
|
201
201
|
<p>The GtkIconSize value that specifies the size of the rendered icon.</p>
|
202
202
|
<p>Default value: 1</p>
|
203
203
|
</div>
|
@@ -51,8 +51,8 @@ struct <a class="link" href="GtkCellRendererProgress.html#GtkCellRe
|
|
51
51
|
<div class="refsect1">
|
52
52
|
<a name="GtkCellRendererProgress.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
53
53
|
<pre class="synopsis">
|
54
|
-
<a href="
|
55
|
-
+----<a href="
|
54
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
55
|
+
+----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
56
56
|
+----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
|
57
57
|
+----<a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer">GtkCellRenderer</a>
|
58
58
|
+----GtkCellRendererProgress
|
@@ -62,11 +62,11 @@ struct <a class="link" href="GtkCellRendererProgress.html#GtkCellRe
|
|
62
62
|
<a name="GtkCellRendererProgress.properties"></a><h2>Properties</h2>
|
63
63
|
<pre class="synopsis">
|
64
64
|
"<a class="link" href="GtkCellRendererProgress.html#GtkCellRendererProgress--orientation" title='The "orientation" property'>orientation</a>" <a class="link" href="GtkProgressBar.html#GtkProgressBarOrientation" title="enum GtkProgressBarOrientation"><span class="type">GtkProgressBarOrientation</span></a> : Read / Write
|
65
|
-
"<a class="link" href="GtkCellRendererProgress.html#GtkCellRendererProgress--pulse" title='The "pulse" property'>pulse</a>" <a href="
|
66
|
-
"<a class="link" href="GtkCellRendererProgress.html#GtkCellRendererProgress--text" title='The "text" property'>text</a>" <a href="
|
67
|
-
"<a class="link" href="GtkCellRendererProgress.html#GtkCellRendererProgress--text-xalign" title='The "text-xalign" property'>text-xalign</a>" <a href="
|
68
|
-
"<a class="link" href="GtkCellRendererProgress.html#GtkCellRendererProgress--text-yalign" title='The "text-yalign" property'>text-yalign</a>" <a href="
|
69
|
-
"<a class="link" href="GtkCellRendererProgress.html#GtkCellRendererProgress--value" title='The "value" property'>value</a>" <a href="
|
65
|
+
"<a class="link" href="GtkCellRendererProgress.html#GtkCellRendererProgress--pulse" title='The "pulse" property'>pulse</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
66
|
+
"<a class="link" href="GtkCellRendererProgress.html#GtkCellRendererProgress--text" title='The "text" property'>text</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
67
|
+
"<a class="link" href="GtkCellRendererProgress.html#GtkCellRendererProgress--text-xalign" title='The "text-xalign" property'>text-xalign</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> : Read / Write
|
68
|
+
"<a class="link" href="GtkCellRendererProgress.html#GtkCellRendererProgress--text-yalign" title='The "text-yalign" property'>text-yalign</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> : Read / Write
|
69
|
+
"<a class="link" href="GtkCellRendererProgress.html#GtkCellRendererProgress--value" title='The "value" property'>value</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
70
70
|
</pre>
|
71
71
|
</div>
|
72
72
|
<div class="refsect1">
|
@@ -123,7 +123,7 @@ top-to-bottom or bottom-to-top).
|
|
123
123
|
<hr>
|
124
124
|
<div class="refsect2">
|
125
125
|
<a name="GtkCellRendererProgress--pulse"></a><h3>The <code class="literal">"pulse"</code> property</h3>
|
126
|
-
<pre class="programlisting"> "pulse" <a href="
|
126
|
+
<pre class="programlisting"> "pulse" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
127
127
|
<p>
|
128
128
|
Setting this to a non-negative value causes the cell renderer to
|
129
129
|
enter "activity mode", where a block bounces back and forth to
|
@@ -138,7 +138,7 @@ bit.
|
|
138
138
|
</p>
|
139
139
|
<p>
|
140
140
|
To indicate that the activity has not started yet, set the property
|
141
|
-
to zero. To indicate completion, set the property to <a href="
|
141
|
+
to zero. To indicate completion, set the property to <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#G-MAXINT:CAPS"><code class="literal">G_MAXINT</code></a>.
|
142
142
|
</p>
|
143
143
|
<p>Allowed values: >= -1</p>
|
144
144
|
<p>Default value: -1</p>
|
@@ -147,10 +147,10 @@ to zero. To indicate completion, set the property to <a href="/home/kou/work/rub
|
|
147
147
|
<hr>
|
148
148
|
<div class="refsect2">
|
149
149
|
<a name="GtkCellRendererProgress--text"></a><h3>The <code class="literal">"text"</code> property</h3>
|
150
|
-
<pre class="programlisting"> "text" <a href="
|
150
|
+
<pre class="programlisting"> "text" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
151
151
|
<p>
|
152
152
|
The "text" property determines the label which will be drawn
|
153
|
-
over the progress bar. Setting this property to <a href="
|
153
|
+
over the progress bar. Setting this property to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> causes the default
|
154
154
|
|
155
155
|
label to be displayed. Setting this property to an empty string causes
|
156
156
|
|
@@ -162,7 +162,7 @@ no label to be displayed.
|
|
162
162
|
<hr>
|
163
163
|
<div class="refsect2">
|
164
164
|
<a name="GtkCellRendererProgress--text-xalign"></a><h3>The <code class="literal">"text-xalign"</code> property</h3>
|
165
|
-
<pre class="programlisting"> "text-xalign" <a href="
|
165
|
+
<pre class="programlisting"> "text-xalign" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> : Read / Write</pre>
|
166
166
|
<p>
|
167
167
|
The "text-xalign" property controls the horizontal alignment of the
|
168
168
|
text in the progress bar. Valid values range from 0 (left) to 1
|
@@ -175,7 +175,7 @@ text in the progress bar. Valid values range from 0 (left) to 1
|
|
175
175
|
<hr>
|
176
176
|
<div class="refsect2">
|
177
177
|
<a name="GtkCellRendererProgress--text-yalign"></a><h3>The <code class="literal">"text-yalign"</code> property</h3>
|
178
|
-
<pre class="programlisting"> "text-yalign" <a href="
|
178
|
+
<pre class="programlisting"> "text-yalign" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> : Read / Write</pre>
|
179
179
|
<p>
|
180
180
|
The "text-yalign" property controls the vertical alignment of the
|
181
181
|
text in the progress bar. Valid values range from 0 (top) to 1
|
@@ -188,7 +188,7 @@ text in the progress bar. Valid values range from 0 (top) to 1
|
|
188
188
|
<hr>
|
189
189
|
<div class="refsect2">
|
190
190
|
<a name="GtkCellRendererProgress--value"></a><h3>The <code class="literal">"value"</code> property</h3>
|
191
|
-
<pre class="programlisting"> "value" <a href="
|
191
|
+
<pre class="programlisting"> "value" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
192
192
|
<p>
|
193
193
|
The "value" property determines the percentage to which the
|
194
194
|
progress bar will be "filled in".
|
@@ -51,8 +51,8 @@ struct <a class="link" href="GtkCellRendererSpin.html#GtkCellRender
|
|
51
51
|
<div class="refsect1">
|
52
52
|
<a name="GtkCellRendererSpin.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
53
53
|
<pre class="synopsis">
|
54
|
-
<a href="
|
55
|
-
+----<a href="
|
54
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
55
|
+
+----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
56
56
|
+----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
|
57
57
|
+----<a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer">GtkCellRenderer</a>
|
58
58
|
+----<a class="link" href="GtkCellRendererText.html" title="GtkCellRendererText">GtkCellRendererText</a>
|
@@ -63,8 +63,8 @@ struct <a class="link" href="GtkCellRendererSpin.html#GtkCellRender
|
|
63
63
|
<a name="GtkCellRendererSpin.properties"></a><h2>Properties</h2>
|
64
64
|
<pre class="synopsis">
|
65
65
|
"<a class="link" href="GtkCellRendererSpin.html#GtkCellRendererSpin--adjustment" title='The "adjustment" property'>adjustment</a>" <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>* : Read / Write
|
66
|
-
"<a class="link" href="GtkCellRendererSpin.html#GtkCellRendererSpin--climb-rate" title='The "climb-rate" property'>climb-rate</a>" <a href="
|
67
|
-
"<a class="link" href="GtkCellRendererSpin.html#GtkCellRendererSpin--digits" title='The "digits" property'>digits</a>" <a href="
|
66
|
+
"<a class="link" href="GtkCellRendererSpin.html#GtkCellRendererSpin--climb-rate" title='The "climb-rate" property'>climb-rate</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : Read / Write
|
67
|
+
"<a class="link" href="GtkCellRendererSpin.html#GtkCellRendererSpin--digits" title='The "digits" property'>digits</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write
|
68
68
|
</pre>
|
69
69
|
</div>
|
70
70
|
<div class="refsect1">
|
@@ -124,14 +124,14 @@ Creates a new <a class="link" href="GtkCellRendererSpin.html" title="GtkCellRend
|
|
124
124
|
<p>
|
125
125
|
The adjustment that holds the value of the spinbutton.
|
126
126
|
|
127
|
-
This must be non-<a href="
|
127
|
+
This must be non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for the cell renderer to be editable.
|
128
128
|
</p>
|
129
129
|
<p class="since">Since 2.10</p>
|
130
130
|
</div>
|
131
131
|
<hr>
|
132
132
|
<div class="refsect2">
|
133
133
|
<a name="GtkCellRendererSpin--climb-rate"></a><h3>The <code class="literal">"climb-rate"</code> property</h3>
|
134
|
-
<pre class="programlisting"> "climb-rate" <a href="
|
134
|
+
<pre class="programlisting"> "climb-rate" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : Read / Write</pre>
|
135
135
|
<p>
|
136
136
|
The acceleration rate when you hold down a button.
|
137
137
|
</p>
|
@@ -142,7 +142,7 @@ The acceleration rate when you hold down a button.
|
|
142
142
|
<hr>
|
143
143
|
<div class="refsect2">
|
144
144
|
<a name="GtkCellRendererSpin--digits"></a><h3>The <code class="literal">"digits"</code> property</h3>
|
145
|
-
<pre class="programlisting"> "digits" <a href="
|
145
|
+
<pre class="programlisting"> "digits" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
|
146
146
|
<p>
|
147
147
|
The number of decimal places to display.
|
148
148
|
</p>
|
@@ -51,8 +51,8 @@ struct <a class="link" href="GtkCellRendererSpinner.html#GtkCellRen
|
|
51
51
|
<div class="refsect1">
|
52
52
|
<a name="GtkCellRendererSpinner.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
53
53
|
<pre class="synopsis">
|
54
|
-
<a href="
|
55
|
-
+----<a href="
|
54
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
55
|
+
+----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
56
56
|
+----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
|
57
57
|
+----<a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer">GtkCellRenderer</a>
|
58
58
|
+----GtkCellRendererSpinner
|
@@ -61,8 +61,8 @@ struct <a class="link" href="GtkCellRendererSpinner.html#GtkCellRen
|
|
61
61
|
<div class="refsect1">
|
62
62
|
<a name="GtkCellRendererSpinner.properties"></a><h2>Properties</h2>
|
63
63
|
<pre class="synopsis">
|
64
|
-
"<a class="link" href="GtkCellRendererSpinner.html#GtkCellRendererSpinner--active" title='The "active" property'>active</a>" <a href="
|
65
|
-
"<a class="link" href="GtkCellRendererSpinner.html#GtkCellRendererSpinner--pulse" title='The "pulse" property'>pulse</a>" <a href="
|
64
|
+
"<a class="link" href="GtkCellRendererSpinner.html#GtkCellRendererSpinner--active" title='The "active" property'>active</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
65
|
+
"<a class="link" href="GtkCellRendererSpinner.html#GtkCellRendererSpinner--pulse" title='The "pulse" property'>pulse</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write
|
66
66
|
"<a class="link" href="GtkCellRendererSpinner.html#GtkCellRendererSpinner--size" title='The "size" property'>size</a>" <a class="link" href="gtk2-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> : Read / Write
|
67
67
|
</pre>
|
68
68
|
</div>
|
@@ -76,7 +76,7 @@ instead of actual progress.
|
|
76
76
|
</p>
|
77
77
|
<p>
|
78
78
|
To start the animation in a cell, set the <a class="link" href="GtkCellRendererSpinner.html#GtkCellRendererSpinner--active" title='The "active" property'><span class="type">"active"</span></a>
|
79
|
-
property to <a href="
|
79
|
+
property to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> and increment the <a class="link" href="GtkCellRendererSpinner.html#GtkCellRendererSpinner--pulse" title='The "pulse" property'><span class="type">"pulse"</span></a> property
|
80
80
|
at regular intervals. The usual way to set the cell renderer properties
|
81
81
|
for each cell is to bind them to columns in your tree model using e.g.
|
82
82
|
<a class="link" href="GtkTreeViewColumn.html#gtk-tree-view-column-add-attribute" title="gtk_tree_view_column_add_attribute ()"><code class="function">gtk_tree_view_column_add_attribute()</code></a>.
|
@@ -116,14 +116,14 @@ activity.
|
|
116
116
|
<a name="GtkCellRendererSpinner.property-details"></a><h2>Property Details</h2>
|
117
117
|
<div class="refsect2">
|
118
118
|
<a name="GtkCellRendererSpinner--active"></a><h3>The <code class="literal">"active"</code> property</h3>
|
119
|
-
<pre class="programlisting"> "active" <a href="
|
119
|
+
<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>
|
120
120
|
<p>Whether the spinner is active (ie. shown) in the cell.</p>
|
121
121
|
<p>Default value: FALSE</p>
|
122
122
|
</div>
|
123
123
|
<hr>
|
124
124
|
<div class="refsect2">
|
125
125
|
<a name="GtkCellRendererSpinner--pulse"></a><h3>The <code class="literal">"pulse"</code> property</h3>
|
126
|
-
<pre class="programlisting"> "pulse" <a href="
|
126
|
+
<pre class="programlisting"> "pulse" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
|
127
127
|
<p>
|
128
128
|
Pulse of the spinner. Increment this value to draw the next frame of the
|
129
129
|
spinner animation. Usually, you would update this value in a timeout.
|
@@ -50,14 +50,14 @@ struct <a class="link" href="GtkCellRendererText.html#GtkCellRender
|
|
50
50
|
<a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="returnvalue">GtkCellRenderer</span></a> * <a class="link" href="GtkCellRendererText.html#gtk-cell-renderer-text-new" title="gtk_cell_renderer_text_new ()">gtk_cell_renderer_text_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
51
51
|
<span class="returnvalue">void</span> <a class="link" href="GtkCellRendererText.html#gtk-cell-renderer-text-set-fixed-height-from-font" title="gtk_cell_renderer_text_set_fixed_height_from_font ()">gtk_cell_renderer_text_set_fixed_height_from_font</a>
|
52
52
|
(<em class="parameter"><code><a class="link" href="GtkCellRendererText.html" title="GtkCellRendererText"><span class="type">GtkCellRendererText</span></a> *renderer</code></em>,
|
53
|
-
<em class="parameter"><code><a href="
|
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> number_of_rows</code></em>);
|
54
54
|
</pre>
|
55
55
|
</div>
|
56
56
|
<div class="refsect1">
|
57
57
|
<a name="GtkCellRendererText.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
58
58
|
<pre class="synopsis">
|
59
|
-
<a href="
|
60
|
-
+----<a href="
|
59
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
60
|
+
+----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
61
61
|
+----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
|
62
62
|
+----<a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer">GtkCellRenderer</a>
|
63
63
|
+----GtkCellRendererText
|
@@ -69,56 +69,56 @@ struct <a class="link" href="GtkCellRendererText.html#GtkCellRender
|
|
69
69
|
<div class="refsect1">
|
70
70
|
<a name="GtkCellRendererText.properties"></a><h2>Properties</h2>
|
71
71
|
<pre class="synopsis">
|
72
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--align-set" title='The "align-set" property'>align-set</a>" <a href="
|
72
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--align-set" title='The "align-set" property'>align-set</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
73
73
|
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--alignment" title='The "alignment" property'>alignment</a>" <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoAlignment"><span class="type">PangoAlignment</span></a> : Read / Write
|
74
74
|
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--attributes" title='The "attributes" property'>attributes</a>" <a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>* : Read / Write
|
75
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--background" title='The "background" property'>background</a>" <a href="
|
75
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--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
|
76
76
|
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--background-gdk" title='The "background-gdk" property'>background-gdk</a>" <a href="../gdk2/gdk2-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read / Write
|
77
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--background-set" title='The "background-set" property'>background-set</a>" <a href="
|
78
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--editable" title='The "editable" property'>editable</a>" <a href="
|
79
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--editable-set" title='The "editable-set" property'>editable-set</a>" <a href="
|
77
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--background-set" title='The "background-set" property'>background-set</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
78
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--editable" title='The "editable" property'>editable</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
79
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--editable-set" title='The "editable-set" property'>editable-set</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
80
80
|
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--ellipsize" title='The "ellipsize" property'>ellipsize</a>" <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a> : Read / Write
|
81
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--ellipsize-set" title='The "ellipsize-set" property'>ellipsize-set</a>" <a href="
|
82
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--family" title='The "family" property'>family</a>" <a href="
|
83
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--family-set" title='The "family-set" property'>family-set</a>" <a href="
|
84
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--font" title='The "font" property'>font</a>" <a href="
|
81
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--ellipsize-set" title='The "ellipsize-set" property'>ellipsize-set</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
82
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--family" title='The "family" property'>family</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
83
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--family-set" title='The "family-set" property'>family-set</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
84
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--font" title='The "font" property'>font</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
85
85
|
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--font-desc" title='The "font-desc" property'>font-desc</a>" <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>* : Read / Write
|
86
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--foreground" title='The "foreground" property'>foreground</a>" <a href="
|
86
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--foreground" title='The "foreground" property'>foreground</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Write
|
87
87
|
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--foreground-gdk" title='The "foreground-gdk" property'>foreground-gdk</a>" <a href="../gdk2/gdk2-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read / Write
|
88
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--foreground-set" title='The "foreground-set" property'>foreground-set</a>" <a href="
|
89
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--language" title='The "language" property'>language</a>" <a href="
|
90
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--language-set" title='The "language-set" property'>language-set</a>" <a href="
|
91
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--markup" title='The "markup" property'>markup</a>" <a href="
|
92
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--rise" title='The "rise" property'>rise</a>" <a href="
|
93
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--rise-set" title='The "rise-set" property'>rise-set</a>" <a href="
|
94
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--scale" title='The "scale" property'>scale</a>" <a href="
|
95
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--scale-set" title='The "scale-set" property'>scale-set</a>" <a href="
|
96
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--single-paragraph-mode" title='The "single-paragraph-mode" property'>single-paragraph-mode</a>" <a href="
|
97
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--size" title='The "size" property'>size</a>" <a href="
|
98
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--size-points" title='The "size-points" property'>size-points</a>" <a href="
|
99
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--size-set" title='The "size-set" property'>size-set</a>" <a href="
|
88
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--foreground-set" title='The "foreground-set" property'>foreground-set</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
89
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--language" title='The "language" property'>language</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
90
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--language-set" title='The "language-set" property'>language-set</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
91
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--markup" title='The "markup" property'>markup</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Write
|
92
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--rise" title='The "rise" property'>rise</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
93
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--rise-set" title='The "rise-set" property'>rise-set</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
94
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--scale" title='The "scale" property'>scale</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : Read / Write
|
95
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--scale-set" title='The "scale-set" property'>scale-set</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
96
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--single-paragraph-mode" title='The "single-paragraph-mode" property'>single-paragraph-mode</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
97
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--size" title='The "size" property'>size</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
98
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--size-points" title='The "size-points" property'>size-points</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : Read / Write
|
99
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--size-set" title='The "size-set" property'>size-set</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
100
100
|
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--stretch" title='The "stretch" property'>stretch</a>" <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoStretch"><span class="type">PangoStretch</span></a> : Read / Write
|
101
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--stretch-set" title='The "stretch-set" property'>stretch-set</a>" <a href="
|
102
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--strikethrough" title='The "strikethrough" property'>strikethrough</a>" <a href="
|
103
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--strikethrough-set" title='The "strikethrough-set" property'>strikethrough-set</a>" <a href="
|
101
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--stretch-set" title='The "stretch-set" property'>stretch-set</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
102
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--strikethrough" title='The "strikethrough" property'>strikethrough</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
103
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--strikethrough-set" title='The "strikethrough-set" property'>strikethrough-set</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
104
104
|
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--style" title='The "style" property'>style</a>" <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoStyle"><span class="type">PangoStyle</span></a> : Read / Write
|
105
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--style-set" title='The "style-set" property'>style-set</a>" <a href="
|
106
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--text" title='The "text" property'>text</a>" <a href="
|
105
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--style-set" title='The "style-set" property'>style-set</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
106
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--text" title='The "text" property'>text</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
107
107
|
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--underline" title='The "underline" property'>underline</a>" <a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoUnderline"><span class="type">PangoUnderline</span></a> : Read / Write
|
108
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--underline-set" title='The "underline-set" property'>underline-set</a>" <a href="
|
108
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--underline-set" title='The "underline-set" property'>underline-set</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
109
109
|
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--variant" title='The "variant" property'>variant</a>" <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoVariant"><span class="type">PangoVariant</span></a> : Read / Write
|
110
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--variant-set" title='The "variant-set" property'>variant-set</a>" <a href="
|
111
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--weight" title='The "weight" property'>weight</a>" <a href="
|
112
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--weight-set" title='The "weight-set" property'>weight-set</a>" <a href="
|
113
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--width-chars" title='The "width-chars" property'>width-chars</a>" <a href="
|
110
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--variant-set" title='The "variant-set" property'>variant-set</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
111
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--weight" title='The "weight" property'>weight</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
112
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--weight-set" title='The "weight-set" property'>weight-set</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
113
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--width-chars" title='The "width-chars" property'>width-chars</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
114
114
|
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--wrap-mode" title='The "wrap-mode" property'>wrap-mode</a>" <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="type">PangoWrapMode</span></a> : Read / Write
|
115
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--wrap-width" title='The "wrap-width" property'>wrap-width</a>" <a href="
|
115
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText--wrap-width" title='The "wrap-width" property'>wrap-width</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
116
116
|
</pre>
|
117
117
|
</div>
|
118
118
|
<div class="refsect1">
|
119
119
|
<a name="GtkCellRendererText.signals"></a><h2>Signals</h2>
|
120
120
|
<pre class="synopsis">
|
121
|
-
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText-edited" title='The "edited" signal'>edited</a>" : <a href="
|
121
|
+
"<a class="link" href="GtkCellRendererText.html#GtkCellRendererText-edited" title='The "edited" signal'>edited</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>
|
122
122
|
</pre>
|
123
123
|
</div>
|
124
124
|
<div class="refsect1">
|
@@ -149,7 +149,7 @@ the <a class="link" href="GtkCellRendererText.html" title="GtkCellRendererText">
|
|
149
149
|
<p>
|
150
150
|
Creates a new <a class="link" href="GtkCellRendererText.html" title="GtkCellRendererText"><span class="type">GtkCellRendererText</span></a>. Adjust how text is drawn using
|
151
151
|
object properties. Object properties can be
|
152
|
-
set globally (with <a href="
|
152
|
+
set globally (with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-set"><code class="function">g_object_set()</code></a>). Also, with <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>,
|
153
153
|
you can bind a property to a value in a <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>. For example,
|
154
154
|
you can bind the "text" property on the cell renderer to a string
|
155
155
|
value in the model, thus rendering a different string in each row
|
@@ -171,7 +171,7 @@ of the <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="
|
|
171
171
|
<a name="gtk-cell-renderer-text-set-fixed-height-from-font"></a><h3>gtk_cell_renderer_text_set_fixed_height_from_font ()</h3>
|
172
172
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_cell_renderer_text_set_fixed_height_from_font
|
173
173
|
(<em class="parameter"><code><a class="link" href="GtkCellRendererText.html" title="GtkCellRendererText"><span class="type">GtkCellRendererText</span></a> *renderer</code></em>,
|
174
|
-
<em class="parameter"><code><a href="
|
174
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> number_of_rows</code></em>);</pre>
|
175
175
|
<p>
|
176
176
|
Sets the height of a renderer to explicitly be determined by the "font" and
|
177
177
|
"y_pad" property set on it. Further changes in these properties do not
|
@@ -204,7 +204,7 @@ the height is determined by the properties again.
|
|
204
204
|
<a name="GtkCellRendererText.property-details"></a><h2>Property Details</h2>
|
205
205
|
<div class="refsect2">
|
206
206
|
<a name="GtkCellRendererText--align-set"></a><h3>The <code class="literal">"align-set"</code> property</h3>
|
207
|
-
<pre class="programlisting"> "align-set" <a href="
|
207
|
+
<pre class="programlisting"> "align-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
208
208
|
<p>Whether this tag affects the alignment mode.</p>
|
209
209
|
<p>Default value: FALSE</p>
|
210
210
|
</div>
|
@@ -235,7 +235,7 @@ on the other hand, sets the horizontal alignment of the whole text.
|
|
235
235
|
<hr>
|
236
236
|
<div class="refsect2">
|
237
237
|
<a name="GtkCellRendererText--background"></a><h3>The <code class="literal">"background"</code> property</h3>
|
238
|
-
<pre class="programlisting"> "background" <a href="
|
238
|
+
<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>
|
239
239
|
<p>Background color as a string.</p>
|
240
240
|
<p>Default value: NULL</p>
|
241
241
|
</div>
|
@@ -248,21 +248,21 @@ on the other hand, sets the horizontal alignment of the whole text.
|
|
248
248
|
<hr>
|
249
249
|
<div class="refsect2">
|
250
250
|
<a name="GtkCellRendererText--background-set"></a><h3>The <code class="literal">"background-set"</code> property</h3>
|
251
|
-
<pre class="programlisting"> "background-set" <a href="
|
251
|
+
<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>
|
252
252
|
<p>Whether this tag affects the background color.</p>
|
253
253
|
<p>Default value: FALSE</p>
|
254
254
|
</div>
|
255
255
|
<hr>
|
256
256
|
<div class="refsect2">
|
257
257
|
<a name="GtkCellRendererText--editable"></a><h3>The <code class="literal">"editable"</code> property</h3>
|
258
|
-
<pre class="programlisting"> "editable" <a href="
|
258
|
+
<pre class="programlisting"> "editable" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
259
259
|
<p>Whether the text can be modified by the user.</p>
|
260
260
|
<p>Default value: FALSE</p>
|
261
261
|
</div>
|
262
262
|
<hr>
|
263
263
|
<div class="refsect2">
|
264
264
|
<a name="GtkCellRendererText--editable-set"></a><h3>The <code class="literal">"editable-set"</code> property</h3>
|
265
|
-
<pre class="programlisting"> "editable-set" <a href="
|
265
|
+
<pre class="programlisting"> "editable-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
266
266
|
<p>Whether this tag affects text editability.</p>
|
267
267
|
<p>Default value: FALSE</p>
|
268
268
|
</div>
|
@@ -284,28 +284,28 @@ for another way of making the text fit into a given width.
|
|
284
284
|
<hr>
|
285
285
|
<div class="refsect2">
|
286
286
|
<a name="GtkCellRendererText--ellipsize-set"></a><h3>The <code class="literal">"ellipsize-set"</code> property</h3>
|
287
|
-
<pre class="programlisting"> "ellipsize-set" <a href="
|
287
|
+
<pre class="programlisting"> "ellipsize-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
288
288
|
<p>Whether this tag affects the ellipsize mode.</p>
|
289
289
|
<p>Default value: FALSE</p>
|
290
290
|
</div>
|
291
291
|
<hr>
|
292
292
|
<div class="refsect2">
|
293
293
|
<a name="GtkCellRendererText--family"></a><h3>The <code class="literal">"family"</code> property</h3>
|
294
|
-
<pre class="programlisting"> "family" <a href="
|
294
|
+
<pre class="programlisting"> "family" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
295
295
|
<p>Name of the font family, e.g. Sans, Helvetica, Times, Monospace.</p>
|
296
296
|
<p>Default value: NULL</p>
|
297
297
|
</div>
|
298
298
|
<hr>
|
299
299
|
<div class="refsect2">
|
300
300
|
<a name="GtkCellRendererText--family-set"></a><h3>The <code class="literal">"family-set"</code> property</h3>
|
301
|
-
<pre class="programlisting"> "family-set" <a href="
|
301
|
+
<pre class="programlisting"> "family-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
302
302
|
<p>Whether this tag affects the font family.</p>
|
303
303
|
<p>Default value: FALSE</p>
|
304
304
|
</div>
|
305
305
|
<hr>
|
306
306
|
<div class="refsect2">
|
307
307
|
<a name="GtkCellRendererText--font"></a><h3>The <code class="literal">"font"</code> property</h3>
|
308
|
-
<pre class="programlisting"> "font" <a href="
|
308
|
+
<pre class="programlisting"> "font" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
309
309
|
<p>Font description as a string, e.g. "Sans Italic 12".</p>
|
310
310
|
<p>Default value: NULL</p>
|
311
311
|
</div>
|
@@ -318,7 +318,7 @@ for another way of making the text fit into a given width.
|
|
318
318
|
<hr>
|
319
319
|
<div class="refsect2">
|
320
320
|
<a name="GtkCellRendererText--foreground"></a><h3>The <code class="literal">"foreground"</code> property</h3>
|
321
|
-
<pre class="programlisting"> "foreground" <a href="
|
321
|
+
<pre class="programlisting"> "foreground" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Write</pre>
|
322
322
|
<p>Foreground color as a string.</p>
|
323
323
|
<p>Default value: NULL</p>
|
324
324
|
</div>
|
@@ -331,35 +331,35 @@ for another way of making the text fit into a given width.
|
|
331
331
|
<hr>
|
332
332
|
<div class="refsect2">
|
333
333
|
<a name="GtkCellRendererText--foreground-set"></a><h3>The <code class="literal">"foreground-set"</code> property</h3>
|
334
|
-
<pre class="programlisting"> "foreground-set" <a href="
|
334
|
+
<pre class="programlisting"> "foreground-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
335
335
|
<p>Whether this tag affects the foreground color.</p>
|
336
336
|
<p>Default value: FALSE</p>
|
337
337
|
</div>
|
338
338
|
<hr>
|
339
339
|
<div class="refsect2">
|
340
340
|
<a name="GtkCellRendererText--language"></a><h3>The <code class="literal">"language"</code> property</h3>
|
341
|
-
<pre class="programlisting"> "language" <a href="
|
341
|
+
<pre class="programlisting"> "language" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
342
342
|
<p>The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If you don't understand this parameter, you probably don't need it.</p>
|
343
343
|
<p>Default value: NULL</p>
|
344
344
|
</div>
|
345
345
|
<hr>
|
346
346
|
<div class="refsect2">
|
347
347
|
<a name="GtkCellRendererText--language-set"></a><h3>The <code class="literal">"language-set"</code> property</h3>
|
348
|
-
<pre class="programlisting"> "language-set" <a href="
|
348
|
+
<pre class="programlisting"> "language-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
349
349
|
<p>Whether this tag affects the language the text is rendered as.</p>
|
350
350
|
<p>Default value: FALSE</p>
|
351
351
|
</div>
|
352
352
|
<hr>
|
353
353
|
<div class="refsect2">
|
354
354
|
<a name="GtkCellRendererText--markup"></a><h3>The <code class="literal">"markup"</code> property</h3>
|
355
|
-
<pre class="programlisting"> "markup" <a href="
|
355
|
+
<pre class="programlisting"> "markup" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Write</pre>
|
356
356
|
<p>Marked up text to render.</p>
|
357
357
|
<p>Default value: NULL</p>
|
358
358
|
</div>
|
359
359
|
<hr>
|
360
360
|
<div class="refsect2">
|
361
361
|
<a name="GtkCellRendererText--rise"></a><h3>The <code class="literal">"rise"</code> property</h3>
|
362
|
-
<pre class="programlisting"> "rise" <a href="
|
362
|
+
<pre class="programlisting"> "rise" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
363
363
|
<p>Offset of text above the baseline (below the baseline if rise is negative).</p>
|
364
364
|
<p>Allowed values: >= -2147483647</p>
|
365
365
|
<p>Default value: 0</p>
|
@@ -367,14 +367,14 @@ for another way of making the text fit into a given width.
|
|
367
367
|
<hr>
|
368
368
|
<div class="refsect2">
|
369
369
|
<a name="GtkCellRendererText--rise-set"></a><h3>The <code class="literal">"rise-set"</code> property</h3>
|
370
|
-
<pre class="programlisting"> "rise-set" <a href="
|
370
|
+
<pre class="programlisting"> "rise-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
371
371
|
<p>Whether this tag affects the rise.</p>
|
372
372
|
<p>Default value: FALSE</p>
|
373
373
|
</div>
|
374
374
|
<hr>
|
375
375
|
<div class="refsect2">
|
376
376
|
<a name="GtkCellRendererText--scale"></a><h3>The <code class="literal">"scale"</code> property</h3>
|
377
|
-
<pre class="programlisting"> "scale" <a href="
|
377
|
+
<pre class="programlisting"> "scale" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : Read / Write</pre>
|
378
378
|
<p>Font scaling factor.</p>
|
379
379
|
<p>Allowed values: >= 0</p>
|
380
380
|
<p>Default value: 1</p>
|
@@ -382,21 +382,21 @@ for another way of making the text fit into a given width.
|
|
382
382
|
<hr>
|
383
383
|
<div class="refsect2">
|
384
384
|
<a name="GtkCellRendererText--scale-set"></a><h3>The <code class="literal">"scale-set"</code> property</h3>
|
385
|
-
<pre class="programlisting"> "scale-set" <a href="
|
385
|
+
<pre class="programlisting"> "scale-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
386
386
|
<p>Whether this tag scales the font size by a factor.</p>
|
387
387
|
<p>Default value: FALSE</p>
|
388
388
|
</div>
|
389
389
|
<hr>
|
390
390
|
<div class="refsect2">
|
391
391
|
<a name="GtkCellRendererText--single-paragraph-mode"></a><h3>The <code class="literal">"single-paragraph-mode"</code> property</h3>
|
392
|
-
<pre class="programlisting"> "single-paragraph-mode" <a href="
|
392
|
+
<pre class="programlisting"> "single-paragraph-mode" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
393
393
|
<p>Whether or not to keep all text in a single paragraph.</p>
|
394
394
|
<p>Default value: FALSE</p>
|
395
395
|
</div>
|
396
396
|
<hr>
|
397
397
|
<div class="refsect2">
|
398
398
|
<a name="GtkCellRendererText--size"></a><h3>The <code class="literal">"size"</code> property</h3>
|
399
|
-
<pre class="programlisting"> "size" <a href="
|
399
|
+
<pre class="programlisting"> "size" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
400
400
|
<p>Font size.</p>
|
401
401
|
<p>Allowed values: >= 0</p>
|
402
402
|
<p>Default value: 0</p>
|
@@ -404,7 +404,7 @@ for another way of making the text fit into a given width.
|
|
404
404
|
<hr>
|
405
405
|
<div class="refsect2">
|
406
406
|
<a name="GtkCellRendererText--size-points"></a><h3>The <code class="literal">"size-points"</code> property</h3>
|
407
|
-
<pre class="programlisting"> "size-points" <a href="
|
407
|
+
<pre class="programlisting"> "size-points" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : Read / Write</pre>
|
408
408
|
<p>Font size in points.</p>
|
409
409
|
<p>Allowed values: >= 0</p>
|
410
410
|
<p>Default value: 0</p>
|
@@ -412,7 +412,7 @@ for another way of making the text fit into a given width.
|
|
412
412
|
<hr>
|
413
413
|
<div class="refsect2">
|
414
414
|
<a name="GtkCellRendererText--size-set"></a><h3>The <code class="literal">"size-set"</code> property</h3>
|
415
|
-
<pre class="programlisting"> "size-set" <a href="
|
415
|
+
<pre class="programlisting"> "size-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
416
416
|
<p>Whether this tag affects the font size.</p>
|
417
417
|
<p>Default value: FALSE</p>
|
418
418
|
</div>
|
@@ -426,21 +426,21 @@ for another way of making the text fit into a given width.
|
|
426
426
|
<hr>
|
427
427
|
<div class="refsect2">
|
428
428
|
<a name="GtkCellRendererText--stretch-set"></a><h3>The <code class="literal">"stretch-set"</code> property</h3>
|
429
|
-
<pre class="programlisting"> "stretch-set" <a href="
|
429
|
+
<pre class="programlisting"> "stretch-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
430
430
|
<p>Whether this tag affects the font stretch.</p>
|
431
431
|
<p>Default value: FALSE</p>
|
432
432
|
</div>
|
433
433
|
<hr>
|
434
434
|
<div class="refsect2">
|
435
435
|
<a name="GtkCellRendererText--strikethrough"></a><h3>The <code class="literal">"strikethrough"</code> property</h3>
|
436
|
-
<pre class="programlisting"> "strikethrough" <a href="
|
436
|
+
<pre class="programlisting"> "strikethrough" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
437
437
|
<p>Whether to strike through the text.</p>
|
438
438
|
<p>Default value: FALSE</p>
|
439
439
|
</div>
|
440
440
|
<hr>
|
441
441
|
<div class="refsect2">
|
442
442
|
<a name="GtkCellRendererText--strikethrough-set"></a><h3>The <code class="literal">"strikethrough-set"</code> property</h3>
|
443
|
-
<pre class="programlisting"> "strikethrough-set" <a href="
|
443
|
+
<pre class="programlisting"> "strikethrough-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
444
444
|
<p>Whether this tag affects strikethrough.</p>
|
445
445
|
<p>Default value: FALSE</p>
|
446
446
|
</div>
|
@@ -454,14 +454,14 @@ for another way of making the text fit into a given width.
|
|
454
454
|
<hr>
|
455
455
|
<div class="refsect2">
|
456
456
|
<a name="GtkCellRendererText--style-set"></a><h3>The <code class="literal">"style-set"</code> property</h3>
|
457
|
-
<pre class="programlisting"> "style-set" <a href="
|
457
|
+
<pre class="programlisting"> "style-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
458
458
|
<p>Whether this tag affects the font style.</p>
|
459
459
|
<p>Default value: FALSE</p>
|
460
460
|
</div>
|
461
461
|
<hr>
|
462
462
|
<div class="refsect2">
|
463
463
|
<a name="GtkCellRendererText--text"></a><h3>The <code class="literal">"text"</code> property</h3>
|
464
|
-
<pre class="programlisting"> "text" <a href="
|
464
|
+
<pre class="programlisting"> "text" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
465
465
|
<p>Text to render.</p>
|
466
466
|
<p>Default value: NULL</p>
|
467
467
|
</div>
|
@@ -475,7 +475,7 @@ for another way of making the text fit into a given width.
|
|
475
475
|
<hr>
|
476
476
|
<div class="refsect2">
|
477
477
|
<a name="GtkCellRendererText--underline-set"></a><h3>The <code class="literal">"underline-set"</code> property</h3>
|
478
|
-
<pre class="programlisting"> "underline-set" <a href="
|
478
|
+
<pre class="programlisting"> "underline-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
479
479
|
<p>Whether this tag affects underlining.</p>
|
480
480
|
<p>Default value: FALSE</p>
|
481
481
|
</div>
|
@@ -489,14 +489,14 @@ for another way of making the text fit into a given width.
|
|
489
489
|
<hr>
|
490
490
|
<div class="refsect2">
|
491
491
|
<a name="GtkCellRendererText--variant-set"></a><h3>The <code class="literal">"variant-set"</code> property</h3>
|
492
|
-
<pre class="programlisting"> "variant-set" <a href="
|
492
|
+
<pre class="programlisting"> "variant-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
493
493
|
<p>Whether this tag affects the font variant.</p>
|
494
494
|
<p>Default value: FALSE</p>
|
495
495
|
</div>
|
496
496
|
<hr>
|
497
497
|
<div class="refsect2">
|
498
498
|
<a name="GtkCellRendererText--weight"></a><h3>The <code class="literal">"weight"</code> property</h3>
|
499
|
-
<pre class="programlisting"> "weight" <a href="
|
499
|
+
<pre class="programlisting"> "weight" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
500
500
|
<p>Font weight.</p>
|
501
501
|
<p>Allowed values: >= 0</p>
|
502
502
|
<p>Default value: 400</p>
|
@@ -504,14 +504,14 @@ for another way of making the text fit into a given width.
|
|
504
504
|
<hr>
|
505
505
|
<div class="refsect2">
|
506
506
|
<a name="GtkCellRendererText--weight-set"></a><h3>The <code class="literal">"weight-set"</code> property</h3>
|
507
|
-
<pre class="programlisting"> "weight-set" <a href="
|
507
|
+
<pre class="programlisting"> "weight-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
508
508
|
<p>Whether this tag affects the font weight.</p>
|
509
509
|
<p>Default value: FALSE</p>
|
510
510
|
</div>
|
511
511
|
<hr>
|
512
512
|
<div class="refsect2">
|
513
513
|
<a name="GtkCellRendererText--width-chars"></a><h3>The <code class="literal">"width-chars"</code> property</h3>
|
514
|
-
<pre class="programlisting"> "width-chars" <a href="
|
514
|
+
<pre class="programlisting"> "width-chars" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
515
515
|
<p>
|
516
516
|
The desired width of the cell, in characters. If this property is set to
|
517
517
|
-1, the width will be calculated automatically, otherwise the cell will
|
@@ -538,7 +538,7 @@ This property has no effect unless the wrap-width property is set.
|
|
538
538
|
<hr>
|
539
539
|
<div class="refsect2">
|
540
540
|
<a name="GtkCellRendererText--wrap-width"></a><h3>The <code class="literal">"wrap-width"</code> property</h3>
|
541
|
-
<pre class="programlisting"> "wrap-width" <a href="
|
541
|
+
<pre class="programlisting"> "wrap-width" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
542
542
|
<p>
|
543
543
|
Specifies the width at which the text is wrapped. The wrap-mode property can
|
544
544
|
|
@@ -555,9 +555,9 @@ Setting wrap-width to -1 turns wrapping off.
|
|
555
555
|
<div class="refsect2">
|
556
556
|
<a name="GtkCellRendererText-edited"></a><h3>The <code class="literal">"edited"</code> signal</h3>
|
557
557
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCellRendererText.html" title="GtkCellRendererText"><span class="type">GtkCellRendererText</span></a> *renderer,
|
558
|
-
<a href="
|
559
|
-
<a href="
|
560
|
-
<a href="
|
558
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path,
|
559
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *new_text,
|
560
|
+
<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>
|
561
561
|
<p>
|
562
562
|
This signal is emitted after <em class="parameter"><code>renderer</code></em> has been edited.
|
563
563
|
</p>
|