gtk2 0.90.8-x86-mingw32 → 0.90.9-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 +22 -0
- data/ext/gtk2/rbgtkwindow.c +3 -1
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/sample/gtk-demo/cairo-operator.rb +1 -1
- data/sample/misc/bindings.rb +1 -1
- data/sample/misc/cairo-pong.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +29 -2
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdk.h +2 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +7 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +7 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +1 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +13 -9
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +5 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +16 -6
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +1 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +14 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +3 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +77 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +5 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +6 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +2 -1
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/manifest/{gtk+-dev_2.22.1-1_win32.mft → gtk+-dev_2.24.0-1_win32.mft} +9 -6
- data/vendor/local/manifest/{gtk+_2.22.1-1_win32.mft → gtk+_2.24.0-1_win32.mft} +2 -6
- data/vendor/local/share/doc/{gtk+-2.22.1 → gtk+-2.24.0}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.22.1 → gtk+-dev-2.24.0}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +0 -21
- data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
- data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
- data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +60 -94
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +44 -58
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +151 -208
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +33 -37
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +180 -239
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +135 -5
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +83 -47
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +20 -23
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +81 -39
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +135 -199
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +71 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +161 -200
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +293 -409
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +320 -435
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +109 -141
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +155 -234
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +143 -217
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +103 -124
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +168 -250
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +90 -131
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +143 -191
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +35 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +162 -195
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +85 -112
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +79 -137
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +144 -176
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +188 -235
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +97 -134
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +22 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +44 -70
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +83 -108
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +653 -744
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +476 -490
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +53 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +85 -76
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +10 -1
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +193 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +38 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +169 -236
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +175 -258
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +46 -50
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +78 -114
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +52 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +30 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +36 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +97 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +95 -120
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +86 -117
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +96 -137
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +152 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +59 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +615 -895
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +520 -1791
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +125 -163
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +33 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +60 -87
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +106 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +35 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +27 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +23 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +69 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +45 -54
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +57 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +53 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +104 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +29 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +63 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +344 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +57 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +301 -0
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +311 -260
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +61 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +97 -121
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +21 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +68 -88
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +360 -470
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +71 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +130 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +33 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +76 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +331 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +64 -89
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +30 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +21 -26
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +102 -146
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +38 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +60 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +66 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +52 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +51 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +29 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +30 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +65 -101
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +55 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +140 -182
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +184 -248
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +321 -447
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +174 -195
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +67 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +32 -37
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +33 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +36 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +179 -272
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +197 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +68 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +51 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +130 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +80 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +138 -168
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +177 -221
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +41 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +112 -145
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +86 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +73 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +33 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +396 -452
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +148 -206
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +21 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +80 -165
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +56 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +115 -160
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +94 -134
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkPaperSize.html → GtkPaperSize.html} +204 -252
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +34 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +51 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +109 -136
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +38 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +53 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +265 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +100 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +80 -111
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +91 -108
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +42 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +86 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +63 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +33 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +218 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +34 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +135 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +27 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +63 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +202 -269
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +83 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +61 -72
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +64 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +93 -143
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +24 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +129 -259
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +38 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +44 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +132 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +190 -254
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +60 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +546 -928
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +94 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +97 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +494 -656
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkTextIter.html → GtkTextIter.html} +664 -806
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +41 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +164 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +84 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +340 -425
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +43 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +59 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +32 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +74 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +133 -166
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +84 -103
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +116 -139
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +42 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +249 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +60 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +105 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +46 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +428 -557
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +95 -126
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +63 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +123 -171
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +53 -62
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +170 -199
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +565 -863
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +203 -282
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +125 -189
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +27 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +31 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +24 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1278 -1579
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +380 -532
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +21 -39
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +6 -3
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +17 -11
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +117 -0
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +236 -45
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +469 -385
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +15 -4
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +69 -124
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +149 -211
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +189 -293
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +175 -246
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +35 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +41 -47
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +270 -318
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +16 -22
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +75 -82
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +221 -289
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +142 -232
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +150 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +328 -408
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +190 -306
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +152 -158
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +85 -136
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +204 -239
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +271 -343
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +18 -11
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +63 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +58 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +5 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +39 -31
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +445 -412
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +488 -455
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +8 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/index.html +10 -6
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +194 -142
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +4934 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.22.1-1_win32.sh → gtk+_2.24.0-1_win32.sh} +2 -2
- metadata +26 -33
- data/ext/gtk2/Makefile +0 -169
- data/ext/gtk2/rbgdkkeysyms.h +0 -2174
- data/ext/gtk2/rbgtkinits.c +0 -473
- data/ext/gtk2/ruby-gtk2.pc +0 -3
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +0 -5048
| @@ -8,7 +8,7 @@ | |
| 8 8 | 
             
            <link rel="up" href="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.16.1 (XML mode)">
         | 
| 12 12 | 
             
            <link rel="stylesheet" href="style.css" type="text/css">
         | 
| 13 13 | 
             
            </head>
         | 
| 14 14 | 
             
            <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
         | 
| @@ -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">
         | 
| 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">
         | 
| 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">
         | 
| 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">
         | 
| 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">
         | 
| 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">
         | 
| 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">
         | 
| 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">
         | 
| 97 97 | 
             
            <a name="gtk-Orientable.details"></a><h2>Details</h2>
         | 
| 98 | 
            -
            <div class="refsect2" | 
| 98 | 
            +
            <div class="refsect2">
         | 
| 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">
         | 
| 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,16 +118,14 @@ 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> | 
| 122 | 
            -
             | 
| 123 | 
            -
            </td>
         | 
| 121 | 
            +
            <td>the orientation of the <em class="parameter"><code>orientable</code></em>.</td>
         | 
| 124 122 | 
             
            </tr>
         | 
| 125 123 | 
             
            </tbody>
         | 
| 126 124 | 
             
            </table></div>
         | 
| 127 125 | 
             
            <p class="since">Since 2.16</p>
         | 
| 128 126 | 
             
            </div>
         | 
| 129 127 | 
             
            <hr>
         | 
| 130 | 
            -
            <div class="refsect2" | 
| 128 | 
            +
            <div class="refsect2">
         | 
| 131 129 | 
             
            <a name="gtk-orientable-set-orientation"></a><h3>gtk_orientable_set_orientation ()</h3>
         | 
