gtk2 1.0.0-x86-mingw32 → 1.0.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.
- data/ChangeLog +52 -0
- data/ext/gtk2/extconf.rb +18 -9
- data/ext/gtk2/rbgdk.h +3 -0
- data/ext/gtk2/rbgdkdragcontext.c +4 -4
- data/ext/gtk2/rbgdkevent.c +18 -5
- data/ext/gtk2/rbgdkpixmap.c +43 -48
- data/ext/gtk2/rbgdkproperty.c +6 -5
- data/ext/gtk2/rbgdkscreen.c +18 -74
- data/ext/gtk2/rbgdkselection.c +2 -2
- data/ext/gtk2/rbgdkwindow.c +11 -18
- data/ext/gtk2/rbgdkwindowattr.c +1 -1
- data/ext/gtk2/rbgtkaccelgroup.c +1 -1
- data/ext/gtk2/rbgtkaction.c +8 -26
- data/ext/gtk2/rbgtkactiongroup.c +6 -6
- data/ext/gtk2/rbgtkadjustment.c +20 -74
- data/ext/gtk2/rbgtkbindingset.c +1 -1
- data/ext/gtk2/rbgtkbuilder.c +2 -1
- data/ext/gtk2/rbgtkbutton.c +1 -9
- data/ext/gtk2/rbgtkcalendar.c +1 -1
- data/ext/gtk2/rbgtkcellrendererspinner.c +0 -3
- data/ext/gtk2/rbgtkcellrenderertext.c +1 -2
- data/ext/gtk2/rbgtkcellview.c +6 -11
- data/ext/gtk2/rbgtkcolorselectiondialog.c +2 -28
- data/ext/gtk2/rbgtkcombo.c +2 -2
- data/ext/gtk2/rbgtkcombobox.c +9 -29
- data/ext/gtk2/rbgtkcontainer.c +1 -1
- data/ext/gtk2/rbgtkcurve.c +4 -2
- data/ext/gtk2/rbgtkdialog.c +2 -3
- data/ext/gtk2/rbgtkdrag.c +3 -3
- data/ext/gtk2/rbgtkentry.c +2 -2
- data/ext/gtk2/rbgtkentrycompletion.c +1 -4
- data/ext/gtk2/rbgtkfilechooser.c +32 -29
- data/ext/gtk2/rbgtkfilechooserdialog.c +8 -6
- data/ext/gtk2/rbgtkfilefilter.c +8 -4
- data/ext/gtk2/rbgtkframe.c +3 -4
- data/ext/gtk2/rbgtkhandlebox.c +0 -7
- data/ext/gtk2/rbgtkicontheme.c +4 -13
- data/ext/gtk2/rbgtkiconview.c +4 -15
- data/ext/gtk2/rbgtkimcontext.c +1 -1
- data/ext/gtk2/rbgtkinvisible.c +5 -21
- data/ext/gtk2/rbgtkitemfactory.c +3 -3
- data/ext/gtk2/rbgtklabel.c +0 -2
- data/ext/gtk2/rbgtklinkbutton.c +0 -2
- data/ext/gtk2/rbgtkmain.c +7 -10
- data/ext/gtk2/rbgtkmenu.c +22 -74
- data/ext/gtk2/rbgtkmenuitem.c +16 -55
- data/ext/gtk2/rbgtkmenushell.c +3 -11
- data/ext/gtk2/rbgtkmessagedialog.c +11 -20
- data/ext/gtk2/rbgtknotebook.c +0 -1
- data/ext/gtk2/rbgtkoptionmenu.c +1 -2
- data/ext/gtk2/rbgtkprintjob.c +1 -2
- data/ext/gtk2/rbgtkprintoperation.c +0 -2
- data/ext/gtk2/rbgtkradioaction.c +2 -7
- data/ext/gtk2/rbgtkradiobutton.c +1 -1
- data/ext/gtk2/rbgtkradiomenuitem.c +4 -6
- data/ext/gtk2/rbgtkradiotoolbutton.c +2 -4
- data/ext/gtk2/rbgtkrange.c +1 -2
- data/ext/gtk2/rbgtkrc.c +8 -9
- data/ext/gtk2/rbgtkrcstyle.c +2 -2
- data/ext/gtk2/rbgtkrecentaction.c +0 -1
- data/ext/gtk2/rbgtkrecentchooser.c +3 -3
- data/ext/gtk2/rbgtkrecentdata.c +2 -9
- data/ext/gtk2/rbgtkrecentfilter.c +2 -1
- data/ext/gtk2/rbgtkrecentfilterinfo.c +5 -16
- data/ext/gtk2/rbgtkrecentinfo.c +2 -2
- data/ext/gtk2/rbgtkrecentmanager.c +1 -2
- data/ext/gtk2/rbgtkruler.c +6 -16
- data/ext/gtk2/rbgtkscalebutton.c +16 -48
- data/ext/gtk2/rbgtkscrolledwindow.c +1 -1
- data/ext/gtk2/rbgtkselectiondata.c +10 -34
- data/ext/gtk2/rbgtksettings.c +1 -1
- data/ext/gtk2/rbgtkspinner.c +0 -3
- data/ext/gtk2/rbgtkstatusbar.c +5 -16
- data/ext/gtk2/rbgtkstatusicon.c +2 -9
- data/ext/gtk2/rbgtkstock.c +4 -4
- data/ext/gtk2/rbgtktable.c +8 -13
- data/ext/gtk2/rbgtktextattributes.c +0 -2
- data/ext/gtk2/rbgtktextbuffer.c +17 -16
- data/ext/gtk2/rbgtktextmark.c +7 -14
- data/ext/gtk2/rbgtktexttag.c +1 -2
- data/ext/gtk2/rbgtktextview.c +3 -4
- data/ext/gtk2/rbgtktoggleaction.c +5 -16
- data/ext/gtk2/rbgtktogglebutton.c +1 -2
- data/ext/gtk2/rbgtktoggletoolbutton.c +5 -16
- data/ext/gtk2/rbgtktoolbar.c +8 -31
- data/ext/gtk2/rbgtktoolitem.c +3 -1
- data/ext/gtk2/rbgtktreerowreference.c +4 -4
- data/ext/gtk2/rbgtktreesortable.c +0 -3
- data/ext/gtk2/rbgtktreestore.c +10 -7
- data/ext/gtk2/rbgtktreeview.c +5 -8
- data/ext/gtk2/rbgtktreeviewcolumn.c +13 -34
- data/ext/gtk2/rbgtkuimanager.c +2 -3
- data/ext/gtk2/rbgtkwidget.c +24 -44
- data/ext/gtk2/rbgtkwindow.c +32 -92
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/lib/gtk2/base.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +2 -29
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdk.h +5 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +0 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +4 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +0 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +9 -13
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +0 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +6 -16
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +3 -14
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +0 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +3 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +0 -6
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +1 -2
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/manifest/{gtk+-dev_2.24.0-1_win32.mft → gtk+-dev_2.22.1-1_win32.mft} +6 -9
- data/vendor/local/manifest/{gtk+_2.24.0-1_win32.mft → gtk+_2.22.1-1_win32.mft} +6 -2
- data/vendor/local/share/doc/{gtk+-2.24.0 → gtk+-2.22.1}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.24.0 → gtk+-dev-2.22.1}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +21 -0
- data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
- data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
- data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +94 -60
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +58 -44
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +208 -151
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +37 -33
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +239 -180
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +5 -135
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +47 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +23 -20
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +39 -81
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +199 -135
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +90 -71
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +200 -161
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +409 -293
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +435 -320
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +141 -109
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +234 -155
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +217 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +124 -103
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +250 -168
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +131 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +191 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +53 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +195 -162
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +112 -85
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +137 -79
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +176 -144
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +235 -188
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +134 -97
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +35 -22
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +70 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +108 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +744 -653
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +490 -476
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +44 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +76 -85
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +1 -10
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +186 -193
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +46 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +236 -169
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +258 -175
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +50 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +114 -78
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +66 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +46 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +118 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +120 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +117 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +137 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +185 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +76 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +895 -615
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +1780 -509
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +163 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +87 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +130 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +44 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +32 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +25 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +74 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +54 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +76 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +34 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +75 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +180 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +32 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +81 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +186 -344
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +46 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +260 -311
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +79 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +121 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +88 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +470 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +104 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +185 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +38 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +96 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +403 -331
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +89 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +35 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +26 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +146 -102
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +49 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +86 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +81 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +61 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +58 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +34 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +101 -65
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +66 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +182 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +248 -184
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +447 -321
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +195 -174
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +80 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +41 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +42 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +272 -179
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +249 -197
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +76 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +60 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +180 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +130 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +168 -138
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +221 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +49 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +145 -112
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +118 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +49 -73
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +39 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +452 -396
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +206 -148
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +25 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +165 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +66 -56
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +160 -115
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +25 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +134 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +44 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +67 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +136 -109
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +53 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +68 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +403 -265
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +134 -100
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +111 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +108 -91
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +53 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +79 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +71 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +42 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +185 -218
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +41 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +194 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +29 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +19 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +85 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +269 -202
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +58 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +72 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +83 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +143 -93
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +27 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +259 -129
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +45 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +53 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +177 -132
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +254 -190
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +75 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +928 -546
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +135 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +140 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +656 -494
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +46 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +194 -164
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +76 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +425 -340
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +57 -43
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +38 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +85 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +166 -133
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +103 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +139 -116
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +59 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +360 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +70 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +152 -105
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +134 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +557 -428
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +126 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +70 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +171 -123
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +62 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +199 -170
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +863 -565
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +282 -203
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +189 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +34 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +24 -31
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +29 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1579 -1278
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +532 -380
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +39 -21
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +45 -236
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +385 -469
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +4 -15
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +124 -69
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +211 -149
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +293 -189
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +246 -175
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +41 -35
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +47 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +318 -270
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +22 -16
- data/vendor/local/share/gtk-doc/html/gtk/{GtkPaperSize.html → gtk-GtkPaperSize.html} +252 -204
- data/vendor/local/share/gtk-doc/html/gtk/{GtkTextIter.html → gtk-GtkTextIter.html} +806 -664
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +82 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +289 -221
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +232 -142
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +190 -150
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +408 -328
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +306 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +158 -152
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +136 -85
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +239 -204
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +343 -271
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +11 -18
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +75 -63
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +75 -58
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +10 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +31 -39
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +412 -445
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +455 -488
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +5 -8
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/index.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +142 -194
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +5048 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.24.0-1_win32.sh → gtk+_2.22.1-1_win32.sh} +2 -2
- metadata +25 -25
- data/vendor/local/etc/gtk-2.0/gtkrc +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +0 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +0 -301
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +0 -117
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +0 -4934
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="AbstractObjects.html" title="Abstract Base Classes">
|
9
9
|
<link rel="prev" href="GtkScrollbar.html" title="GtkScrollbar">
|
10
10
|
<link rel="next" href="GtkWidget.html" title="GtkWidget">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -30,7 +30,7 @@
|
|
30
30
|
<a href="#GtkSeparator.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
|
31
31
|
</td></tr>
|
32
32
|
</table>
|
33
|
-
<div class="refentry">
|
33
|
+
<div class="refentry" title="GtkSeparator">
|
34
34
|
<a name="GtkSeparator"></a><div class="titlepage"></div>
|
35
35
|
<div class="refnamediv"><table width="100%"><tr>
|
36
36
|
<td valign="top">
|
@@ -39,15 +39,15 @@
|
|
39
39
|
</td>
|
40
40
|
<td valign="top" align="right"><img src="separator.png"></td>
|
41
41
|
</tr></table></div>
|
42
|
-
<div class="refsynopsisdiv">
|
42
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
43
43
|
<a name="GtkSeparator.synopsis"></a><h2>Synopsis</h2>
|
44
44
|
<pre class="synopsis">
|
45
45
|
#include <gtk/gtk.h>
|
46
46
|
|
47
|
-
|
47
|
+
<a class="link" href="GtkSeparator.html#GtkSeparator-struct" title="GtkSeparator">GtkSeparator</a>;
|
48
48
|
</pre>
|
49
49
|
</div>
|
50
|
-
<div class="refsect1">
|
50
|
+
<div class="refsect1" title="Object Hierarchy">
|
51
51
|
<a name="GtkSeparator.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
52
52
|
<pre class="synopsis">
|
53
53
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -59,32 +59,32 @@ struct <a class="link" href="GtkSeparator.html#GtkSeparator-struct"
|
|
59
59
|
+----<a class="link" href="GtkVSeparator.html" title="GtkVSeparator">GtkVSeparator</a>
|
60
60
|
</pre>
|
61
61
|
</div>
|
62
|
-
<div class="refsect1">
|
62
|
+
<div class="refsect1" title="Implemented Interfaces">
|
63
63
|
<a name="GtkSeparator.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
64
64
|
<p>
|
65
65
|
GtkSeparator implements
|
66
66
|
AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and <a class="link" href="gtk-Orientable.html#GtkOrientable">GtkOrientable</a>.</p>
|
67
67
|
</div>
|
68
|
-
<div class="refsect1">
|
68
|
+
<div class="refsect1" title="Description">
|
69
69
|
<a name="GtkSeparator.description"></a><h2>Description</h2>
|
70
70
|
<p>
|
71
71
|
The <a class="link" href="GtkSeparator.html" title="GtkSeparator"><span class="type">GtkSeparator</span></a> widget is an abstract class, used only for deriving the
|
72
72
|
subclasses <a class="link" href="GtkHSeparator.html" title="GtkHSeparator"><span class="type">GtkHSeparator</span></a> and <a class="link" href="GtkVSeparator.html" title="GtkVSeparator"><span class="type">GtkVSeparator</span></a>.
|
73
73
|
</p>
|
74
74
|
</div>
|
75
|
-
<div class="refsect1">
|
75
|
+
<div class="refsect1" title="Details">
|
76
76
|
<a name="GtkSeparator.details"></a><h2>Details</h2>
|
77
|
-
<div class="refsect2">
|
78
|
-
<a name="GtkSeparator-struct"></a><h3>
|
79
|
-
<pre class="programlisting">struct GtkSeparator;</pre>
|
77
|
+
<div class="refsect2" title="GtkSeparator">
|
78
|
+
<a name="GtkSeparator-struct"></a><h3>GtkSeparator</h3>
|
79
|
+
<pre class="programlisting">typedef struct _GtkSeparator GtkSeparator;</pre>
|
80
80
|
<p>
|
81
|
-
The <a class="link" href="GtkSeparator.html#GtkSeparator-struct" title="
|
81
|
+
The <a class="link" href="GtkSeparator.html#GtkSeparator-struct" title="GtkSeparator"><span class="type">GtkSeparator</span></a> struct contains private data only.
|
82
82
|
</p>
|
83
83
|
</div>
|
84
84
|
</div>
|
85
85
|
</div>
|
86
86
|
<div class="footer">
|
87
87
|
<hr>
|
88
|
-
Generated by GTK-Doc V1.
|
88
|
+
Generated by GTK-Doc V1.15</div>
|
89
89
|
</body>
|
90
90
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="MenusAndCombos.html" title="Menus, Combo Box, Toolbar">
|
9
9
|
<link rel="prev" href="gtk-gtkcheckmenuitem.html" title="GtkCheckMenuItem">
|
10
10
|
<link rel="next" href="GtkTearoffMenuItem.html" title="GtkTearoffMenuItem">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -30,7 +30,7 @@
|
|
30
30
|
<a href="#GtkSeparatorMenuItem.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
|
31
31
|
</td></tr>
|
32
32
|
</table>
|
33
|
-
<div class="refentry">
|
33
|
+
<div class="refentry" title="GtkSeparatorMenuItem">
|
34
34
|
<a name="GtkSeparatorMenuItem"></a><div class="titlepage"></div>
|
35
35
|
<div class="refnamediv"><table width="100%"><tr>
|
36
36
|
<td valign="top">
|
@@ -39,16 +39,16 @@
|
|
39
39
|
</td>
|
40
40
|
<td valign="top" align="right"></td>
|
41
41
|
</tr></table></div>
|
42
|
-
<div class="refsynopsisdiv">
|
42
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
43
43
|
<a name="GtkSeparatorMenuItem.synopsis"></a><h2>Synopsis</h2>
|
44
44
|
<pre class="synopsis">
|
45
45
|
#include <gtk/gtk.h>
|
46
46
|
|
47
|
-
|
48
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
47
|
+
<a class="link" href="GtkSeparatorMenuItem.html#GtkSeparatorMenuItem-struct" title="GtkSeparatorMenuItem">GtkSeparatorMenuItem</a>;
|
48
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkSeparatorMenuItem.html#gtk-separator-menu-item-new" title="gtk_separator_menu_item_new ()">gtk_separator_menu_item_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
49
49
|
</pre>
|
50
50
|
</div>
|
51
|
-
<div class="refsect1">
|
51
|
+
<div class="refsect1" title="Object Hierarchy">
|
52
52
|
<a name="GtkSeparatorMenuItem.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
53
53
|
<pre class="synopsis">
|
54
54
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -62,13 +62,13 @@ struct <a class="link" href="GtkSeparatorMenuItem.html#GtkSeparator
|
|
62
62
|
+----GtkSeparatorMenuItem
|
63
63
|
</pre>
|
64
64
|
</div>
|
65
|
-
<div class="refsect1">
|
65
|
+
<div class="refsect1" title="Implemented Interfaces">
|
66
66
|
<a name="GtkSeparatorMenuItem.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
67
67
|
<p>
|
68
68
|
GtkSeparatorMenuItem implements
|
69
69
|
AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and <a class="link" href="GtkActivatable.html" title="GtkActivatable">GtkActivatable</a>.</p>
|
70
70
|
</div>
|
71
|
-
<div class="refsect1">
|
71
|
+
<div class="refsect1" title="Description">
|
72
72
|
<a name="GtkSeparatorMenuItem.description"></a><h2>Description</h2>
|
73
73
|
<p>
|
74
74
|
The <a class="link" href="GtkSeparatorMenuItem.html" title="GtkSeparatorMenuItem"><span class="type">GtkSeparatorMenuItem</span></a> is a separator used to group
|
@@ -76,20 +76,20 @@ items within a menu. It displays a horizontal line with a shadow to
|
|
76
76
|
make it appear sunken into the interface.
|
77
77
|
</p>
|
78
78
|
</div>
|
79
|
-
<div class="refsect1">
|
79
|
+
<div class="refsect1" title="Details">
|
80
80
|
<a name="GtkSeparatorMenuItem.details"></a><h2>Details</h2>
|
81
|
-
<div class="refsect2">
|
82
|
-
<a name="GtkSeparatorMenuItem-struct"></a><h3>
|
83
|
-
<pre class="programlisting">struct GtkSeparatorMenuItem;</pre>
|
81
|
+
<div class="refsect2" title="GtkSeparatorMenuItem">
|
82
|
+
<a name="GtkSeparatorMenuItem-struct"></a><h3>GtkSeparatorMenuItem</h3>
|
83
|
+
<pre class="programlisting">typedef struct _GtkSeparatorMenuItem GtkSeparatorMenuItem;</pre>
|
84
84
|
<p>
|
85
|
-
The <a class="link" href="GtkSeparatorMenuItem.html#GtkSeparatorMenuItem-struct" title="
|
85
|
+
The <a class="link" href="GtkSeparatorMenuItem.html#GtkSeparatorMenuItem-struct" title="GtkSeparatorMenuItem"><span class="type">GtkSeparatorMenuItem</span></a> struct contains private data only, and
|
86
86
|
should be accessed using the functions below.
|
87
87
|
</p>
|
88
88
|
</div>
|
89
89
|
<hr>
|
90
|
-
<div class="refsect2">
|
90
|
+
<div class="refsect2" title="gtk_separator_menu_item_new ()">
|
91
91
|
<a name="gtk-separator-menu-item-new"></a><h3>gtk_separator_menu_item_new ()</h3>
|
92
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
92
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_separator_menu_item_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
93
93
|
<p>
|
94
94
|
Creates a new <a class="link" href="GtkSeparatorMenuItem.html" title="GtkSeparatorMenuItem"><span class="type">GtkSeparatorMenuItem</span></a>.
|
95
95
|
</p>
|
@@ -97,7 +97,8 @@ Creates a new <a class="link" href="GtkSeparatorMenuItem.html" title="GtkSeparat
|
|
97
97
|
<col align="left" valign="top">
|
98
98
|
<tbody><tr>
|
99
99
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
100
|
-
<td>a new <a class="link" href="GtkSeparatorMenuItem.html" title="GtkSeparatorMenuItem"><span class="type">GtkSeparatorMenuItem</span></a
|
100
|
+
<td>a new <a class="link" href="GtkSeparatorMenuItem.html" title="GtkSeparatorMenuItem"><span class="type">GtkSeparatorMenuItem</span></a>.
|
101
|
+
</td>
|
101
102
|
</tr></tbody>
|
102
103
|
</table></div>
|
103
104
|
</div>
|
@@ -105,6 +106,6 @@ Creates a new <a class="link" href="GtkSeparatorMenuItem.html" title="GtkSeparat
|
|
105
106
|
</div>
|
106
107
|
<div class="footer">
|
107
108
|
<hr>
|
108
|
-
Generated by GTK-Doc V1.
|
109
|
+
Generated by GTK-Doc V1.15</div>
|
109
110
|
</body>
|
110
111
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="MenusAndCombos.html" title="Menus, Combo Box, Toolbar">
|
9
9
|
<link rel="prev" href="GtkToolItemGroup.html" title="GtkToolItemGroup">
|
10
10
|
<link rel="next" href="GtkToolButton.html" title="GtkToolButton">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -32,7 +32,7 @@
|
|
32
32
|
<a href="#GtkSeparatorToolItem.properties" class="shortcut">Properties</a>
|
33
33
|
</td></tr>
|
34
34
|
</table>
|
35
|
-
<div class="refentry">
|
35
|
+
<div class="refentry" title="GtkSeparatorToolItem">
|
36
36
|
<a name="GtkSeparatorToolItem"></a><div class="titlepage"></div>
|
37
37
|
<div class="refnamediv"><table width="100%"><tr>
|
38
38
|
<td valign="top">
|
@@ -41,19 +41,19 @@
|
|
41
41
|
</td>
|
42
42
|
<td valign="top" align="right"></td>
|
43
43
|
</tr></table></div>
|
44
|
-
<div class="refsynopsisdiv">
|
44
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
45
45
|
<a name="GtkSeparatorToolItem.synopsis"></a><h2>Synopsis</h2>
|
46
46
|
<pre class="synopsis">
|
47
47
|
#include <gtk/gtk.h>
|
48
48
|
|
49
|
-
|
49
|
+
<a class="link" href="GtkSeparatorToolItem.html#GtkSeparatorToolItem-struct" title="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
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
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
|
-
<div class="refsect1">
|
56
|
+
<div class="refsect1" title="Object Hierarchy">
|
57
57
|
<a name="GtkSeparatorToolItem.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
58
58
|
<pre class="synopsis">
|
59
59
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -66,19 +66,19 @@ struct <a class="link" href="GtkSeparatorToolItem.html#GtkSeparator
|
|
66
66
|
+----GtkSeparatorToolItem
|
67
67
|
</pre>
|
68
68
|
</div>
|
69
|
-
<div class="refsect1">
|
69
|
+
<div class="refsect1" title="Implemented Interfaces">
|
70
70
|
<a name="GtkSeparatorToolItem.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
71
71
|
<p>
|
72
72
|
GtkSeparatorToolItem implements
|
73
73
|
AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and <a class="link" href="GtkActivatable.html" title="GtkActivatable">GtkActivatable</a>.</p>
|
74
74
|
</div>
|
75
|
-
<div class="refsect1">
|
75
|
+
<div class="refsect1" title="Properties">
|
76
76
|
<a name="GtkSeparatorToolItem.properties"></a><h2>Properties</h2>
|
77
77
|
<pre class="synopsis">
|
78
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
|
-
<div class="refsect1">
|
81
|
+
<div class="refsect1" title="Description">
|
82
82
|
<a name="GtkSeparatorToolItem.description"></a><h2>Description</h2>
|
83
83
|
<p>
|
84
84
|
A <span class="type">GtkSeparatorItem</span> is a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> that separates groups of other
|
@@ -94,18 +94,18 @@ to the ends of the toolbar.
|
|
94
94
|
Use <a class="link" href="GtkSeparatorToolItem.html#gtk-separator-tool-item-new" title="gtk_separator_tool_item_new ()"><code class="function">gtk_separator_tool_item_new()</code></a> to create a new <a class="link" href="GtkSeparatorToolItem.html" title="GtkSeparatorToolItem"><span class="type">GtkSeparatorToolItem</span></a>.
|
95
95
|
</p>
|
96
96
|
</div>
|
97
|
-
<div class="refsect1">
|
97
|
+
<div class="refsect1" title="Details">
|
98
98
|
<a name="GtkSeparatorToolItem.details"></a><h2>Details</h2>
|
99
|
-
<div class="refsect2">
|
100
|
-
<a name="GtkSeparatorToolItem-struct"></a><h3>
|
101
|
-
<pre class="programlisting">struct GtkSeparatorToolItem;</pre>
|
99
|
+
<div class="refsect2" title="GtkSeparatorToolItem">
|
100
|
+
<a name="GtkSeparatorToolItem-struct"></a><h3>GtkSeparatorToolItem</h3>
|
101
|
+
<pre class="programlisting">typedef struct _GtkSeparatorToolItem GtkSeparatorToolItem;</pre>
|
102
102
|
<p>
|
103
103
|
The <a class="link" href="GtkSeparatorToolItem.html" title="GtkSeparatorToolItem"><span class="type">GtkSeparatorToolItem</span></a> struct contains only private data and
|
104
104
|
should only be accessed through the functions described below.
|
105
105
|
</p>
|
106
106
|
</div>
|
107
107
|
<hr>
|
108
|
-
<div class="refsect2">
|
108
|
+
<div class="refsect2" title="gtk_separator_tool_item_new ()">
|
109
109
|
<a name="gtk-separator-tool-item-new"></a><h3>gtk_separator_tool_item_new ()</h3>
|
110
110
|
<pre class="programlisting"><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="returnvalue">GtkToolItem</span></a> * gtk_separator_tool_item_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
111
111
|
<p>
|
@@ -115,14 +115,15 @@ Create a new <a class="link" href="GtkSeparatorToolItem.html" title="GtkSeparato
|
|
115
115
|
<col align="left" valign="top">
|
116
116
|
<tbody><tr>
|
117
117
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
118
|
-
<td>the new <a class="link" href="GtkSeparatorToolItem.html" title="GtkSeparatorToolItem"><span class="type">GtkSeparatorToolItem</span></a>
|
118
|
+
<td> the new <a class="link" href="GtkSeparatorToolItem.html" title="GtkSeparatorToolItem"><span class="type">GtkSeparatorToolItem</span></a>
|
119
|
+
|
119
120
|
</td>
|
120
121
|
</tr></tbody>
|
121
122
|
</table></div>
|
122
123
|
<p class="since">Since 2.4</p>
|
123
124
|
</div>
|
124
125
|
<hr>
|
125
|
-
<div class="refsect2">
|
126
|
+
<div class="refsect2" title="gtk_separator_tool_item_set_draw ()">
|
126
127
|
<a name="gtk-separator-tool-item-set-draw"></a><h3>gtk_separator_tool_item_set_draw ()</h3>
|
127
128
|
<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>,
|
128
129
|
<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>
|
@@ -141,14 +142,15 @@ to create an item that forces following items to the end of the toolbar.
|
|
141
142
|
</tr>
|
142
143
|
<tr>
|
143
144
|
<td><p><span class="term"><em class="parameter"><code>draw</code></em> :</span></p></td>
|
144
|
-
<td>whether <em class="parameter"><code>item</code></em> is drawn as a vertical line
|
145
|
+
<td>whether <em class="parameter"><code>item</code></em> is drawn as a vertical line
|
146
|
+
</td>
|
145
147
|
</tr>
|
146
148
|
</tbody>
|
147
149
|
</table></div>
|
148
150
|
<p class="since">Since 2.4</p>
|
149
151
|
</div>
|
150
152
|
<hr>
|
151
|
-
<div class="refsect2">
|
153
|
+
<div class="refsect2" title="gtk_separator_tool_item_get_draw ()">
|
152
154
|
<a name="gtk-separator-tool-item-get-draw"></a><h3>gtk_separator_tool_item_get_draw ()</h3>
|
153
155
|
<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>
|
154
156
|
<p>
|
@@ -160,29 +162,30 @@ See <a class="link" href="GtkSeparatorToolItem.html#gtk-separator-tool-item-set-
|
|
160
162
|
<tbody>
|
161
163
|
<tr>
|
162
164
|
<td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>
|
163
|
-
<td>a <a class="link" href="GtkSeparatorToolItem.html" title="GtkSeparatorToolItem"><span class="type">GtkSeparatorToolItem</span></a>
|
165
|
+
<td>a <a class="link" href="GtkSeparatorToolItem.html" title="GtkSeparatorToolItem"><span class="type">GtkSeparatorToolItem</span></a>
|
164
166
|
</td>
|
165
167
|
</tr>
|
166
168
|
<tr>
|
167
169
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
168
|
-
<td>
|
169
|
-
|
170
|
+
<td> <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.
|
171
|
+
|
172
|
+
</td>
|
170
173
|
</tr>
|
171
174
|
</tbody>
|
172
175
|
</table></div>
|
173
176
|
<p class="since">Since 2.4</p>
|
174
177
|
</div>
|
175
178
|
</div>
|
176
|
-
<div class="refsect1">
|
179
|
+
<div class="refsect1" title="Property Details">
|
177
180
|
<a name="GtkSeparatorToolItem.property-details"></a><h2>Property Details</h2>
|
178
|
-
<div class="refsect2">
|
181
|
+
<div class="refsect2" title='The "draw" property'>
|
179
182
|
<a name="GtkSeparatorToolItem--draw"></a><h3>The <code class="literal">"draw"</code> property</h3>
|
180
183
|
<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>
|
181
184
|
<p>Whether the separator is drawn, or just blank.</p>
|
182
185
|
<p>Default value: TRUE</p>
|
183
186
|
</div>
|
184
187
|
</div>
|
185
|
-
<div class="refsect1">
|
188
|
+
<div class="refsect1" title="See Also">
|
186
189
|
<a name="GtkSeparatorToolItem.see-also"></a><h2>See Also</h2>
|
187
190
|
<p>
|
188
191
|
</p>
|
@@ -206,6 +209,6 @@ See <a class="link" href="GtkSeparatorToolItem.html#gtk-separator-tool-item-set-
|
|
206
209
|
</div>
|
207
210
|
<div class="footer">
|
208
211
|
<hr>
|
209
|
-
Generated by GTK-Doc V1.
|
212
|
+
Generated by GTK-Doc V1.15</div>
|
210
213
|
</body>
|
211
214
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="gtkbase.html" title="Part II. GTK+ Core Reference">
|
9
9
|
<link rel="prev" href="gtk-Resource-Files.html" title="Resource Files">
|
10
10
|
<link rel="next" href="gtk-Bindings.html" title="Bindings">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -30,7 +30,7 @@
|
|
30
30
|
<a href="#GtkSettings.properties" class="shortcut">Properties</a>
|
31
31
|
</td></tr>
|
32
32
|
</table>
|
33
|
-
<div class="refentry">
|
33
|
+
<div class="refentry" title="Settings">
|
34
34
|
<a name="GtkSettings"></a><div class="titlepage"></div>
|
35
35
|
<div class="refnamediv"><table width="100%"><tr>
|
36
36
|
<td valign="top">
|
@@ -39,15 +39,15 @@
|
|
39
39
|
</td>
|
40
40
|
<td valign="top" align="right"></td>
|
41
41
|
</tr></table></div>
|
42
|
-
<div class="refsynopsisdiv">
|
42
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
43
43
|
<a name="GtkSettings.synopsis"></a><h2>Synopsis</h2>
|
44
44
|
<pre class="synopsis">
|
45
45
|
#include <gtk/gtk.h>
|
46
46
|
|
47
47
|
<a class="link" href="GtkSettings.html#GtkSettings-struct" title="GtkSettings">GtkSettings</a>;
|
48
|
-
|
49
|
-
<a class="link" href="GtkSettings.html" title="Settings"><span class="returnvalue">GtkSettings</span></a
|
50
|
-
<a class="link" href="GtkSettings.html" title="Settings"><span class="returnvalue">GtkSettings</span></a
|
48
|
+
<a class="link" href="GtkSettings.html#GtkSettingsValue" title="GtkSettingsValue">GtkSettingsValue</a>;
|
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
|
+
<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="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);
|
51
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
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>,
|
@@ -69,7 +69,7 @@ struct <a class="link" href="GtkSettings.html#GtkSettingsValue" tit
|
|
69
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
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
|
-
<em class="parameter"><code>const <a class="link" href="GtkSettings.html#GtkSettingsValue" title="
|
72
|
+
<em class="parameter"><code>const <a class="link" href="GtkSettings.html#GtkSettingsValue" title="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
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
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>,
|
@@ -84,14 +84,14 @@ struct <a class="link" href="GtkSettings.html#GtkSettingsValue" tit
|
|
84
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
|
-
<div class="refsect1">
|
87
|
+
<div class="refsect1" title="Object Hierarchy">
|
88
88
|
<a name="GtkSettings.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
89
89
|
<pre class="synopsis">
|
90
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
|
-
<div class="refsect1">
|
94
|
+
<div class="refsect1" title="Properties">
|
95
95
|
<a name="GtkSettings.properties"></a><h2>Properties</h2>
|
96
96
|
<pre class="synopsis">
|
97
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
|
@@ -162,7 +162,7 @@ struct <a class="link" href="GtkSettings.html#GtkSettingsValue" tit
|
|
162
162
|
"<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
|
163
163
|
</pre>
|
164
164
|
</div>
|
165
|
-
<div class="refsect1">
|
165
|
+
<div class="refsect1" title="Description">
|
166
166
|
<a name="GtkSettings.description"></a><h2>Description</h2>
|
167
167
|
<p>
|
168
168
|
GtkSettings provide a mechanism to share global settings between applications.
|
@@ -205,18 +205,18 @@ to use <a class="link" href="GtkWidget.html#gtk-widget-get-settings" title="gtk_
|
|
205
205
|
GtkSettings instance for the default screen.
|
206
206
|
</p>
|
207
207
|
</div>
|
208
|
-
<div class="refsect1">
|
208
|
+
<div class="refsect1" title="Details">
|
209
209
|
<a name="GtkSettings.details"></a><h2>Details</h2>
|
210
|
-
<div class="refsect2">
|
210
|
+
<div class="refsect2" title="GtkSettings">
|
211
211
|
<a name="GtkSettings-struct"></a><h3>GtkSettings</h3>
|
212
212
|
<pre class="programlisting">typedef struct _GtkSettings GtkSettings;</pre>
|
213
213
|
<p>
|
214
214
|
</p>
|
215
215
|
</div>
|
216
216
|
<hr>
|
217
|
-
<div class="refsect2">
|
218
|
-
<a name="GtkSettingsValue"></a><h3>
|
219
|
-
<pre class="programlisting">struct
|
217
|
+
<div class="refsect2" title="GtkSettingsValue">
|
218
|
+
<a name="GtkSettingsValue"></a><h3>GtkSettingsValue</h3>
|
219
|
+
<pre class="programlisting">typedef struct {
|
220
220
|
/* origin should be something like "filename:linenumber" for rc files,
|
221
221
|
* or e.g. "XProperty" for other sources
|
222
222
|
*/
|
@@ -226,15 +226,15 @@ GtkSettings instance for the default screen.
|
|
226
226
|
* or a GSTRING holding an unparsed statement
|
227
227
|
*/
|
228
228
|
GValue value;
|
229
|
-
};
|
229
|
+
} GtkSettingsValue;
|
230
230
|
</pre>
|
231
231
|
<p>
|
232
232
|
</p>
|
233
233
|
</div>
|
234
234
|
<hr>
|
235
|
-
<div class="refsect2">
|
235
|
+
<div class="refsect2" title="gtk_settings_get_default ()">
|
236
236
|
<a name="gtk-settings-get-default"></a><h3>gtk_settings_get_default ()</h3>
|
237
|
-
<pre class="programlisting"><a class="link" href="GtkSettings.html" title="Settings"><span class="returnvalue">GtkSettings</span></a
|
237
|
+
<pre class="programlisting"><a class="link" href="GtkSettings.html" title="Settings"><span class="returnvalue">GtkSettings</span></a>* gtk_settings_get_default (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
238
238
|
<p>
|
239
239
|
Gets the <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> object for the default GDK screen, creating
|
240
240
|
it if necessary. See <a class="link" href="GtkSettings.html#gtk-settings-get-for-screen" title="gtk_settings_get_for_screen ()"><code class="function">gtk_settings_get_for_screen()</code></a>.
|
@@ -243,16 +243,16 @@ it if necessary. See <a class="link" href="GtkSettings.html#gtk-settings-get-for
|
|
243
243
|
<col align="left" valign="top">
|
244
244
|
<tbody><tr>
|
245
245
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
246
|
-
<td>a <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> object. If there is no default
|
247
|
-
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>
|
246
|
+
<td> a <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> object. If there is no default
|
247
|
+
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>
|
248
248
|
</td>
|
249
249
|
</tr></tbody>
|
250
250
|
</table></div>
|
251
251
|
</div>
|
252
252
|
<hr>
|
253
|
-
<div class="refsect2">
|
253
|
+
<div class="refsect2" title="gtk_settings_get_for_screen ()">
|
254
254
|
<a name="gtk-settings-get-for-screen"></a><h3>gtk_settings_get_for_screen ()</h3>
|
255
|
-
<pre class="programlisting"><a class="link" href="GtkSettings.html" title="Settings"><span class="returnvalue">GtkSettings</span></a
|
255
|
+
<pre class="programlisting"><a class="link" href="GtkSettings.html" title="Settings"><span class="returnvalue">GtkSettings</span></a>* gtk_settings_get_for_screen (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);</pre>
|
256
256
|
<p>
|
257
257
|
Gets the <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> object for <em class="parameter"><code>screen</code></em>, creating it if necessary.
|
258
258
|
</p>
|
@@ -261,11 +261,13 @@ Gets the <a class="link" href="GtkSettings.html" title="Settings"><span class="t
|
|
261
261
|
<tbody>
|
262
262
|
<tr>
|
263
263
|
<td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
|
264
|
-
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a
|
264
|
+
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a>.
|
265
|
+
</td>
|
265
266
|
</tr>
|
266
267
|
<tr>
|
267
268
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
268
|
-
<td>a <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> object.
|
269
|
+
<td> a <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> object.
|
270
|
+
|
269
271
|
</td>
|
270
272
|
</tr>
|
271
273
|
</tbody>
|
@@ -273,23 +275,46 @@ Gets the <a class="link" href="GtkSettings.html" title="Settings"><span class="t
|
|
273
275
|
<p class="since">Since 2.2</p>
|
274
276
|
</div>
|
275
277
|
<hr>
|
276
|
-
<div class="refsect2">
|
278
|
+
<div class="refsect2" title="gtk_settings_install_property ()">
|
277
279
|
<a name="gtk-settings-install-property"></a><h3>gtk_settings_install_property ()</h3>
|
278
280
|
<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>
|
279
281
|
<p>
|
280
282
|
</p>
|
283
|
+
<div class="variablelist"><table border="0">
|
284
|
+
<col align="left" valign="top">
|
285
|
+
<tbody><tr>
|
286
|
+
<td><p><span class="term"><em class="parameter"><code>pspec</code></em> :</span></p></td>
|
287
|
+
<td>
|
288
|
+
</td>
|
289
|
+
</tr></tbody>
|
290
|
+
</table></div>
|
281
291
|
</div>
|
282
292
|
<hr>
|
283
|
-
<div class="refsect2">
|
293
|
+
<div class="refsect2" title="gtk_settings_install_property_parser ()">
|
284
294
|
<a name="gtk-settings-install-property-parser"></a><h3>gtk_settings_install_property_parser ()</h3>
|
285
295
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_settings_install_property_parser
|
286
296
|
(<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>,
|
287
297
|
<em class="parameter"><code><a class="link" href="GtkStyle.html#GtkRcPropertyParser" title="GtkRcPropertyParser ()"><span class="type">GtkRcPropertyParser</span></a> parser</code></em>);</pre>
|
288
298
|
<p>
|
289
299
|
</p>
|
300
|
+
<div class="variablelist"><table border="0">
|
301
|
+
<col align="left" valign="top">
|
302
|
+
<tbody>
|
303
|
+
<tr>
|
304
|
+
<td><p><span class="term"><em class="parameter"><code>pspec</code></em> :</span></p></td>
|
305
|
+
<td>
|
306
|
+
</td>
|
307
|
+
</tr>
|
308
|
+
<tr>
|
309
|
+
<td><p><span class="term"><em class="parameter"><code>parser</code></em> :</span></p></td>
|
310
|
+
<td>
|
311
|
+
</td>
|
312
|
+
</tr>
|
313
|
+
</tbody>
|
314
|
+
</table></div>
|
290
315
|
</div>
|
291
316
|
<hr>
|
292
|
-
<div class="refsect2">
|
317
|
+
<div class="refsect2" title="gtk_rc_property_parse_color ()">
|
293
318
|
<a name="gtk-rc-property-parse-color"></a><h3>gtk_rc_property_parse_color ()</h3>
|
294
319
|
<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>,
|
295
320
|
<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>,
|
@@ -312,23 +337,25 @@ between 0 and 1.
|
|
312
337
|
</tr>
|
313
338
|
<tr>
|
314
339
|
<td><p><span class="term"><em class="parameter"><code>gstring</code></em> :</span></p></td>
|
315
|
-
<td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> to be parsed
|
340
|
+
<td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> to be parsed
|
341
|
+
</td>
|
316
342
|
</tr>
|
317
343
|
<tr>
|
318
344
|
<td><p><span class="term"><em class="parameter"><code>property_value</code></em> :</span></p></td>
|
319
|
-
<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="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> values
|
345
|
+
<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="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> values.
|
346
|
+
</td>
|
320
347
|
</tr>
|
321
348
|
<tr>
|
322
349
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
323
|
-
<td>
|
324
|
-
<a href="http://library.gnome.org/devel/
|
325
|
-
|
350
|
+
<td> <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>
|
351
|
+
has been set to the resulting <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>.
|
352
|
+
</td>
|
326
353
|
</tr>
|
327
354
|
</tbody>
|
328
355
|
</table></div>
|
329
356
|
</div>
|
330
357
|
<hr>
|
331
|
-
<div class="refsect2">
|
358
|
+
<div class="refsect2" title="gtk_rc_property_parse_enum ()">
|
332
359
|
<a name="gtk-rc-property-parse-enum"></a><h3>gtk_rc_property_parse_enum ()</h3>
|
333
360
|
<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>,
|
334
361
|
<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>,
|
@@ -353,23 +380,25 @@ may be surrounded by parentheses.
|
|
353
380
|
</tr>
|
354
381
|
<tr>
|
355
382
|
<td><p><span class="term"><em class="parameter"><code>gstring</code></em> :</span></p></td>
|
356
|
-
<td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> to be parsed
|
383
|
+
<td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> to be parsed
|
384
|
+
</td>
|
357
385
|
</tr>
|
358
386
|
<tr>
|
359
387
|
<td><p><span class="term"><em class="parameter"><code>property_value</code></em> :</span></p></td>
|
360
|
-
<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
|
388
|
+
<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.
|
389
|
+
</td>
|
361
390
|
</tr>
|
362
391
|
<tr>
|
363
392
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
364
|
-
<td>
|
365
|
-
<a href="http://library.gnome.org/devel/
|
366
|
-
|
393
|
+
<td> <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>
|
394
|
+
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>.
|
395
|
+
</td>
|
367
396
|
</tr>
|
368
397
|
</tbody>
|
369
398
|
</table></div>
|
370
399
|
</div>
|
371
400
|
<hr>
|
372
|
-
<div class="refsect2">
|
401
|
+
<div class="refsect2" title="gtk_rc_property_parse_flags ()">
|
373
402
|
<a name="gtk-rc-property-parse-flags"></a><h3>gtk_rc_property_parse_flags ()</h3>
|
374
403
|
<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>,
|
375
404
|
<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>,
|
@@ -393,23 +422,25 @@ numerically. Multiple flags can be specified in the form
|
|
393
422
|
</tr>
|
394
423
|
<tr>
|
395
424
|
<td><p><span class="term"><em class="parameter"><code>gstring</code></em> :</span></p></td>
|
396
|
-
<td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> to be parsed
|
425
|
+
<td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> to be parsed
|
426
|
+
</td>
|
397
427
|
</tr>
|
398
428
|
<tr>
|
399
429
|
<td><p><span class="term"><em class="parameter"><code>property_value</code></em> :</span></p></td>
|
400
|
-
<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
|
430
|
+
<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.
|
431
|
+
</td>
|
401
432
|
</tr>
|
402
433
|
<tr>
|
403
434
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
404
|
-
<td>
|
405
|
-
|
406
|
-
|
435
|
+
<td> <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>
|
436
|
+
has been set to the resulting flags value.
|
437
|
+
</td>
|
407
438
|
</tr>
|
408
439
|
</tbody>
|
409
440
|
</table></div>
|
410
441
|
</div>
|
411
442
|
<hr>
|
412
|
-
<div class="refsect2">
|
443
|
+
<div class="refsect2" title="gtk_rc_property_parse_requisition ()">
|
413
444
|
<a name="gtk-rc-property-parse-requisition"></a><h3>gtk_rc_property_parse_requisition ()</h3>
|
414
445
|
<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>,
|
415
446
|
<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>,
|
@@ -430,23 +461,25 @@ requisition in the form
|
|
430
461
|
</tr>
|
431
462
|
<tr>
|
432
463
|
<td><p><span class="term"><em class="parameter"><code>gstring</code></em> :</span></p></td>
|
433
|
-
<td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> to be parsed
|
464
|
+
<td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> to be parsed
|
465
|
+
</td>
|
434
466
|
</tr>
|
435
467
|
<tr>
|
436
468
|
<td><p><span class="term"><em class="parameter"><code>property_value</code></em> :</span></p></td>
|
437
|
-
<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
|
469
|
+
<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.
|
470
|
+
</td>
|
438
471
|
</tr>
|
439
472
|
<tr>
|
440
473
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
441
|
-
<td>
|
442
|
-
<a href="
|
443
|
-
|
474
|
+
<td> <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>
|
475
|
+
has been set to the resulting <a class="link" href="GtkWidget.html#GtkRequisition" title="GtkRequisition"><span class="type">GtkRequisition</span></a>.
|
476
|
+
</td>
|
444
477
|
</tr>
|
445
478
|
</tbody>
|
446
479
|
</table></div>
|
447
480
|
</div>
|
448
481
|
<hr>
|
449
|
-
<div class="refsect2">
|
482
|
+
<div class="refsect2" title="gtk_rc_property_parse_border ()">
|
450
483
|
<a name="gtk-rc-property-parse-border"></a><h3>gtk_rc_property_parse_border ()</h3>
|
451
484
|
<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>,
|
452
485
|
<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>,
|
@@ -468,32 +501,54 @@ borders in the form
|
|
468
501
|
</tr>
|
469
502
|
<tr>
|
470
503
|
<td><p><span class="term"><em class="parameter"><code>gstring</code></em> :</span></p></td>
|
471
|
-
<td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> to be parsed
|
504
|
+
<td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> to be parsed
|
505
|
+
</td>
|
472
506
|
</tr>
|
473
507
|
<tr>
|
474
508
|
<td><p><span class="term"><em class="parameter"><code>property_value</code></em> :</span></p></td>
|
475
|
-
<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
|
509
|
+
<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.
|
510
|
+
</td>
|
476
511
|
</tr>
|
477
512
|
<tr>
|
478
513
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
479
|
-
<td>
|
480
|
-
<a href="
|
481
|
-
|
514
|
+
<td> <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>
|
515
|
+
has been set to the resulting <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="type">GtkBorder</span></a>.
|
516
|
+
</td>
|
482
517
|
</tr>
|
483
518
|
</tbody>
|
484
519
|
</table></div>
|
485
520
|
</div>
|
486
521
|
<hr>
|
487
|
-
<div class="refsect2">
|
522
|
+
<div class="refsect2" title="gtk_settings_set_property_value ()">
|
488
523
|
<a name="gtk-settings-set-property-value"></a><h3>gtk_settings_set_property_value ()</h3>
|
489
524
|
<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>,
|
490
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> *name</code></em>,
|
491
|
-
<em class="parameter"><code>const <a class="link" href="GtkSettings.html#GtkSettingsValue" title="
|
526
|
+
<em class="parameter"><code>const <a class="link" href="GtkSettings.html#GtkSettingsValue" title="GtkSettingsValue"><span class="type">GtkSettingsValue</span></a> *svalue</code></em>);</pre>
|
492
527
|
<p>
|
493
528
|
</p>
|
529
|
+
<div class="variablelist"><table border="0">
|
530
|
+
<col align="left" valign="top">
|
531
|
+
<tbody>
|
532
|
+
<tr>
|
533
|
+
<td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td>
|
534
|
+
<td>
|
535
|
+
</td>
|
536
|
+
</tr>
|
537
|
+
<tr>
|
538
|
+
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
539
|
+
<td>
|
540
|
+
</td>
|
541
|
+
</tr>
|
542
|
+
<tr>
|
543
|
+
<td><p><span class="term"><em class="parameter"><code>svalue</code></em> :</span></p></td>
|
544
|
+
<td>
|
545
|
+
</td>
|
546
|
+
</tr>
|
547
|
+
</tbody>
|
548
|
+
</table></div>
|
494
549
|
</div>
|
495
550
|
<hr>
|
496
|
-
<div class="refsect2">
|
551
|
+
<div class="refsect2" title="gtk_settings_set_string_property ()">
|
497
552
|
<a name="gtk-settings-set-string-property"></a><h3>gtk_settings_set_string_property ()</h3>
|
498
553
|
<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>,
|
499
554
|
<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>,
|
@@ -501,9 +556,34 @@ has been set to the resulting <a class="link" href="GtkStyle.html#GtkBorder"><sp
|
|
501
556
|
<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>
|
502
557
|
<p>
|
503
558
|
</p>
|
559
|
+
<div class="variablelist"><table border="0">
|
560
|
+
<col align="left" valign="top">
|
561
|
+
<tbody>
|
562
|
+
<tr>
|
563
|
+
<td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td>
|
564
|
+
<td>
|
565
|
+
</td>
|
566
|
+
</tr>
|
567
|
+
<tr>
|
568
|
+
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
569
|
+
<td>
|
570
|
+
</td>
|
571
|
+
</tr>
|
572
|
+
<tr>
|
573
|
+
<td><p><span class="term"><em class="parameter"><code>v_string</code></em> :</span></p></td>
|
574
|
+
<td>
|
575
|
+
</td>
|
576
|
+
</tr>
|
577
|
+
<tr>
|
578
|
+
<td><p><span class="term"><em class="parameter"><code>origin</code></em> :</span></p></td>
|
579
|
+
<td>
|
580
|
+
</td>
|
581
|
+
</tr>
|
582
|
+
</tbody>
|
583
|
+
</table></div>
|
504
584
|
</div>
|
505
585
|
<hr>
|
506
|
-
<div class="refsect2">
|
586
|
+
<div class="refsect2" title="gtk_settings_set_long_property ()">
|
507
587
|
<a name="gtk-settings-set-long-property"></a><h3>gtk_settings_set_long_property ()</h3>
|
508
588
|
<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>,
|
509
589
|
<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>,
|
@@ -511,9 +591,34 @@ has been set to the resulting <a class="link" href="GtkStyle.html#GtkBorder"><sp
|
|
511
591
|
<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>
|
512
592
|
<p>
|
513
593
|
</p>
|
594
|
+
<div class="variablelist"><table border="0">
|
595
|
+
<col align="left" valign="top">
|
596
|
+
<tbody>
|
597
|
+
<tr>
|
598
|
+
<td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td>
|
599
|
+
<td>
|
600
|
+
</td>
|
601
|
+
</tr>
|
602
|
+
<tr>
|
603
|
+
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
604
|
+
<td>
|
605
|
+
</td>
|
606
|
+
</tr>
|
607
|
+
<tr>
|
608
|
+
<td><p><span class="term"><em class="parameter"><code>v_long</code></em> :</span></p></td>
|
609
|
+
<td>
|
610
|
+
</td>
|
611
|
+
</tr>
|
612
|
+
<tr>
|
613
|
+
<td><p><span class="term"><em class="parameter"><code>origin</code></em> :</span></p></td>
|
614
|
+
<td>
|
615
|
+
</td>
|
616
|
+
</tr>
|
617
|
+
</tbody>
|
618
|
+
</table></div>
|
514
619
|
</div>
|
515
620
|
<hr>
|
516
|
-
<div class="refsect2">
|
621
|
+
<div class="refsect2" title="gtk_settings_set_double_property ()">
|
517
622
|
<a name="gtk-settings-set-double-property"></a><h3>gtk_settings_set_double_property ()</h3>
|
518
623
|
<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>,
|
519
624
|
<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>,
|
@@ -521,11 +626,36 @@ has been set to the resulting <a class="link" href="GtkStyle.html#GtkBorder"><sp
|
|
521
626
|
<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>
|
522
627
|
<p>
|
523
628
|
</p>
|
629
|
+
<div class="variablelist"><table border="0">
|
630
|
+
<col align="left" valign="top">
|
631
|
+
<tbody>
|
632
|
+
<tr>
|
633
|
+
<td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td>
|
634
|
+
<td>
|
635
|
+
</td>
|
636
|
+
</tr>
|
637
|
+
<tr>
|
638
|
+
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
639
|
+
<td>
|
640
|
+
</td>
|
641
|
+
</tr>
|
642
|
+
<tr>
|
643
|
+
<td><p><span class="term"><em class="parameter"><code>v_double</code></em> :</span></p></td>
|
644
|
+
<td>
|
645
|
+
</td>
|
646
|
+
</tr>
|
647
|
+
<tr>
|
648
|
+
<td><p><span class="term"><em class="parameter"><code>origin</code></em> :</span></p></td>
|
649
|
+
<td>
|
650
|
+
</td>
|
651
|
+
</tr>
|
652
|
+
</tbody>
|
653
|
+
</table></div>
|
524
654
|
</div>
|
525
655
|
</div>
|
526
|
-
<div class="refsect1">
|
656
|
+
<div class="refsect1" title="Property Details">
|
527
657
|
<a name="GtkSettings.property-details"></a><h2>Property Details</h2>
|
528
|
-
<div class="refsect2">
|
658
|
+
<div class="refsect2" title='The "color-hash" property'>
|
529
659
|
<a name="GtkSettings--color-hash"></a><h3>The <code class="literal">"color-hash"</code> property</h3>
|
530
660
|
<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>
|
531
661
|
<p>
|
@@ -535,14 +665,14 @@ setting, mapping color names to <a href="http://library.gnome.org/devel/gdk/unst
|
|
535
665
|
<p class="since">Since 2.10</p>
|
536
666
|
</div>
|
537
667
|
<hr>
|
538
|
-
<div class="refsect2">
|
668
|
+
<div class="refsect2" title='The "gtk-alternative-button-order" property'>
|
539
669
|
<a name="GtkSettings--gtk-alternative-button-order"></a><h3>The <code class="literal">"gtk-alternative-button-order"</code> property</h3>
|
540
670
|
<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>
|
541
671
|
<p>Whether buttons in dialogs should use the alternative button order.</p>
|
542
672
|
<p>Default value: FALSE</p>
|
543
673
|
</div>
|
544
674
|
<hr>
|
545
|
-
<div class="refsect2">
|
675
|
+
<div class="refsect2" title='The "gtk-alternative-sort-arrows" property'>
|
546
676
|
<a name="GtkSettings--gtk-alternative-sort-arrows"></a><h3>The <code class="literal">"gtk-alternative-sort-arrows"</code> property</h3>
|
547
677
|
<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>
|
548
678
|
<p>
|
@@ -554,7 +684,7 @@ in ascending order. When set to <a href="http://library.gnome.org/devel/glib/uns
|
|
554
684
|
<p class="since">Since 2.12</p>
|
555
685
|
</div>
|
556
686
|
<hr>
|
557
|
-
<div class="refsect2">
|
687
|
+
<div class="refsect2" title='The "gtk-auto-mnemonics" property'>
|
558
688
|
<a name="GtkSettings--gtk-auto-mnemonics"></a><h3>The <code class="literal">"gtk-auto-mnemonics"</code> property</h3>
|
559
689
|
<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>
|
560
690
|
<p>
|
@@ -565,28 +695,28 @@ presses the mnemonic activator.
|
|
565
695
|
<p class="since">Since 2.20</p>
|
566
696
|
</div>
|
567
697
|
<hr>
|
568
|
-
<div class="refsect2">
|
698
|
+
<div class="refsect2" title='The "gtk-button-images" property'>
|
569
699
|
<a name="GtkSettings--gtk-button-images"></a><h3>The <code class="literal">"gtk-button-images"</code> property</h3>
|
570
700
|
<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>
|
571
701
|
<p>Whether images should be shown on buttons.</p>
|
572
702
|
<p>Default value: TRUE</p>
|
573
703
|
</div>
|
574
704
|
<hr>
|
575
|
-
<div class="refsect2">
|
705
|
+
<div class="refsect2" title='The "gtk-can-change-accels" property'>
|
576
706
|
<a name="GtkSettings--gtk-can-change-accels"></a><h3>The <code class="literal">"gtk-can-change-accels"</code> property</h3>
|
577
707
|
<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>
|
578
708
|
<p>Whether menu accelerators can be changed by pressing a key over the menu item.</p>
|
579
709
|
<p>Default value: FALSE</p>
|
580
710
|
</div>
|
581
711
|
<hr>
|
582
|
-
<div class="refsect2">
|
712
|
+
<div class="refsect2" title='The "gtk-color-palette" property'>
|
583
713
|
<a name="GtkSettings--gtk-color-palette"></a><h3>The <code class="literal">"gtk-color-palette"</code> property</h3>
|
584
714
|
<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>
|
585
715
|
<p>Palette to use in the color selector.</p>
|
586
716
|
<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>
|
587
717
|
</div>
|
588
718
|
<hr>
|
589
|
-
<div class="refsect2">
|
719
|
+
<div class="refsect2" title='The "gtk-color-scheme" property'>
|
590
720
|
<a name="GtkSettings--gtk-color-scheme"></a><h3>The <code class="literal">"gtk-color-scheme"</code> property</h3>
|
591
721
|
<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>
|
592
722
|
<p>
|
@@ -621,7 +751,7 @@ name1: color1; name2: color2; ...
|
|
621
751
|
<p class="since">Since 2.10</p>
|
622
752
|
</div>
|
623
753
|
<hr>
|
624
|
-
<div class="refsect2">
|
754
|
+
<div class="refsect2" title='The "gtk-cursor-blink" property'>
|
625
755
|
<a name="GtkSettings--gtk-cursor-blink"></a><h3>The <code class="literal">"gtk-cursor-blink"</code> property</h3>
|
626
756
|
<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>
|
627
757
|
<p>
|
@@ -634,7 +764,7 @@ which allows more flexible control over cursor blinking.
|
|
634
764
|
<p>Default value: TRUE</p>
|
635
765
|
</div>
|
636
766
|
<hr>
|
637
|
-
<div class="refsect2">
|
767
|
+
<div class="refsect2" title='The "gtk-cursor-blink-time" property'>
|
638
768
|
<a name="GtkSettings--gtk-cursor-blink-time"></a><h3>The <code class="literal">"gtk-cursor-blink-time"</code> property</h3>
|
639
769
|
<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>
|
640
770
|
<p>Length of the cursor blink cycle, in milliseconds.</p>
|
@@ -642,7 +772,7 @@ which allows more flexible control over cursor blinking.
|
|
642
772
|
<p>Default value: 1200</p>
|
643
773
|
</div>
|
644
774
|
<hr>
|
645
|
-
<div class="refsect2">
|
775
|
+
<div class="refsect2" title='The "gtk-cursor-blink-timeout" property'>
|
646
776
|
<a name="GtkSettings--gtk-cursor-blink-timeout"></a><h3>The <code class="literal">"gtk-cursor-blink-timeout"</code> property</h3>
|
647
777
|
<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>
|
648
778
|
<p>
|
@@ -658,14 +788,14 @@ Setting this to zero has the same effect as setting
|
|
658
788
|
<p class="since">Since 2.12</p>
|
659
789
|
</div>
|
660
790
|
<hr>
|
661
|
-
<div class="refsect2">
|
791
|
+
<div class="refsect2" title='The "gtk-cursor-theme-name" property'>
|
662
792
|
<a name="GtkSettings--gtk-cursor-theme-name"></a><h3>The <code class="literal">"gtk-cursor-theme-name"</code> property</h3>
|
663
793
|
<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>
|
664
794
|
<p>Name of the cursor theme to use, or NULL to use the default theme.</p>
|
665
795
|
<p>Default value: NULL</p>
|
666
796
|
</div>
|
667
797
|
<hr>
|
668
|
-
<div class="refsect2">
|
798
|
+
<div class="refsect2" title='The "gtk-cursor-theme-size" property'>
|
669
799
|
<a name="GtkSettings--gtk-cursor-theme-size"></a><h3>The <code class="literal">"gtk-cursor-theme-size"</code> property</h3>
|
670
800
|
<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>
|
671
801
|
<p>Size to use for cursors, or 0 to use the default size.</p>
|
@@ -673,7 +803,7 @@ Setting this to zero has the same effect as setting
|
|
673
803
|
<p>Default value: 0</p>
|
674
804
|
</div>
|
675
805
|
<hr>
|
676
|
-
<div class="refsect2">
|
806
|
+
<div class="refsect2" title='The "gtk-dnd-drag-threshold" property'>
|
677
807
|
<a name="GtkSettings--gtk-dnd-drag-threshold"></a><h3>The <code class="literal">"gtk-dnd-drag-threshold"</code> property</h3>
|
678
808
|
<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>
|
679
809
|
<p>Number of pixels the cursor can move before dragging.</p>
|
@@ -681,7 +811,7 @@ Setting this to zero has the same effect as setting
|
|
681
811
|
<p>Default value: 8</p>
|
682
812
|
</div>
|
683
813
|
<hr>
|
684
|
-
<div class="refsect2">
|
814
|
+
<div class="refsect2" title='The "gtk-double-click-distance" property'>
|
685
815
|
<a name="GtkSettings--gtk-double-click-distance"></a><h3>The <code class="literal">"gtk-double-click-distance"</code> property</h3>
|
686
816
|
<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>
|
687
817
|
<p>Maximum distance allowed between two clicks for them to be considered a double click (in pixels).</p>
|
@@ -689,7 +819,7 @@ Setting this to zero has the same effect as setting
|
|
689
819
|
<p>Default value: 5</p>
|
690
820
|
</div>
|
691
821
|
<hr>
|
692
|
-
<div class="refsect2">
|
822
|
+
<div class="refsect2" title='The "gtk-double-click-time" property'>
|
693
823
|
<a name="GtkSettings--gtk-double-click-time"></a><h3>The <code class="literal">"gtk-double-click-time"</code> property</h3>
|
694
824
|
<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>
|
695
825
|
<p>Maximum time allowed between two clicks for them to be considered a double click (in milliseconds).</p>
|
@@ -697,7 +827,7 @@ Setting this to zero has the same effect as setting
|
|
697
827
|
<p>Default value: 250</p>
|
698
828
|
</div>
|
699
829
|
<hr>
|
700
|
-
<div class="refsect2">
|
830
|
+
<div class="refsect2" title='The "gtk-enable-accels" property'>
|
701
831
|
<a name="GtkSettings--gtk-enable-accels"></a><h3>The <code class="literal">"gtk-enable-accels"</code> property</h3>
|
702
832
|
<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>
|
703
833
|
<p>
|
@@ -708,14 +838,14 @@ activated.
|
|
708
838
|
<p class="since">Since 2.12</p>
|
709
839
|
</div>
|
710
840
|
<hr>
|
711
|
-
<div class="refsect2">
|
841
|
+
<div class="refsect2" title='The "gtk-enable-animations" property'>
|
712
842
|
<a name="GtkSettings--gtk-enable-animations"></a><h3>The <code class="literal">"gtk-enable-animations"</code> property</h3>
|
713
843
|
<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>
|
714
844
|
<p>Whether to enable toolkit-wide animations.</p>
|
715
845
|
<p>Default value: TRUE</p>
|
716
846
|
</div>
|
717
847
|
<hr>
|
718
|
-
<div class="refsect2">
|
848
|
+
<div class="refsect2" title='The "gtk-enable-event-sounds" property'>
|
719
849
|
<a name="GtkSettings--gtk-enable-event-sounds"></a><h3>The <code class="literal">"gtk-enable-event-sounds"</code> property</h3>
|
720
850
|
<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>
|
721
851
|
<p>
|
@@ -733,7 +863,7 @@ module like the one that comes with libcanberra.
|
|
733
863
|
<p class="since">Since 2.14</p>
|
734
864
|
</div>
|
735
865
|
<hr>
|
736
|
-
<div class="refsect2">
|
866
|
+
<div class="refsect2" title='The "gtk-enable-input-feedback-sounds" property'>
|
737
867
|
<a name="GtkSettings--gtk-enable-input-feedback-sounds"></a><h3>The <code class="literal">"gtk-enable-input-feedback-sounds"</code> property</h3>
|
738
868
|
<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>
|
739
869
|
<p>
|
@@ -751,7 +881,7 @@ module like the one that comes with libcanberra.
|
|
751
881
|
<p class="since">Since 2.14</p>
|
752
882
|
</div>
|
753
883
|
<hr>
|
754
|
-
<div class="refsect2">
|
884
|
+
<div class="refsect2" title='The "gtk-enable-mnemonics" property'>
|
755
885
|
<a name="GtkSettings--gtk-enable-mnemonics"></a><h3>The <code class="literal">"gtk-enable-mnemonics"</code> property</h3>
|
756
886
|
<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>
|
757
887
|
<p>
|
@@ -762,7 +892,7 @@ can be activated.
|
|
762
892
|
<p class="since">Since 2.12</p>
|
763
893
|
</div>
|
764
894
|
<hr>
|
765
|
-
<div class="refsect2">
|
895
|
+
<div class="refsect2" title='The "gtk-enable-tooltips" property'>
|
766
896
|
<a name="GtkSettings--gtk-enable-tooltips"></a><h3>The <code class="literal">"gtk-enable-tooltips"</code> property</h3>
|
767
897
|
<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>
|
768
898
|
<p>
|
@@ -772,7 +902,7 @@ Whether tooltips should be shown on widgets.
|
|
772
902
|
<p class="since">Since 2.14</p>
|
773
903
|
</div>
|
774
904
|
<hr>
|
775
|
-
<div class="refsect2">
|
905
|
+
<div class="refsect2" title='The "gtk-entry-password-hint-timeout" property'>
|
776
906
|
<a name="GtkSettings--gtk-entry-password-hint-timeout"></a><h3>The <code class="literal">"gtk-entry-password-hint-timeout"</code> property</h3>
|
777
907
|
<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>
|
778
908
|
<p>
|
@@ -784,14 +914,14 @@ last char. 600 is a good value for enabling it.
|
|
784
914
|
<p class="since">Since 2.10</p>
|
785
915
|
</div>
|
786
916
|
<hr>
|
787
|
-
<div class="refsect2">
|
917
|
+
<div class="refsect2" title='The "gtk-entry-select-on-focus" property'>
|
788
918
|
<a name="GtkSettings--gtk-entry-select-on-focus"></a><h3>The <code class="literal">"gtk-entry-select-on-focus"</code> property</h3>
|
789
919
|
<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>
|
790
920
|
<p>Whether to select the contents of an entry when it is focused.</p>
|
791
921
|
<p>Default value: TRUE</p>
|
792
922
|
</div>
|
793
923
|
<hr>
|
794
|
-
<div class="refsect2">
|
924
|
+
<div class="refsect2" title='The "gtk-error-bell" property'>
|
795
925
|
<a name="GtkSettings--gtk-error-bell"></a><h3>The <code class="literal">"gtk-error-bell"</code> property</h3>
|
796
926
|
<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>
|
797
927
|
<p>
|
@@ -805,35 +935,35 @@ window or similar visual effects.
|
|
805
935
|
<p class="since">Since 2.12</p>
|
806
936
|
</div>
|
807
937
|
<hr>
|
808
|
-
<div class="refsect2">
|
938
|
+
<div class="refsect2" title='The "gtk-fallback-icon-theme" property'>
|
809
939
|
<a name="GtkSettings--gtk-fallback-icon-theme"></a><h3>The <code class="literal">"gtk-fallback-icon-theme"</code> property</h3>
|
810
940
|
<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>
|
811
941
|
<p>Name of a icon theme to fall back to.</p>
|
812
942
|
<p>Default value: NULL</p>
|
813
943
|
</div>
|
814
944
|
<hr>
|
815
|
-
<div class="refsect2">
|
945
|
+
<div class="refsect2" title='The "gtk-file-chooser-backend" property'>
|
816
946
|
<a name="GtkSettings--gtk-file-chooser-backend"></a><h3>The <code class="literal">"gtk-file-chooser-backend"</code> property</h3>
|
817
947
|
<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>
|
818
948
|
<p>Name of the GtkFileChooser backend to use by default.</p>
|
819
949
|
<p>Default value: NULL</p>
|
820
950
|
</div>
|
821
951
|
<hr>
|
822
|
-
<div class="refsect2">
|
952
|
+
<div class="refsect2" title='The "gtk-font-name" property'>
|
823
953
|
<a name="GtkSettings--gtk-font-name"></a><h3>The <code class="literal">"gtk-font-name"</code> property</h3>
|
824
954
|
<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>
|
825
955
|
<p>Name of default font to use.</p>
|
826
956
|
<p>Default value: "Sans 10"</p>
|
827
957
|
</div>
|
828
958
|
<hr>
|
829
|
-
<div class="refsect2">
|
959
|
+
<div class="refsect2" title='The "gtk-fontconfig-timestamp" property'>
|
830
960
|
<a name="GtkSettings--gtk-fontconfig-timestamp"></a><h3>The <code class="literal">"gtk-fontconfig-timestamp"</code> property</h3>
|
831
961
|
<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>
|
832
962
|
<p>Timestamp of current fontconfig configuration.</p>
|
833
963
|
<p>Default value: 0</p>
|
834
964
|
</div>
|
835
965
|
<hr>
|
836
|
-
<div class="refsect2">
|
966
|
+
<div class="refsect2" title='The "gtk-icon-sizes" property'>
|
837
967
|
<a name="GtkSettings--gtk-icon-sizes"></a><h3>The <code class="literal">"gtk-icon-sizes"</code> property</h3>
|
838
968
|
<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>
|
839
969
|
<p>
|
@@ -853,14 +983,14 @@ sizes with <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-size-r
|
|
853
983
|
<p>Default value: NULL</p>
|
854
984
|
</div>
|
855
985
|
<hr>
|
856
|
-
<div class="refsect2">
|
986
|
+
<div class="refsect2" title='The "gtk-icon-theme-name" property'>
|
857
987
|
<a name="GtkSettings--gtk-icon-theme-name"></a><h3>The <code class="literal">"gtk-icon-theme-name"</code> property</h3>
|
858
988
|
<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>
|
859
989
|
<p>Name of icon theme to use.</p>
|
860
990
|
<p>Default value: "hicolor"</p>
|
861
991
|
</div>
|
862
992
|
<hr>
|
863
|
-
<div class="refsect2">
|
993
|
+
<div class="refsect2" title='The "gtk-im-module" property'>
|
864
994
|
<a name="GtkSettings--gtk-im-module"></a><h3>The <code class="literal">"gtk-im-module"</code> property</h3>
|
865
995
|
<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>
|
866
996
|
<p>
|
@@ -874,14 +1004,14 @@ See <a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="t
|
|
874
1004
|
<p>Default value: NULL</p>
|
875
1005
|
</div>
|
876
1006
|
<hr>
|
877
|
-
<div class="refsect2">
|
1007
|
+
<div class="refsect2" title='The "gtk-key-theme-name" property'>
|
878
1008
|
<a name="GtkSettings--gtk-key-theme-name"></a><h3>The <code class="literal">"gtk-key-theme-name"</code> property</h3>
|
879
1009
|
<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>
|
880
1010
|
<p>Name of key theme RC file to load.</p>
|
881
1011
|
<p>Default value: NULL</p>
|
882
1012
|
</div>
|
883
1013
|
<hr>
|
884
|
-
<div class="refsect2">
|
1014
|
+
<div class="refsect2" title='The "gtk-keynav-cursor-only" property'>
|
885
1015
|
<a name="GtkSettings--gtk-keynav-cursor-only"></a><h3>The <code class="literal">"gtk-keynav-cursor-only"</code> property</h3>
|
886
1016
|
<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>
|
887
1017
|
<p>
|
@@ -893,7 +1023,7 @@ to be present on the used input device.
|
|
893
1023
|
<p class="since">Since 2.12</p>
|
894
1024
|
</div>
|
895
1025
|
<hr>
|
896
|
-
<div class="refsect2">
|
1026
|
+
<div class="refsect2" title='The "gtk-keynav-wrap-around" property'>
|
897
1027
|
<a name="GtkSettings--gtk-keynav-wrap-around"></a><h3>The <code class="literal">"gtk-keynav-wrap-around"</code> property</h3>
|
898
1028
|
<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>
|
899
1029
|
<p>
|
@@ -904,21 +1034,21 @@ navigation, such as menus, menubars and notebooks.
|
|
904
1034
|
<p class="since">Since 2.12</p>
|
905
1035
|
</div>
|
906
1036
|
<hr>
|
907
|
-
<div class="refsect2">
|
1037
|
+
<div class="refsect2" title='The "gtk-label-select-on-focus" property'>
|
908
1038
|
<a name="GtkSettings--gtk-label-select-on-focus"></a><h3>The <code class="literal">"gtk-label-select-on-focus"</code> property</h3>
|
909
1039
|
<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>
|
910
1040
|
<p>Whether to select the contents of a selectable label when it is focused.</p>
|
911
1041
|
<p>Default value: TRUE</p>
|
912
1042
|
</div>
|
913
1043
|
<hr>
|
914
|
-
<div class="refsect2">
|
1044
|
+
<div class="refsect2" title='The "gtk-menu-bar-accel" property'>
|
915
1045
|
<a name="GtkSettings--gtk-menu-bar-accel"></a><h3>The <code class="literal">"gtk-menu-bar-accel"</code> property</h3>
|
916
1046
|
<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>
|
917
1047
|
<p>Keybinding to activate the menu bar.</p>
|
918
1048
|
<p>Default value: "F10"</p>
|
919
1049
|
</div>
|
920
1050
|
<hr>
|
921
|
-
<div class="refsect2">
|
1051
|
+
<div class="refsect2" title='The "gtk-menu-bar-popup-delay" property'>
|
922
1052
|
<a name="GtkSettings--gtk-menu-bar-popup-delay"></a><h3>The <code class="literal">"gtk-menu-bar-popup-delay"</code> property</h3>
|
923
1053
|
<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>
|
924
1054
|
<p>Delay before the submenus of a menu bar appear.</p>
|
@@ -926,14 +1056,14 @@ navigation, such as menus, menubars and notebooks.
|
|
926
1056
|
<p>Default value: 0</p>
|
927
1057
|
</div>
|
928
1058
|
<hr>
|
929
|
-
<div class="refsect2">
|
1059
|
+
<div class="refsect2" title='The "gtk-menu-images" property'>
|
930
1060
|
<a name="GtkSettings--gtk-menu-images"></a><h3>The <code class="literal">"gtk-menu-images"</code> property</h3>
|
931
1061
|
<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>
|
932
1062
|
<p>Whether images should be shown in menus.</p>
|
933
1063
|
<p>Default value: TRUE</p>
|
934
1064
|
</div>
|
935
1065
|
<hr>
|
936
|
-
<div class="refsect2">
|
1066
|
+
<div class="refsect2" title='The "gtk-menu-popdown-delay" property'>
|
937
1067
|
<a name="GtkSettings--gtk-menu-popdown-delay"></a><h3>The <code class="literal">"gtk-menu-popdown-delay"</code> property</h3>
|
938
1068
|
<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>
|
939
1069
|
<p>The time before hiding a submenu when the pointer is moving towards the submenu.</p>
|
@@ -941,7 +1071,7 @@ navigation, such as menus, menubars and notebooks.
|
|
941
1071
|
<p>Default value: 1000</p>
|
942
1072
|
</div>
|
943
1073
|
<hr>
|
944
|
-
<div class="refsect2">
|
1074
|
+
<div class="refsect2" title='The "gtk-menu-popup-delay" property'>
|
945
1075
|
<a name="GtkSettings--gtk-menu-popup-delay"></a><h3>The <code class="literal">"gtk-menu-popup-delay"</code> property</h3>
|
946
1076
|
<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>
|
947
1077
|
<p>Minimum time the pointer must stay over a menu item before the submenu appear.</p>
|
@@ -949,14 +1079,14 @@ navigation, such as menus, menubars and notebooks.
|
|
949
1079
|
<p>Default value: 225</p>
|
950
1080
|
</div>
|
951
1081
|
<hr>
|
952
|
-
<div class="refsect2">
|
1082
|
+
<div class="refsect2" title='The "gtk-modules" property'>
|
953
1083
|
<a name="GtkSettings--gtk-modules"></a><h3>The <code class="literal">"gtk-modules"</code> property</h3>
|
954
1084
|
<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>
|
955
1085
|
<p>List of currently active GTK modules.</p>
|
956
1086
|
<p>Default value: NULL</p>
|
957
1087
|
</div>
|
958
1088
|
<hr>
|
959
|
-
<div class="refsect2">
|
1089
|
+
<div class="refsect2" title='The "gtk-print-backends" property'>
|
960
1090
|
<a name="GtkSettings--gtk-print-backends"></a><h3>The <code class="literal">"gtk-print-backends"</code> property</h3>
|
961
1091
|
<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>
|
962
1092
|
<p>
|
@@ -968,7 +1098,7 @@ and may include "file", "cups", "lpr" or "papi".
|
|
968
1098
|
<p class="since">Since 2.10</p>
|
969
1099
|
</div>
|
970
1100
|
<hr>
|
971
|
-
<div class="refsect2">
|
1101
|
+
<div class="refsect2" title='The "gtk-print-preview-command" property'>
|
972
1102
|
<a name="GtkSettings--gtk-print-preview-command"></a><h3>The <code class="literal">"gtk-print-preview-command"</code> property</h3>
|
973
1103
|
<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>
|
974
1104
|
<p>
|
@@ -987,7 +1117,7 @@ and the print settings file when it is done.
|
|
987
1117
|
<p class="since">Since 2.10</p>
|
988
1118
|
</div>
|
989
1119
|
<hr>
|
990
|
-
<div class="refsect2">
|
1120
|
+
<div class="refsect2" title='The "gtk-recent-files-limit" property'>
|
991
1121
|
<a name="GtkSettings--gtk-recent-files-limit"></a><h3>The <code class="literal">"gtk-recent-files-limit"</code> property</h3>
|
992
1122
|
<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>
|
993
1123
|
<p>
|
@@ -1000,7 +1130,7 @@ The number of recently used files that should be displayed by default by
|
|
1000
1130
|
<p class="since">Since 2.12</p>
|
1001
1131
|
</div>
|
1002
1132
|
<hr>
|
1003
|
-
<div class="refsect2">
|
1133
|
+
<div class="refsect2" title='The "gtk-recent-files-max-age" property'>
|
1004
1134
|
<a name="GtkSettings--gtk-recent-files-max-age"></a><h3>The <code class="literal">"gtk-recent-files-max-age"</code> property</h3>
|
1005
1135
|
<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>
|
1006
1136
|
<p>
|
@@ -1014,7 +1144,7 @@ set to -1, no item will be removed.
|
|
1014
1144
|
<p class="since">Since 2.14</p>
|
1015
1145
|
</div>
|
1016
1146
|
<hr>
|
1017
|
-
<div class="refsect2">
|
1147
|
+
<div class="refsect2" title='The "gtk-scrolled-window-placement" property'>
|
1018
1148
|
<a name="GtkSettings--gtk-scrolled-window-placement"></a><h3>The <code class="literal">"gtk-scrolled-window-placement"</code> property</h3>
|
1019
1149
|
<pre class="programlisting"> "gtk-scrolled-window-placement" <a class="link" href="gtk-Standard-Enumerations.html#GtkCornerType" title="enum GtkCornerType"><span class="type">GtkCornerType</span></a> : Read / Write</pre>
|
1020
1150
|
<p>
|
@@ -1025,21 +1155,21 @@ scrollbars, if not overridden by the scrolled window's own placement.
|
|
1025
1155
|
<p class="since">Since 2.10</p>
|
1026
1156
|
</div>
|
1027
1157
|
<hr>
|
1028
|
-
<div class="refsect2">
|
1158
|
+
<div class="refsect2" title='The "gtk-show-input-method-menu" property'>
|
1029
1159
|
<a name="GtkSettings--gtk-show-input-method-menu"></a><h3>The <code class="literal">"gtk-show-input-method-menu"</code> property</h3>
|
1030
1160
|
<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>
|
1031
1161
|
<p>Whether the context menus of entries and text views should offer to change the input method.</p>
|
1032
1162
|
<p>Default value: TRUE</p>
|
1033
1163
|
</div>
|
1034
1164
|
<hr>
|
1035
|
-
<div class="refsect2">
|
1165
|
+
<div class="refsect2" title='The "gtk-show-unicode-menu" property'>
|
1036
1166
|
<a name="GtkSettings--gtk-show-unicode-menu"></a><h3>The <code class="literal">"gtk-show-unicode-menu"</code> property</h3>
|
1037
1167
|
<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>
|
1038
1168
|
<p>Whether the context menus of entries and text views should offer to insert control characters.</p>
|
1039
1169
|
<p>Default value: TRUE</p>
|
1040
1170
|
</div>
|
1041
1171
|
<hr>
|
1042
|
-
<div class="refsect2">
|
1172
|
+
<div class="refsect2" title='The "gtk-sound-theme-name" property'>
|
1043
1173
|
<a name="GtkSettings--gtk-sound-theme-name"></a><h3>The <code class="literal">"gtk-sound-theme-name"</code> property</h3>
|
1044
1174
|
<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>
|
1045
1175
|
<p>
|
@@ -1057,21 +1187,21 @@ module like the one that comes with libcanberra.
|
|
1057
1187
|
<p class="since">Since 2.14</p>
|
1058
1188
|
</div>
|
1059
1189
|
<hr>
|
1060
|
-
<div class="refsect2">
|
1190
|
+
<div class="refsect2" title='The "gtk-split-cursor" property'>
|
1061
1191
|
<a name="GtkSettings--gtk-split-cursor"></a><h3>The <code class="literal">"gtk-split-cursor"</code> property</h3>
|
1062
1192
|
<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>
|
1063
1193
|
<p>Whether two cursors should be displayed for mixed left-to-right and right-to-left text.</p>
|
1064
1194
|
<p>Default value: TRUE</p>
|
1065
1195
|
</div>
|
1066
1196
|
<hr>
|
1067
|
-
<div class="refsect2">
|
1197
|
+
<div class="refsect2" title='The "gtk-theme-name" property'>
|
1068
1198
|
<a name="GtkSettings--gtk-theme-name"></a><h3>The <code class="literal">"gtk-theme-name"</code> property</h3>
|
1069
1199
|
<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>
|
1070
1200
|
<p>Name of theme RC file to load.</p>
|
1071
1201
|
<p>Default value: "Raleigh"</p>
|
1072
1202
|
</div>
|
1073
1203
|
<hr>
|
1074
|
-
<div class="refsect2">
|
1204
|
+
<div class="refsect2" title='The "gtk-timeout-expand" property'>
|
1075
1205
|
<a name="GtkSettings--gtk-timeout-expand"></a><h3>The <code class="literal">"gtk-timeout-expand"</code> property</h3>
|
1076
1206
|
<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>
|
1077
1207
|
<p>Expand value for timeouts, when a widget is expanding a new region.</p>
|
@@ -1079,7 +1209,7 @@ module like the one that comes with libcanberra.
|
|
1079
1209
|
<p>Default value: 500</p>
|
1080
1210
|
</div>
|
1081
1211
|
<hr>
|
1082
|
-
<div class="refsect2">
|
1212
|
+
<div class="refsect2" title='The "gtk-timeout-initial" property'>
|
1083
1213
|
<a name="GtkSettings--gtk-timeout-initial"></a><h3>The <code class="literal">"gtk-timeout-initial"</code> property</h3>
|
1084
1214
|
<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>
|
1085
1215
|
<p>Starting value for timeouts, when button is pressed.</p>
|
@@ -1087,7 +1217,7 @@ module like the one that comes with libcanberra.
|
|
1087
1217
|
<p>Default value: 200</p>
|
1088
1218
|
</div>
|
1089
1219
|
<hr>
|
1090
|
-
<div class="refsect2">
|
1220
|
+
<div class="refsect2" title='The "gtk-timeout-repeat" property'>
|
1091
1221
|
<a name="GtkSettings--gtk-timeout-repeat"></a><h3>The <code class="literal">"gtk-timeout-repeat"</code> property</h3>
|
1092
1222
|
<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>
|
1093
1223
|
<p>Repeat value for timeouts, when button is pressed.</p>
|
@@ -1095,21 +1225,21 @@ module like the one that comes with libcanberra.
|
|
1095
1225
|
<p>Default value: 20</p>
|
1096
1226
|
</div>
|
1097
1227
|
<hr>
|
1098
|
-
<div class="refsect2">
|
1228
|
+
<div class="refsect2" title='The "gtk-toolbar-icon-size" property'>
|
1099
1229
|
<a name="GtkSettings--gtk-toolbar-icon-size"></a><h3>The <code class="literal">"gtk-toolbar-icon-size"</code> property</h3>
|
1100
1230
|
<pre class="programlisting"> "gtk-toolbar-icon-size" <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> : Read / Write</pre>
|
1101
1231
|
<p>The size of icons in default toolbars.</p>
|
1102
1232
|
<p>Default value: GTK_ICON_SIZE_LARGE_TOOLBAR</p>
|
1103
1233
|
</div>
|
1104
1234
|
<hr>
|
1105
|
-
<div class="refsect2">
|
1235
|
+
<div class="refsect2" title='The "gtk-toolbar-style" property'>
|
1106
1236
|
<a name="GtkSettings--gtk-toolbar-style"></a><h3>The <code class="literal">"gtk-toolbar-style"</code> property</h3>
|
1107
1237
|
<pre class="programlisting"> "gtk-toolbar-style" <a class="link" href="gtk-Standard-Enumerations.html#GtkToolbarStyle" title="enum GtkToolbarStyle"><span class="type">GtkToolbarStyle</span></a> : Read / Write</pre>
|
1108
1238
|
<p>Whether default toolbars have text only, text and icons, icons only, etc.</p>
|
1109
1239
|
<p>Default value: GTK_TOOLBAR_BOTH</p>
|
1110
1240
|
</div>
|
1111
1241
|
<hr>
|
1112
|
-
<div class="refsect2">
|
1242
|
+
<div class="refsect2" title='The "gtk-tooltip-browse-mode-timeout" property'>
|
1113
1243
|
<a name="GtkSettings--gtk-tooltip-browse-mode-timeout"></a><h3>The <code class="literal">"gtk-tooltip-browse-mode-timeout"</code> property</h3>
|
1114
1244
|
<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>
|
1115
1245
|
<p>
|
@@ -1125,7 +1255,7 @@ about browse mode.
|
|
1125
1255
|
<p class="since">Since 2.12</p>
|
1126
1256
|
</div>
|
1127
1257
|
<hr>
|
1128
|
-
<div class="refsect2">
|
1258
|
+
<div class="refsect2" title='The "gtk-tooltip-browse-timeout" property'>
|
1129
1259
|
<a name="GtkSettings--gtk-tooltip-browse-timeout"></a><h3>The <code class="literal">"gtk-tooltip-browse-timeout"</code> property</h3>
|
1130
1260
|
<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>
|
1131
1261
|
<p>
|
@@ -1145,7 +1275,7 @@ for the new object.
|
|
1145
1275
|
<p class="since">Since 2.12</p>
|
1146
1276
|
</div>
|
1147
1277
|
<hr>
|
1148
|
-
<div class="refsect2">
|
1278
|
+
<div class="refsect2" title='The "gtk-tooltip-timeout" property'>
|
1149
1279
|
<a name="GtkSettings--gtk-tooltip-timeout"></a><h3>The <code class="literal">"gtk-tooltip-timeout"</code> property</h3>
|
1150
1280
|
<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>
|
1151
1281
|
<p>
|
@@ -1157,7 +1287,7 @@ cursor is hovering on top of a widget.
|
|
1157
1287
|
<p class="since">Since 2.12</p>
|
1158
1288
|
</div>
|
1159
1289
|
<hr>
|
1160
|
-
<div class="refsect2">
|
1290
|
+
<div class="refsect2" title='The "gtk-touchscreen-mode" property'>
|
1161
1291
|
<a name="GtkSettings--gtk-touchscreen-mode"></a><h3>The <code class="literal">"gtk-touchscreen-mode"</code> property</h3>
|
1162
1292
|
<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>
|
1163
1293
|
<p>
|
@@ -1169,7 +1299,7 @@ functionality.
|
|
1169
1299
|
<p class="since">Since 2.10</p>
|
1170
1300
|
</div>
|
1171
1301
|
<hr>
|
1172
|
-
<div class="refsect2">
|
1302
|
+
<div class="refsect2" title='The "gtk-xft-antialias" property'>
|
1173
1303
|
<a name="GtkSettings--gtk-xft-antialias"></a><h3>The <code class="literal">"gtk-xft-antialias"</code> property</h3>
|
1174
1304
|
<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>
|
1175
1305
|
<p>Whether to antialias Xft fonts; 0=no, 1=yes, -1=default.</p>
|
@@ -1177,7 +1307,7 @@ functionality.
|
|
1177
1307
|
<p>Default value: -1</p>
|
1178
1308
|
</div>
|
1179
1309
|
<hr>
|
1180
|
-
<div class="refsect2">
|
1310
|
+
<div class="refsect2" title='The "gtk-xft-dpi" property'>
|
1181
1311
|
<a name="GtkSettings--gtk-xft-dpi"></a><h3>The <code class="literal">"gtk-xft-dpi"</code> property</h3>
|
1182
1312
|
<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>
|
1183
1313
|
<p>Resolution for Xft, in 1024 * dots/inch. -1 to use default value.</p>
|
@@ -1185,7 +1315,7 @@ functionality.
|
|
1185
1315
|
<p>Default value: -1</p>
|
1186
1316
|
</div>
|
1187
1317
|
<hr>
|
1188
|
-
<div class="refsect2">
|
1318
|
+
<div class="refsect2" title='The "gtk-xft-hinting" property'>
|
1189
1319
|
<a name="GtkSettings--gtk-xft-hinting"></a><h3>The <code class="literal">"gtk-xft-hinting"</code> property</h3>
|
1190
1320
|
<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>
|
1191
1321
|
<p>Whether to hint Xft fonts; 0=no, 1=yes, -1=default.</p>
|
@@ -1193,14 +1323,14 @@ functionality.
|
|
1193
1323
|
<p>Default value: -1</p>
|
1194
1324
|
</div>
|
1195
1325
|
<hr>
|
1196
|
-
<div class="refsect2">
|
1326
|
+
<div class="refsect2" title='The "gtk-xft-hintstyle" property'>
|
1197
1327
|
<a name="GtkSettings--gtk-xft-hintstyle"></a><h3>The <code class="literal">"gtk-xft-hintstyle"</code> property</h3>
|
1198
1328
|
<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>
|
1199
1329
|
<p>What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull.</p>
|
1200
1330
|
<p>Default value: NULL</p>
|
1201
1331
|
</div>
|
1202
1332
|
<hr>
|
1203
|
-
<div class="refsect2">
|
1333
|
+
<div class="refsect2" title='The "gtk-xft-rgba" property'>
|
1204
1334
|
<a name="GtkSettings--gtk-xft-rgba"></a><h3>The <code class="literal">"gtk-xft-rgba"</code> property</h3>
|
1205
1335
|
<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>
|
1206
1336
|
<p>Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr.</p>
|
@@ -1210,6 +1340,6 @@ functionality.
|
|
1210
1340
|
</div>
|
1211
1341
|
<div class="footer">
|
1212
1342
|
<hr>
|
1213
|
-
Generated by GTK-Doc V1.
|
1343
|
+
Generated by GTK-Doc V1.15</div>
|
1214
1344
|
</body>
|
1215
1345
|
</html>
|