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
@@ -52,8 +52,8 @@ struct <a class="link" href="GtkScrollbar.html#GtkScrollbar-struct"
|
|
52
52
|
<div class="refsect1">
|
53
53
|
<a name="GtkScrollbar.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
54
54
|
<pre class="synopsis">
|
55
|
-
<a href="
|
56
|
-
+----<a href="
|
55
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
56
|
+
+----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
57
57
|
+----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
|
58
58
|
+----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
59
59
|
+----<a class="link" href="GtkRange.html" title="GtkRange">GtkRange</a>
|
@@ -71,12 +71,12 @@ GtkScrollbar implements
|
|
71
71
|
<div class="refsect1">
|
72
72
|
<a name="GtkScrollbar.style-properties"></a><h2>Style Properties</h2>
|
73
73
|
<pre class="synopsis">
|
74
|
-
"<a class="link" href="GtkScrollbar.html#GtkScrollbar--s-fixed-slider-length" title='The "fixed-slider-length" style property'>fixed-slider-length</a>" <a href="
|
75
|
-
"<a class="link" href="GtkScrollbar.html#GtkScrollbar--s-has-backward-stepper" title='The "has-backward-stepper" style property'>has-backward-stepper</a>" <a href="
|
76
|
-
"<a class="link" href="GtkScrollbar.html#GtkScrollbar--s-has-forward-stepper" title='The "has-forward-stepper" style property'>has-forward-stepper</a>" <a href="
|
77
|
-
"<a class="link" href="GtkScrollbar.html#GtkScrollbar--s-has-secondary-backward-stepper" title='The "has-secondary-backward-stepper" style property'>has-secondary-backward-stepper</a>" <a href="
|
78
|
-
"<a class="link" href="GtkScrollbar.html#GtkScrollbar--s-has-secondary-forward-stepper" title='The "has-secondary-forward-stepper" style property'>has-secondary-forward-stepper</a>" <a href="
|
79
|
-
"<a class="link" href="GtkScrollbar.html#GtkScrollbar--s-min-slider-length" title='The "min-slider-length" style property'>min-slider-length</a>" <a href="
|
74
|
+
"<a class="link" href="GtkScrollbar.html#GtkScrollbar--s-fixed-slider-length" title='The "fixed-slider-length" style property'>fixed-slider-length</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read
|
75
|
+
"<a class="link" href="GtkScrollbar.html#GtkScrollbar--s-has-backward-stepper" title='The "has-backward-stepper" style property'>has-backward-stepper</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read
|
76
|
+
"<a class="link" href="GtkScrollbar.html#GtkScrollbar--s-has-forward-stepper" title='The "has-forward-stepper" style property'>has-forward-stepper</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read
|
77
|
+
"<a class="link" href="GtkScrollbar.html#GtkScrollbar--s-has-secondary-backward-stepper" title='The "has-secondary-backward-stepper" style property'>has-secondary-backward-stepper</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read
|
78
|
+
"<a class="link" href="GtkScrollbar.html#GtkScrollbar--s-has-secondary-forward-stepper" title='The "has-secondary-forward-stepper" style property'>has-secondary-forward-stepper</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read
|
79
|
+
"<a class="link" href="GtkScrollbar.html#GtkScrollbar--s-min-slider-length" title='The "min-slider-length" style property'>min-slider-length</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
|
80
80
|
</pre>
|
81
81
|
</div>
|
82
82
|
<div class="refsect1">
|
@@ -110,42 +110,42 @@ The <a class="link" href="GtkScrollbar.html" title="GtkScrollbar"><span class="t
|
|
110
110
|
<a name="GtkScrollbar.style-property-details"></a><h2>Style Property Details</h2>
|
111
111
|
<div class="refsect2">
|
112
112
|
<a name="GtkScrollbar--s-fixed-slider-length"></a><h3>The <code class="literal">"fixed-slider-length"</code> style property</h3>
|
113
|
-
<pre class="programlisting"> "fixed-slider-length" <a href="
|
113
|
+
<pre class="programlisting"> "fixed-slider-length" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
|
114
114
|
<p>Don't change slider size, just lock it to the minimum length.</p>
|
115
115
|
<p>Default value: FALSE</p>
|
116
116
|
</div>
|
117
117
|
<hr>
|
118
118
|
<div class="refsect2">
|
119
119
|
<a name="GtkScrollbar--s-has-backward-stepper"></a><h3>The <code class="literal">"has-backward-stepper"</code> style property</h3>
|
120
|
-
<pre class="programlisting"> "has-backward-stepper" <a href="
|
120
|
+
<pre class="programlisting"> "has-backward-stepper" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
|
121
121
|
<p>Display the standard backward arrow button.</p>
|
122
122
|
<p>Default value: TRUE</p>
|
123
123
|
</div>
|
124
124
|
<hr>
|
125
125
|
<div class="refsect2">
|
126
126
|
<a name="GtkScrollbar--s-has-forward-stepper"></a><h3>The <code class="literal">"has-forward-stepper"</code> style property</h3>
|
127
|
-
<pre class="programlisting"> "has-forward-stepper" <a href="
|
127
|
+
<pre class="programlisting"> "has-forward-stepper" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
|
128
128
|
<p>Display the standard forward arrow button.</p>
|
129
129
|
<p>Default value: TRUE</p>
|
130
130
|
</div>
|
131
131
|
<hr>
|
132
132
|
<div class="refsect2">
|
133
133
|
<a name="GtkScrollbar--s-has-secondary-backward-stepper"></a><h3>The <code class="literal">"has-secondary-backward-stepper"</code> style property</h3>
|
134
|
-
<pre class="programlisting"> "has-secondary-backward-stepper" <a href="
|
134
|
+
<pre class="programlisting"> "has-secondary-backward-stepper" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
|
135
135
|
<p>Display a second backward arrow button on the opposite end of the scrollbar.</p>
|
136
136
|
<p>Default value: FALSE</p>
|
137
137
|
</div>
|
138
138
|
<hr>
|
139
139
|
<div class="refsect2">
|
140
140
|
<a name="GtkScrollbar--s-has-secondary-forward-stepper"></a><h3>The <code class="literal">"has-secondary-forward-stepper"</code> style property</h3>
|
141
|
-
<pre class="programlisting"> "has-secondary-forward-stepper" <a href="
|
141
|
+
<pre class="programlisting"> "has-secondary-forward-stepper" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
|
142
142
|
<p>Display a second forward arrow button on the opposite end of the scrollbar.</p>
|
143
143
|
<p>Default value: FALSE</p>
|
144
144
|
</div>
|
145
145
|
<hr>
|
146
146
|
<div class="refsect2">
|
147
147
|
<a name="GtkScrollbar--s-min-slider-length"></a><h3>The <code class="literal">"min-slider-length"</code> style property</h3>
|
148
|
-
<pre class="programlisting"> "min-slider-length" <a href="
|
148
|
+
<pre class="programlisting"> "min-slider-length" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
149
149
|
<p>Minimum length of scrollbar slider.</p>
|
150
150
|
<p>Allowed values: >= 0</p>
|
151
151
|
<p>Default value: 21</p>
|
@@ -82,8 +82,8 @@ struct <a class="link" href="GtkScrolledWindow.html#GtkScrolledWind
|
|
82
82
|
<div class="refsect1">
|
83
83
|
<a name="GtkScrolledWindow.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
84
84
|
<pre class="synopsis">
|
85
|
-
<a href="
|
86
|
-
+----<a href="
|
85
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
86
|
+
+----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
87
87
|
+----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
|
88
88
|
+----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
89
89
|
+----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
@@ -106,21 +106,21 @@ GtkScrolledWindow implements
|
|
106
106
|
"<a class="link" href="GtkScrolledWindow.html#GtkScrolledWindow--vadjustment" title='The "vadjustment" property'>vadjustment</a>" <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>* : Read / Write / Construct
|
107
107
|
"<a class="link" href="GtkScrolledWindow.html#GtkScrolledWindow--vscrollbar-policy" title='The "vscrollbar-policy" property'>vscrollbar-policy</a>" <a class="link" href="gtk2-Standard-Enumerations.html#GtkPolicyType" title="enum GtkPolicyType"><span class="type">GtkPolicyType</span></a> : Read / Write
|
108
108
|
"<a class="link" href="GtkScrolledWindow.html#GtkScrolledWindow--window-placement" title='The "window-placement" property'>window-placement</a>" <a class="link" href="gtk2-Standard-Enumerations.html#GtkCornerType" title="enum GtkCornerType"><span class="type">GtkCornerType</span></a> : Read / Write
|
109
|
-
"<a class="link" href="GtkScrolledWindow.html#GtkScrolledWindow--window-placement-set" title='The "window-placement-set" property'>window-placement-set</a>" <a href="
|
109
|
+
"<a class="link" href="GtkScrolledWindow.html#GtkScrolledWindow--window-placement-set" title='The "window-placement-set" property'>window-placement-set</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
110
110
|
</pre>
|
111
111
|
</div>
|
112
112
|
<div class="refsect1">
|
113
113
|
<a name="GtkScrolledWindow.style-properties"></a><h2>Style Properties</h2>
|
114
114
|
<pre class="synopsis">
|
115
|
-
"<a class="link" href="GtkScrolledWindow.html#GtkScrolledWindow--s-scrollbar-spacing" title='The "scrollbar-spacing" style property'>scrollbar-spacing</a>" <a href="
|
116
|
-
"<a class="link" href="GtkScrolledWindow.html#GtkScrolledWindow--s-scrollbars-within-bevel" title='The "scrollbars-within-bevel" style property'>scrollbars-within-bevel</a>" <a href="
|
115
|
+
"<a class="link" href="GtkScrolledWindow.html#GtkScrolledWindow--s-scrollbar-spacing" title='The "scrollbar-spacing" style property'>scrollbar-spacing</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
|
116
|
+
"<a class="link" href="GtkScrolledWindow.html#GtkScrolledWindow--s-scrollbars-within-bevel" title='The "scrollbars-within-bevel" style property'>scrollbars-within-bevel</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read
|
117
117
|
</pre>
|
118
118
|
</div>
|
119
119
|
<div class="refsect1">
|
120
120
|
<a name="GtkScrolledWindow.signals"></a><h2>Signals</h2>
|
121
121
|
<pre class="synopsis">
|
122
|
-
"<a class="link" href="GtkScrolledWindow.html#GtkScrolledWindow-move-focus-out" title='The "move-focus-out" signal'>move-focus-out</a>" : <a href="
|
123
|
-
"<a class="link" href="GtkScrolledWindow.html#GtkScrolledWindow-scroll-child" title='The "scroll-child" signal'>scroll-child</a>" : <a href="
|
122
|
+
"<a class="link" href="GtkScrolledWindow.html#GtkScrolledWindow-move-focus-out" title='The "move-focus-out" signal'>move-focus-out</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
123
|
+
"<a class="link" href="GtkScrolledWindow.html#GtkScrolledWindow-scroll-child" title='The "scroll-child" signal'>scroll-child</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
124
124
|
</pre>
|
125
125
|
</div>
|
126
126
|
<div class="refsect1">
|
@@ -195,7 +195,7 @@ Creates a new scrolled window.
|
|
195
195
|
<p>
|
196
196
|
The two arguments are the scrolled window's adjustments; these will be
|
197
197
|
shared with the scrollbars and the child widget to keep the bars in sync
|
198
|
-
with the child. Usually you want to pass <a href="
|
198
|
+
with the child. Usually you want to pass <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for the adjustments, which
|
199
199
|
will cause the scrolled window to create them for you.
|
200
200
|
</p>
|
201
201
|
<div class="variablelist"><table border="0" class="variablelist">
|
@@ -297,7 +297,7 @@ Returns the horizontal scrollbar of <em class="parameter"><code>scrolled_window<
|
|
297
297
|
<tr>
|
298
298
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
299
299
|
<td>the horizontal scrollbar of the scrolled window,
|
300
|
-
or <a href="
|
300
|
+
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it does not have one. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
301
301
|
</td>
|
302
302
|
</tr>
|
303
303
|
</tbody>
|
@@ -325,7 +325,7 @@ Returns the vertical scrollbar of <em class="parameter"><code>scrolled_window</c
|
|
325
325
|
<tr>
|
326
326
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
327
327
|
<td>the vertical scrollbar of the scrolled window,
|
328
|
-
or <a href="
|
328
|
+
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it does not have one. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
329
329
|
</td>
|
330
330
|
</tr>
|
331
331
|
</tbody>
|
@@ -610,13 +610,13 @@ scrollbars. See <a class="link" href="GtkScrolledWindow.html#gtk-scrolled-window
|
|
610
610
|
<tr>
|
611
611
|
<td><p><span class="term"><em class="parameter"><code>hscrollbar_policy</code></em> :</span></p></td>
|
612
612
|
<td>location to store the policy
|
613
|
-
for the horizontal scrollbar, or <a href="
|
613
|
+
for the horizontal scrollbar, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
614
614
|
</td>
|
615
615
|
</tr>
|
616
616
|
<tr>
|
617
617
|
<td><p><span class="term"><em class="parameter"><code>vscrollbar_policy</code></em> :</span></p></td>
|
618
618
|
<td>location to store the policy
|
619
|
-
for the vertical scrollbar, or <a href="
|
619
|
+
for the vertical scrollbar, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
620
620
|
</td>
|
621
621
|
</tr>
|
622
622
|
</tbody>
|
@@ -693,7 +693,7 @@ Gets the shadow type of the scrolled window. See
|
|
693
693
|
<hr>
|
694
694
|
<div class="refsect2">
|
695
695
|
<a name="GtkScrolledWindow--window-placement-set"></a><h3>The <code class="literal">"window-placement-set"</code> property</h3>
|
696
|
-
<pre class="programlisting"> "window-placement-set" <a href="
|
696
|
+
<pre class="programlisting"> "window-placement-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
697
697
|
<p>
|
698
698
|
Whether "window-placement" should be used to determine the location
|
699
699
|
|
@@ -709,7 +709,7 @@ of the contents with respect to the scrollbars. Otherwise, the
|
|
709
709
|
<a name="GtkScrolledWindow.style-property-details"></a><h2>Style Property Details</h2>
|
710
710
|
<div class="refsect2">
|
711
711
|
<a name="GtkScrolledWindow--s-scrollbar-spacing"></a><h3>The <code class="literal">"scrollbar-spacing"</code> style property</h3>
|
712
|
-
<pre class="programlisting"> "scrollbar-spacing" <a href="
|
712
|
+
<pre class="programlisting"> "scrollbar-spacing" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
713
713
|
<p>Number of pixels between the scrollbars and the scrolled window.</p>
|
714
714
|
<p>Allowed values: >= 0</p>
|
715
715
|
<p>Default value: 3</p>
|
@@ -717,7 +717,7 @@ of the contents with respect to the scrollbars. Otherwise, the
|
|
717
717
|
<hr>
|
718
718
|
<div class="refsect2">
|
719
719
|
<a name="GtkScrolledWindow--s-scrollbars-within-bevel"></a><h3>The <code class="literal">"scrollbars-within-bevel"</code> style property</h3>
|
720
|
-
<pre class="programlisting"> "scrollbars-within-bevel" <a href="
|
720
|
+
<pre class="programlisting"> "scrollbars-within-bevel" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
|
721
721
|
<p>
|
722
722
|
Whether to place scrollbars within the scrolled window's bevel.
|
723
723
|
</p>
|
@@ -731,7 +731,7 @@ Whether to place scrollbars within the scrolled window's bevel.
|
|
731
731
|
<a name="GtkScrolledWindow-move-focus-out"></a><h3>The <code class="literal">"move-focus-out"</code> signal</h3>
|
732
732
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkScrolledWindow.html" title="GtkScrolledWindow"><span class="type">GtkScrolledWindow</span></a> *scrolledwindow,
|
733
733
|
<a class="link" href="gtk2-Standard-Enumerations.html#GtkDirectionType" title="enum GtkDirectionType"><span class="type">GtkDirectionType</span></a> arg1,
|
734
|
-
<a href="
|
734
|
+
<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-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
735
735
|
<p>
|
736
736
|
</p>
|
737
737
|
<div class="variablelist"><table border="0" class="variablelist">
|
@@ -748,10 +748,10 @@ Whether to place scrollbars within the scrolled window's bevel.
|
|
748
748
|
<hr>
|
749
749
|
<div class="refsect2">
|
750
750
|
<a name="GtkScrolledWindow-scroll-child"></a><h3>The <code class="literal">"scroll-child"</code> signal</h3>
|
751
|
-
<pre class="programlisting"><a href="
|
751
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GtkScrolledWindow.html" title="GtkScrolledWindow"><span class="type">GtkScrolledWindow</span></a> *scrolled_window,
|
752
752
|
<a class="link" href="gtk2-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> scroll,
|
753
|
-
<a href="
|
754
|
-
<a href="
|
753
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> horizontal,
|
754
|
+
<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-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
755
755
|
<p>
|
756
756
|
The ::scroll-child signal is a
|
757
757
|
<a class="link" href="gtk2-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -50,8 +50,8 @@ struct <a class="link" href="GtkSeparator.html#GtkSeparator-struct"
|
|
50
50
|
<div class="refsect1">
|
51
51
|
<a name="GtkSeparator.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
52
52
|
<pre class="synopsis">
|
53
|
-
<a href="
|
54
|
-
+----<a href="
|
53
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
54
|
+
+----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
55
55
|
+----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
|
56
56
|
+----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
57
57
|
+----GtkSeparator
|
@@ -51,8 +51,8 @@ struct <a class="link" href="GtkSeparatorMenuItem.html#GtkSeparator
|
|
51
51
|
<div class="refsect1">
|
52
52
|
<a name="GtkSeparatorMenuItem.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="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
58
58
|
+----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
@@ -49,15 +49,15 @@
|
|
49
49
|
struct <a class="link" href="GtkSeparatorToolItem.html#GtkSeparatorToolItem-struct" title="struct GtkSeparatorToolItem">GtkSeparatorToolItem</a>;
|
50
50
|
<a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="returnvalue">GtkToolItem</span></a> * <a class="link" href="GtkSeparatorToolItem.html#gtk-separator-tool-item-new" title="gtk_separator_tool_item_new ()">gtk_separator_tool_item_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
51
51
|
<span class="returnvalue">void</span> <a class="link" href="GtkSeparatorToolItem.html#gtk-separator-tool-item-set-draw" title="gtk_separator_tool_item_set_draw ()">gtk_separator_tool_item_set_draw</a> (<em class="parameter"><code><a class="link" href="GtkSeparatorToolItem.html" title="GtkSeparatorToolItem"><span class="type">GtkSeparatorToolItem</span></a> *item</code></em>,
|
52
|
-
<em class="parameter"><code><a href="
|
53
|
-
<a href="
|
52
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> draw</code></em>);
|
53
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSeparatorToolItem.html#gtk-separator-tool-item-get-draw" title="gtk_separator_tool_item_get_draw ()">gtk_separator_tool_item_get_draw</a> (<em class="parameter"><code><a class="link" href="GtkSeparatorToolItem.html" title="GtkSeparatorToolItem"><span class="type">GtkSeparatorToolItem</span></a> *item</code></em>);
|
54
54
|
</pre>
|
55
55
|
</div>
|
56
56
|
<div class="refsect1">
|
57
57
|
<a name="GtkSeparatorToolItem.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="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
63
63
|
+----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
@@ -75,7 +75,7 @@ GtkSeparatorToolItem implements
|
|
75
75
|
<div class="refsect1">
|
76
76
|
<a name="GtkSeparatorToolItem.properties"></a><h2>Properties</h2>
|
77
77
|
<pre class="synopsis">
|
78
|
-
"<a class="link" href="GtkSeparatorToolItem.html#GtkSeparatorToolItem--draw" title='The "draw" property'>draw</a>" <a href="
|
78
|
+
"<a class="link" href="GtkSeparatorToolItem.html#GtkSeparatorToolItem--draw" title='The "draw" property'>draw</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
79
79
|
</pre>
|
80
80
|
</div>
|
81
81
|
<div class="refsect1">
|
@@ -86,7 +86,7 @@ GtkSeparatorToolItem implements
|
|
86
86
|
often look like a vertical line on horizontally docked toolbars.
|
87
87
|
</p>
|
88
88
|
<p>
|
89
|
-
If the property "expand" is <a href="
|
89
|
+
If the property "expand" is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> and the property "draw" is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><span class="type">FALSE</span></a>, a
|
90
90
|
<a class="link" href="GtkSeparatorToolItem.html" title="GtkSeparatorToolItem"><span class="type">GtkSeparatorToolItem</span></a> will act as a "spring" that forces other items
|
91
91
|
to the ends of the toolbar.
|
92
92
|
</p>
|
@@ -128,10 +128,10 @@ Create a new <a class="link" href="GtkSeparatorToolItem.html" title="GtkSeparato
|
|
128
128
|
<div class="refsect2">
|
129
129
|
<a name="gtk-separator-tool-item-set-draw"></a><h3>gtk_separator_tool_item_set_draw ()</h3>
|
130
130
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_separator_tool_item_set_draw (<em class="parameter"><code><a class="link" href="GtkSeparatorToolItem.html" title="GtkSeparatorToolItem"><span class="type">GtkSeparatorToolItem</span></a> *item</code></em>,
|
131
|
-
<em class="parameter"><code><a href="
|
131
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> draw</code></em>);</pre>
|
132
132
|
<p>
|
133
133
|
Whether <em class="parameter"><code>item</code></em> is drawn as a vertical line, or just blank.
|
134
|
-
Setting this to <a href="
|
134
|
+
Setting this to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> along with <a class="link" href="GtkToolItem.html#gtk-tool-item-set-expand" title="gtk_tool_item_set_expand ()"><code class="function">gtk_tool_item_set_expand()</code></a> is useful
|
135
135
|
to create an item that forces following items to the end of the toolbar.
|
136
136
|
</p>
|
137
137
|
<div class="variablelist"><table border="0" class="variablelist">
|
@@ -156,7 +156,7 @@ to create an item that forces following items to the end of the toolbar.
|
|
156
156
|
<hr>
|
157
157
|
<div class="refsect2">
|
158
158
|
<a name="gtk-separator-tool-item-get-draw"></a><h3>gtk_separator_tool_item_get_draw ()</h3>
|
159
|
-
<pre class="programlisting"><a href="
|
159
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_separator_tool_item_get_draw (<em class="parameter"><code><a class="link" href="GtkSeparatorToolItem.html" title="GtkSeparatorToolItem"><span class="type">GtkSeparatorToolItem</span></a> *item</code></em>);</pre>
|
160
160
|
<p>
|
161
161
|
Returns whether <em class="parameter"><code>item</code></em> is drawn as a line, or just blank.
|
162
162
|
See <a class="link" href="GtkSeparatorToolItem.html#gtk-separator-tool-item-set-draw" title="gtk_separator_tool_item_set_draw ()"><code class="function">gtk_separator_tool_item_set_draw()</code></a>.
|
@@ -175,7 +175,7 @@ See <a class="link" href="GtkSeparatorToolItem.html#gtk-separator-tool-item-set-
|
|
175
175
|
<tr>
|
176
176
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
177
177
|
<td>
|
178
|
-
<a href="
|
178
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>item</code></em> is drawn as a line, or just blank.</td>
|
179
179
|
</tr>
|
180
180
|
</tbody>
|
181
181
|
</table></div>
|
@@ -186,7 +186,7 @@ See <a class="link" href="GtkSeparatorToolItem.html#gtk-separator-tool-item-set-
|
|
186
186
|
<a name="GtkSeparatorToolItem.property-details"></a><h2>Property Details</h2>
|
187
187
|
<div class="refsect2">
|
188
188
|
<a name="GtkSeparatorToolItem--draw"></a><h3>The <code class="literal">"draw"</code> property</h3>
|
189
|
-
<pre class="programlisting"> "draw" <a href="
|
189
|
+
<pre class="programlisting"> "draw" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
190
190
|
<p>Whether the separator is drawn, or just blank.</p>
|
191
191
|
<p>Default value: TRUE</p>
|
192
192
|
</div>
|
@@ -48,121 +48,121 @@
|
|
48
48
|
struct <a class="link" href="GtkSettings.html#GtkSettingsValue" title="struct GtkSettingsValue">GtkSettingsValue</a>;
|
49
49
|
<a class="link" href="GtkSettings.html" title="Settings"><span class="returnvalue">GtkSettings</span></a> * <a class="link" href="GtkSettings.html#gtk-settings-get-default" title="gtk_settings_get_default ()">gtk_settings_get_default</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
50
50
|
<a class="link" href="GtkSettings.html" title="Settings"><span class="returnvalue">GtkSettings</span></a> * <a class="link" href="GtkSettings.html#gtk-settings-get-for-screen" title="gtk_settings_get_for_screen ()">gtk_settings_get_for_screen</a> (<em class="parameter"><code><a href="../gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);
|
51
|
-
<span class="returnvalue">void</span> <a class="link" href="GtkSettings.html#gtk-settings-install-property" title="gtk_settings_install_property ()">gtk_settings_install_property</a> (<em class="parameter"><code><a href="
|
51
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkSettings.html#gtk-settings-install-property" title="gtk_settings_install_property ()">gtk_settings_install_property</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>);
|
52
52
|
<span class="returnvalue">void</span> <a class="link" href="GtkSettings.html#gtk-settings-install-property-parser" title="gtk_settings_install_property_parser ()">gtk_settings_install_property_parser</a>
|
53
|
-
(<em class="parameter"><code><a href="
|
53
|
+
(<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>,
|
54
54
|
<em class="parameter"><code><a class="link" href="GtkStyle.html#GtkRcPropertyParser" title="GtkRcPropertyParser ()"><span class="type">GtkRcPropertyParser</span></a> parser</code></em>);
|
55
|
-
<a href="
|
56
|
-
<em class="parameter"><code>const <a href="
|
57
|
-
<em class="parameter"><code><a href="
|
58
|
-
<a href="
|
59
|
-
<em class="parameter"><code>const <a href="
|
60
|
-
<em class="parameter"><code><a href="
|
61
|
-
<a href="
|
62
|
-
<em class="parameter"><code>const <a href="
|
63
|
-
<em class="parameter"><code><a href="
|
64
|
-
<a href="
|
65
|
-
<em class="parameter"><code>const <a href="
|
66
|
-
<em class="parameter"><code><a href="
|
67
|
-
<a href="
|
68
|
-
<em class="parameter"><code>const <a href="
|
69
|
-
<em class="parameter"><code><a href="
|
55
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSettings.html#gtk-rc-property-parse-color" title="gtk_rc_property_parse_color ()">gtk_rc_property_parse_color</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>,
|
56
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *gstring</code></em>,
|
57
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *property_value</code></em>);
|
58
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSettings.html#gtk-rc-property-parse-enum" title="gtk_rc_property_parse_enum ()">gtk_rc_property_parse_enum</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>,
|
59
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *gstring</code></em>,
|
60
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *property_value</code></em>);
|
61
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSettings.html#gtk-rc-property-parse-flags" title="gtk_rc_property_parse_flags ()">gtk_rc_property_parse_flags</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>,
|
62
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *gstring</code></em>,
|
63
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *property_value</code></em>);
|
64
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSettings.html#gtk-rc-property-parse-requisition" title="gtk_rc_property_parse_requisition ()">gtk_rc_property_parse_requisition</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>,
|
65
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *gstring</code></em>,
|
66
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *property_value</code></em>);
|
67
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSettings.html#gtk-rc-property-parse-border" title="gtk_rc_property_parse_border ()">gtk_rc_property_parse_border</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>,
|
68
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *gstring</code></em>,
|
69
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *property_value</code></em>);
|
70
70
|
<span class="returnvalue">void</span> <a class="link" href="GtkSettings.html#gtk-settings-set-property-value" title="gtk_settings_set_property_value ()">gtk_settings_set_property_value</a> (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>,
|
71
|
-
<em class="parameter"><code>const <a href="
|
71
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
72
72
|
<em class="parameter"><code>const <a class="link" href="GtkSettings.html#GtkSettingsValue" title="struct GtkSettingsValue"><span class="type">GtkSettingsValue</span></a> *svalue</code></em>);
|
73
73
|
<span class="returnvalue">void</span> <a class="link" href="GtkSettings.html#gtk-settings-set-string-property" title="gtk_settings_set_string_property ()">gtk_settings_set_string_property</a> (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>,
|
74
|
-
<em class="parameter"><code>const <a href="
|
75
|
-
<em class="parameter"><code>const <a href="
|
76
|
-
<em class="parameter"><code>const <a href="
|
74
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
75
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *v_string</code></em>,
|
76
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *origin</code></em>);
|
77
77
|
<span class="returnvalue">void</span> <a class="link" href="GtkSettings.html#gtk-settings-set-long-property" title="gtk_settings_set_long_property ()">gtk_settings_set_long_property</a> (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>,
|
78
|
-
<em class="parameter"><code>const <a href="
|
79
|
-
<em class="parameter"><code><a href="
|
80
|
-
<em class="parameter"><code>const <a href="
|
78
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
79
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#glong"><span class="type">glong</span></a> v_long</code></em>,
|
80
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *origin</code></em>);
|
81
81
|
<span class="returnvalue">void</span> <a class="link" href="GtkSettings.html#gtk-settings-set-double-property" title="gtk_settings_set_double_property ()">gtk_settings_set_double_property</a> (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>,
|
82
|
-
<em class="parameter"><code>const <a href="
|
83
|
-
<em class="parameter"><code><a href="
|
84
|
-
<em class="parameter"><code>const <a href="
|
82
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
83
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> v_double</code></em>,
|
84
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *origin</code></em>);
|
85
85
|
</pre>
|
86
86
|
</div>
|
87
87
|
<div class="refsect1">
|
88
88
|
<a name="GtkSettings.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
89
89
|
<pre class="synopsis">
|
90
|
-
<a href="
|
90
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
91
91
|
+----GtkSettings
|
92
92
|
</pre>
|
93
93
|
</div>
|
94
94
|
<div class="refsect1">
|
95
95
|
<a name="GtkSettings.properties"></a><h2>Properties</h2>
|
96
96
|
<pre class="synopsis">
|
97
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--color-hash" title='The "color-hash" property'>color-hash</a>" <a href="
|
98
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-alternative-button-order" title='The "gtk-alternative-button-order" property'>gtk-alternative-button-order</a>" <a href="
|
99
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-alternative-sort-arrows" title='The "gtk-alternative-sort-arrows" property'>gtk-alternative-sort-arrows</a>" <a href="
|
100
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-auto-mnemonics" title='The "gtk-auto-mnemonics" property'>gtk-auto-mnemonics</a>" <a href="
|
101
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-button-images" title='The "gtk-button-images" property'>gtk-button-images</a>" <a href="
|
102
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-can-change-accels" title='The "gtk-can-change-accels" property'>gtk-can-change-accels</a>" <a href="
|
103
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-color-palette" title='The "gtk-color-palette" property'>gtk-color-palette</a>" <a href="
|
104
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-color-scheme" title='The "gtk-color-scheme" property'>gtk-color-scheme</a>" <a href="
|
105
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-cursor-blink" title='The "gtk-cursor-blink" property'>gtk-cursor-blink</a>" <a href="
|
106
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-cursor-blink-time" title='The "gtk-cursor-blink-time" property'>gtk-cursor-blink-time</a>" <a href="
|
107
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-cursor-blink-timeout" title='The "gtk-cursor-blink-timeout" property'>gtk-cursor-blink-timeout</a>" <a href="
|
108
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-cursor-theme-name" title='The "gtk-cursor-theme-name" property'>gtk-cursor-theme-name</a>" <a href="
|
109
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-cursor-theme-size" title='The "gtk-cursor-theme-size" property'>gtk-cursor-theme-size</a>" <a href="
|
110
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-dnd-drag-threshold" title='The "gtk-dnd-drag-threshold" property'>gtk-dnd-drag-threshold</a>" <a href="
|
111
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-double-click-distance" title='The "gtk-double-click-distance" property'>gtk-double-click-distance</a>" <a href="
|
112
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-double-click-time" title='The "gtk-double-click-time" property'>gtk-double-click-time</a>" <a href="
|
113
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-enable-accels" title='The "gtk-enable-accels" property'>gtk-enable-accels</a>" <a href="
|
114
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-enable-animations" title='The "gtk-enable-animations" property'>gtk-enable-animations</a>" <a href="
|
115
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-enable-event-sounds" title='The "gtk-enable-event-sounds" property'>gtk-enable-event-sounds</a>" <a href="
|
116
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-enable-input-feedback-sounds" title='The "gtk-enable-input-feedback-sounds" property'>gtk-enable-input-feedback-sounds</a>" <a href="
|
117
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-enable-mnemonics" title='The "gtk-enable-mnemonics" property'>gtk-enable-mnemonics</a>" <a href="
|
118
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-enable-tooltips" title='The "gtk-enable-tooltips" property'>gtk-enable-tooltips</a>" <a href="
|
119
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-entry-password-hint-timeout" title='The "gtk-entry-password-hint-timeout" property'>gtk-entry-password-hint-timeout</a>" <a href="
|
120
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-entry-select-on-focus" title='The "gtk-entry-select-on-focus" property'>gtk-entry-select-on-focus</a>" <a href="
|
121
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-error-bell" title='The "gtk-error-bell" property'>gtk-error-bell</a>" <a href="
|
122
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-fallback-icon-theme" title='The "gtk-fallback-icon-theme" property'>gtk-fallback-icon-theme</a>" <a href="
|
123
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-file-chooser-backend" title='The "gtk-file-chooser-backend" property'>gtk-file-chooser-backend</a>" <a href="
|
124
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-font-name" title='The "gtk-font-name" property'>gtk-font-name</a>" <a href="
|
125
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-fontconfig-timestamp" title='The "gtk-fontconfig-timestamp" property'>gtk-fontconfig-timestamp</a>" <a href="
|
126
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-icon-sizes" title='The "gtk-icon-sizes" property'>gtk-icon-sizes</a>" <a href="
|
127
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-icon-theme-name" title='The "gtk-icon-theme-name" property'>gtk-icon-theme-name</a>" <a href="
|
128
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-im-module" title='The "gtk-im-module" property'>gtk-im-module</a>" <a href="
|
97
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--color-hash" title='The "color-hash" property'>color-hash</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a>* : Read
|
98
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-alternative-button-order" title='The "gtk-alternative-button-order" property'>gtk-alternative-button-order</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
99
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-alternative-sort-arrows" title='The "gtk-alternative-sort-arrows" property'>gtk-alternative-sort-arrows</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
100
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-auto-mnemonics" title='The "gtk-auto-mnemonics" property'>gtk-auto-mnemonics</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
101
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-button-images" title='The "gtk-button-images" property'>gtk-button-images</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="GtkSettings.html#GtkSettings--gtk-can-change-accels" title='The "gtk-can-change-accels" property'>gtk-can-change-accels</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="GtkSettings.html#GtkSettings--gtk-color-palette" title='The "gtk-color-palette" property'>gtk-color-palette</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
104
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-color-scheme" title='The "gtk-color-scheme" property'>gtk-color-scheme</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
105
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-cursor-blink" title='The "gtk-cursor-blink" property'>gtk-cursor-blink</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="GtkSettings.html#GtkSettings--gtk-cursor-blink-time" title='The "gtk-cursor-blink-time" property'>gtk-cursor-blink-time</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
107
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-cursor-blink-timeout" title='The "gtk-cursor-blink-timeout" property'>gtk-cursor-blink-timeout</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
108
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-cursor-theme-name" title='The "gtk-cursor-theme-name" property'>gtk-cursor-theme-name</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
109
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-cursor-theme-size" title='The "gtk-cursor-theme-size" property'>gtk-cursor-theme-size</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
110
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-dnd-drag-threshold" title='The "gtk-dnd-drag-threshold" property'>gtk-dnd-drag-threshold</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
111
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-double-click-distance" title='The "gtk-double-click-distance" property'>gtk-double-click-distance</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="GtkSettings.html#GtkSettings--gtk-double-click-time" title='The "gtk-double-click-time" property'>gtk-double-click-time</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
113
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-enable-accels" title='The "gtk-enable-accels" property'>gtk-enable-accels</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
114
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-enable-animations" title='The "gtk-enable-animations" property'>gtk-enable-animations</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
115
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-enable-event-sounds" title='The "gtk-enable-event-sounds" property'>gtk-enable-event-sounds</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
116
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-enable-input-feedback-sounds" title='The "gtk-enable-input-feedback-sounds" property'>gtk-enable-input-feedback-sounds</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
117
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-enable-mnemonics" title='The "gtk-enable-mnemonics" property'>gtk-enable-mnemonics</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
118
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-enable-tooltips" title='The "gtk-enable-tooltips" property'>gtk-enable-tooltips</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
119
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-entry-password-hint-timeout" title='The "gtk-entry-password-hint-timeout" property'>gtk-entry-password-hint-timeout</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write
|
120
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-entry-select-on-focus" title='The "gtk-entry-select-on-focus" property'>gtk-entry-select-on-focus</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
121
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-error-bell" title='The "gtk-error-bell" property'>gtk-error-bell</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
122
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-fallback-icon-theme" title='The "gtk-fallback-icon-theme" property'>gtk-fallback-icon-theme</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
123
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-file-chooser-backend" title='The "gtk-file-chooser-backend" property'>gtk-file-chooser-backend</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
124
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-font-name" title='The "gtk-font-name" property'>gtk-font-name</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
125
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-fontconfig-timestamp" title='The "gtk-fontconfig-timestamp" property'>gtk-fontconfig-timestamp</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write
|
126
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-icon-sizes" title='The "gtk-icon-sizes" property'>gtk-icon-sizes</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
127
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-icon-theme-name" title='The "gtk-icon-theme-name" property'>gtk-icon-theme-name</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
128
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-im-module" title='The "gtk-im-module" property'>gtk-im-module</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
129
129
|
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-im-preedit-style" title='The "gtk-im-preedit-style" property'>gtk-im-preedit-style</a>" <a class="link" href="gtk2-Standard-Enumerations.html#GtkIMPreeditStyle" title="enum GtkIMPreeditStyle"><span class="type">GtkIMPreeditStyle</span></a> : Read / Write
|
130
130
|
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-im-status-style" title='The "gtk-im-status-style" property'>gtk-im-status-style</a>" <a class="link" href="gtk2-Standard-Enumerations.html#GtkIMStatusStyle" title="enum GtkIMStatusStyle"><span class="type">GtkIMStatusStyle</span></a> : Read / Write
|
131
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-key-theme-name" title='The "gtk-key-theme-name" property'>gtk-key-theme-name</a>" <a href="
|
132
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-keynav-cursor-only" title='The "gtk-keynav-cursor-only" property'>gtk-keynav-cursor-only</a>" <a href="
|
133
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-keynav-wrap-around" title='The "gtk-keynav-wrap-around" property'>gtk-keynav-wrap-around</a>" <a href="
|
134
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-label-select-on-focus" title='The "gtk-label-select-on-focus" property'>gtk-label-select-on-focus</a>" <a href="
|
135
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-menu-bar-accel" title='The "gtk-menu-bar-accel" property'>gtk-menu-bar-accel</a>" <a href="
|
136
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-menu-bar-popup-delay" title='The "gtk-menu-bar-popup-delay" property'>gtk-menu-bar-popup-delay</a>" <a href="
|
137
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-menu-images" title='The "gtk-menu-images" property'>gtk-menu-images</a>" <a href="
|
138
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-menu-popdown-delay" title='The "gtk-menu-popdown-delay" property'>gtk-menu-popdown-delay</a>" <a href="
|
139
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-menu-popup-delay" title='The "gtk-menu-popup-delay" property'>gtk-menu-popup-delay</a>" <a href="
|
140
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-modules" title='The "gtk-modules" property'>gtk-modules</a>" <a href="
|
141
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-primary-button-warps-slider" title='The "gtk-primary-button-warps-slider" property'>gtk-primary-button-warps-slider</a>" <a href="
|
142
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-print-backends" title='The "gtk-print-backends" property'>gtk-print-backends</a>" <a href="
|
143
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-print-preview-command" title='The "gtk-print-preview-command" property'>gtk-print-preview-command</a>" <a href="
|
144
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-recent-files-limit" title='The "gtk-recent-files-limit" property'>gtk-recent-files-limit</a>" <a href="
|
145
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-recent-files-max-age" title='The "gtk-recent-files-max-age" property'>gtk-recent-files-max-age</a>" <a href="
|
131
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-key-theme-name" title='The "gtk-key-theme-name" property'>gtk-key-theme-name</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
132
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-keynav-cursor-only" title='The "gtk-keynav-cursor-only" property'>gtk-keynav-cursor-only</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
133
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-keynav-wrap-around" title='The "gtk-keynav-wrap-around" property'>gtk-keynav-wrap-around</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
134
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-label-select-on-focus" title='The "gtk-label-select-on-focus" property'>gtk-label-select-on-focus</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
135
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-menu-bar-accel" title='The "gtk-menu-bar-accel" property'>gtk-menu-bar-accel</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
136
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-menu-bar-popup-delay" title='The "gtk-menu-bar-popup-delay" property'>gtk-menu-bar-popup-delay</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
137
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-menu-images" title='The "gtk-menu-images" property'>gtk-menu-images</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
138
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-menu-popdown-delay" title='The "gtk-menu-popdown-delay" property'>gtk-menu-popdown-delay</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
139
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-menu-popup-delay" title='The "gtk-menu-popup-delay" property'>gtk-menu-popup-delay</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
140
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-modules" title='The "gtk-modules" property'>gtk-modules</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
141
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-primary-button-warps-slider" title='The "gtk-primary-button-warps-slider" property'>gtk-primary-button-warps-slider</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
142
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-print-backends" title='The "gtk-print-backends" property'>gtk-print-backends</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
143
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-print-preview-command" title='The "gtk-print-preview-command" property'>gtk-print-preview-command</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
144
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-recent-files-limit" title='The "gtk-recent-files-limit" property'>gtk-recent-files-limit</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
145
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-recent-files-max-age" title='The "gtk-recent-files-max-age" property'>gtk-recent-files-max-age</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
146
146
|
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-scrolled-window-placement" title='The "gtk-scrolled-window-placement" property'>gtk-scrolled-window-placement</a>" <a class="link" href="gtk2-Standard-Enumerations.html#GtkCornerType" title="enum GtkCornerType"><span class="type">GtkCornerType</span></a> : Read / Write
|
147
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-show-input-method-menu" title='The "gtk-show-input-method-menu" property'>gtk-show-input-method-menu</a>" <a href="
|
148
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-show-unicode-menu" title='The "gtk-show-unicode-menu" property'>gtk-show-unicode-menu</a>" <a href="
|
149
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-sound-theme-name" title='The "gtk-sound-theme-name" property'>gtk-sound-theme-name</a>" <a href="
|
150
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-split-cursor" title='The "gtk-split-cursor" property'>gtk-split-cursor</a>" <a href="
|
151
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-theme-name" title='The "gtk-theme-name" property'>gtk-theme-name</a>" <a href="
|
152
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-timeout-expand" title='The "gtk-timeout-expand" property'>gtk-timeout-expand</a>" <a href="
|
153
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-timeout-initial" title='The "gtk-timeout-initial" property'>gtk-timeout-initial</a>" <a href="
|
154
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-timeout-repeat" title='The "gtk-timeout-repeat" property'>gtk-timeout-repeat</a>" <a href="
|
147
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-show-input-method-menu" title='The "gtk-show-input-method-menu" property'>gtk-show-input-method-menu</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
148
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-show-unicode-menu" title='The "gtk-show-unicode-menu" property'>gtk-show-unicode-menu</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
149
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-sound-theme-name" title='The "gtk-sound-theme-name" property'>gtk-sound-theme-name</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
150
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-split-cursor" title='The "gtk-split-cursor" property'>gtk-split-cursor</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
151
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-theme-name" title='The "gtk-theme-name" property'>gtk-theme-name</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
152
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-timeout-expand" title='The "gtk-timeout-expand" property'>gtk-timeout-expand</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
153
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-timeout-initial" title='The "gtk-timeout-initial" property'>gtk-timeout-initial</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
154
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-timeout-repeat" title='The "gtk-timeout-repeat" property'>gtk-timeout-repeat</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
155
155
|
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-toolbar-icon-size" title='The "gtk-toolbar-icon-size" property'>gtk-toolbar-icon-size</a>" <a class="link" href="gtk2-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> : Read / Write
|
156
156
|
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-toolbar-style" title='The "gtk-toolbar-style" property'>gtk-toolbar-style</a>" <a class="link" href="gtk2-Standard-Enumerations.html#GtkToolbarStyle" title="enum GtkToolbarStyle"><span class="type">GtkToolbarStyle</span></a> : Read / Write
|
157
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-tooltip-browse-mode-timeout" title='The "gtk-tooltip-browse-mode-timeout" property'>gtk-tooltip-browse-mode-timeout</a>" <a href="
|
158
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-tooltip-browse-timeout" title='The "gtk-tooltip-browse-timeout" property'>gtk-tooltip-browse-timeout</a>" <a href="
|
159
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-tooltip-timeout" title='The "gtk-tooltip-timeout" property'>gtk-tooltip-timeout</a>" <a href="
|
160
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-touchscreen-mode" title='The "gtk-touchscreen-mode" property'>gtk-touchscreen-mode</a>" <a href="
|
161
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-xft-antialias" title='The "gtk-xft-antialias" property'>gtk-xft-antialias</a>" <a href="
|
162
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-xft-dpi" title='The "gtk-xft-dpi" property'>gtk-xft-dpi</a>" <a href="
|
163
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-xft-hinting" title='The "gtk-xft-hinting" property'>gtk-xft-hinting</a>" <a href="
|
164
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-xft-hintstyle" title='The "gtk-xft-hintstyle" property'>gtk-xft-hintstyle</a>" <a href="
|
165
|
-
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-xft-rgba" title='The "gtk-xft-rgba" property'>gtk-xft-rgba</a>" <a href="
|
157
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-tooltip-browse-mode-timeout" title='The "gtk-tooltip-browse-mode-timeout" property'>gtk-tooltip-browse-mode-timeout</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
158
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-tooltip-browse-timeout" title='The "gtk-tooltip-browse-timeout" property'>gtk-tooltip-browse-timeout</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
159
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-tooltip-timeout" title='The "gtk-tooltip-timeout" property'>gtk-tooltip-timeout</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
160
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-touchscreen-mode" title='The "gtk-touchscreen-mode" property'>gtk-touchscreen-mode</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
161
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-xft-antialias" title='The "gtk-xft-antialias" property'>gtk-xft-antialias</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
162
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-xft-dpi" title='The "gtk-xft-dpi" property'>gtk-xft-dpi</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
163
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-xft-hinting" title='The "gtk-xft-hinting" property'>gtk-xft-hinting</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
164
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-xft-hintstyle" title='The "gtk-xft-hintstyle" property'>gtk-xft-hintstyle</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
165
|
+
"<a class="link" href="GtkSettings.html#GtkSettings--gtk-xft-rgba" title='The "gtk-xft-rgba" property'>gtk-xft-rgba</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
166
166
|
</pre>
|
167
167
|
</div>
|
168
168
|
<div class="refsect1">
|
@@ -192,8 +192,8 @@ realized at least once. The following example demonstrates a way to do this:
|
|
192
192
|
4</pre></td>
|
193
193
|
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="gtk2-General.html#gtk-init">gtk_init</a></span><span class="normal"> </span><span class="symbol">(&</span><span class="normal">argc</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">argv</span><span class="symbol">);</span>
|
194
194
|
<span class="comment">/* make sure the type is realized */</span>
|
195
|
-
<span class="function"><a href="
|
196
|
-
<span class="function"><a href="
|
195
|
+
<span class="function"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#g-type-class-unref">g_type_class_unref</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#g-type-class-ref">g_type_class_ref</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">GTK_TYPE_IMAGE_MENU_ITEM</span><span class="symbol">));</span>
|
196
|
+
<span class="function"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-set">g_object_set</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function"><a href="GtkSettings.html#gtk-settings-get-default">gtk_settings_get_default</a></span><span class="normal"> </span><span class="symbol">(),</span><span class="normal"> </span><span class="string">"gtk-menu-images"</span><span class="symbol">,</span><span class="normal"> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span></pre></td>
|
197
197
|
</tr>
|
198
198
|
</tbody>
|
199
199
|
</table>
|
@@ -250,7 +250,7 @@ it if necessary. See <a class="link" href="GtkSettings.html#gtk-settings-get-for
|
|
250
250
|
<tbody><tr>
|
251
251
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
252
252
|
<td>a <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> object. If there is no default
|
253
|
-
screen, then returns <a href="
|
253
|
+
screen, then returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
254
254
|
</td>
|
255
255
|
</tr></tbody>
|
256
256
|
</table></div>
|
@@ -284,7 +284,7 @@ Gets the <a class="link" href="GtkSettings.html" title="Settings"><span class="t
|
|
284
284
|
<hr>
|
285
285
|
<div class="refsect2">
|
286
286
|
<a name="gtk-settings-install-property"></a><h3>gtk_settings_install_property ()</h3>
|
287
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gtk_settings_install_property (<em class="parameter"><code><a href="
|
287
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_settings_install_property (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>);</pre>
|
288
288
|
<p>
|
289
289
|
</p>
|
290
290
|
</div>
|
@@ -292,7 +292,7 @@ Gets the <a class="link" href="GtkSettings.html" title="Settings"><span class="t
|
|
292
292
|
<div class="refsect2">
|
293
293
|
<a name="gtk-settings-install-property-parser"></a><h3>gtk_settings_install_property_parser ()</h3>
|
294
294
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_settings_install_property_parser
|
295
|
-
(<em class="parameter"><code><a href="
|
295
|
+
(<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>,
|
296
296
|
<em class="parameter"><code><a class="link" href="GtkStyle.html#GtkRcPropertyParser" title="GtkRcPropertyParser ()"><span class="type">GtkRcPropertyParser</span></a> parser</code></em>);</pre>
|
297
297
|
<p>
|
298
298
|
</p>
|
@@ -300,9 +300,9 @@ Gets the <a class="link" href="GtkSettings.html" title="Settings"><span class="t
|
|
300
300
|
<hr>
|
301
301
|
<div class="refsect2">
|
302
302
|
<a name="gtk-rc-property-parse-color"></a><h3>gtk_rc_property_parse_color ()</h3>
|
303
|
-
<pre class="programlisting"><a href="
|
304
|
-
<em class="parameter"><code>const <a href="
|
305
|
-
<em class="parameter"><code><a href="
|
303
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_rc_property_parse_color (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>,
|
304
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *gstring</code></em>,
|
305
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *property_value</code></em>);</pre>
|
306
306
|
<p>
|
307
307
|
A <a class="link" href="GtkStyle.html#GtkRcPropertyParser" title="GtkRcPropertyParser ()"><span class="type">GtkRcPropertyParser</span></a> for use with <a class="link" href="GtkSettings.html#gtk-settings-install-property-parser" title="gtk_settings_install_property_parser ()"><code class="function">gtk_settings_install_property_parser()</code></a>
|
308
308
|
or <a class="link" href="GtkWidget.html#gtk-widget-class-install-style-property-parser" title="gtk_widget_class_install_style_property_parser ()"><code class="function">gtk_widget_class_install_style_property_parser()</code></a> which parses a
|
@@ -319,21 +319,21 @@ between 0 and 1.
|
|
319
319
|
<tbody>
|
320
320
|
<tr>
|
321
321
|
<td><p><span class="term"><em class="parameter"><code>pspec</code></em> :</span></p></td>
|
322
|
-
<td>a <a href="
|
322
|
+
<td>a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a>
|
323
323
|
</td>
|
324
324
|
</tr>
|
325
325
|
<tr>
|
326
326
|
<td><p><span class="term"><em class="parameter"><code>gstring</code></em> :</span></p></td>
|
327
|
-
<td>the <a href="
|
327
|
+
<td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> to be parsed</td>
|
328
328
|
</tr>
|
329
329
|
<tr>
|
330
330
|
<td><p><span class="term"><em class="parameter"><code>property_value</code></em> :</span></p></td>
|
331
|
-
<td>a <a href="
|
331
|
+
<td>a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> which must hold <a href="../gdk2/gdk2-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> values.</td>
|
332
332
|
</tr>
|
333
333
|
<tr>
|
334
334
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
335
335
|
<td>
|
336
|
-
<a href="
|
336
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>gstring</code></em> could be parsed and <em class="parameter"><code>property_value</code></em>
|
337
337
|
has been set to the resulting <a href="../gdk2/gdk2-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>.</td>
|
338
338
|
</tr>
|
339
339
|
</tbody>
|
@@ -342,9 +342,9 @@ has been set to the resulting <a href="../gdk2/gdk2-Colormaps-and-Colors.html#Gd
|
|
342
342
|
<hr>
|
343
343
|
<div class="refsect2">
|
344
344
|
<a name="gtk-rc-property-parse-enum"></a><h3>gtk_rc_property_parse_enum ()</h3>
|
345
|
-
<pre class="programlisting"><a href="
|
346
|
-
<em class="parameter"><code>const <a href="
|
347
|
-
<em class="parameter"><code><a href="
|
345
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_rc_property_parse_enum (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>,
|
346
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *gstring</code></em>,
|
347
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *property_value</code></em>);</pre>
|
348
348
|
<p>
|
349
349
|
A <a class="link" href="GtkStyle.html#GtkRcPropertyParser" title="GtkRcPropertyParser ()"><span class="type">GtkRcPropertyParser</span></a> for use with <a class="link" href="GtkSettings.html#gtk-settings-install-property-parser" title="gtk_settings_install_property_parser ()"><code class="function">gtk_settings_install_property_parser()</code></a>
|
350
350
|
or <a class="link" href="GtkWidget.html#gtk-widget-class-install-style-property-parser" title="gtk_widget_class_install_style_property_parser ()"><code class="function">gtk_widget_class_install_style_property_parser()</code></a> which parses a single
|
@@ -363,22 +363,22 @@ may be surrounded by parentheses.
|
|
363
363
|
<tbody>
|
364
364
|
<tr>
|
365
365
|
<td><p><span class="term"><em class="parameter"><code>pspec</code></em> :</span></p></td>
|
366
|
-
<td>a <a href="
|
366
|
+
<td>a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a>
|
367
367
|
</td>
|
368
368
|
</tr>
|
369
369
|
<tr>
|
370
370
|
<td><p><span class="term"><em class="parameter"><code>gstring</code></em> :</span></p></td>
|
371
|
-
<td>the <a href="
|
371
|
+
<td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> to be parsed</td>
|
372
372
|
</tr>
|
373
373
|
<tr>
|
374
374
|
<td><p><span class="term"><em class="parameter"><code>property_value</code></em> :</span></p></td>
|
375
|
-
<td>a <a href="
|
375
|
+
<td>a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> which must hold enum values.</td>
|
376
376
|
</tr>
|
377
377
|
<tr>
|
378
378
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
379
379
|
<td>
|
380
|
-
<a href="
|
381
|
-
has been set to the resulting <a href="
|
380
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>gstring</code></em> could be parsed and <em class="parameter"><code>property_value</code></em>
|
381
|
+
has been set to the resulting <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Enumeration-and-Flag-Types.html#GEnumValue"><span class="type">GEnumValue</span></a>.</td>
|
382
382
|
</tr>
|
383
383
|
</tbody>
|
384
384
|
</table></div>
|
@@ -386,9 +386,9 @@ has been set to the resulting <a href="/home/kou/work/ruby/ruby-gnome2.win32/gli
|
|
386
386
|
<hr>
|
387
387
|
<div class="refsect2">
|
388
388
|
<a name="gtk-rc-property-parse-flags"></a><h3>gtk_rc_property_parse_flags ()</h3>
|
389
|
-
<pre class="programlisting"><a href="
|
390
|
-
<em class="parameter"><code>const <a href="
|
391
|
-
<em class="parameter"><code><a href="
|
389
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_rc_property_parse_flags (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>,
|
390
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *gstring</code></em>,
|
391
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *property_value</code></em>);</pre>
|
392
392
|
<p>
|
393
393
|
A <a class="link" href="GtkStyle.html#GtkRcPropertyParser" title="GtkRcPropertyParser ()"><span class="type">GtkRcPropertyParser</span></a> for use with <a class="link" href="GtkSettings.html#gtk-settings-install-property-parser" title="gtk_settings_install_property_parser ()"><code class="function">gtk_settings_install_property_parser()</code></a>
|
394
394
|
or <a class="link" href="GtkWidget.html#gtk-widget-class-install-style-property-parser" title="gtk_widget_class_install_style_property_parser ()"><code class="function">gtk_widget_class_install_style_property_parser()</code></a> which parses flags.
|
@@ -406,21 +406,21 @@ numerically. Multiple flags can be specified in the form
|
|
406
406
|
<tbody>
|
407
407
|
<tr>
|
408
408
|
<td><p><span class="term"><em class="parameter"><code>pspec</code></em> :</span></p></td>
|
409
|
-
<td>a <a href="
|
409
|
+
<td>a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a>
|
410
410
|
</td>
|
411
411
|
</tr>
|
412
412
|
<tr>
|
413
413
|
<td><p><span class="term"><em class="parameter"><code>gstring</code></em> :</span></p></td>
|
414
|
-
<td>the <a href="
|
414
|
+
<td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> to be parsed</td>
|
415
415
|
</tr>
|
416
416
|
<tr>
|
417
417
|
<td><p><span class="term"><em class="parameter"><code>property_value</code></em> :</span></p></td>
|
418
|
-
<td>a <a href="
|
418
|
+
<td>a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> which must hold flags values.</td>
|
419
419
|
</tr>
|
420
420
|
<tr>
|
421
421
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
422
422
|
<td>
|
423
|
-
<a href="
|
423
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>gstring</code></em> could be parsed and <em class="parameter"><code>property_value</code></em>
|
424
424
|
has been set to the resulting flags value.</td>
|
425
425
|
</tr>
|
426
426
|
</tbody>
|
@@ -429,9 +429,9 @@ has been set to the resulting flags value.</td>
|
|
429
429
|
<hr>
|
430
430
|
<div class="refsect2">
|
431
431
|
<a name="gtk-rc-property-parse-requisition"></a><h3>gtk_rc_property_parse_requisition ()</h3>
|
432
|
-
<pre class="programlisting"><a href="
|
433
|
-
<em class="parameter"><code>const <a href="
|
434
|
-
<em class="parameter"><code><a href="
|
432
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_rc_property_parse_requisition (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>,
|
433
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *gstring</code></em>,
|
434
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *property_value</code></em>);</pre>
|
435
435
|
<p>
|
436
436
|
A <a class="link" href="GtkStyle.html#GtkRcPropertyParser" title="GtkRcPropertyParser ()"><span class="type">GtkRcPropertyParser</span></a> for use with <a class="link" href="GtkSettings.html#gtk-settings-install-property-parser" title="gtk_settings_install_property_parser ()"><code class="function">gtk_settings_install_property_parser()</code></a>
|
437
437
|
or <a class="link" href="GtkWidget.html#gtk-widget-class-install-style-property-parser" title="gtk_widget_class_install_style_property_parser ()"><code class="function">gtk_widget_class_install_style_property_parser()</code></a> which parses a
|
@@ -446,21 +446,21 @@ requisition in the form
|
|
446
446
|
<tbody>
|
447
447
|
<tr>
|
448
448
|
<td><p><span class="term"><em class="parameter"><code>pspec</code></em> :</span></p></td>
|
449
|
-
<td>a <a href="
|
449
|
+
<td>a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a>
|
450
450
|
</td>
|
451
451
|
</tr>
|
452
452
|
<tr>
|
453
453
|
<td><p><span class="term"><em class="parameter"><code>gstring</code></em> :</span></p></td>
|
454
|
-
<td>the <a href="
|
454
|
+
<td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> to be parsed</td>
|
455
455
|
</tr>
|
456
456
|
<tr>
|
457
457
|
<td><p><span class="term"><em class="parameter"><code>property_value</code></em> :</span></p></td>
|
458
|
-
<td>a <a href="
|
458
|
+
<td>a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> which must hold boxed values.</td>
|
459
459
|
</tr>
|
460
460
|
<tr>
|
461
461
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
462
462
|
<td>
|
463
|
-
<a href="
|
463
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>gstring</code></em> could be parsed and <em class="parameter"><code>property_value</code></em>
|
464
464
|
has been set to the resulting <a class="link" href="GtkWidget.html#GtkRequisition"><span class="type">GtkRequisition</span></a>.</td>
|
465
465
|
</tr>
|
466
466
|
</tbody>
|
@@ -469,9 +469,9 @@ has been set to the resulting <a class="link" href="GtkWidget.html#GtkRequisitio
|
|
469
469
|
<hr>
|
470
470
|
<div class="refsect2">
|
471
471
|
<a name="gtk-rc-property-parse-border"></a><h3>gtk_rc_property_parse_border ()</h3>
|
472
|
-
<pre class="programlisting"><a href="
|
473
|
-
<em class="parameter"><code>const <a href="
|
474
|
-
<em class="parameter"><code><a href="
|
472
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_rc_property_parse_border (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>,
|
473
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *gstring</code></em>,
|
474
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *property_value</code></em>);</pre>
|
475
475
|
<p>
|
476
476
|
A <a class="link" href="GtkStyle.html#GtkRcPropertyParser" title="GtkRcPropertyParser ()"><span class="type">GtkRcPropertyParser</span></a> for use with <a class="link" href="GtkSettings.html#gtk-settings-install-property-parser" title="gtk_settings_install_property_parser ()"><code class="function">gtk_settings_install_property_parser()</code></a>
|
477
477
|
or <a class="link" href="GtkWidget.html#gtk-widget-class-install-style-property-parser" title="gtk_widget_class_install_style_property_parser ()"><code class="function">gtk_widget_class_install_style_property_parser()</code></a> which parses
|
@@ -487,21 +487,21 @@ borders in the form
|
|
487
487
|
<tbody>
|
488
488
|
<tr>
|
489
489
|
<td><p><span class="term"><em class="parameter"><code>pspec</code></em> :</span></p></td>
|
490
|
-
<td>a <a href="
|
490
|
+
<td>a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a>
|
491
491
|
</td>
|
492
492
|
</tr>
|
493
493
|
<tr>
|
494
494
|
<td><p><span class="term"><em class="parameter"><code>gstring</code></em> :</span></p></td>
|
495
|
-
<td>the <a href="
|
495
|
+
<td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> to be parsed</td>
|
496
496
|
</tr>
|
497
497
|
<tr>
|
498
498
|
<td><p><span class="term"><em class="parameter"><code>property_value</code></em> :</span></p></td>
|
499
|
-
<td>a <a href="
|
499
|
+
<td>a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> which must hold boxed values.</td>
|
500
500
|
</tr>
|
501
501
|
<tr>
|
502
502
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
503
503
|
<td>
|
504
|
-
<a href="
|
504
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>gstring</code></em> could be parsed and <em class="parameter"><code>property_value</code></em>
|
505
505
|
has been set to the resulting <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a>.</td>
|
506
506
|
</tr>
|
507
507
|
</tbody>
|
@@ -511,7 +511,7 @@ has been set to the resulting <a class="link" href="GtkStyle.html#GtkBorder"><sp
|
|
511
511
|
<div class="refsect2">
|
512
512
|
<a name="gtk-settings-set-property-value"></a><h3>gtk_settings_set_property_value ()</h3>
|
513
513
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_settings_set_property_value (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>,
|
514
|
-
<em class="parameter"><code>const <a href="
|
514
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
515
515
|
<em class="parameter"><code>const <a class="link" href="GtkSettings.html#GtkSettingsValue" title="struct GtkSettingsValue"><span class="type">GtkSettingsValue</span></a> *svalue</code></em>);</pre>
|
516
516
|
<p>
|
517
517
|
</p>
|
@@ -520,9 +520,9 @@ has been set to the resulting <a class="link" href="GtkStyle.html#GtkBorder"><sp
|
|
520
520
|
<div class="refsect2">
|
521
521
|
<a name="gtk-settings-set-string-property"></a><h3>gtk_settings_set_string_property ()</h3>
|
522
522
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_settings_set_string_property (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>,
|
523
|
-
<em class="parameter"><code>const <a href="
|
524
|
-
<em class="parameter"><code>const <a href="
|
525
|
-
<em class="parameter"><code>const <a href="
|
523
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
524
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *v_string</code></em>,
|
525
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *origin</code></em>);</pre>
|
526
526
|
<p>
|
527
527
|
</p>
|
528
528
|
</div>
|
@@ -530,9 +530,9 @@ has been set to the resulting <a class="link" href="GtkStyle.html#GtkBorder"><sp
|
|
530
530
|
<div class="refsect2">
|
531
531
|
<a name="gtk-settings-set-long-property"></a><h3>gtk_settings_set_long_property ()</h3>
|
532
532
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_settings_set_long_property (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>,
|
533
|
-
<em class="parameter"><code>const <a href="
|
534
|
-
<em class="parameter"><code><a href="
|
535
|
-
<em class="parameter"><code>const <a href="
|
533
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
534
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#glong"><span class="type">glong</span></a> v_long</code></em>,
|
535
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *origin</code></em>);</pre>
|
536
536
|
<p>
|
537
537
|
</p>
|
538
538
|
</div>
|
@@ -540,9 +540,9 @@ has been set to the resulting <a class="link" href="GtkStyle.html#GtkBorder"><sp
|
|
540
540
|
<div class="refsect2">
|
541
541
|
<a name="gtk-settings-set-double-property"></a><h3>gtk_settings_set_double_property ()</h3>
|
542
542
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_settings_set_double_property (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>,
|
543
|
-
<em class="parameter"><code>const <a href="
|
544
|
-
<em class="parameter"><code><a href="
|
545
|
-
<em class="parameter"><code>const <a href="
|
543
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
544
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> v_double</code></em>,
|
545
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *origin</code></em>);</pre>
|
546
546
|
<p>
|
547
547
|
</p>
|
548
548
|
</div>
|
@@ -551,7 +551,7 @@ has been set to the resulting <a class="link" href="GtkStyle.html#GtkBorder"><sp
|
|
551
551
|
<a name="GtkSettings.property-details"></a><h2>Property Details</h2>
|
552
552
|
<div class="refsect2">
|
553
553
|
<a name="GtkSettings--color-hash"></a><h3>The <code class="literal">"color-hash"</code> property</h3>
|
554
|
-
<pre class="programlisting"> "color-hash" <a href="
|
554
|
+
<pre class="programlisting"> "color-hash" <a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a>* : Read</pre>
|
555
555
|
<p>
|
556
556
|
Holds a hash table representation of the <a class="link" href="GtkSettings.html#GtkSettings--gtk-color-scheme" title='The "gtk-color-scheme" property'><span class="type">"gtk-color-scheme"</span></a>
|
557
557
|
|
@@ -562,18 +562,18 @@ setting, mapping color names to <a href="../gdk2/gdk2-Colormaps-and-Colors.html#
|
|
562
562
|
<hr>
|
563
563
|
<div class="refsect2">
|
564
564
|
<a name="GtkSettings--gtk-alternative-button-order"></a><h3>The <code class="literal">"gtk-alternative-button-order"</code> property</h3>
|
565
|
-
<pre class="programlisting"> "gtk-alternative-button-order" <a href="
|
565
|
+
<pre class="programlisting"> "gtk-alternative-button-order" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
566
566
|
<p>Whether buttons in dialogs should use the alternative button order.</p>
|
567
567
|
<p>Default value: FALSE</p>
|
568
568
|
</div>
|
569
569
|
<hr>
|
570
570
|
<div class="refsect2">
|
571
571
|
<a name="GtkSettings--gtk-alternative-sort-arrows"></a><h3>The <code class="literal">"gtk-alternative-sort-arrows"</code> property</h3>
|
572
|
-
<pre class="programlisting"> "gtk-alternative-sort-arrows" <a href="
|
572
|
+
<pre class="programlisting"> "gtk-alternative-sort-arrows" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
573
573
|
<p>
|
574
574
|
Controls the direction of the sort indicators in sorted list and tree
|
575
575
|
views. By default an arrow pointing down means the column is sorted
|
576
|
-
in ascending order. When set to <a href="
|
576
|
+
in ascending order. When set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, this order will be inverted.
|
577
577
|
</p>
|
578
578
|
<p>Default value: FALSE</p>
|
579
579
|
<p class="since">Since 2.12</p>
|
@@ -581,7 +581,7 @@ in ascending order. When set to <a href="/home/kou/work/ruby/ruby-gnome2.win32/g
|
|
581
581
|
<hr>
|
582
582
|
<div class="refsect2">
|
583
583
|
<a name="GtkSettings--gtk-auto-mnemonics"></a><h3>The <code class="literal">"gtk-auto-mnemonics"</code> property</h3>
|
584
|
-
<pre class="programlisting"> "gtk-auto-mnemonics" <a href="
|
584
|
+
<pre class="programlisting"> "gtk-auto-mnemonics" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
585
585
|
<p>
|
586
586
|
Whether mnemonics should be automatically shown and hidden when the user
|
587
587
|
presses the mnemonic activator.
|
@@ -592,28 +592,28 @@ presses the mnemonic activator.
|
|
592
592
|
<hr>
|
593
593
|
<div class="refsect2">
|
594
594
|
<a name="GtkSettings--gtk-button-images"></a><h3>The <code class="literal">"gtk-button-images"</code> property</h3>
|
595
|
-
<pre class="programlisting"> "gtk-button-images" <a href="
|
595
|
+
<pre class="programlisting"> "gtk-button-images" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
596
596
|
<p>Whether images should be shown on buttons.</p>
|
597
597
|
<p>Default value: TRUE</p>
|
598
598
|
</div>
|
599
599
|
<hr>
|
600
600
|
<div class="refsect2">
|
601
601
|
<a name="GtkSettings--gtk-can-change-accels"></a><h3>The <code class="literal">"gtk-can-change-accels"</code> property</h3>
|
602
|
-
<pre class="programlisting"> "gtk-can-change-accels" <a href="
|
602
|
+
<pre class="programlisting"> "gtk-can-change-accels" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
603
603
|
<p>Whether menu accelerators can be changed by pressing a key over the menu item.</p>
|
604
604
|
<p>Default value: FALSE</p>
|
605
605
|
</div>
|
606
606
|
<hr>
|
607
607
|
<div class="refsect2">
|
608
608
|
<a name="GtkSettings--gtk-color-palette"></a><h3>The <code class="literal">"gtk-color-palette"</code> property</h3>
|
609
|
-
<pre class="programlisting"> "gtk-color-palette" <a href="
|
609
|
+
<pre class="programlisting"> "gtk-color-palette" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
610
610
|
<p>Palette to use in the color selector.</p>
|
611
611
|
<p>Default value: "black:white:gray50:red:purple:blue:light blue:green:yellow:orange:lavender:brown:goldenrod4:dodger blue:pink:light green:gray10:gray30:gray75:gray90"</p>
|
612
612
|
</div>
|
613
613
|
<hr>
|
614
614
|
<div class="refsect2">
|
615
615
|
<a name="GtkSettings--gtk-color-scheme"></a><h3>The <code class="literal">"gtk-color-scheme"</code> property</h3>
|
616
|
-
<pre class="programlisting"> "gtk-color-scheme" <a href="
|
616
|
+
<pre class="programlisting"> "gtk-color-scheme" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
617
617
|
<p>
|
618
618
|
A palette of named colors for use in themes. The format of the string is
|
619
619
|
</p>
|
@@ -649,7 +649,7 @@ name1: color1; name2: color2; ...
|
|
649
649
|
<hr>
|
650
650
|
<div class="refsect2">
|
651
651
|
<a name="GtkSettings--gtk-cursor-blink"></a><h3>The <code class="literal">"gtk-cursor-blink"</code> property</h3>
|
652
|
-
<pre class="programlisting"> "gtk-cursor-blink" <a href="
|
652
|
+
<pre class="programlisting"> "gtk-cursor-blink" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
653
653
|
<p>
|
654
654
|
Whether the cursor should blink.
|
655
655
|
|
@@ -664,7 +664,7 @@ which allows more flexible control over cursor blinking.
|
|
664
664
|
<hr>
|
665
665
|
<div class="refsect2">
|
666
666
|
<a name="GtkSettings--gtk-cursor-blink-time"></a><h3>The <code class="literal">"gtk-cursor-blink-time"</code> property</h3>
|
667
|
-
<pre class="programlisting"> "gtk-cursor-blink-time" <a href="
|
667
|
+
<pre class="programlisting"> "gtk-cursor-blink-time" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
668
668
|
<p>Length of the cursor blink cycle, in milliseconds.</p>
|
669
669
|
<p>Allowed values: >= 100</p>
|
670
670
|
<p>Default value: 1200</p>
|
@@ -672,14 +672,14 @@ which allows more flexible control over cursor blinking.
|
|
672
672
|
<hr>
|
673
673
|
<div class="refsect2">
|
674
674
|
<a name="GtkSettings--gtk-cursor-blink-timeout"></a><h3>The <code class="literal">"gtk-cursor-blink-timeout"</code> property</h3>
|
675
|
-
<pre class="programlisting"> "gtk-cursor-blink-timeout" <a href="
|
675
|
+
<pre class="programlisting"> "gtk-cursor-blink-timeout" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
676
676
|
<p>
|
677
677
|
Time after which the cursor stops blinking, in seconds.
|
678
678
|
The timer is reset after each user interaction.
|
679
679
|
</p>
|
680
680
|
<p>
|
681
681
|
Setting this to zero has the same effect as setting
|
682
|
-
<a class="link" href="GtkSettings.html#GtkSettings--gtk-cursor-blink" title='The "gtk-cursor-blink" property'><span class="type">"gtk-cursor-blink"</span></a> to <a href="
|
682
|
+
<a class="link" href="GtkSettings.html#GtkSettings--gtk-cursor-blink" title='The "gtk-cursor-blink" property'><span class="type">"gtk-cursor-blink"</span></a> to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
|
683
683
|
</p>
|
684
684
|
<p>Allowed values: >= 1</p>
|
685
685
|
<p>Default value: 2147483647</p>
|
@@ -688,14 +688,14 @@ Setting this to zero has the same effect as setting
|
|
688
688
|
<hr>
|
689
689
|
<div class="refsect2">
|
690
690
|
<a name="GtkSettings--gtk-cursor-theme-name"></a><h3>The <code class="literal">"gtk-cursor-theme-name"</code> property</h3>
|
691
|
-
<pre class="programlisting"> "gtk-cursor-theme-name" <a href="
|
691
|
+
<pre class="programlisting"> "gtk-cursor-theme-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
692
692
|
<p>Name of the cursor theme to use, or NULL to use the default theme.</p>
|
693
693
|
<p>Default value: NULL</p>
|
694
694
|
</div>
|
695
695
|
<hr>
|
696
696
|
<div class="refsect2">
|
697
697
|
<a name="GtkSettings--gtk-cursor-theme-size"></a><h3>The <code class="literal">"gtk-cursor-theme-size"</code> property</h3>
|
698
|
-
<pre class="programlisting"> "gtk-cursor-theme-size" <a href="
|
698
|
+
<pre class="programlisting"> "gtk-cursor-theme-size" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
699
699
|
<p>Size to use for cursors, or 0 to use the default size.</p>
|
700
700
|
<p>Allowed values: [0,128]</p>
|
701
701
|
<p>Default value: 0</p>
|
@@ -703,7 +703,7 @@ Setting this to zero has the same effect as setting
|
|
703
703
|
<hr>
|
704
704
|
<div class="refsect2">
|
705
705
|
<a name="GtkSettings--gtk-dnd-drag-threshold"></a><h3>The <code class="literal">"gtk-dnd-drag-threshold"</code> property</h3>
|
706
|
-
<pre class="programlisting"> "gtk-dnd-drag-threshold" <a href="
|
706
|
+
<pre class="programlisting"> "gtk-dnd-drag-threshold" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
707
707
|
<p>Number of pixels the cursor can move before dragging.</p>
|
708
708
|
<p>Allowed values: >= 1</p>
|
709
709
|
<p>Default value: 8</p>
|
@@ -711,7 +711,7 @@ Setting this to zero has the same effect as setting
|
|
711
711
|
<hr>
|
712
712
|
<div class="refsect2">
|
713
713
|
<a name="GtkSettings--gtk-double-click-distance"></a><h3>The <code class="literal">"gtk-double-click-distance"</code> property</h3>
|
714
|
-
<pre class="programlisting"> "gtk-double-click-distance" <a href="
|
714
|
+
<pre class="programlisting"> "gtk-double-click-distance" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
715
715
|
<p>Maximum distance allowed between two clicks for them to be considered a double click (in pixels).</p>
|
716
716
|
<p>Allowed values: >= 0</p>
|
717
717
|
<p>Default value: 5</p>
|
@@ -719,7 +719,7 @@ Setting this to zero has the same effect as setting
|
|
719
719
|
<hr>
|
720
720
|
<div class="refsect2">
|
721
721
|
<a name="GtkSettings--gtk-double-click-time"></a><h3>The <code class="literal">"gtk-double-click-time"</code> property</h3>
|
722
|
-
<pre class="programlisting"> "gtk-double-click-time" <a href="
|
722
|
+
<pre class="programlisting"> "gtk-double-click-time" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
723
723
|
<p>Maximum time allowed between two clicks for them to be considered a double click (in milliseconds).</p>
|
724
724
|
<p>Allowed values: >= 0</p>
|
725
725
|
<p>Default value: 250</p>
|
@@ -727,7 +727,7 @@ Setting this to zero has the same effect as setting
|
|
727
727
|
<hr>
|
728
728
|
<div class="refsect2">
|
729
729
|
<a name="GtkSettings--gtk-enable-accels"></a><h3>The <code class="literal">"gtk-enable-accels"</code> property</h3>
|
730
|
-
<pre class="programlisting"> "gtk-enable-accels" <a href="
|
730
|
+
<pre class="programlisting"> "gtk-enable-accels" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
731
731
|
<p>
|
732
732
|
Whether menu items should have visible accelerators which can be
|
733
733
|
activated.
|
@@ -738,14 +738,14 @@ activated.
|
|
738
738
|
<hr>
|
739
739
|
<div class="refsect2">
|
740
740
|
<a name="GtkSettings--gtk-enable-animations"></a><h3>The <code class="literal">"gtk-enable-animations"</code> property</h3>
|
741
|
-
<pre class="programlisting"> "gtk-enable-animations" <a href="
|
741
|
+
<pre class="programlisting"> "gtk-enable-animations" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
742
742
|
<p>Whether to enable toolkit-wide animations.</p>
|
743
743
|
<p>Default value: TRUE</p>
|
744
744
|
</div>
|
745
745
|
<hr>
|
746
746
|
<div class="refsect2">
|
747
747
|
<a name="GtkSettings--gtk-enable-event-sounds"></a><h3>The <code class="literal">"gtk-enable-event-sounds"</code> property</h3>
|
748
|
-
<pre class="programlisting"> "gtk-enable-event-sounds" <a href="
|
748
|
+
<pre class="programlisting"> "gtk-enable-event-sounds" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
749
749
|
<p>
|
750
750
|
Whether to play any event sounds at all.
|
751
751
|
</p>
|
@@ -765,7 +765,7 @@ module like the one that comes with libcanberra.
|
|
765
765
|
<hr>
|
766
766
|
<div class="refsect2">
|
767
767
|
<a name="GtkSettings--gtk-enable-input-feedback-sounds"></a><h3>The <code class="literal">"gtk-enable-input-feedback-sounds"</code> property</h3>
|
768
|
-
<pre class="programlisting"> "gtk-enable-input-feedback-sounds" <a href="
|
768
|
+
<pre class="programlisting"> "gtk-enable-input-feedback-sounds" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
769
769
|
<p>
|
770
770
|
Whether to play event sounds as feedback to user input.
|
771
771
|
</p>
|
@@ -785,7 +785,7 @@ module like the one that comes with libcanberra.
|
|
785
785
|
<hr>
|
786
786
|
<div class="refsect2">
|
787
787
|
<a name="GtkSettings--gtk-enable-mnemonics"></a><h3>The <code class="literal">"gtk-enable-mnemonics"</code> property</h3>
|
788
|
-
<pre class="programlisting"> "gtk-enable-mnemonics" <a href="
|
788
|
+
<pre class="programlisting"> "gtk-enable-mnemonics" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
789
789
|
<p>
|
790
790
|
Whether labels and menu items should have visible mnemonics which
|
791
791
|
can be activated.
|
@@ -796,7 +796,7 @@ can be activated.
|
|
796
796
|
<hr>
|
797
797
|
<div class="refsect2">
|
798
798
|
<a name="GtkSettings--gtk-enable-tooltips"></a><h3>The <code class="literal">"gtk-enable-tooltips"</code> property</h3>
|
799
|
-
<pre class="programlisting"> "gtk-enable-tooltips" <a href="
|
799
|
+
<pre class="programlisting"> "gtk-enable-tooltips" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
800
800
|
<p>
|
801
801
|
Whether tooltips should be shown on widgets.
|
802
802
|
</p>
|
@@ -806,7 +806,7 @@ Whether tooltips should be shown on widgets.
|
|
806
806
|
<hr>
|
807
807
|
<div class="refsect2">
|
808
808
|
<a name="GtkSettings--gtk-entry-password-hint-timeout"></a><h3>The <code class="literal">"gtk-entry-password-hint-timeout"</code> property</h3>
|
809
|
-
<pre class="programlisting"> "gtk-entry-password-hint-timeout" <a href="
|
809
|
+
<pre class="programlisting"> "gtk-entry-password-hint-timeout" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
|
810
810
|
<p>
|
811
811
|
How long to show the last input character in hidden
|
812
812
|
entries. This value is in milliseconds. 0 disables showing the
|
@@ -818,16 +818,16 @@ last char. 600 is a good value for enabling it.
|
|
818
818
|
<hr>
|
819
819
|
<div class="refsect2">
|
820
820
|
<a name="GtkSettings--gtk-entry-select-on-focus"></a><h3>The <code class="literal">"gtk-entry-select-on-focus"</code> property</h3>
|
821
|
-
<pre class="programlisting"> "gtk-entry-select-on-focus" <a href="
|
821
|
+
<pre class="programlisting"> "gtk-entry-select-on-focus" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
822
822
|
<p>Whether to select the contents of an entry when it is focused.</p>
|
823
823
|
<p>Default value: TRUE</p>
|
824
824
|
</div>
|
825
825
|
<hr>
|
826
826
|
<div class="refsect2">
|
827
827
|
<a name="GtkSettings--gtk-error-bell"></a><h3>The <code class="literal">"gtk-error-bell"</code> property</h3>
|
828
|
-
<pre class="programlisting"> "gtk-error-bell" <a href="
|
828
|
+
<pre class="programlisting"> "gtk-error-bell" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
829
829
|
<p>
|
830
|
-
When <a href="
|
830
|
+
When <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, keyboard navigation and other input-related errors
|
831
831
|
will cause a beep. Since the error bell is implemented using
|
832
832
|
<a href="../gdk2/gdk2-Windows.html#gdk-window-beep"><code class="function">gdk_window_beep()</code></a>, the windowing system may offer ways to
|
833
833
|
configure the error bell in many ways, such as flashing the
|
@@ -839,35 +839,35 @@ window or similar visual effects.
|
|
839
839
|
<hr>
|
840
840
|
<div class="refsect2">
|
841
841
|
<a name="GtkSettings--gtk-fallback-icon-theme"></a><h3>The <code class="literal">"gtk-fallback-icon-theme"</code> property</h3>
|
842
|
-
<pre class="programlisting"> "gtk-fallback-icon-theme" <a href="
|
842
|
+
<pre class="programlisting"> "gtk-fallback-icon-theme" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
843
843
|
<p>Name of a icon theme to fall back to.</p>
|
844
844
|
<p>Default value: NULL</p>
|
845
845
|
</div>
|
846
846
|
<hr>
|
847
847
|
<div class="refsect2">
|
848
848
|
<a name="GtkSettings--gtk-file-chooser-backend"></a><h3>The <code class="literal">"gtk-file-chooser-backend"</code> property</h3>
|
849
|
-
<pre class="programlisting"> "gtk-file-chooser-backend" <a href="
|
849
|
+
<pre class="programlisting"> "gtk-file-chooser-backend" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
850
850
|
<p>Name of the GtkFileChooser backend to use by default.</p>
|
851
851
|
<p>Default value: NULL</p>
|
852
852
|
</div>
|
853
853
|
<hr>
|
854
854
|
<div class="refsect2">
|
855
855
|
<a name="GtkSettings--gtk-font-name"></a><h3>The <code class="literal">"gtk-font-name"</code> property</h3>
|
856
|
-
<pre class="programlisting"> "gtk-font-name" <a href="
|
856
|
+
<pre class="programlisting"> "gtk-font-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
857
857
|
<p>Name of default font to use.</p>
|
858
858
|
<p>Default value: "Sans 10"</p>
|
859
859
|
</div>
|
860
860
|
<hr>
|
861
861
|
<div class="refsect2">
|
862
862
|
<a name="GtkSettings--gtk-fontconfig-timestamp"></a><h3>The <code class="literal">"gtk-fontconfig-timestamp"</code> property</h3>
|
863
|
-
<pre class="programlisting"> "gtk-fontconfig-timestamp" <a href="
|
863
|
+
<pre class="programlisting"> "gtk-fontconfig-timestamp" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
|
864
864
|
<p>Timestamp of current fontconfig configuration.</p>
|
865
865
|
<p>Default value: 0</p>
|
866
866
|
</div>
|
867
867
|
<hr>
|
868
868
|
<div class="refsect2">
|
869
869
|
<a name="GtkSettings--gtk-icon-sizes"></a><h3>The <code class="literal">"gtk-icon-sizes"</code> property</h3>
|
870
|
-
<pre class="programlisting"> "gtk-icon-sizes" <a href="
|
870
|
+
<pre class="programlisting"> "gtk-icon-sizes" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
871
871
|
<p>
|
872
872
|
A list of icon sizes. The list is separated by colons, and
|
873
873
|
item has the form:
|
@@ -891,14 +891,14 @@ sizes with <a class="link" href="gtk2-Themeable-Stock-Images.html#gtk-icon-size-
|
|
891
891
|
<hr>
|
892
892
|
<div class="refsect2">
|
893
893
|
<a name="GtkSettings--gtk-icon-theme-name"></a><h3>The <code class="literal">"gtk-icon-theme-name"</code> property</h3>
|
894
|
-
<pre class="programlisting"> "gtk-icon-theme-name" <a href="
|
894
|
+
<pre class="programlisting"> "gtk-icon-theme-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
895
895
|
<p>Name of icon theme to use.</p>
|
896
896
|
<p>Default value: "hicolor"</p>
|
897
897
|
</div>
|
898
898
|
<hr>
|
899
899
|
<div class="refsect2">
|
900
900
|
<a name="GtkSettings--gtk-im-module"></a><h3>The <code class="literal">"gtk-im-module"</code> property</h3>
|
901
|
-
<pre class="programlisting"> "gtk-im-module" <a href="
|
901
|
+
<pre class="programlisting"> "gtk-im-module" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
902
902
|
<p>
|
903
903
|
Which IM (input method) module should be used by default. This is the
|
904
904
|
|
@@ -931,16 +931,16 @@ See <a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="t
|
|
931
931
|
<hr>
|
932
932
|
<div class="refsect2">
|
933
933
|
<a name="GtkSettings--gtk-key-theme-name"></a><h3>The <code class="literal">"gtk-key-theme-name"</code> property</h3>
|
934
|
-
<pre class="programlisting"> "gtk-key-theme-name" <a href="
|
934
|
+
<pre class="programlisting"> "gtk-key-theme-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
935
935
|
<p>Name of key theme RC file to load.</p>
|
936
936
|
<p>Default value: NULL</p>
|
937
937
|
</div>
|
938
938
|
<hr>
|
939
939
|
<div class="refsect2">
|
940
940
|
<a name="GtkSettings--gtk-keynav-cursor-only"></a><h3>The <code class="literal">"gtk-keynav-cursor-only"</code> property</h3>
|
941
|
-
<pre class="programlisting"> "gtk-keynav-cursor-only" <a href="
|
941
|
+
<pre class="programlisting"> "gtk-keynav-cursor-only" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
942
942
|
<p>
|
943
|
-
When <a href="
|
943
|
+
When <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, keyboard navigation should be able to reach all widgets
|
944
944
|
by using the cursor keys only. Tab, Shift etc. keys can't be expected
|
945
945
|
to be present on the used input device.
|
946
946
|
</p>
|
@@ -950,9 +950,9 @@ to be present on the used input device.
|
|
950
950
|
<hr>
|
951
951
|
<div class="refsect2">
|
952
952
|
<a name="GtkSettings--gtk-keynav-wrap-around"></a><h3>The <code class="literal">"gtk-keynav-wrap-around"</code> property</h3>
|
953
|
-
<pre class="programlisting"> "gtk-keynav-wrap-around" <a href="
|
953
|
+
<pre class="programlisting"> "gtk-keynav-wrap-around" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
954
954
|
<p>
|
955
|
-
When <a href="
|
955
|
+
When <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, some widgets will wrap around when doing keyboard
|
956
956
|
navigation, such as menus, menubars and notebooks.
|
957
957
|
</p>
|
958
958
|
<p>Default value: TRUE</p>
|
@@ -961,21 +961,21 @@ navigation, such as menus, menubars and notebooks.
|
|
961
961
|
<hr>
|
962
962
|
<div class="refsect2">
|
963
963
|
<a name="GtkSettings--gtk-label-select-on-focus"></a><h3>The <code class="literal">"gtk-label-select-on-focus"</code> property</h3>
|
964
|
-
<pre class="programlisting"> "gtk-label-select-on-focus" <a href="
|
964
|
+
<pre class="programlisting"> "gtk-label-select-on-focus" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
965
965
|
<p>Whether to select the contents of a selectable label when it is focused.</p>
|
966
966
|
<p>Default value: TRUE</p>
|
967
967
|
</div>
|
968
968
|
<hr>
|
969
969
|
<div class="refsect2">
|
970
970
|
<a name="GtkSettings--gtk-menu-bar-accel"></a><h3>The <code class="literal">"gtk-menu-bar-accel"</code> property</h3>
|
971
|
-
<pre class="programlisting"> "gtk-menu-bar-accel" <a href="
|
971
|
+
<pre class="programlisting"> "gtk-menu-bar-accel" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
972
972
|
<p>Keybinding to activate the menu bar.</p>
|
973
973
|
<p>Default value: "F10"</p>
|
974
974
|
</div>
|
975
975
|
<hr>
|
976
976
|
<div class="refsect2">
|
977
977
|
<a name="GtkSettings--gtk-menu-bar-popup-delay"></a><h3>The <code class="literal">"gtk-menu-bar-popup-delay"</code> property</h3>
|
978
|
-
<pre class="programlisting"> "gtk-menu-bar-popup-delay" <a href="
|
978
|
+
<pre class="programlisting"> "gtk-menu-bar-popup-delay" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
979
979
|
<p>Delay before the submenus of a menu bar appear.</p>
|
980
980
|
<p>Allowed values: >= 0</p>
|
981
981
|
<p>Default value: 0</p>
|
@@ -983,14 +983,14 @@ navigation, such as menus, menubars and notebooks.
|
|
983
983
|
<hr>
|
984
984
|
<div class="refsect2">
|
985
985
|
<a name="GtkSettings--gtk-menu-images"></a><h3>The <code class="literal">"gtk-menu-images"</code> property</h3>
|
986
|
-
<pre class="programlisting"> "gtk-menu-images" <a href="
|
986
|
+
<pre class="programlisting"> "gtk-menu-images" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
987
987
|
<p>Whether images should be shown in menus.</p>
|
988
988
|
<p>Default value: TRUE</p>
|
989
989
|
</div>
|
990
990
|
<hr>
|
991
991
|
<div class="refsect2">
|
992
992
|
<a name="GtkSettings--gtk-menu-popdown-delay"></a><h3>The <code class="literal">"gtk-menu-popdown-delay"</code> property</h3>
|
993
|
-
<pre class="programlisting"> "gtk-menu-popdown-delay" <a href="
|
993
|
+
<pre class="programlisting"> "gtk-menu-popdown-delay" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
994
994
|
<p>The time before hiding a submenu when the pointer is moving towards the submenu.</p>
|
995
995
|
<p>Allowed values: >= 0</p>
|
996
996
|
<p>Default value: 1000</p>
|
@@ -998,7 +998,7 @@ navigation, such as menus, menubars and notebooks.
|
|
998
998
|
<hr>
|
999
999
|
<div class="refsect2">
|
1000
1000
|
<a name="GtkSettings--gtk-menu-popup-delay"></a><h3>The <code class="literal">"gtk-menu-popup-delay"</code> property</h3>
|
1001
|
-
<pre class="programlisting"> "gtk-menu-popup-delay" <a href="
|
1001
|
+
<pre class="programlisting"> "gtk-menu-popup-delay" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1002
1002
|
<p>Minimum time the pointer must stay over a menu item before the submenu appear.</p>
|
1003
1003
|
<p>Allowed values: >= 0</p>
|
1004
1004
|
<p>Default value: 225</p>
|
@@ -1006,14 +1006,14 @@ navigation, such as menus, menubars and notebooks.
|
|
1006
1006
|
<hr>
|
1007
1007
|
<div class="refsect2">
|
1008
1008
|
<a name="GtkSettings--gtk-modules"></a><h3>The <code class="literal">"gtk-modules"</code> property</h3>
|
1009
|
-
<pre class="programlisting"> "gtk-modules" <a href="
|
1009
|
+
<pre class="programlisting"> "gtk-modules" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1010
1010
|
<p>List of currently active GTK modules.</p>
|
1011
1011
|
<p>Default value: NULL</p>
|
1012
1012
|
</div>
|
1013
1013
|
<hr>
|
1014
1014
|
<div class="refsect2">
|
1015
1015
|
<a name="GtkSettings--gtk-primary-button-warps-slider"></a><h3>The <code class="literal">"gtk-primary-button-warps-slider"</code> property</h3>
|
1016
|
-
<pre class="programlisting"> "gtk-primary-button-warps-slider" <a href="
|
1016
|
+
<pre class="programlisting"> "gtk-primary-button-warps-slider" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1017
1017
|
<p>
|
1018
1018
|
Whether a click in a <a class="link" href="GtkRange.html" title="GtkRange"><span class="type">GtkRange</span></a> trough should scroll to the click position or
|
1019
1019
|
scroll by a single page in the respective direction.
|
@@ -1024,7 +1024,7 @@ scroll by a single page in the respective direction.
|
|
1024
1024
|
<hr>
|
1025
1025
|
<div class="refsect2">
|
1026
1026
|
<a name="GtkSettings--gtk-print-backends"></a><h3>The <code class="literal">"gtk-print-backends"</code> property</h3>
|
1027
|
-
<pre class="programlisting"> "gtk-print-backends" <a href="
|
1027
|
+
<pre class="programlisting"> "gtk-print-backends" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1028
1028
|
<p>
|
1029
1029
|
A comma-separated list of print backends to use in the print
|
1030
1030
|
dialog. Available print backends depend on the GTK+ installation,
|
@@ -1036,7 +1036,7 @@ and may include "file", "cups", "lpr" or "papi".
|
|
1036
1036
|
<hr>
|
1037
1037
|
<div class="refsect2">
|
1038
1038
|
<a name="GtkSettings--gtk-print-preview-command"></a><h3>The <code class="literal">"gtk-print-preview-command"</code> property</h3>
|
1039
|
-
<pre class="programlisting"> "gtk-print-preview-command" <a href="
|
1039
|
+
<pre class="programlisting"> "gtk-print-preview-command" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1040
1040
|
<p>
|
1041
1041
|
A command to run for displaying the print preview. The command
|
1042
1042
|
should contain a <code class="literal">f</code> placeholder, which will get replaced by
|
@@ -1056,7 +1056,7 @@ and the print settings file when it is done.
|
|
1056
1056
|
<hr>
|
1057
1057
|
<div class="refsect2">
|
1058
1058
|
<a name="GtkSettings--gtk-recent-files-limit"></a><h3>The <code class="literal">"gtk-recent-files-limit"</code> property</h3>
|
1059
|
-
<pre class="programlisting"> "gtk-recent-files-limit" <a href="
|
1059
|
+
<pre class="programlisting"> "gtk-recent-files-limit" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1060
1060
|
<p>
|
1061
1061
|
The number of recently used files that should be displayed by default by
|
1062
1062
|
<a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> implementations and by the <a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a>. A value of
|
@@ -1069,7 +1069,7 @@ The number of recently used files that should be displayed by default by
|
|
1069
1069
|
<hr>
|
1070
1070
|
<div class="refsect2">
|
1071
1071
|
<a name="GtkSettings--gtk-recent-files-max-age"></a><h3>The <code class="literal">"gtk-recent-files-max-age"</code> property</h3>
|
1072
|
-
<pre class="programlisting"> "gtk-recent-files-max-age" <a href="
|
1072
|
+
<pre class="programlisting"> "gtk-recent-files-max-age" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1073
1073
|
<p>
|
1074
1074
|
The maximum age, in days, of the items inside the recently used
|
1075
1075
|
resources list. Items older than this setting will be excised
|
@@ -1095,21 +1095,21 @@ scrollbars, if not overridden by the scrolled window's own placement.
|
|
1095
1095
|
<hr>
|
1096
1096
|
<div class="refsect2">
|
1097
1097
|
<a name="GtkSettings--gtk-show-input-method-menu"></a><h3>The <code class="literal">"gtk-show-input-method-menu"</code> property</h3>
|
1098
|
-
<pre class="programlisting"> "gtk-show-input-method-menu" <a href="
|
1098
|
+
<pre class="programlisting"> "gtk-show-input-method-menu" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1099
1099
|
<p>Whether the context menus of entries and text views should offer to change the input method.</p>
|
1100
1100
|
<p>Default value: TRUE</p>
|
1101
1101
|
</div>
|
1102
1102
|
<hr>
|
1103
1103
|
<div class="refsect2">
|
1104
1104
|
<a name="GtkSettings--gtk-show-unicode-menu"></a><h3>The <code class="literal">"gtk-show-unicode-menu"</code> property</h3>
|
1105
|
-
<pre class="programlisting"> "gtk-show-unicode-menu" <a href="
|
1105
|
+
<pre class="programlisting"> "gtk-show-unicode-menu" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1106
1106
|
<p>Whether the context menus of entries and text views should offer to insert control characters.</p>
|
1107
1107
|
<p>Default value: TRUE</p>
|
1108
1108
|
</div>
|
1109
1109
|
<hr>
|
1110
1110
|
<div class="refsect2">
|
1111
1111
|
<a name="GtkSettings--gtk-sound-theme-name"></a><h3>The <code class="literal">"gtk-sound-theme-name"</code> property</h3>
|
1112
|
-
<pre class="programlisting"> "gtk-sound-theme-name" <a href="
|
1112
|
+
<pre class="programlisting"> "gtk-sound-theme-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1113
1113
|
<p>
|
1114
1114
|
The XDG sound theme to use for event sounds.
|
1115
1115
|
</p>
|
@@ -1129,21 +1129,21 @@ module like the one that comes with libcanberra.
|
|
1129
1129
|
<hr>
|
1130
1130
|
<div class="refsect2">
|
1131
1131
|
<a name="GtkSettings--gtk-split-cursor"></a><h3>The <code class="literal">"gtk-split-cursor"</code> property</h3>
|
1132
|
-
<pre class="programlisting"> "gtk-split-cursor" <a href="
|
1132
|
+
<pre class="programlisting"> "gtk-split-cursor" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1133
1133
|
<p>Whether two cursors should be displayed for mixed left-to-right and right-to-left text.</p>
|
1134
1134
|
<p>Default value: TRUE</p>
|
1135
1135
|
</div>
|
1136
1136
|
<hr>
|
1137
1137
|
<div class="refsect2">
|
1138
1138
|
<a name="GtkSettings--gtk-theme-name"></a><h3>The <code class="literal">"gtk-theme-name"</code> property</h3>
|
1139
|
-
<pre class="programlisting"> "gtk-theme-name" <a href="
|
1139
|
+
<pre class="programlisting"> "gtk-theme-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1140
1140
|
<p>Name of theme RC file to load.</p>
|
1141
1141
|
<p>Default value: "Raleigh"</p>
|
1142
1142
|
</div>
|
1143
1143
|
<hr>
|
1144
1144
|
<div class="refsect2">
|
1145
1145
|
<a name="GtkSettings--gtk-timeout-expand"></a><h3>The <code class="literal">"gtk-timeout-expand"</code> property</h3>
|
1146
|
-
<pre class="programlisting"> "gtk-timeout-expand" <a href="
|
1146
|
+
<pre class="programlisting"> "gtk-timeout-expand" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1147
1147
|
<p>Expand value for timeouts, when a widget is expanding a new region.</p>
|
1148
1148
|
<p>Allowed values: >= 0</p>
|
1149
1149
|
<p>Default value: 500</p>
|
@@ -1151,7 +1151,7 @@ module like the one that comes with libcanberra.
|
|
1151
1151
|
<hr>
|
1152
1152
|
<div class="refsect2">
|
1153
1153
|
<a name="GtkSettings--gtk-timeout-initial"></a><h3>The <code class="literal">"gtk-timeout-initial"</code> property</h3>
|
1154
|
-
<pre class="programlisting"> "gtk-timeout-initial" <a href="
|
1154
|
+
<pre class="programlisting"> "gtk-timeout-initial" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1155
1155
|
<p>Starting value for timeouts, when button is pressed.</p>
|
1156
1156
|
<p>Allowed values: >= 0</p>
|
1157
1157
|
<p>Default value: 200</p>
|
@@ -1159,7 +1159,7 @@ module like the one that comes with libcanberra.
|
|
1159
1159
|
<hr>
|
1160
1160
|
<div class="refsect2">
|
1161
1161
|
<a name="GtkSettings--gtk-timeout-repeat"></a><h3>The <code class="literal">"gtk-timeout-repeat"</code> property</h3>
|
1162
|
-
<pre class="programlisting"> "gtk-timeout-repeat" <a href="
|
1162
|
+
<pre class="programlisting"> "gtk-timeout-repeat" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1163
1163
|
<p>Repeat value for timeouts, when button is pressed.</p>
|
1164
1164
|
<p>Allowed values: >= 0</p>
|
1165
1165
|
<p>Default value: 20</p>
|
@@ -1181,7 +1181,7 @@ module like the one that comes with libcanberra.
|
|
1181
1181
|
<hr>
|
1182
1182
|
<div class="refsect2">
|
1183
1183
|
<a name="GtkSettings--gtk-tooltip-browse-mode-timeout"></a><h3>The <code class="literal">"gtk-tooltip-browse-mode-timeout"</code> property</h3>
|
1184
|
-
<pre class="programlisting"> "gtk-tooltip-browse-mode-timeout" <a href="
|
1184
|
+
<pre class="programlisting"> "gtk-tooltip-browse-mode-timeout" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1185
1185
|
<p>
|
1186
1186
|
Amount of time, in milliseconds, after which the browse mode
|
1187
1187
|
will be disabled.
|
@@ -1197,7 +1197,7 @@ about browse mode.
|
|
1197
1197
|
<hr>
|
1198
1198
|
<div class="refsect2">
|
1199
1199
|
<a name="GtkSettings--gtk-tooltip-browse-timeout"></a><h3>The <code class="literal">"gtk-tooltip-browse-timeout"</code> property</h3>
|
1200
|
-
<pre class="programlisting"> "gtk-tooltip-browse-timeout" <a href="
|
1200
|
+
<pre class="programlisting"> "gtk-tooltip-browse-timeout" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1201
1201
|
<p>
|
1202
1202
|
Controls the time after which tooltips will appear when
|
1203
1203
|
browse mode is enabled, in milliseconds.
|
@@ -1218,7 +1218,7 @@ for the new object.
|
|
1218
1218
|
<hr>
|
1219
1219
|
<div class="refsect2">
|
1220
1220
|
<a name="GtkSettings--gtk-tooltip-timeout"></a><h3>The <code class="literal">"gtk-tooltip-timeout"</code> property</h3>
|
1221
|
-
<pre class="programlisting"> "gtk-tooltip-timeout" <a href="
|
1221
|
+
<pre class="programlisting"> "gtk-tooltip-timeout" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1222
1222
|
<p>
|
1223
1223
|
Time, in milliseconds, after which a tooltip could appear if the
|
1224
1224
|
cursor is hovering on top of a widget.
|
@@ -1230,9 +1230,9 @@ cursor is hovering on top of a widget.
|
|
1230
1230
|
<hr>
|
1231
1231
|
<div class="refsect2">
|
1232
1232
|
<a name="GtkSettings--gtk-touchscreen-mode"></a><h3>The <code class="literal">"gtk-touchscreen-mode"</code> property</h3>
|
1233
|
-
<pre class="programlisting"> "gtk-touchscreen-mode" <a href="
|
1233
|
+
<pre class="programlisting"> "gtk-touchscreen-mode" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1234
1234
|
<p>
|
1235
|
-
When <a href="
|
1235
|
+
When <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, there are no motion notify events delivered on this screen,
|
1236
1236
|
and widgets can't use the pointer hovering them for any essential
|
1237
1237
|
functionality.
|
1238
1238
|
</p>
|
@@ -1242,7 +1242,7 @@ functionality.
|
|
1242
1242
|
<hr>
|
1243
1243
|
<div class="refsect2">
|
1244
1244
|
<a name="GtkSettings--gtk-xft-antialias"></a><h3>The <code class="literal">"gtk-xft-antialias"</code> property</h3>
|
1245
|
-
<pre class="programlisting"> "gtk-xft-antialias" <a href="
|
1245
|
+
<pre class="programlisting"> "gtk-xft-antialias" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1246
1246
|
<p>Whether to antialias Xft fonts; 0=no, 1=yes, -1=default.</p>
|
1247
1247
|
<p>Allowed values: [-1,1]</p>
|
1248
1248
|
<p>Default value: -1</p>
|
@@ -1250,7 +1250,7 @@ functionality.
|
|
1250
1250
|
<hr>
|
1251
1251
|
<div class="refsect2">
|
1252
1252
|
<a name="GtkSettings--gtk-xft-dpi"></a><h3>The <code class="literal">"gtk-xft-dpi"</code> property</h3>
|
1253
|
-
<pre class="programlisting"> "gtk-xft-dpi" <a href="
|
1253
|
+
<pre class="programlisting"> "gtk-xft-dpi" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1254
1254
|
<p>Resolution for Xft, in 1024 * dots/inch. -1 to use default value.</p>
|
1255
1255
|
<p>Allowed values: [-1,1048576]</p>
|
1256
1256
|
<p>Default value: -1</p>
|
@@ -1258,7 +1258,7 @@ functionality.
|
|
1258
1258
|
<hr>
|
1259
1259
|
<div class="refsect2">
|
1260
1260
|
<a name="GtkSettings--gtk-xft-hinting"></a><h3>The <code class="literal">"gtk-xft-hinting"</code> property</h3>
|
1261
|
-
<pre class="programlisting"> "gtk-xft-hinting" <a href="
|
1261
|
+
<pre class="programlisting"> "gtk-xft-hinting" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1262
1262
|
<p>Whether to hint Xft fonts; 0=no, 1=yes, -1=default.</p>
|
1263
1263
|
<p>Allowed values: [-1,1]</p>
|
1264
1264
|
<p>Default value: -1</p>
|
@@ -1266,14 +1266,14 @@ functionality.
|
|
1266
1266
|
<hr>
|
1267
1267
|
<div class="refsect2">
|
1268
1268
|
<a name="GtkSettings--gtk-xft-hintstyle"></a><h3>The <code class="literal">"gtk-xft-hintstyle"</code> property</h3>
|
1269
|
-
<pre class="programlisting"> "gtk-xft-hintstyle" <a href="
|
1269
|
+
<pre class="programlisting"> "gtk-xft-hintstyle" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1270
1270
|
<p>What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull.</p>
|
1271
1271
|
<p>Default value: NULL</p>
|
1272
1272
|
</div>
|
1273
1273
|
<hr>
|
1274
1274
|
<div class="refsect2">
|
1275
1275
|
<a name="GtkSettings--gtk-xft-rgba"></a><h3>The <code class="literal">"gtk-xft-rgba"</code> property</h3>
|
1276
|
-
<pre class="programlisting"> "gtk-xft-rgba" <a href="
|
1276
|
+
<pre class="programlisting"> "gtk-xft-rgba" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1277
1277
|
<p>Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr.</p>
|
1278
1278
|
<p>Default value: NULL</p>
|
1279
1279
|
</div>
|