| 132 130 | 
             
            <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>,
         | 
| 133 131 | 
             
                                                                     <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>
         | 
| @@ -144,17 +142,16 @@ Sets the orientation of the <em class="parameter"><code>orientable</code></em>. | |
| 144 142 | 
             
            </tr>
         | 
| 145 143 | 
             
            <tr>
         | 
| 146 144 | 
             
            <td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
         | 
| 147 | 
            -
            <td>the orientable's new orientation | 
| 148 | 
            -
            </td>
         | 
| 145 | 
            +
            <td>the orientable's new orientation.</td>
         | 
| 149 146 | 
             
            </tr>
         | 
| 150 147 | 
             
            </tbody>
         | 
| 151 148 | 
             
            </table></div>
         | 
| 152 149 | 
             
            <p class="since">Since 2.16</p>
         | 
| 153 150 | 
             
            </div>
         | 
| 154 151 | 
             
            </div>
         | 
| 155 | 
            -
            <div class="refsect1" | 
| 152 | 
            +
            <div class="refsect1">
         | 
| 156 153 | 
             
            <a name="gtk-Orientable.property-details"></a><h2>Property Details</h2>
         | 
| 157 | 
            -
            <div class="refsect2" | 
| 154 | 
            +
            <div class="refsect2">
         | 
| 158 155 | 
             
            <a name="GtkOrientable--orientation"></a><h3>The <code class="literal">"orientation"</code> property</h3>
         | 
| 159 156 | 
             
            <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>
         | 
| 160 157 | 
             
            <p>
         | 
| @@ -167,6 +164,6 @@ The orientation of the orientable. | |
| 167 164 | 
             
            </div>
         | 
| 168 165 | 
             
            <div class="footer">
         | 
| 169 166 | 
             
            <hr>
         | 
| 170 | 
            -
                      Generated by GTK-Doc V1. | 
| 167 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 171 168 | 
             
            </body>
         | 
| 172 169 | 
             
            </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.16.1 (XML mode)">
         | 
| 12 12 | 
             
            <link rel="stylesheet" href="style.css" type="text/css">
         | 
| 13 13 | 
             
            </head>
         | 
| 14 14 | 
             
            <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
         | 
| @@ -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">
         | 
| 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">
         | 
| 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 | 
            +
            #define             <a class="link" href="gtk-Resource-Files.html#gtk-rc-parse" title="gtk_rc_parse">gtk_rc_parse</a>
         | 
| 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 | 
            +
            #define             <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>
         | 
| 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 | 
            +
            #define             <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>
         | 
| 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">
         | 
| 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">
         | 
| 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">
         | 
| 107 | 
            +
            <a name="id487313"></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 | 
| 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 | 
| 125 | 
            -
            <a class="link" href="gtk-Resource-Files.html#gtk-rc-set-default-files" title="gtk_rc_set_default_files | 
| 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">
         | 
| 141 | 
            +
            <a name="id524366"></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">
         | 
| 251 | 
            +
            <a name="id535122"></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">
         | 
| 346 | 
            +
            <a name="id535299"></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">
         | 
| 434 | 
            +
            <a name="id535600"></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">
         | 
| 818 | 
            +
            <a name="id536651"></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">
         | 
| 897 897 | 
             
            <a name="gtk-Resource-Files.details"></a><h2>Details</h2>
         | 
| 898 | 
            -
            <div class="refsect2" | 
| 898 | 
            +
            <div class="refsect2">
         | 
| 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">
         | 
| 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">
         | 
| 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,24 +1015,16 @@ specific portions of a RC file. | |
| 1015 1015 | 
             
            </p>
         | 
| 1016 1016 | 
             
            </div>
         | 
| 1017 1017 | 
             
            <hr>
         | 
| 1018 | 
            -
            <div class="refsect2" | 
| 1018 | 
            +
            <div class="refsect2">
         | 
| 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>
         | 
| 1031 1023 | 
             
            </div>
         | 
| 1032 1024 | 
             
            <hr>
         | 
| 1033 | 
            -
            <div class="refsect2" | 
| 1025 | 
            +
            <div class="refsect2">
         | 
| 1034 1026 | 
             
            <a name="gtk-rc-get-style"></a><h3>gtk_rc_get_style ()</h3>
         | 
| 1035 | 
            -
            <pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a | 
| 1027 | 
            +
            <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>
         | 
| 1036 1028 | 
             
            <p>
         | 
| 1037 1029 | 
             
            Finds all matching RC styles for a given widget,
         | 
| 1038 1030 | 
             
            composites them together, and then creates a 
         | 
| @@ -1051,18 +1043,18 @@ created.) | |
| 1051 1043 | 
             
            </tr>
         | 
| 1052 1044 | 
             
            <tr>
         | 
| 1053 1045 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1054 | 
            -
            <td> | 
| 1055 | 
            -
             | 
| 1056 | 
            -
             | 
| 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. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 1057 1049 | 
             
            </td>
         | 
| 1058 1050 | 
             
            </tr>
         | 
| 1059 1051 | 
             
            </tbody>
         | 
| 1060 1052 | 
             
            </table></div>
         | 
| 1061 1053 | 
             
            </div>
         | 
| 1062 1054 | 
             
            <hr>
         | 
| 1063 | 
            -
            <div class="refsect2" | 
| 1055 | 
            +
            <div class="refsect2">
         | 
| 1064 1056 | 
             
            <a name="gtk-rc-get-style-by-paths"></a><h3>gtk_rc_get_style_by_paths ()</h3>
         | 
| 1065 | 
            -
            <pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a | 
| 1057 | 
            +
            <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>,
         | 
| 1066 1058 | 
             
                                                                     <em class="parameter"><code>const <span class="type">char</span> *widget_path</code></em>,
         | 
| 1067 1059 | 
             
                                                                     <em class="parameter"><code>const <span class="type">char</span> *class_path</code></em>,
         | 
| 1068 1060 | 
             
                                                                     <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>
         | 
| @@ -1102,45 +1094,44 @@ The action of <a class="link" href="gtk-Resource-Files.html#gtk-rc-get-style" ti | |
| 1102 1094 | 
             
            <tbody>
         | 
| 1103 1095 | 
             
            <tr>
         | 
| 1104 1096 | 
             
            <td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td>
         | 
