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="LayoutContainers.html" title="Layout Containers">
|
9
9
|
<link rel="prev" href="GtkExpander.html" title="GtkExpander">
|
10
10
|
<link rel="next" href="Ornaments.html" title="Ornaments">
|
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">
|
@@ -34,7 +34,7 @@
|
|
34
34
|
<a href="#gtk-Orientable.properties" class="shortcut">Properties</a>
|
35
35
|
</td></tr>
|
36
36
|
</table>
|
37
|
-
<div class="refentry">
|
37
|
+
<div class="refentry" title="GtkOrientable">
|
38
38
|
<a name="gtk-Orientable"></a><div class="titlepage"></div>
|
39
39
|
<div class="refnamediv"><table width="100%"><tr>
|
40
40
|
<td valign="top">
|
@@ -43,7 +43,7 @@
|
|
43
43
|
</td>
|
44
44
|
<td valign="top" align="right"></td>
|
45
45
|
</tr></table></div>
|
46
|
-
<div class="refsynopsisdiv">
|
46
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
47
47
|
<a name="gtk-Orientable.synopsis"></a><h2>Synopsis</h2>
|
48
48
|
<a name="GtkOrientable"></a><pre class="synopsis">
|
49
49
|
#include <gtk/gtk.h>
|
@@ -54,32 +54,32 @@
|
|
54
54
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> orientation</code></em>);
|
55
55
|
</pre>
|
56
56
|
</div>
|
57
|
-
<div class="refsect1">
|
57
|
+
<div class="refsect1" title="Object Hierarchy">
|
58
58
|
<a name="gtk-Orientable.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
59
59
|
<pre class="synopsis">
|
60
60
|
GInterface
|
61
61
|
+----GtkOrientable
|
62
62
|
</pre>
|
63
63
|
</div>
|
64
|
-
<div class="refsect1">
|
64
|
+
<div class="refsect1" title="Prerequisites">
|
65
65
|
<a name="gtk-Orientable.prerequisites"></a><h2>Prerequisites</h2>
|
66
66
|
<p>
|
67
67
|
GtkOrientable requires
|
68
68
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
|
69
69
|
</div>
|
70
|
-
<div class="refsect1">
|
70
|
+
<div class="refsect1" title="Known Implementations">
|
71
71
|
<a name="gtk-Orientable.implementations"></a><h2>Known Implementations</h2>
|
72
72
|
<p>
|
73
73
|
GtkOrientable is implemented by
|
74
74
|
<a class="link" href="GtkBox.html" title="GtkBox">GtkBox</a>, <a class="link" href="GtkButtonBox.html" title="GtkButtonBox">GtkButtonBox</a>, <a class="link" href="GtkColorSelection.html" title="GtkColorSelection">GtkColorSelection</a>, <a class="link" href="GtkCombo.html" title="GtkCombo">GtkCombo</a>, <a class="link" href="GtkFileChooserButton.html" title="GtkFileChooserButton">GtkFileChooserButton</a>, <a class="link" href="GtkFileChooserWidget.html" title="GtkFileChooserWidget">GtkFileChooserWidget</a>, <a class="link" href="GtkFontSelection.html" title="GtkFontSelection">GtkFontSelection</a>, <a class="link" href="GtkGammaCurve.html" title="GtkGammaCurve">GtkGammaCurve</a>, <a class="link" href="GtkHBox.html" title="GtkHBox">GtkHBox</a>, <a class="link" href="GtkHButtonBox.html" title="GtkHButtonBox">GtkHButtonBox</a>, <a class="link" href="GtkHPaned.html" title="GtkHPaned">GtkHPaned</a>, <a class="link" href="GtkHRuler.html" title="GtkHRuler">GtkHRuler</a>, <a class="link" href="GtkHScale.html" title="GtkHScale">GtkHScale</a>, <a class="link" href="GtkHScrollbar.html" title="GtkHScrollbar">GtkHScrollbar</a>, <a class="link" href="GtkHSeparator.html" title="GtkHSeparator">GtkHSeparator</a>, <a class="link" href="GtkInfoBar.html" title="GtkInfoBar">GtkInfoBar</a>, <a class="link" href="GtkPaned.html" title="GtkPaned">GtkPaned</a>, <a class="link" href="GtkRange.html" title="GtkRange">GtkRange</a>, <a class="link" href="GtkRecentChooserWidget.html" title="GtkRecentChooserWidget">GtkRecentChooserWidget</a>, <a class="link" href="GtkRuler.html" title="GtkRuler">GtkRuler</a>, <a class="link" href="GtkScale.html" title="GtkScale">GtkScale</a>, <a class="link" href="GtkScaleButton.html" title="GtkScaleButton">GtkScaleButton</a>, <a class="link" href="GtkScrollbar.html" title="GtkScrollbar">GtkScrollbar</a>, <a class="link" href="GtkSeparator.html" title="GtkSeparator">GtkSeparator</a>, <a class="link" href="GtkStatusbar.html" title="GtkStatusbar">GtkStatusbar</a>, <a class="link" href="GtkToolPalette.html" title="GtkToolPalette">GtkToolPalette</a>, <a class="link" href="GtkToolbar.html" title="GtkToolbar">GtkToolbar</a>, <a class="link" href="GtkVBox.html" title="GtkVBox">GtkVBox</a>, <a class="link" href="GtkVButtonBox.html" title="GtkVButtonBox">GtkVButtonBox</a>, <a class="link" href="GtkVPaned.html" title="GtkVPaned">GtkVPaned</a>, <a class="link" href="GtkVRuler.html" title="GtkVRuler">GtkVRuler</a>, <a class="link" href="GtkVScale.html" title="GtkVScale">GtkVScale</a>, <a class="link" href="GtkVScrollbar.html" title="GtkVScrollbar">GtkVScrollbar</a>, <a class="link" href="GtkVSeparator.html" title="GtkVSeparator">GtkVSeparator</a> and <a class="link" href="GtkVolumeButton.html" title="GtkVolumeButton">GtkVolumeButton</a>.</p>
|
75
75
|
</div>
|
76
|
-
<div class="refsect1">
|
76
|
+
<div class="refsect1" title="Properties">
|
77
77
|
<a name="gtk-Orientable.properties"></a><h2>Properties</h2>
|
78
78
|
<pre class="synopsis">
|
79
79
|
"<a class="link" href="gtk-Orientable.html#GtkOrientable--orientation" title='The "orientation" property'>orientation</a>" <a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> : Read / Write
|
80
80
|
</pre>
|
81
81
|
</div>
|
82
|
-
<div class="refsect1">
|
82
|
+
<div class="refsect1" title="Description">
|
83
83
|
<a name="gtk-Orientable.description"></a><h2>Description</h2>
|
84
84
|
<p>
|
85
85
|
The <a class="link" href="gtk-Orientable.html#GtkOrientable"><span class="type">GtkOrientable</span></a> interface is implemented by all widgets that can be
|
@@ -93,16 +93,16 @@ to 'flip'.
|
|
93
93
|
GtkOrientable was introduced in GTK+ 2.16.
|
94
94
|
</p>
|
95
95
|
</div>
|
96
|
-
<div class="refsect1">
|
96
|
+
<div class="refsect1" title="Details">
|
97
97
|
<a name="gtk-Orientable.details"></a><h2>Details</h2>
|
98
|
-
<div class="refsect2">
|
98
|
+
<div class="refsect2" title="GtkOrientable">
|
99
99
|
<a name="GtkOrientable-struct"></a><h3>GtkOrientable</h3>
|
100
100
|
<pre class="programlisting">typedef struct _GtkOrientable GtkOrientable;</pre>
|
101
101
|
<p>
|
102
102
|
</p>
|
103
103
|
</div>
|
104
104
|
<hr>
|
105
|
-
<div class="refsect2">
|
105
|
+
<div class="refsect2" title="gtk_orientable_get_orientation ()">
|
106
106
|
<a name="gtk-orientable-get-orientation"></a><h3>gtk_orientable_get_orientation ()</h3>
|
107
107
|
<pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="returnvalue">GtkOrientation</span></a> gtk_orientable_get_orientation (<em class="parameter"><code><a class="link" href="gtk-Orientable.html#GtkOrientable"><span class="type">GtkOrientable</span></a> *orientable</code></em>);</pre>
|
108
108
|
<p>
|
@@ -118,14 +118,16 @@ Retrieves the orientation of the <em class="parameter"><code>orientable</code></
|
|
118
118
|
</tr>
|
119
119
|
<tr>
|
120
120
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
121
|
-
<td>the orientation of the <em class="parameter"><code>orientable</code></em
|
121
|
+
<td> the orientation of the <em class="parameter"><code>orientable</code></em>.
|
122
|
+
|
123
|
+
</td>
|
122
124
|
</tr>
|
123
125
|
</tbody>
|
124
126
|
</table></div>
|
125
127
|
<p class="since">Since 2.16</p>
|
126
128
|
</div>
|
127
129
|
<hr>
|
128
|
-
<div class="refsect2">
|
130
|
+
<div class="refsect2" title="gtk_orientable_set_orientation ()">
|
129
131
|
<a name="gtk-orientable-set-orientation"></a><h3>gtk_orientable_set_orientation ()</h3>
|
130
132
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_orientable_set_orientation (<em class="parameter"><code><a class="link" href="gtk-Orientable.html#GtkOrientable"><span class="type">GtkOrientable</span></a> *orientable</code></em>,
|
131
133
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> orientation</code></em>);</pre>
|
@@ -142,16 +144,17 @@ Sets the orientation of the <em class="parameter"><code>orientable</code></em>.
|
|
142
144
|
</tr>
|
143
145
|
<tr>
|
144
146
|
<td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
|
145
|
-
<td>the orientable's new orientation
|
147
|
+
<td>the orientable's new orientation.
|
148
|
+
</td>
|
146
149
|
</tr>
|
147
150
|
</tbody>
|
148
151
|
</table></div>
|
149
152
|
<p class="since">Since 2.16</p>
|
150
153
|
</div>
|
151
154
|
</div>
|
152
|
-
<div class="refsect1">
|
155
|
+
<div class="refsect1" title="Property Details">
|
153
156
|
<a name="gtk-Orientable.property-details"></a><h2>Property Details</h2>
|
154
|
-
<div class="refsect2">
|
157
|
+
<div class="refsect2" title='The "orientation" property'>
|
155
158
|
<a name="GtkOrientable--orientation"></a><h3>The <code class="literal">"orientation"</code> property</h3>
|
156
159
|
<pre class="programlisting"> "orientation" <a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> : Read / Write</pre>
|
157
160
|
<p>
|
@@ -164,6 +167,6 @@ The orientation of the orientable.
|
|
164
167
|
</div>
|
165
168
|
<div class="footer">
|
166
169
|
<hr>
|
167
|
-
Generated by GTK-Doc V1.
|
170
|
+
Generated by GTK-Doc V1.15</div>
|
168
171
|
</body>
|
169
172
|
</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-Themeable-Stock-Images.html" title="Themeable Stock Images">
|
10
10
|
<link rel="next" href="GtkSettings.html" title="Settings">
|
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">
|
@@ -28,7 +28,7 @@
|
|
28
28
|
<a href="#gtk-Resource-Files.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
29
29
|
</td></tr>
|
30
30
|
</table>
|
31
|
-
<div class="refentry">
|
31
|
+
<div class="refentry" title="Resource Files">
|
32
32
|
<a name="gtk-Resource-Files"></a><div class="titlepage"></div>
|
33
33
|
<div class="refnamediv"><table width="100%"><tr>
|
34
34
|
<td valign="top">
|
@@ -37,7 +37,7 @@
|
|
37
37
|
</td>
|
38
38
|
<td valign="top" align="right"></td>
|
39
39
|
</tr></table></div>
|
40
|
-
<div class="refsynopsisdiv">
|
40
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
41
41
|
<a name="gtk-Resource-Files.synopsis"></a><h2>Synopsis</h2>
|
42
42
|
<a name="GtkRcStyle"></a><pre class="synopsis">
|
43
43
|
#include <gtk/gtk.h>
|
@@ -45,9 +45,9 @@
|
|
45
45
|
<a class="link" href="gtk-Resource-Files.html#GtkRcStyle-struct" title="GtkRcStyle">GtkRcStyle</a>;
|
46
46
|
enum <a class="link" href="gtk-Resource-Files.html#GtkRcFlags" title="enum GtkRcFlags">GtkRcFlags</a>;
|
47
47
|
enum <a class="link" href="gtk-Resource-Files.html#GtkRcTokenType" title="enum GtkRcTokenType">GtkRcTokenType</a>;
|
48
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="returnvalue">GScanner</span></a
|
49
|
-
<a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a
|
50
|
-
<a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a
|
48
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="returnvalue">GScanner</span></a>* <a class="link" href="gtk-Resource-Files.html#gtk-rc-scanner-new" title="gtk_rc_scanner_new ()">gtk_rc_scanner_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
49
|
+
<a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a>* <a class="link" href="gtk-Resource-Files.html#gtk-rc-get-style" title="gtk_rc_get_style ()">gtk_rc_get_style</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
50
|
+
<a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a>* <a class="link" href="gtk-Resource-Files.html#gtk-rc-get-style-by-paths" title="gtk_rc_get_style_by_paths ()">gtk_rc_get_style_by_paths</a> (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>,
|
51
51
|
<em class="parameter"><code>const <span class="type">char</span> *widget_path</code></em>,
|
52
52
|
<em class="parameter"><code>const <span class="type">char</span> *class_path</code></em>,
|
53
53
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> type</code></em>);
|
@@ -57,15 +57,15 @@ enum <a class="link" href="gtk-Resource-Files.html#GtkRcTokenType
|
|
57
57
|
<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> *pattern</code></em>);
|
58
58
|
<span class="returnvalue">void</span> <a class="link" href="gtk-Resource-Files.html#gtk-rc-add-class-style" title="gtk_rc_add_class_style ()">gtk_rc_add_class_style</a> (<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *rc_style</code></em>,
|
59
59
|
<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> *pattern</code></em>);
|
60
|
-
|
60
|
+
<span class="returnvalue">void</span> <a class="link" href="gtk-Resource-Files.html#gtk-rc-parse" title="gtk_rc_parse ()">gtk_rc_parse</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>);
|
61
61
|
<span class="returnvalue">void</span> <a class="link" href="gtk-Resource-Files.html#gtk-rc-parse-string" title="gtk_rc_parse_string ()">gtk_rc_parse_string</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rc_string</code></em>);
|
62
62
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-Resource-Files.html#gtk-rc-reparse-all" title="gtk_rc_reparse_all ()">gtk_rc_reparse_all</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
63
63
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-Resource-Files.html#gtk-rc-reparse-all-for-settings" title="gtk_rc_reparse_all_for_settings ()">gtk_rc_reparse_all_for_settings</a> (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>,
|
64
64
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> force_load</code></em>);
|
65
65
|
<span class="returnvalue">void</span> <a class="link" href="gtk-Resource-Files.html#gtk-rc-reset-styles" title="gtk_rc_reset_styles ()">gtk_rc_reset_styles</a> (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>);
|
66
|
-
|
67
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
68
|
-
|
66
|
+
<span class="returnvalue">void</span> <a class="link" href="gtk-Resource-Files.html#gtk-rc-add-default-file" title="gtk_rc_add_default_file ()">gtk_rc_add_default_file</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>);
|
67
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>** <a class="link" href="gtk-Resource-Files.html#gtk-rc-get-default-files" title="gtk_rc_get_default_files ()">gtk_rc_get_default_files</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
68
|
+
<span class="returnvalue">void</span> <a class="link" href="gtk-Resource-Files.html#gtk-rc-set-default-files" title="gtk_rc_set_default_files ()">gtk_rc_set_default_files</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **filenames</code></em>);
|
69
69
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="gtk-Resource-Files.html#gtk-rc-parse-color" title="gtk_rc_parse_color ()">gtk_rc_parse_color</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
|
70
70
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);
|
71
71
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="gtk-Resource-Files.html#gtk-rc-parse-color-full" title="gtk_rc_parse_color_full ()">gtk_rc_parse_color_full</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
|
@@ -75,39 +75,39 @@ enum <a class="link" href="gtk-Resource-Files.html#GtkRcTokenType
|
|
75
75
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> *state</code></em>);
|
76
76
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="gtk-Resource-Files.html#gtk-rc-parse-priority" title="gtk_rc_parse_priority ()">gtk_rc_parse_priority</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
|
77
77
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPathPriorityType" title="enum GtkPathPriorityType"><span class="type">GtkPathPriorityType</span></a> *priority</code></em>);
|
78
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
79
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
78
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* <a class="link" href="gtk-Resource-Files.html#gtk-rc-find-module-in-path" title="gtk_rc_find_module_in_path ()">gtk_rc_find_module_in_path</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *module_file</code></em>);
|
79
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* <a class="link" href="gtk-Resource-Files.html#gtk-rc-find-pixmap-in-path" title="gtk_rc_find_pixmap_in_path ()">gtk_rc_find_pixmap_in_path</a> (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>,
|
80
80
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
|
81
81
|
<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> *pixmap_file</code></em>);
|
82
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
83
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
84
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
85
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
86
|
-
<a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="returnvalue">GtkRcStyle</span></a
|
87
|
-
<a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="returnvalue">GtkRcStyle</span></a
|
82
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* <a class="link" href="gtk-Resource-Files.html#gtk-rc-get-module-dir" title="gtk_rc_get_module_dir ()">gtk_rc_get_module_dir</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
83
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* <a class="link" href="gtk-Resource-Files.html#gtk-rc-get-im-module-path" title="gtk_rc_get_im_module_path ()">gtk_rc_get_im_module_path</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
84
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* <a class="link" href="gtk-Resource-Files.html#gtk-rc-get-im-module-file" title="gtk_rc_get_im_module_file ()">gtk_rc_get_im_module_file</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
85
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* <a class="link" href="gtk-Resource-Files.html#gtk-rc-get-theme-dir" title="gtk_rc_get_theme_dir ()">gtk_rc_get_theme_dir</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
86
|
+
<a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="returnvalue">GtkRcStyle</span></a>* <a class="link" href="gtk-Resource-Files.html#gtk-rc-style-new" title="gtk_rc_style_new ()">gtk_rc_style_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
87
|
+
<a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="returnvalue">GtkRcStyle</span></a>* <a class="link" href="gtk-Resource-Files.html#gtk-rc-style-copy" title="gtk_rc_style_copy ()">gtk_rc_style_copy</a> (<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *orig</code></em>);
|
88
88
|
<span class="returnvalue">void</span> <a class="link" href="gtk-Resource-Files.html#gtk-rc-style-ref" title="gtk_rc_style_ref ()">gtk_rc_style_ref</a> (<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *rc_style</code></em>);
|
89
89
|
<span class="returnvalue">void</span> <a class="link" href="gtk-Resource-Files.html#gtk-rc-style-unref" title="gtk_rc_style_unref ()">gtk_rc_style_unref</a> (<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *rc_style</code></em>);
|
90
90
|
</pre>
|
91
91
|
</div>
|
92
|
-
<div class="refsect1">
|
92
|
+
<div class="refsect1" title="Object Hierarchy">
|
93
93
|
<a name="gtk-Resource-Files.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
94
94
|
<pre class="synopsis">
|
95
95
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
96
96
|
+----GtkRcStyle
|
97
97
|
</pre>
|
98
98
|
</div>
|
99
|
-
<div class="refsect1">
|
99
|
+
<div class="refsect1" title="Description">
|
100
100
|
<a name="gtk-Resource-Files.description"></a><h2>Description</h2>
|
101
101
|
<p>
|
102
102
|
GTK+ provides resource file mechanism for configuring
|
103
103
|
various aspects of the operation of a GTK+ program
|
104
104
|
at runtime.
|
105
105
|
</p>
|
106
|
-
<div class="refsect2">
|
107
|
-
<a name="
|
106
|
+
<div class="refsect2" title="Default files">
|
107
|
+
<a name="id482190"></a><h3>Default files</h3>
|
108
108
|
<p>
|
109
109
|
An application can cause GTK+ to parse a specific RC
|
110
|
-
file by calling <a class="link" href="gtk-Resource-Files.html#gtk-rc-parse" title="gtk_rc_parse"><code class="function">gtk_rc_parse()</code></a>. In addition to this,
|
110
|
+
file by calling <a class="link" href="gtk-Resource-Files.html#gtk-rc-parse" title="gtk_rc_parse ()"><code class="function">gtk_rc_parse()</code></a>. In addition to this,
|
111
111
|
certain files will be read at the end of <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a>.
|
112
112
|
Unless modified, the files looked for will be
|
113
113
|
<code class="filename"><SYSCONFDIR>/gtk-2.0/gtkrc</code>
|
@@ -121,8 +121,8 @@ number 2.0, all 2.x versions of GTK+ look for these files.
|
|
121
121
|
<p>
|
122
122
|
The set of these <em class="firstterm">default</em> files
|
123
123
|
can be retrieved with <a class="link" href="gtk-Resource-Files.html#gtk-rc-get-default-files" title="gtk_rc_get_default_files ()"><code class="function">gtk_rc_get_default_files()</code></a>
|
124
|
-
and modified with <a class="link" href="gtk-Resource-Files.html#gtk-rc-add-default-file" title="gtk_rc_add_default_file"><code class="function">gtk_rc_add_default_file()</code></a> and
|
125
|
-
<a class="link" href="gtk-Resource-Files.html#gtk-rc-set-default-files" title="gtk_rc_set_default_files"><code class="function">gtk_rc_set_default_files()</code></a>.
|
124
|
+
and modified with <a class="link" href="gtk-Resource-Files.html#gtk-rc-add-default-file" title="gtk_rc_add_default_file ()"><code class="function">gtk_rc_add_default_file()</code></a> and
|
125
|
+
<a class="link" href="gtk-Resource-Files.html#gtk-rc-set-default-files" title="gtk_rc_set_default_files ()"><code class="function">gtk_rc_set_default_files()</code></a>.
|
126
126
|
Additionally, the <code class="envar">GTK2_RC_FILES</code> environment variable
|
127
127
|
can be set to a <span class="type">G_SEARCHPATH_SEPARATOR_S-separated</span> list of files
|
128
128
|
in order to overwrite the set of default files at runtime.
|
@@ -137,8 +137,8 @@ and parses the first of those that exists.
|
|
137
137
|
</p>
|
138
138
|
</div>
|
139
139
|
<hr>
|
140
|
-
<div class="refsect2">
|
141
|
-
<a name="
|
140
|
+
<div class="refsect2" title="Pathnames and patterns">
|
141
|
+
<a name="id480661"></a><h3>Pathnames and patterns</h3>
|
142
142
|
<a name="gtkrc-pathnames-and-patterns"></a><p>
|
143
143
|
A resource file defines a number of styles and key bindings and
|
144
144
|
attaches them to particular widgets. The attachment is done
|
@@ -247,8 +247,8 @@ that GTK+ creates internally.
|
|
247
247
|
</p>
|
248
248
|
</div>
|
249
249
|
<hr>
|
250
|
-
<div class="refsect2">
|
251
|
-
<a name="
|
250
|
+
<div class="refsect2" title="Optimizing RC Style Matches">
|
251
|
+
<a name="id531925"></a><h3>Optimizing RC Style Matches</h3>
|
252
252
|
<a name="optimizing-rc-style-matches"></a><p>
|
253
253
|
Everytime a widget is created and added to the layout hierarchy of a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>
|
254
254
|
("anchored" to be exact), a list of matching RC styles out of all RC styles read
|
@@ -342,8 +342,8 @@ matches:
|
|
342
342
|
</p>
|
343
343
|
</div>
|
344
344
|
<hr>
|
345
|
-
<div class="refsect2">
|
346
|
-
<a name="
|
345
|
+
<div class="refsect2" title="Toplevel declarations">
|
346
|
+
<a name="id532105"></a><h3>Toplevel declarations</h3>
|
347
347
|
<p>
|
348
348
|
An RC file is a text file which is composed of a sequence
|
349
349
|
of declarations. <code class="literal">'#'</code> characters delimit comments and
|
@@ -430,8 +430,8 @@ The possible toplevel declarations are:
|
|
430
430
|
</p>
|
431
431
|
</div>
|
432
432
|
<hr>
|
433
|
-
<div class="refsect2">
|
434
|
-
<a name="
|
433
|
+
<div class="refsect2" title="Styles">
|
434
|
+
<a name="id532406"></a><h3>Styles</h3>
|
435
435
|
<p>
|
436
436
|
A RC style is specified by a <code class="literal">style</code>
|
437
437
|
declaration in a RC file, and then bound to widgets
|
@@ -814,8 +814,8 @@ match the state and size the user requested.
|
|
814
814
|
</p>
|
815
815
|
</div>
|
816
816
|
<hr>
|
817
|
-
<div class="refsect2">
|
818
|
-
<a name="
|
817
|
+
<div class="refsect2" title="Key bindings">
|
818
|
+
<a name="id533461"></a><h3>Key bindings</h3>
|
819
819
|
<p>
|
820
820
|
Key bindings allow the user to specify actions to be
|
821
821
|
taken on particular key presses. The form of a binding
|
@@ -893,9 +893,9 @@ same as for styles.
|
|
893
893
|
</p>
|
894
894
|
</div>
|
895
895
|
</div>
|
896
|
-
<div class="refsect1">
|
896
|
+
<div class="refsect1" title="Details">
|
897
897
|
<a name="gtk-Resource-Files.details"></a><h2>Details</h2>
|
898
|
-
<div class="refsect2">
|
898
|
+
<div class="refsect2" title="GtkRcStyle">
|
899
899
|
<a name="GtkRcStyle-struct"></a><h3>GtkRcStyle</h3>
|
900
900
|
<pre class="programlisting">typedef struct {
|
901
901
|
gchar *name;
|
@@ -920,7 +920,7 @@ This can later be composited together with other
|
|
920
920
|
</p>
|
921
921
|
</div>
|
922
922
|
<hr>
|
923
|
-
<div class="refsect2">
|
923
|
+
<div class="refsect2" title="enum GtkRcFlags">
|
924
924
|
<a name="GtkRcFlags"></a><h3>enum GtkRcFlags</h3>
|
925
925
|
<pre class="programlisting">typedef enum
|
926
926
|
{
|
@@ -962,7 +962,7 @@ set for each state.
|
|
962
962
|
</table></div>
|
963
963
|
</div>
|
964
964
|
<hr>
|
965
|
-
<div class="refsect2">
|
965
|
+
<div class="refsect2" title="enum GtkRcTokenType">
|
966
966
|
<a name="GtkRcTokenType"></a><h3>enum GtkRcTokenType</h3>
|
967
967
|
<pre class="programlisting">typedef enum {
|
968
968
|
GTK_RC_TOKEN_INVALID = G_TOKEN_LAST,
|
@@ -1015,16 +1015,24 @@ specific portions of a RC file.
|
|
1015
1015
|
</p>
|
1016
1016
|
</div>
|
1017
1017
|
<hr>
|
1018
|
-
<div class="refsect2">
|
1018
|
+
<div class="refsect2" title="gtk_rc_scanner_new ()">
|
1019
1019
|
<a name="gtk-rc-scanner-new"></a><h3>gtk_rc_scanner_new ()</h3>
|
1020
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="returnvalue">GScanner</span></a
|
1020
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="returnvalue">GScanner</span></a>* gtk_rc_scanner_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1021
1021
|
<p>
|
1022
1022
|
</p>
|
1023
|
+
<div class="variablelist"><table border="0">
|
1024
|
+
<col align="left" valign="top">
|
1025
|
+
<tbody><tr>
|
1026
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1027
|
+
<td>
|
1028
|
+
</td>
|
1029
|
+
</tr></tbody>
|
1030
|
+
</table></div>
|
1023
1031
|
</div>
|
1024
1032
|
<hr>
|
1025
|
-
<div class="refsect2">
|
1033
|
+
<div class="refsect2" title="gtk_rc_get_style ()">
|
1026
1034
|
<a name="gtk-rc-get-style"></a><h3>gtk_rc_get_style ()</h3>
|
1027
|
-
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a
|
1035
|
+
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a>* gtk_rc_get_style (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
1028
1036
|
<p>
|
1029
1037
|
Finds all matching RC styles for a given widget,
|
1030
1038
|
composites them together, and then creates a
|
@@ -1043,18 +1051,18 @@ created.)
|
|
1043
1051
|
</tr>
|
1044
1052
|
<tr>
|
1045
1053
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1046
|
-
<td>the resulting style. No refcount is added
|
1047
|
-
to the returned style, so if you want to save this
|
1048
|
-
style around, you should add a reference yourself.
|
1054
|
+
<td> the resulting style. No refcount is added
|
1055
|
+
to the returned style, so if you want to save this
|
1056
|
+
style around, you should add a reference yourself.
|
1049
1057
|
</td>
|
1050
1058
|
</tr>
|
1051
1059
|
</tbody>
|
1052
1060
|
</table></div>
|
1053
1061
|
</div>
|
1054
1062
|
<hr>
|
1055
|
-
<div class="refsect2">
|
1063
|
+
<div class="refsect2" title="gtk_rc_get_style_by_paths ()">
|
1056
1064
|
<a name="gtk-rc-get-style-by-paths"></a><h3>gtk_rc_get_style_by_paths ()</h3>
|
1057
|
-
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a
|
1065
|
+
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a>* gtk_rc_get_style_by_paths (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>,
|
1058
1066
|
<em class="parameter"><code>const <span class="type">char</span> *widget_path</code></em>,
|
1059
1067
|
<em class="parameter"><code>const <span class="type">char</span> *class_path</code></em>,
|
1060
1068
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> type</code></em>);</pre>
|
@@ -1094,44 +1102,45 @@ The action of <a class="link" href="gtk-Resource-Files.html#gtk-rc-get-style" ti
|
|
1094
1102
|
<tbody>
|
1095
1103
|
<tr>
|
1096
1104
|
<td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td>
|
1097
|
-
<td>a <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> object
|
1105
|
+
<td>a <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> object
|
1106
|
+
</td>
|
1098
1107
|
</tr>
|
1099
1108
|
<tr>
|
1100
1109
|
<td><p><span class="term"><em class="parameter"><code>widget_path</code></em> :</span></p></td>
|
1101
|
-
<td>the widget path to use when looking up the
|
1102
|
-
|
1110
|
+
<td> the widget path to use when looking up the style, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1111
|
+
if no matching against the widget path should be done. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1103
1112
|
</td>
|
1104
1113
|
</tr>
|
1105
1114
|
<tr>
|
1106
1115
|
<td><p><span class="term"><em class="parameter"><code>class_path</code></em> :</span></p></td>
|
1107
|
-
<td>the class path to use when looking up the style,
|
1108
|
-
|
1116
|
+
<td> the class path to use when looking up the style, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1117
|
+
if no matching against the class path should be done. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1109
1118
|
</td>
|
1110
1119
|
</tr>
|
1111
1120
|
<tr>
|
1112
1121
|
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
|
1113
1122
|
<td>a type that will be used along with parent types of this type
|
1114
|
-
when matching against class styles, or <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-TYPE-NONE:CAPS"><span class="type">G_TYPE_NONE</span></a>
|
1123
|
+
when matching against class styles, or <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-TYPE-NONE:CAPS"><span class="type">G_TYPE_NONE</span></a>
|
1115
1124
|
</td>
|
1116
1125
|
</tr>
|
1117
1126
|
<tr>
|
1118
1127
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1119
|
-
<td>A style created by matching with the
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1123
|
-
|
1128
|
+
<td> A style created by matching with the supplied paths,
|
1129
|
+
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if nothing matching was specified and the default style should
|
1130
|
+
be used. The returned value is owned by GTK+ as part of an internal cache,
|
1131
|
+
so you must call <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> on the returned value if you want to
|
1132
|
+
keep a reference to it.
|
1124
1133
|
</td>
|
1125
1134
|
</tr>
|
1126
1135
|
</tbody>
|
1127
1136
|
</table></div>
|
1128
1137
|
</div>
|
1129
1138
|
<hr>
|
1130
|
-
<div class="refsect2">
|
1139
|
+
<div class="refsect2" title="gtk_rc_add_widget_name_style ()">
|
1131
1140
|
<a name="gtk-rc-add-widget-name-style"></a><h3>gtk_rc_add_widget_name_style ()</h3>
|
1132
1141
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_rc_add_widget_name_style (<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *rc_style</code></em>,
|
1133
1142
|
<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> *pattern</code></em>);</pre>
|
1134
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1143
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1135
1144
|
<h3 class="title">Warning</h3>
|
1136
1145
|
<p><code class="literal">gtk_rc_add_widget_name_style</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="gtk-Resource-Files.html#gtk-rc-parse-string" title="gtk_rc_parse_string ()"><code class="function">gtk_rc_parse_string()</code></a> with a suitable string instead.</p>
|
1137
1146
|
</div>
|
@@ -1151,17 +1160,18 @@ statement in a RC file.
|
|
1151
1160
|
</tr>
|
1152
1161
|
<tr>
|
1153
1162
|
<td><p><span class="term"><em class="parameter"><code>pattern</code></em> :</span></p></td>
|
1154
|
-
<td>the pattern
|
1163
|
+
<td>the pattern
|
1164
|
+
</td>
|
1155
1165
|
</tr>
|
1156
1166
|
</tbody>
|
1157
1167
|
</table></div>
|
1158
1168
|
</div>
|
1159
1169
|
<hr>
|
1160
|
-
<div class="refsect2">
|
1170
|
+
<div class="refsect2" title="gtk_rc_add_widget_class_style ()">
|
1161
1171
|
<a name="gtk-rc-add-widget-class-style"></a><h3>gtk_rc_add_widget_class_style ()</h3>
|
1162
1172
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_rc_add_widget_class_style (<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *rc_style</code></em>,
|
1163
1173
|
<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> *pattern</code></em>);</pre>
|
1164
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1174
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1165
1175
|
<h3 class="title">Warning</h3>
|
1166
1176
|
<p><code class="literal">gtk_rc_add_widget_class_style</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="gtk-Resource-Files.html#gtk-rc-parse-string" title="gtk_rc_parse_string ()"><code class="function">gtk_rc_parse_string()</code></a> with a suitable string instead.</p>
|
1167
1177
|
</div>
|
@@ -1181,17 +1191,18 @@ statement in a RC file.
|
|
1181
1191
|
</tr>
|
1182
1192
|
<tr>
|
1183
1193
|
<td><p><span class="term"><em class="parameter"><code>pattern</code></em> :</span></p></td>
|
1184
|
-
<td>the pattern
|
1194
|
+
<td>the pattern
|
1195
|
+
</td>
|
1185
1196
|
</tr>
|
1186
1197
|
</tbody>
|
1187
1198
|
</table></div>
|
1188
1199
|
</div>
|
1189
1200
|
<hr>
|
1190
|
-
<div class="refsect2">
|
1201
|
+
<div class="refsect2" title="gtk_rc_add_class_style ()">
|
1191
1202
|
<a name="gtk-rc-add-class-style"></a><h3>gtk_rc_add_class_style ()</h3>
|
1192
1203
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_rc_add_class_style (<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *rc_style</code></em>,
|
1193
1204
|
<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> *pattern</code></em>);</pre>
|
1194
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1205
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1195
1206
|
<h3 class="title">Warning</h3>
|
1196
1207
|
<p><code class="literal">gtk_rc_add_class_style</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="gtk-Resource-Files.html#gtk-rc-parse-string" title="gtk_rc_parse_string ()"><code class="function">gtk_rc_parse_string()</code></a> with a suitable string instead.</p>
|
1197
1208
|
</div>
|
@@ -1211,22 +1222,31 @@ statement in a RC file.
|
|
1211
1222
|
</tr>
|
1212
1223
|
<tr>
|
1213
1224
|
<td><p><span class="term"><em class="parameter"><code>pattern</code></em> :</span></p></td>
|
1214
|
-
<td>the pattern
|
1225
|
+
<td>the pattern
|
1226
|
+
</td>
|
1215
1227
|
</tr>
|
1216
1228
|
</tbody>
|
1217
1229
|
</table></div>
|
1218
1230
|
</div>
|
1219
1231
|
<hr>
|
1220
|
-
<div class="refsect2">
|
1221
|
-
<a name="gtk-rc-parse"></a><h3>gtk_rc_parse</h3>
|
1222
|
-
<pre class="programlisting"
|
1223
|
-
</pre>
|
1232
|
+
<div class="refsect2" title="gtk_rc_parse ()">
|
1233
|
+
<a name="gtk-rc-parse"></a><h3>gtk_rc_parse ()</h3>
|
1234
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_rc_parse (<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> *filename</code></em>);</pre>
|
1224
1235
|
<p>
|
1225
1236
|
Parses a given resource file.
|
1226
1237
|
</p>
|
1238
|
+
<div class="variablelist"><table border="0">
|
1239
|
+
<col align="left" valign="top">
|
1240
|
+
<tbody><tr>
|
1241
|
+
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
|
1242
|
+
<td>the filename of a file to parse. If <em class="parameter"><code>filename</code></em> is not absolute, it
|
1243
|
+
is searched in the current directory.
|
1244
|
+
</td>
|
1245
|
+
</tr></tbody>
|
1246
|
+
</table></div>
|
1227
1247
|
</div>
|
1228
1248
|
<hr>
|
1229
|
-
<div class="refsect2">
|
1249
|
+
<div class="refsect2" title="gtk_rc_parse_string ()">
|
1230
1250
|
<a name="gtk-rc-parse-string"></a><h3>gtk_rc_parse_string ()</h3>
|
1231
1251
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_rc_parse_string (<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> *rc_string</code></em>);</pre>
|
1232
1252
|
<p>
|
@@ -1236,12 +1256,13 @@ Parses resource information directly from a string.
|
|
1236
1256
|
<col align="left" valign="top">
|
1237
1257
|
<tbody><tr>
|
1238
1258
|
<td><p><span class="term"><em class="parameter"><code>rc_string</code></em> :</span></p></td>
|
1239
|
-
<td>a string to parse
|
1259
|
+
<td>a string to parse.
|
1260
|
+
</td>
|
1240
1261
|
</tr></tbody>
|
1241
1262
|
</table></div>
|
1242
1263
|
</div>
|
1243
1264
|
<hr>
|
1244
|
-
<div class="refsect2">
|
1265
|
+
<div class="refsect2" title="gtk_rc_reparse_all ()">
|
1245
1266
|
<a name="gtk-rc-reparse-all"></a><h3>gtk_rc_reparse_all ()</h3>
|
1246
1267
|
<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_reparse_all (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1247
1268
|
<p>
|
@@ -1253,13 +1274,13 @@ and then reread all previously read RC files.
|
|
1253
1274
|
<col align="left" valign="top">
|
1254
1275
|
<tbody><tr>
|
1255
1276
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1256
|
-
<td>
|
1257
|
-
|
1277
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the files were reread.
|
1278
|
+
</td>
|
1258
1279
|
</tr></tbody>
|
1259
1280
|
</table></div>
|
1260
1281
|
</div>
|
1261
1282
|
<hr>
|
1262
|
-
<div class="refsect2">
|
1283
|
+
<div class="refsect2" title="gtk_rc_reparse_all_for_settings ()">
|
1263
1284
|
<a name="gtk-rc-reparse-all-for-settings"></a><h3>gtk_rc_reparse_all_for_settings ()</h3>
|
1264
1285
|
<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_reparse_all_for_settings (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>,
|
1265
1286
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> force_load</code></em>);</pre>
|
@@ -1278,18 +1299,19 @@ and then reread all previously read RC files.
|
|
1278
1299
|
</tr>
|
1279
1300
|
<tr>
|
1280
1301
|
<td><p><span class="term"><em class="parameter"><code>force_load</code></em> :</span></p></td>
|
1281
|
-
<td>load whether or not anything changed
|
1302
|
+
<td>load whether or not anything changed
|
1303
|
+
</td>
|
1282
1304
|
</tr>
|
1283
1305
|
<tr>
|
1284
1306
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1285
|
-
<td>
|
1286
|
-
|
1307
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the files were reread.
|
1308
|
+
</td>
|
1287
1309
|
</tr>
|
1288
1310
|
</tbody>
|
1289
1311
|
</table></div>
|
1290
1312
|
</div>
|
1291
1313
|
<hr>
|
1292
|
-
<div class="refsect2">
|
1314
|
+
<div class="refsect2" title="gtk_rc_reset_styles ()">
|
1293
1315
|
<a name="gtk-rc-reset-styles"></a><h3>gtk_rc_reset_styles ()</h3>
|
1294
1316
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_rc_reset_styles (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>);</pre>
|
1295
1317
|
<p>
|
@@ -1315,10 +1337,9 @@ with <a class="link" href="GtkWidget.html#gtk-widget-set-style" title="gtk_widge
|
|
1315
1337
|
<p class="since">Since 2.4</p>
|
1316
1338
|
</div>
|
1317
1339
|
<hr>
|
1318
|
-
<div class="refsect2">
|
1319
|
-
<a name="gtk-rc-add-default-file"></a><h3>gtk_rc_add_default_file</h3>
|
1320
|
-
<pre class="programlisting"
|
1321
|
-
</pre>
|
1340
|
+
<div class="refsect2" title="gtk_rc_add_default_file ()">
|
1341
|
+
<a name="gtk-rc-add-default-file"></a><h3>gtk_rc_add_default_file ()</h3>
|
1342
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_rc_add_default_file (<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> *filename</code></em>);</pre>
|
1322
1343
|
<p>
|
1323
1344
|
Adds a file to the list of files to be parsed at the
|
1324
1345
|
end of <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a>.
|
@@ -1328,14 +1349,15 @@ end of <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><cod
|
|
1328
1349
|
<tbody><tr>
|
1329
1350
|
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
|
1330
1351
|
<td>the pathname to the file. If <em class="parameter"><code>filename</code></em> is not absolute, it
|
1331
|
-
is searched in the current directory
|
1352
|
+
is searched in the current directory.
|
1353
|
+
</td>
|
1332
1354
|
</tr></tbody>
|
1333
1355
|
</table></div>
|
1334
1356
|
</div>
|
1335
1357
|
<hr>
|
1336
|
-
<div class="refsect2">
|
1358
|
+
<div class="refsect2" title="gtk_rc_get_default_files ()">
|
1337
1359
|
<a name="gtk-rc-get-default-files"></a><h3>gtk_rc_get_default_files ()</h3>
|
1338
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
1360
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>** gtk_rc_get_default_files (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1339
1361
|
<p>
|
1340
1362
|
Retrieves the current list of RC files that will be parsed
|
1341
1363
|
at the end of <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a>.
|
@@ -1344,18 +1366,17 @@ at the end of <a class="link" href="gtk-General.html#gtk-init" title="gtk_init (
|
|
1344
1366
|
<col align="left" valign="top">
|
1345
1367
|
<tbody><tr>
|
1346
1368
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1347
|
-
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of filenames.
|
1348
|
-
|
1349
|
-
If you want to store this information, you should make a copy.
|
1369
|
+
<td> A <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of filenames. This memory
|
1370
|
+
is owned by GTK+ and must not be freed by the application.
|
1371
|
+
If you want to store this information, you should make a copy.
|
1350
1372
|
</td>
|
1351
1373
|
</tr></tbody>
|
1352
1374
|
</table></div>
|
1353
1375
|
</div>
|
1354
1376
|
<hr>
|
1355
|
-
<div class="refsect2">
|
1356
|
-
<a name="gtk-rc-set-default-files"></a><h3>gtk_rc_set_default_files</h3>
|
1357
|
-
<pre class="programlisting"
|
1358
|
-
</pre>
|
1377
|
+
<div class="refsect2" title="gtk_rc_set_default_files ()">
|
1378
|
+
<a name="gtk-rc-set-default-files"></a><h3>gtk_rc_set_default_files ()</h3>
|
1379
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_rc_set_default_files (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **filenames</code></em>);</pre>
|
1359
1380
|
<p>
|
1360
1381
|
Sets the list of files that GTK+ will read at the
|
1361
1382
|
end of <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a>.
|
@@ -1364,12 +1385,13 @@ end of <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><cod
|
|
1364
1385
|
<col align="left" valign="top">
|
1365
1386
|
<tbody><tr>
|
1366
1387
|
<td><p><span class="term"><em class="parameter"><code>filenames</code></em> :</span></p></td>
|
1367
|
-
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated list of filenames
|
1388
|
+
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated list of filenames.
|
1389
|
+
</td>
|
1368
1390
|
</tr></tbody>
|
1369
1391
|
</table></div>
|
1370
1392
|
</div>
|
1371
1393
|
<hr>
|
1372
|
-
<div class="refsect2">
|
1394
|
+
<div class="refsect2" title="gtk_rc_parse_color ()">
|
1373
1395
|
<a name="gtk-rc-parse-color"></a><h3>gtk_rc_parse_color ()</h3>
|
1374
1396
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_rc_parse_color (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
|
1375
1397
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
|
@@ -1391,19 +1413,20 @@ order to support symbolic colors.
|
|
1391
1413
|
</tr>
|
1392
1414
|
<tr>
|
1393
1415
|
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
|
1394
|
-
<td>a pointer to a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> structure in which to store the result
|
1416
|
+
<td>a pointer to a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> structure in which to store the result
|
1417
|
+
</td>
|
1395
1418
|
</tr>
|
1396
1419
|
<tr>
|
1397
1420
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1398
|
-
<td>
|
1399
|
-
|
1400
|
-
|
1421
|
+
<td> <code class="literal">G_TOKEN_NONE</code> if parsing succeeded, otherwise the token
|
1422
|
+
that was expected but not found
|
1423
|
+
</td>
|
1401
1424
|
</tr>
|
1402
1425
|
</tbody>
|
1403
1426
|
</table></div>
|
1404
1427
|
</div>
|
1405
1428
|
<hr>
|
1406
|
-
<div class="refsect2">
|
1429
|
+
<div class="refsect2" title="gtk_rc_parse_color_full ()">
|
1407
1430
|
<a name="gtk-rc-parse-color-full"></a><h3>gtk_rc_parse_color_full ()</h3>
|
1408
1431
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_rc_parse_color_full (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
|
1409
1432
|
<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *style</code></em>,
|
@@ -1423,25 +1446,27 @@ references to symbolic colors.
|
|
1423
1446
|
</tr>
|
1424
1447
|
<tr>
|
1425
1448
|
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
|
1426
|
-
<td>a <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1449
|
+
<td> a <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1427
1450
|
</td>
|
1428
1451
|
</tr>
|
1429
1452
|
<tr>
|
1430
1453
|
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
|
1431
|
-
<td>a pointer to a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> structure in which to store the result
|
1454
|
+
<td>a pointer to a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> structure in which to store the result
|
1455
|
+
</td>
|
1432
1456
|
</tr>
|
1433
1457
|
<tr>
|
1434
1458
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1435
|
-
<td>
|
1436
|
-
|
1437
|
-
|
1459
|
+
<td> <code class="literal">G_TOKEN_NONE</code> if parsing succeeded, otherwise the token
|
1460
|
+
that was expected but not found
|
1461
|
+
|
1462
|
+
</td>
|
1438
1463
|
</tr>
|
1439
1464
|
</tbody>
|
1440
1465
|
</table></div>
|
1441
1466
|
<p class="since">Since 2.12</p>
|
1442
1467
|
</div>
|
1443
1468
|
<hr>
|
1444
|
-
<div class="refsect2">
|
1469
|
+
<div class="refsect2" title="gtk_rc_parse_state ()">
|
1445
1470
|
<a name="gtk-rc-parse-state"></a><h3>gtk_rc_parse_state ()</h3>
|
1446
1471
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_rc_parse_state (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
|
1447
1472
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> *state</code></em>);</pre>
|
@@ -1454,24 +1479,27 @@ in a RC file.
|
|
1454
1479
|
<tbody>
|
1455
1480
|
<tr>
|
1456
1481
|
<td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
|
1457
|
-
<td>a <span class="type">GtkScanner</span> (must be initialized for parsing an RC file)
|
1482
|
+
<td>a <span class="type">GtkScanner</span> (must be initialized for parsing an RC file)
|
1483
|
+
</td>
|
1458
1484
|
</tr>
|
1459
1485
|
<tr>
|
1460
1486
|
<td><p><span class="term"><em class="parameter"><code>state</code></em> :</span></p></td>
|
1461
1487
|
<td>A pointer to a <a class="link" href="gtk-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> variable in which to
|
1462
|
-
store the result
|
1488
|
+
store the result.
|
1489
|
+
</td>
|
1463
1490
|
</tr>
|
1464
1491
|
<tr>
|
1465
1492
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1466
1493
|
<td>
|
1467
1494
|
<code class="literal">G_TOKEN_NONE</code> if parsing succeeded, otherwise the token
|
1468
|
-
that was expected but not found
|
1495
|
+
that was expected but not found.
|
1496
|
+
</td>
|
1469
1497
|
</tr>
|
1470
1498
|
</tbody>
|
1471
1499
|
</table></div>
|
1472
1500
|
</div>
|
1473
1501
|
<hr>
|
1474
|
-
<div class="refsect2">
|
1502
|
+
<div class="refsect2" title="gtk_rc_parse_priority ()">
|
1475
1503
|
<a name="gtk-rc-parse-priority"></a><h3>gtk_rc_parse_priority ()</h3>
|
1476
1504
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_rc_parse_priority (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
|
1477
1505
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPathPriorityType" title="enum GtkPathPriorityType"><span class="type">GtkPathPriorityType</span></a> *priority</code></em>);</pre>
|
@@ -1484,26 +1512,29 @@ in a RC file.
|
|
1484
1512
|
<tbody>
|
1485
1513
|
<tr>
|
1486
1514
|
<td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
|
1487
|
-
<td>a <span class="type">GtkScanner</span> (must be initialized for parsing an RC file)
|
1515
|
+
<td>a <span class="type">GtkScanner</span> (must be initialized for parsing an RC file)
|
1516
|
+
</td>
|
1488
1517
|
</tr>
|
1489
1518
|
<tr>
|
1490
1519
|
<td><p><span class="term"><em class="parameter"><code>priority</code></em> :</span></p></td>
|
1491
1520
|
<td>A pointer to <a class="link" href="gtk-Standard-Enumerations.html#GtkPathPriorityType" title="enum GtkPathPriorityType"><span class="type">GtkPathPriorityType</span></a> variable in which
|
1492
|
-
to store the result
|
1521
|
+
to store the result.
|
1522
|
+
</td>
|
1493
1523
|
</tr>
|
1494
1524
|
<tr>
|
1495
1525
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1496
1526
|
<td>
|
1497
1527
|
<code class="literal">G_TOKEN_NONE</code> if parsing succeeded, otherwise the token
|
1498
|
-
that was expected but not found
|
1528
|
+
that was expected but not found.
|
1529
|
+
</td>
|
1499
1530
|
</tr>
|
1500
1531
|
</tbody>
|
1501
1532
|
</table></div>
|
1502
1533
|
</div>
|
1503
1534
|
<hr>
|
1504
|
-
<div class="refsect2">
|
1535
|
+
<div class="refsect2" title="gtk_rc_find_module_in_path ()">
|
1505
1536
|
<a name="gtk-rc-find-module-in-path"></a><h3>gtk_rc_find_module_in_path ()</h3>
|
1506
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
1537
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* gtk_rc_find_module_in_path (<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> *module_file</code></em>);</pre>
|
1507
1538
|
<p>
|
1508
1539
|
Searches for a theme engine in the GTK+ search path. This function
|
1509
1540
|
is not useful for applications and should not be used.
|
@@ -1513,20 +1544,22 @@ is not useful for applications and should not be used.
|
|
1513
1544
|
<tbody>
|
1514
1545
|
<tr>
|
1515
1546
|
<td><p><span class="term"><em class="parameter"><code>module_file</code></em> :</span></p></td>
|
1516
|
-
<td>name of a theme engine
|
1547
|
+
<td>name of a theme engine
|
1548
|
+
</td>
|
1517
1549
|
</tr>
|
1518
1550
|
<tr>
|
1519
1551
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1520
|
-
<td>The filename, if found (must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>),
|
1521
|
-
otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a
|
1552
|
+
<td> The filename, if found (must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>),
|
1553
|
+
otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
1554
|
+
</td>
|
1522
1555
|
</tr>
|
1523
1556
|
</tbody>
|
1524
1557
|
</table></div>
|
1525
1558
|
</div>
|
1526
1559
|
<hr>
|
1527
|
-
<div class="refsect2">
|
1560
|
+
<div class="refsect2" title="gtk_rc_find_pixmap_in_path ()">
|
1528
1561
|
<a name="gtk-rc-find-pixmap-in-path"></a><h3>gtk_rc_find_pixmap_in_path ()</h3>
|
1529
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
1562
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* gtk_rc_find_pixmap_in_path (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>,
|
1530
1563
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
|
1531
1564
|
<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> *pixmap_file</code></em>);</pre>
|
1532
1565
|
<p>
|
@@ -1545,24 +1578,26 @@ If the file is not found, it outputs a warning message using
|
|
1545
1578
|
<tr>
|
1546
1579
|
<td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
|
1547
1580
|
<td>Scanner used to get line number information for the
|
1548
|
-
warning message, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1581
|
+
warning message, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1549
1582
|
</td>
|
1550
1583
|
</tr>
|
1551
1584
|
<tr>
|
1552
1585
|
<td><p><span class="term"><em class="parameter"><code>pixmap_file</code></em> :</span></p></td>
|
1553
|
-
<td>name of the pixmap file to locate
|
1586
|
+
<td>name of the pixmap file to locate.
|
1587
|
+
</td>
|
1554
1588
|
</tr>
|
1555
1589
|
<tr>
|
1556
1590
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1557
|
-
<td>the filename
|
1591
|
+
<td> the filename.
|
1592
|
+
</td>
|
1558
1593
|
</tr>
|
1559
1594
|
</tbody>
|
1560
1595
|
</table></div>
|
1561
1596
|
</div>
|
1562
1597
|
<hr>
|
1563
|
-
<div class="refsect2">
|
1598
|
+
<div class="refsect2" title="gtk_rc_get_module_dir ()">
|
1564
1599
|
<a name="gtk-rc-get-module-dir"></a><h3>gtk_rc_get_module_dir ()</h3>
|
1565
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
1600
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* gtk_rc_get_module_dir (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1566
1601
|
<p>
|
1567
1602
|
Returns a directory in which GTK+ looks for theme engines.
|
1568
1603
|
For full information about the search for theme engines,
|
@@ -1573,14 +1608,15 @@ see the docs for <code class="envar">GTK_PATH</code> in
|
|
1573
1608
|
<col align="left" valign="top">
|
1574
1609
|
<tbody><tr>
|
1575
1610
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1576
|
-
<td>the directory. (Must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>)
|
1611
|
+
<td> the directory. (Must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>)
|
1612
|
+
</td>
|
1577
1613
|
</tr></tbody>
|
1578
1614
|
</table></div>
|
1579
1615
|
</div>
|
1580
1616
|
<hr>
|
1581
|
-
<div class="refsect2">
|
1617
|
+
<div class="refsect2" title="gtk_rc_get_im_module_path ()">
|
1582
1618
|
<a name="gtk-rc-get-im-module-path"></a><h3>gtk_rc_get_im_module_path ()</h3>
|
1583
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
1619
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* gtk_rc_get_im_module_path (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1584
1620
|
<p>
|
1585
1621
|
Obtains the path in which to look for IM modules. See the documentation
|
1586
1622
|
of the <code class="envar">GTK_PATH</code>
|
@@ -1592,15 +1628,16 @@ not be used by applications under normal circumstances.
|
|
1592
1628
|
<col align="left" valign="top">
|
1593
1629
|
<tbody><tr>
|
1594
1630
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1595
|
-
<td>a newly-allocated string containing the path in which to
|
1596
|
-
look for IM modules
|
1631
|
+
<td>a newly-allocated string containing the path in which to
|
1632
|
+
look for IM modules.
|
1633
|
+
</td>
|
1597
1634
|
</tr></tbody>
|
1598
1635
|
</table></div>
|
1599
1636
|
</div>
|
1600
1637
|
<hr>
|
1601
|
-
<div class="refsect2">
|
1638
|
+
<div class="refsect2" title="gtk_rc_get_im_module_file ()">
|
1602
1639
|
<a name="gtk-rc-get-im-module-file"></a><h3>gtk_rc_get_im_module_file ()</h3>
|
1603
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
1640
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* gtk_rc_get_im_module_file (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1604
1641
|
<p>
|
1605
1642
|
Obtains the path to the IM modules file. See the documentation
|
1606
1643
|
of the <a class="link" href="gtk-running.html#im-module-file" title="GTK_IM_MODULE_FILE"><code class="envar">GTK_IM_MODULE_FILE</code></a>
|
@@ -1611,14 +1648,15 @@ environment variable for more details.
|
|
1611
1648
|
<tbody><tr>
|
1612
1649
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1613
1650
|
<td>a newly-allocated string containing the name of the file
|
1614
|
-
listing the IM modules available for loading
|
1651
|
+
listing the IM modules available for loading
|
1652
|
+
</td>
|
1615
1653
|
</tr></tbody>
|
1616
1654
|
</table></div>
|
1617
1655
|
</div>
|
1618
1656
|
<hr>
|
1619
|
-
<div class="refsect2">
|
1657
|
+
<div class="refsect2" title="gtk_rc_get_theme_dir ()">
|
1620
1658
|
<a name="gtk-rc-get-theme-dir"></a><h3>gtk_rc_get_theme_dir ()</h3>
|
1621
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
1659
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* gtk_rc_get_theme_dir (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1622
1660
|
<p>
|
1623
1661
|
Returns the standard directory in which themes should
|
1624
1662
|
be installed. (GTK+ does not actually use this directory
|
@@ -1628,14 +1666,15 @@ itself.)
|
|
1628
1666
|
<col align="left" valign="top">
|
1629
1667
|
<tbody><tr>
|
1630
1668
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1631
|
-
<td>The directory (must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>)
|
1669
|
+
<td>The directory (must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>).
|
1670
|
+
</td>
|
1632
1671
|
</tr></tbody>
|
1633
1672
|
</table></div>
|
1634
1673
|
</div>
|
1635
1674
|
<hr>
|
1636
|
-
<div class="refsect2">
|
1675
|
+
<div class="refsect2" title="gtk_rc_style_new ()">
|
1637
1676
|
<a name="gtk-rc-style-new"></a><h3>gtk_rc_style_new ()</h3>
|
1638
|
-
<pre class="programlisting"><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="returnvalue">GtkRcStyle</span></a
|
1677
|
+
<pre class="programlisting"><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="returnvalue">GtkRcStyle</span></a>* gtk_rc_style_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1639
1678
|
<p>
|
1640
1679
|
Creates a new <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> with no fields set and
|
1641
1680
|
a reference count of 1.
|
@@ -1650,9 +1689,9 @@ a reference count of 1.
|
|
1650
1689
|
</table></div>
|
1651
1690
|
</div>
|
1652
1691
|
<hr>
|
1653
|
-
<div class="refsect2">
|
1692
|
+
<div class="refsect2" title="gtk_rc_style_copy ()">
|
1654
1693
|
<a name="gtk-rc-style-copy"></a><h3>gtk_rc_style_copy ()</h3>
|
1655
|
-
<pre class="programlisting"><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="returnvalue">GtkRcStyle</span></a
|
1694
|
+
<pre class="programlisting"><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="returnvalue">GtkRcStyle</span></a>* gtk_rc_style_copy (<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *orig</code></em>);</pre>
|
1656
1695
|
<p>
|
1657
1696
|
Makes a copy of the specified <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a>. This function
|
1658
1697
|
will correctly copy an RC style that is a member of a class
|
@@ -1663,21 +1702,22 @@ derived from <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span cla
|
|
1663
1702
|
<tbody>
|
1664
1703
|
<tr>
|
1665
1704
|
<td><p><span class="term"><em class="parameter"><code>orig</code></em> :</span></p></td>
|
1666
|
-
<td>the style to copy
|
1705
|
+
<td>the style to copy
|
1706
|
+
</td>
|
1667
1707
|
</tr>
|
1668
1708
|
<tr>
|
1669
1709
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1670
|
-
<td>the resulting <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a
|
1710
|
+
<td> the resulting <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a>
|
1671
1711
|
</td>
|
1672
1712
|
</tr>
|
1673
1713
|
</tbody>
|
1674
1714
|
</table></div>
|
1675
1715
|
</div>
|
1676
1716
|
<hr>
|
1677
|
-
<div class="refsect2">
|
1717
|
+
<div class="refsect2" title="gtk_rc_style_ref ()">
|
1678
1718
|
<a name="gtk-rc-style-ref"></a><h3>gtk_rc_style_ref ()</h3>
|
1679
1719
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_rc_style_ref (<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *rc_style</code></em>);</pre>
|
1680
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1720
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1681
1721
|
<h3 class="title">Warning</h3>
|
1682
1722
|
<p><code class="literal">gtk_rc_style_ref</code> is deprecated and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> instead</p>
|
1683
1723
|
</div>
|
@@ -1694,10 +1734,10 @@ Increments the reference count of a <a class="link" href="gtk-Resource-Files.htm
|
|
1694
1734
|
</table></div>
|
1695
1735
|
</div>
|
1696
1736
|
<hr>
|
1697
|
-
<div class="refsect2">
|
1737
|
+
<div class="refsect2" title="gtk_rc_style_unref ()">
|
1698
1738
|
<a name="gtk-rc-style-unref"></a><h3>gtk_rc_style_unref ()</h3>
|
1699
1739
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_rc_style_unref (<em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *rc_style</code></em>);</pre>
|
1700
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1740
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1701
1741
|
<h3 class="title">Warning</h3>
|
1702
1742
|
<p><code class="literal">gtk_rc_style_unref</code> is deprecated and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> instead</p>
|
1703
1743
|
</div>
|
@@ -1718,6 +1758,6 @@ frees if the result is 0.
|
|
1718
1758
|
</div>
|
1719
1759
|
<div class="footer">
|
1720
1760
|
<hr>
|
1721
|
-
Generated by GTK-Doc V1.
|
1761
|
+
Generated by GTK-Doc V1.15</div>
|
1722
1762
|
</body>
|
1723
1763
|
</html>
|