| 1105 | 
            -
            <td>a <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> object
         | 
| 1106 | 
            -
            </td>
         | 
| 1097 | 
            +
            <td>a <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> object</td>
         | 
| 1107 1098 | 
             
            </tr>
         | 
| 1108 1099 | 
             
            <tr>
         | 
| 1109 1100 | 
             
            <td><p><span class="term"><em class="parameter"><code>widget_path</code></em> :</span></p></td>
         | 
| 1110 | 
            -
            <td> | 
| 1111 | 
            -
             | 
| 1101 | 
            +
            <td>the widget path to use when looking up the
         | 
| 1102 | 
            +
            style, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> 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>
         | 
| 1112 1103 | 
             
            </td>
         | 
| 1113 1104 | 
             
            </tr>
         | 
| 1114 1105 | 
             
            <tr>
         | 
| 1115 1106 | 
             
            <td><p><span class="term"><em class="parameter"><code>class_path</code></em> :</span></p></td>
         | 
| 1116 | 
            -
            <td> | 
| 1117 | 
            -
             | 
| 1107 | 
            +
            <td>the class path to use when looking up the style,
         | 
| 1108 | 
            +
            or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> 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>
         | 
| 1118 1109 | 
             
            </td>
         | 
| 1119 1110 | 
             
            </tr>
         | 
| 1120 1111 | 
             
            <tr>
         | 
| 1121 1112 | 
             
            <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
         | 
| 1122 1113 | 
             
            <td>a type that will be used along with parent types of this type
         | 
| 1123 | 
            -
             | 
| 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>
         | 
| 1124 1115 | 
             
            </td>
         | 
| 1125 1116 | 
             
            </tr>
         | 
| 1126 1117 | 
             
            <tr>
         | 
| 1127 1118 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1128 | 
            -
            <td> | 
| 1129 | 
            -
             | 
| 1130 | 
            -
             | 
| 1131 | 
            -
             | 
| 1132 | 
            -
             | 
| 1119 | 
            +
            <td>A style created by matching with the
         | 
| 1120 | 
            +
            supplied paths, 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
         | 
| 1121 | 
            +
            default style should be used. The returned value is owned by GTK+
         | 
| 1122 | 
            +
            as part of an internal cache, 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
         | 
| 1123 | 
            +
            the returned value if you want to keep a reference to it. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 1133 1124 | 
             
            </td>
         | 
| 1134 1125 | 
             
            </tr>
         | 
| 1135 1126 | 
             
            </tbody>
         | 
| 1136 1127 | 
             
            </table></div>
         | 
| 1137 1128 | 
             
            </div>
         | 
| 1138 1129 | 
             
            <hr>
         | 
| 1139 | 
            -
            <div class="refsect2" | 
| 1130 | 
            +
            <div class="refsect2">
         | 
| 1140 1131 | 
             
            <a name="gtk-rc-add-widget-name-style"></a><h3>gtk_rc_add_widget_name_style ()</h3>
         | 
| 1141 1132 | 
             
            <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>,
         | 
| 1142 1133 | 
             
                                                                     <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>
         | 
| 1143 | 
            -
            <div class="warning"  | 
| 1134 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1144 1135 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1145 1136 | 
             
            <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>
         | 
| 1146 1137 | 
             
            </div>
         | 
| @@ -1160,18 +1151,17 @@ statement in a RC file. | |
| 1160 1151 | 
             
            </tr>
         | 
| 1161 1152 | 
             
            <tr>
         | 
| 1162 1153 | 
             
            <td><p><span class="term"><em class="parameter"><code>pattern</code></em> :</span></p></td>
         | 
| 1163 | 
            -
            <td>the pattern
         | 
| 1164 | 
            -
            </td>
         | 
| 1154 | 
            +
            <td>the pattern</td>
         | 
| 1165 1155 | 
             
            </tr>
         | 
| 1166 1156 | 
             
            </tbody>
         | 
| 1167 1157 | 
             
            </table></div>
         | 
| 1168 1158 | 
             
            </div>
         | 
| 1169 1159 | 
             
            <hr>
         | 
| 1170 | 
            -
            <div class="refsect2" | 
| 1160 | 
            +
            <div class="refsect2">
         | 
| 1171 1161 | 
             
            <a name="gtk-rc-add-widget-class-style"></a><h3>gtk_rc_add_widget_class_style ()</h3>
         | 
| 1172 1162 | 
             
            <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>,
         | 
| 1173 1163 | 
             
                                                                     <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>
         | 
| 1174 | 
            -
            <div class="warning"  | 
| 1164 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1175 1165 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1176 1166 | 
             
            <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>
         | 
| 1177 1167 | 
             
            </div>
         | 
| @@ -1191,18 +1181,17 @@ statement in a RC file. | |
| 1191 1181 | 
             
            </tr>
         | 
| 1192 1182 | 
             
            <tr>
         | 
| 1193 1183 | 
             
            <td><p><span class="term"><em class="parameter"><code>pattern</code></em> :</span></p></td>
         | 
| 1194 | 
            -
            <td>the pattern
         | 
| 1195 | 
            -
            </td>
         | 
| 1184 | 
            +
            <td>the pattern</td>
         | 
| 1196 1185 | 
             
            </tr>
         | 
| 1197 1186 | 
             
            </tbody>
         | 
| 1198 1187 | 
             
            </table></div>
         | 
| 1199 1188 | 
             
            </div>
         | 
| 1200 1189 | 
             
            <hr>
         | 
| 1201 | 
            -
            <div class="refsect2" | 
| 1190 | 
            +
            <div class="refsect2">
         | 
| 1202 1191 | 
             
            <a name="gtk-rc-add-class-style"></a><h3>gtk_rc_add_class_style ()</h3>
         | 
| 1203 1192 | 
             
            <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>,
         | 
| 1204 1193 | 
             
                                                                     <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>
         | 
| 1205 | 
            -
            <div class="warning"  | 
| 1194 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1206 1195 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1207 1196 | 
             
            <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>
         | 
| 1208 1197 | 
             
            </div>
         | 
| @@ -1222,31 +1211,22 @@ statement in a RC file. | |
| 1222 1211 | 
             
            </tr>
         | 
| 1223 1212 | 
             
            <tr>
         | 
| 1224 1213 | 
             
            <td><p><span class="term"><em class="parameter"><code>pattern</code></em> :</span></p></td>
         | 
| 1225 | 
            -
            <td>the pattern
         | 
| 1226 | 
            -
            </td>
         | 
| 1214 | 
            +
            <td>the pattern</td>
         | 
| 1227 1215 | 
             
            </tr>
         | 
| 1228 1216 | 
             
            </tbody>
         | 
| 1229 1217 | 
             
            </table></div>
         | 
| 1230 1218 | 
             
            </div>
         | 
| 1231 1219 | 
             
            <hr>
         | 
| 1232 | 
            -
            <div class="refsect2" | 
| 1233 | 
            -
            <a name="gtk-rc-parse"></a><h3>gtk_rc_parse | 
| 1234 | 
            -
            <pre class="programlisting" | 
| 1220 | 
            +
            <div class="refsect2">
         | 
| 1221 | 
            +
            <a name="gtk-rc-parse"></a><h3>gtk_rc_parse</h3>
         | 
| 1222 | 
            +
            <pre class="programlisting">#define gtk_rc_parse gtk_rc_parse_utf8
         | 
| 1223 | 
            +
            </pre>
         | 
| 1235 1224 | 
             
            <p>
         | 
| 1236 1225 | 
             
            Parses a given resource file.
         | 
| 1237 1226 | 
             
            </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>
         | 
| 1247 1227 | 
             
            </div>
         | 
| 1248 1228 | 
             
            <hr>
         | 
| 1249 | 
            -
            <div class="refsect2" | 
| 1229 | 
            +
            <div class="refsect2">
         | 
| 1250 1230 | 
             
            <a name="gtk-rc-parse-string"></a><h3>gtk_rc_parse_string ()</h3>
         | 
| 1251 1231 | 
             
            <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>
         | 
| 1252 1232 | 
             
            <p>
         | 
| @@ -1256,13 +1236,12 @@ Parses resource information directly from a string. | |
| 1256 1236 | 
             
            <col align="left" valign="top">
         | 
| 1257 1237 | 
             
            <tbody><tr>
         | 
| 1258 1238 | 
             
            <td><p><span class="term"><em class="parameter"><code>rc_string</code></em> :</span></p></td>
         | 
| 1259 | 
            -
            <td>a string to parse | 
| 1260 | 
            -
            </td>
         | 
| 1239 | 
            +
            <td>a string to parse.</td>
         | 
| 1261 1240 | 
             
            </tr></tbody>
         | 
| 1262 1241 | 
             
            </table></div>
         | 
| 1263 1242 | 
             
            </div>
         | 
| 1264 1243 | 
             
            <hr>
         | 
| 1265 | 
            -
            <div class="refsect2" | 
| 1244 | 
            +
            <div class="refsect2">
         | 
| 1266 1245 | 
             
            <a name="gtk-rc-reparse-all"></a><h3>gtk_rc_reparse_all ()</h3>
         | 
| 1267 1246 | 
             
            <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>
         | 
| 1268 1247 | 
             
            <p>
         | 
| @@ -1274,13 +1253,13 @@ and then reread all previously read RC files. | |
| 1274 1253 | 
             
            <col align="left" valign="top">
         | 
| 1275 1254 | 
             
            <tbody><tr>
         | 
| 1276 1255 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1277 | 
            -
            <td> | 
| 1278 | 
            -
            </td>
         | 
| 1256 | 
            +
            <td>
         | 
| 1257 | 
            +
            <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.</td>
         | 
| 1279 1258 | 
             
            </tr></tbody>
         | 
| 1280 1259 | 
             
            </table></div>
         | 
| 1281 1260 | 
             
            </div>
         | 
| 1282 1261 | 
             
            <hr>
         | 
| 1283 | 
            -
            <div class="refsect2" | 
| 1262 | 
            +
            <div class="refsect2">
         | 
| 1284 1263 | 
             
            <a name="gtk-rc-reparse-all-for-settings"></a><h3>gtk_rc_reparse_all_for_settings ()</h3>
         | 
| 1285 1264 | 
             
            <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>,
         | 
| 1286 1265 | 
             
                                                                     <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>
         | 
| @@ -1299,19 +1278,18 @@ and then reread all previously read RC files. | |
| 1299 1278 | 
             
            </tr>
         | 
| 1300 1279 | 
             
            <tr>
         | 
| 1301 1280 | 
             
            <td><p><span class="term"><em class="parameter"><code>force_load</code></em> :</span></p></td>
         | 
| 1302 | 
            -
            <td>load whether or not anything changed
         | 
| 1303 | 
            -
            </td>
         | 
| 1281 | 
            +
            <td>load whether or not anything changed</td>
         | 
| 1304 1282 | 
             
            </tr>
         | 
| 1305 1283 | 
             
            <tr>
         | 
| 1306 1284 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1307 | 
            -
            <td> | 
| 1308 | 
            -
            </td>
         | 
| 1285 | 
            +
            <td>
         | 
| 1286 | 
            +
            <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.</td>
         | 
| 1309 1287 | 
             
            </tr>
         | 
| 1310 1288 | 
             
            </tbody>
         | 
| 1311 1289 | 
             
            </table></div>
         | 
| 1312 1290 | 
             
            </div>
         | 
| 1313 1291 | 
             
            <hr>
         | 
| 1314 | 
            -
            <div class="refsect2" | 
| 1292 | 
            +
            <div class="refsect2">
         | 
| 1315 1293 | 
             
            <a name="gtk-rc-reset-styles"></a><h3>gtk_rc_reset_styles ()</h3>
         | 
| 1316 1294 | 
             
            <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>
         | 
| 1317 1295 | 
             
            <p>
         | 
| @@ -1337,9 +1315,10 @@ with <a class="link" href="GtkWidget.html#gtk-widget-set-style" title="gtk_widge | |
| 1337 1315 | 
             
            <p class="since">Since 2.4</p>
         | 
| 1338 1316 | 
             
            </div>
         | 
| 1339 1317 | 
             
            <hr>
         | 
| 1340 | 
            -
            <div class="refsect2" | 
| 1341 | 
            -
            <a name="gtk-rc-add-default-file"></a><h3>gtk_rc_add_default_file | 
| 1342 | 
            -
            <pre class="programlisting" | 
| 1318 | 
            +
            <div class="refsect2">
         | 
| 1319 | 
            +
            <a name="gtk-rc-add-default-file"></a><h3>gtk_rc_add_default_file</h3>
         | 
| 1320 | 
            +
            <pre class="programlisting">#define gtk_rc_add_default_file gtk_rc_add_default_file_utf8
         | 
| 1321 | 
            +
            </pre>
         | 
| 1343 1322 | 
             
            <p>
         | 
| 1344 1323 | 
             
            Adds a file to the list of files to be parsed at the
         | 
| 1345 1324 | 
             
            end of <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a>.
         | 
| @@ -1349,15 +1328,14 @@ end of <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><cod | |
| 1349 1328 | 
             
            <tbody><tr>
         | 
| 1350 1329 | 
             
            <td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
         | 
| 1351 1330 | 
             
            <td>the pathname to the file. If <em class="parameter"><code>filename</code></em> is not absolute, it
         | 
| 1352 | 
            -
             | 
| 1353 | 
            -
            </td>
         | 
| 1331 | 
            +
            is searched in the current directory.</td>
         | 
| 1354 1332 | 
             
            </tr></tbody>
         | 
| 1355 1333 | 
             
            </table></div>
         | 
| 1356 1334 | 
             
            </div>
         | 
| 1357 1335 | 
             
            <hr>
         | 
| 1358 | 
            -
            <div class="refsect2" | 
| 1336 | 
            +
            <div class="refsect2">
         | 
| 1359 1337 | 
             
            <a name="gtk-rc-get-default-files"></a><h3>gtk_rc_get_default_files ()</h3>
         | 
| 1360 | 
            -
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a | 
| 1338 | 
            +
            <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>
         | 
| 1361 1339 | 
             
            <p>
         | 
| 1362 1340 | 
             
            Retrieves the current list of RC files that will be parsed
         | 
| 1363 1341 | 
             
            at the end of <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a>.
         | 
| @@ -1366,17 +1344,18 @@ at the end of <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ( | |
| 1366 1344 | 
             
            <col align="left" valign="top">
         | 
| 1367 1345 | 
             
            <tbody><tr>
         | 
| 1368 1346 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1369 | 
            -
            <td> | 
| 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.
         | 
| 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 | 
            +
            This memory is owned by GTK+ and must not be freed by the application.
         | 
| 1349 | 
            +
            If you want to store this information, you should make a copy. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 1372 1350 | 
             
            </td>
         | 
| 1373 1351 | 
             
            </tr></tbody>
         | 
| 1374 1352 | 
             
            </table></div>
         | 
| 1375 1353 | 
             
            </div>
         | 
| 1376 1354 | 
             
            <hr>
         | 
| 1377 | 
            -
            <div class="refsect2" | 
| 1378 | 
            -
            <a name="gtk-rc-set-default-files"></a><h3>gtk_rc_set_default_files | 
| 1379 | 
            -
            <pre class="programlisting" | 
| 1355 | 
            +
            <div class="refsect2">
         | 
| 1356 | 
            +
            <a name="gtk-rc-set-default-files"></a><h3>gtk_rc_set_default_files</h3>
         | 
| 1357 | 
            +
            <pre class="programlisting">#define gtk_rc_set_default_files gtk_rc_set_default_files_utf8
         | 
| 1358 | 
            +
            </pre>
         | 
| 1380 1359 | 
             
            <p>
         | 
| 1381 1360 | 
             
            Sets the list of files that GTK+ will read at the
         | 
| 1382 1361 | 
             
            end of <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a>.
         | 
| @@ -1385,13 +1364,12 @@ end of <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><cod | |
| 1385 1364 | 
             
            <col align="left" valign="top">
         | 
| 1386 1365 | 
             
            <tbody><tr>
         | 
| 1387 1366 | 
             
            <td><p><span class="term"><em class="parameter"><code>filenames</code></em> :</span></p></td>
         | 
| 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>
         | 
| 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.</td>
         | 
| 1390 1368 | 
             
            </tr></tbody>
         | 
| 1391 1369 | 
             
            </table></div>
         | 
| 1392 1370 | 
             
            </div>
         | 
| 1393 1371 | 
             
            <hr>
         | 
| 1394 | 
            -
            <div class="refsect2" | 
| 1372 | 
            +
            <div class="refsect2">
         | 
| 1395 1373 | 
             
            <a name="gtk-rc-parse-color"></a><h3>gtk_rc_parse_color ()</h3>
         | 
| 1396 1374 | 
             
            <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>,
         | 
| 1397 1375 | 
             
                                                                     <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>
         | 
| @@ -1413,20 +1391,19 @@ order to support symbolic colors. | |
| 1413 1391 | 
             
            </tr>
         | 
| 1414 1392 | 
             
            <tr>
         | 
| 1415 1393 | 
             
            <td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
         | 
| 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>
         | 
| 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</td>
         | 
| 1418 1395 | 
             
            </tr>
         | 
| 1419 1396 | 
             
            <tr>
         | 
| 1420 1397 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1421 | 
            -
            <td> | 
| 1422 | 
            -
             | 
| 1423 | 
            -
            </td>
         | 
| 1398 | 
            +
            <td>
         | 
| 1399 | 
            +
            <code class="literal">G_TOKEN_NONE</code> if parsing succeeded, otherwise the token
         | 
| 1400 | 
            +
            that was expected but not found</td>
         | 
| 1424 1401 | 
             
            </tr>
         | 
| 1425 1402 | 
             
            </tbody>
         | 
| 1426 1403 | 
             
            </table></div>
         | 
| 1427 1404 | 
             
            </div>
         | 
| 1428 1405 | 
             
            <hr>
         | 
| 1429 | 
            -
            <div class="refsect2" | 
| 1406 | 
            +
            <div class="refsect2">
         | 
| 1430 1407 | 
             
            <a name="gtk-rc-parse-color-full"></a><h3>gtk_rc_parse_color_full ()</h3>
         | 
| 1431 1408 | 
             
            <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>,
         | 
| 1432 1409 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *style</code></em>,
         | 
| @@ -1446,27 +1423,25 @@ references to symbolic colors. | |
| 1446 1423 | 
             
            </tr>
         | 
| 1447 1424 | 
             
            <tr>
         | 
| 1448 1425 | 
             
            <td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
         | 
| 1449 | 
            -
            <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>
         | 
| 1450 1427 | 
             
            </td>
         | 
| 1451 1428 | 
             
            </tr>
         | 
| 1452 1429 | 
             
            <tr>
         | 
| 1453 1430 | 
             
            <td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
         | 
| 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>
         | 
| 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</td>
         | 
| 1456 1432 | 
             
            </tr>
         | 
| 1457 1433 | 
             
            <tr>
         | 
| 1458 1434 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1459 | 
            -
            <td> | 
| 1460 | 
            -
             | 
| 1461 | 
            -
             | 
| 1462 | 
            -
            </td>
         | 
| 1435 | 
            +
            <td>
         | 
| 1436 | 
            +
            <code class="literal">G_TOKEN_NONE</code> if parsing succeeded, otherwise the token
         | 
| 1437 | 
            +
            that was expected but not found</td>
         | 
| 1463 1438 | 
             
            </tr>
         | 
| 1464 1439 | 
             
            </tbody>
         | 
| 1465 1440 | 
             
            </table></div>
         | 
| 1466 1441 | 
             
            <p class="since">Since 2.12</p>
         | 
| 1467 1442 | 
             
            </div>
         | 
| 1468 1443 | 
             
            <hr>
         | 
| 1469 | 
            -
            <div class="refsect2" | 
| 1444 | 
            +
            <div class="refsect2">
         | 
| 1470 1445 | 
             
            <a name="gtk-rc-parse-state"></a><h3>gtk_rc_parse_state ()</h3>
         | 
| 1471 1446 | 
             
            <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>,
         | 
| 1472 1447 | 
             
                                                                     <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>
         | 
| @@ -1479,27 +1454,24 @@ in a RC file. | |
| 1479 1454 | 
             
            <tbody>
         | 
| 1480 1455 | 
             
            <tr>
         | 
| 1481 1456 | 
             
            <td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
         | 
| 1482 | 
            -
            <td>a <span class="type">GtkScanner</span> (must be initialized for parsing an RC file)
         | 
| 1483 | 
            -
            </td>
         | 
| 1457 | 
            +
            <td>a <span class="type">GtkScanner</span> (must be initialized for parsing an RC file)</td>
         | 
| 1484 1458 | 
             
            </tr>
         | 
| 1485 1459 | 
             
            <tr>
         | 
| 1486 1460 | 
             
            <td><p><span class="term"><em class="parameter"><code>state</code></em> :</span></p></td>
         | 
| 1487 1461 | 
             
            <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
         | 
| 1488 | 
            -
            store the result | 
| 1489 | 
            -
            </td>
         | 
| 1462 | 
            +
            store the result.</td>
         | 
| 1490 1463 | 
             
            </tr>
         | 
| 1491 1464 | 
             
            <tr>
         | 
| 1492 1465 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1493 1466 | 
             
            <td>
         | 
| 1494 1467 | 
             
            <code class="literal">G_TOKEN_NONE</code> if parsing succeeded, otherwise the token
         | 
| 1495 | 
            -
            that was expected but not found | 
| 1496 | 
            -
            </td>
         | 
| 1468 | 
            +
            that was expected but not found.</td>
         | 
| 1497 1469 | 
             
            </tr>
         | 
| 1498 1470 | 
             
            </tbody>
         | 
| 1499 1471 | 
             
            </table></div>
         | 
| 1500 1472 | 
             
            </div>
         | 
| 1501 1473 | 
             
            <hr>
         | 
| 1502 | 
            -
            <div class="refsect2" | 
| 1474 | 
            +
            <div class="refsect2">
         | 
| 1503 1475 | 
             
            <a name="gtk-rc-parse-priority"></a><h3>gtk_rc_parse_priority ()</h3>
         | 
| 1504 1476 | 
             
            <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>,
         | 
| 1505 1477 | 
             
                                                                     <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>
         | 
| @@ -1512,29 +1484,26 @@ in a RC file. | |
| 1512 1484 | 
             
            <tbody>
         | 
| 1513 1485 | 
             
            <tr>
         | 
| 1514 1486 | 
             
            <td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
         | 
| 1515 | 
            -
            <td>a <span class="type">GtkScanner</span> (must be initialized for parsing an RC file)
         | 
| 1516 | 
            -
            </td>
         | 
| 1487 | 
            +
            <td>a <span class="type">GtkScanner</span> (must be initialized for parsing an RC file)</td>
         | 
| 1517 1488 | 
             
            </tr>
         | 
| 1518 1489 | 
             
            <tr>
         | 
| 1519 1490 | 
             
            <td><p><span class="term"><em class="parameter"><code>priority</code></em> :</span></p></td>
         | 
| 1520 1491 | 
             
            <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
         | 
| 1521 | 
            -
            to store the result | 
| 1522 | 
            -
            </td>
         | 
| 1492 | 
            +
            to store the result.</td>
         | 
| 1523 1493 | 
             
            </tr>
         | 
| 1524 1494 | 
             
            <tr>
         | 
| 1525 1495 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1526 1496 | 
             
            <td>
         | 
| 1527 1497 | 
             
            <code class="literal">G_TOKEN_NONE</code> if parsing succeeded, otherwise the token
         | 
| 1528 | 
            -
            that was expected but not found | 
| 1529 | 
            -
            </td>
         | 
| 1498 | 
            +
            that was expected but not found.</td>
         | 
| 1530 1499 | 
             
            </tr>
         | 
| 1531 1500 | 
             
            </tbody>
         | 
| 1532 1501 | 
             
            </table></div>
         | 
| 1533 1502 | 
             
            </div>
         | 
| 1534 1503 | 
             
            <hr>
         | 
| 1535 | 
            -
            <div class="refsect2" | 
| 1504 | 
            +
            <div class="refsect2">
         | 
| 1536 1505 | 
             
            <a name="gtk-rc-find-module-in-path"></a><h3>gtk_rc_find_module_in_path ()</h3>
         | 
| 1537 | 
            -
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a | 
| 1506 | 
            +
            <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>
         | 
| 1538 1507 | 
             
            <p>
         | 
| 1539 1508 | 
             
            Searches for a theme engine in the GTK+ search path. This function
         | 
| 1540 1509 | 
             
            is not useful for applications and should not be used.
         | 
| @@ -1544,22 +1513,20 @@ is not useful for applications and should not be used. | |
| 1544 1513 | 
             
            <tbody>
         | 
| 1545 1514 | 
             
            <tr>
         | 
| 1546 1515 | 
             
            <td><p><span class="term"><em class="parameter"><code>module_file</code></em> :</span></p></td>
         | 
| 1547 | 
            -
            <td>name of a theme engine
         | 
| 1548 | 
            -
            </td>
         | 
| 1516 | 
            +
            <td>name of a theme engine</td>
         | 
| 1549 1517 | 
             
            </tr>
         | 
| 1550 1518 | 
             
            <tr>
         | 
| 1551 1519 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1552 | 
            -
            <td> | 
| 1553 | 
            -
             | 
| 1554 | 
            -
            </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>.</td>
         | 
| 1555 1522 | 
             
            </tr>
         | 
| 1556 1523 | 
             
            </tbody>
         | 
| 1557 1524 | 
             
            </table></div>
         | 
| 1558 1525 | 
             
            </div>
         | 
| 1559 1526 | 
             
            <hr>
         | 
| 1560 | 
            -
            <div class="refsect2" | 
| 1527 | 
            +
            <div class="refsect2">
         | 
| 1561 1528 | 
             
            <a name="gtk-rc-find-pixmap-in-path"></a><h3>gtk_rc_find_pixmap_in_path ()</h3>
         | 
| 1562 | 
            -
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a | 
| 1529 | 
            +
            <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>,
         | 
| 1563 1530 | 
             
                                                                     <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>,
         | 
| 1564 1531 | 
             
                                                                     <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>
         | 
| 1565 1532 | 
             
            <p>
         | 
| @@ -1578,26 +1545,24 @@ If the file is not found, it outputs a warning message using | |
| 1578 1545 | 
             
            <tr>
         | 
| 1579 1546 | 
             
            <td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
         | 
| 1580 1547 | 
             
            <td>Scanner used to get line number information for the
         | 
| 1581 | 
            -
             | 
| 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>
         | 
| 1582 1549 | 
             
            </td>
         | 
| 1583 1550 | 
             
            </tr>
         | 
| 1584 1551 | 
             
            <tr>
         | 
| 1585 1552 | 
             
            <td><p><span class="term"><em class="parameter"><code>pixmap_file</code></em> :</span></p></td>
         | 
| 1586 | 
            -
            <td>name of the pixmap file to locate | 
| 1587 | 
            -
            </td>
         | 
| 1553 | 
            +
            <td>name of the pixmap file to locate.</td>
         | 
| 1588 1554 | 
             
            </tr>
         | 
| 1589 1555 | 
             
            <tr>
         | 
| 1590 1556 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1591 | 
            -
            <td> | 
| 1592 | 
            -
            </td>
         | 
| 1557 | 
            +
            <td>the filename.</td>
         | 
| 1593 1558 | 
             
            </tr>
         | 
| 1594 1559 | 
             
            </tbody>
         | 
| 1595 1560 | 
             
            </table></div>
         | 
| 1596 1561 | 
             
            </div>
         | 
| 1597 1562 | 
             
            <hr>
         | 
| 1598 | 
            -
            <div class="refsect2" | 
| 1563 | 
            +
            <div class="refsect2">
         | 
| 1599 1564 | 
             
            <a name="gtk-rc-get-module-dir"></a><h3>gtk_rc_get_module_dir ()</h3>
         | 
| 1600 | 
            -
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a | 
| 1565 | 
            +
            <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>
         | 
| 1601 1566 | 
             
            <p>
         | 
| 1602 1567 | 
             
            Returns a directory in which GTK+ looks for theme engines.
         | 
| 1603 1568 | 
             
            For full information about the search for theme engines,
         | 
| @@ -1608,15 +1573,14 @@ see the docs for <code class="envar">GTK_PATH</code> in | |
| 1608 1573 | 
             
            <col align="left" valign="top">
         | 
| 1609 1574 | 
             
            <tbody><tr>
         | 
| 1610 1575 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1611 | 
            -
            <td> | 
| 1612 | 
            -
            </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>)</td>
         | 
| 1613 1577 | 
             
            </tr></tbody>
         | 
| 1614 1578 | 
             
            </table></div>
         | 
| 1615 1579 | 
             
            </div>
         | 
| 1616 1580 | 
             
            <hr>
         | 
| 1617 | 
            -
            <div class="refsect2" | 
| 1581 | 
            +
            <div class="refsect2">
         | 
| 1618 1582 | 
             
            <a name="gtk-rc-get-im-module-path"></a><h3>gtk_rc_get_im_module_path ()</h3>
         | 
| 1619 | 
            -
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a | 
| 1583 | 
            +
            <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>
         | 
| 1620 1584 | 
             
            <p>
         | 
| 1621 1585 | 
             
            Obtains the path in which to look for IM modules. See the documentation
         | 
| 1622 1586 | 
             
            of the <code class="envar">GTK_PATH</code>
         | 
| @@ -1628,16 +1592,15 @@ not be used by applications under normal circumstances. | |
| 1628 1592 | 
             
            <col align="left" valign="top">
         | 
| 1629 1593 | 
             
            <tbody><tr>
         | 
| 1630 1594 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1631 | 
            -
            <td>a newly-allocated string containing the path in which to | 
| 1632 | 
            -
             | 
| 1633 | 
            -
            </td>
         | 
| 1595 | 
            +
            <td>a newly-allocated string containing the path in which to
         | 
| 1596 | 
            +
            look for IM modules.</td>
         | 
| 1634 1597 | 
             
            </tr></tbody>
         | 
| 1635 1598 | 
             
            </table></div>
         | 
| 1636 1599 | 
             
            </div>
         | 
| 1637 1600 | 
             
            <hr>
         | 
| 1638 | 
            -
            <div class="refsect2" | 
| 1601 | 
            +
            <div class="refsect2">
         | 
| 1639 1602 | 
             
            <a name="gtk-rc-get-im-module-file"></a><h3>gtk_rc_get_im_module_file ()</h3>
         | 
| 1640 | 
            -
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a | 
| 1603 | 
            +
            <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>
         | 
| 1641 1604 | 
             
            <p>
         | 
| 1642 1605 | 
             
            Obtains the path to the IM modules file. See the documentation
         | 
| 1643 1606 | 
             
            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>
         | 
| @@ -1648,15 +1611,14 @@ environment variable for more details. | |
| 1648 1611 | 
             
            <tbody><tr>
         | 
| 1649 1612 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1650 1613 | 
             
            <td>a newly-allocated string containing the name of the file
         | 
| 1651 | 
            -
            listing the IM modules available for loading
         | 
| 1652 | 
            -
            </td>
         | 
| 1614 | 
            +
            listing the IM modules available for loading</td>
         | 
| 1653 1615 | 
             
            </tr></tbody>
         | 
| 1654 1616 | 
             
            </table></div>
         | 
| 1655 1617 | 
             
            </div>
         | 
| 1656 1618 | 
             
            <hr>
         | 
| 1657 | 
            -
            <div class="refsect2" | 
| 1619 | 
            +
            <div class="refsect2">
         | 
| 1658 1620 | 
             
            <a name="gtk-rc-get-theme-dir"></a><h3>gtk_rc_get_theme_dir ()</h3>
         | 
| 1659 | 
            -
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a | 
| 1621 | 
            +
            <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>
         | 
| 1660 1622 | 
             
            <p>
         | 
| 1661 1623 | 
             
            Returns the standard directory in which themes should
         | 
| 1662 1624 | 
             
            be installed. (GTK+ does not actually use this directory
         | 
| @@ -1666,15 +1628,14 @@ itself.) | |
| 1666 1628 | 
             
            <col align="left" valign="top">
         | 
| 1667 1629 | 
             
            <tbody><tr>
         | 
| 1668 1630 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 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>
         | 
| 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>).</td>
         | 
| 1671 1632 | 
             
            </tr></tbody>
         | 
| 1672 1633 | 
             
            </table></div>
         | 
| 1673 1634 | 
             
            </div>
         | 
| 1674 1635 | 
             
            <hr>
         | 
| 1675 | 
            -
            <div class="refsect2" | 
| 1636 | 
            +
            <div class="refsect2">
         | 
| 1676 1637 | 
             
            <a name="gtk-rc-style-new"></a><h3>gtk_rc_style_new ()</h3>
         | 
| 1677 | 
            -
            <pre class="programlisting"><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="returnvalue">GtkRcStyle</span></a | 
| 1638 | 
            +
            <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>
         | 
| 1678 1639 | 
             
            <p>
         | 
| 1679 1640 | 
             
            Creates a new <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> with no fields set and
         | 
| 1680 1641 | 
             
            a reference count of 1.
         | 
| @@ -1689,9 +1650,9 @@ a reference count of 1. | |
| 1689 1650 | 
             
            </table></div>
         | 
| 1690 1651 | 
             
            </div>
         | 
| 1691 1652 | 
             
            <hr>
         | 
| 1692 | 
            -
            <div class="refsect2" | 
| 1653 | 
            +
            <div class="refsect2">
         | 
| 1693 1654 | 
             
            <a name="gtk-rc-style-copy"></a><h3>gtk_rc_style_copy ()</h3>
         | 
| 1694 | 
            -
            <pre class="programlisting"><a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="returnvalue">GtkRcStyle</span></a | 
| 1655 | 
            +
            <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>
         | 
| 1695 1656 | 
             
            <p>
         | 
| 1696 1657 | 
             
            Makes a copy of the specified <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a>. This function
         | 
| 1697 1658 | 
             
            will correctly copy an RC style that is a member of a class
         | 
| @@ -1702,22 +1663,21 @@ derived from <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span cla | |
| 1702 1663 | 
             
            <tbody>
         | 
| 1703 1664 | 
             
            <tr>
         | 
| 1704 1665 | 
             
            <td><p><span class="term"><em class="parameter"><code>orig</code></em> :</span></p></td>
         | 
| 1705 | 
            -
            <td>the style to copy
         | 
| 1706 | 
            -
            </td>
         | 
| 1666 | 
            +
            <td>the style to copy</td>
         | 
| 1707 1667 | 
             
            </tr>
         | 
| 1708 1668 | 
             
            <tr>
         | 
| 1709 1669 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1710 | 
            -
            <td> | 
| 1670 | 
            +
            <td>the resulting <a class="link" href="gtk-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
         | 
| 1711 1671 | 
             
            </td>
         | 
| 1712 1672 | 
             
            </tr>
         | 
| 1713 1673 | 
             
            </tbody>
         | 
| 1714 1674 | 
             
            </table></div>
         | 
| 1715 1675 | 
             
            </div>
         | 
| 1716 1676 | 
             
            <hr>
         | 
| 1717 | 
            -
            <div class="refsect2" | 
| 1677 | 
            +
            <div class="refsect2">
         | 
| 1718 1678 | 
             
            <a name="gtk-rc-style-ref"></a><h3>gtk_rc_style_ref ()</h3>
         | 
| 1719 1679 | 
             
            <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>
         | 
| 1720 | 
            -
            <div class="warning"  | 
| 1680 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1721 1681 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1722 1682 | 
             
            <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>
         | 
| 1723 1683 | 
             
            </div>
         | 
| @@ -1734,10 +1694,10 @@ Increments the reference count of a <a class="link" href="gtk-Resource-Files.htm | |
| 1734 1694 | 
             
            </table></div>
         | 
| 1735 1695 | 
             
            </div>
         | 
| 1736 1696 | 
             
            <hr>
         | 
| 1737 | 
            -
            <div class="refsect2" | 
| 1697 | 
            +
            <div class="refsect2">
         | 
| 1738 1698 | 
             
            <a name="gtk-rc-style-unref"></a><h3>gtk_rc_style_unref ()</h3>
         | 
| 1739 1699 | 
             
            <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>
         | 
| 1740 | 
            -
            <div class="warning"  | 
| 1700 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1741 1701 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1742 1702 | 
             
            <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>
         | 
| 1743 1703 | 
             
            </div>
         | 
| @@ -1758,6 +1718,6 @@ frees if the result is 0. | |
| 1758 1718 | 
             
            </div>
         | 
| 1759 1719 | 
             
            <div class="footer">
         | 
| 1760 1720 | 
             
            <hr>
         | 
| 1761 | 
            -
                      Generated by GTK-Doc V1. | 
| 1721 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 1762 1722 | 
             
            </body>
         | 
| 1763 1723 | 
             
            </html>
         |