gtk2 1.0.0-x86-mingw32 → 1.0.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +52 -0
- data/ext/gtk2/extconf.rb +18 -9
- data/ext/gtk2/rbgdk.h +3 -0
- data/ext/gtk2/rbgdkdragcontext.c +4 -4
- data/ext/gtk2/rbgdkevent.c +18 -5
- data/ext/gtk2/rbgdkpixmap.c +43 -48
- data/ext/gtk2/rbgdkproperty.c +6 -5
- data/ext/gtk2/rbgdkscreen.c +18 -74
- data/ext/gtk2/rbgdkselection.c +2 -2
- data/ext/gtk2/rbgdkwindow.c +11 -18
- data/ext/gtk2/rbgdkwindowattr.c +1 -1
- data/ext/gtk2/rbgtkaccelgroup.c +1 -1
- data/ext/gtk2/rbgtkaction.c +8 -26
- data/ext/gtk2/rbgtkactiongroup.c +6 -6
- data/ext/gtk2/rbgtkadjustment.c +20 -74
- data/ext/gtk2/rbgtkbindingset.c +1 -1
- data/ext/gtk2/rbgtkbuilder.c +2 -1
- data/ext/gtk2/rbgtkbutton.c +1 -9
- data/ext/gtk2/rbgtkcalendar.c +1 -1
- data/ext/gtk2/rbgtkcellrendererspinner.c +0 -3
- data/ext/gtk2/rbgtkcellrenderertext.c +1 -2
- data/ext/gtk2/rbgtkcellview.c +6 -11
- data/ext/gtk2/rbgtkcolorselectiondialog.c +2 -28
- data/ext/gtk2/rbgtkcombo.c +2 -2
- data/ext/gtk2/rbgtkcombobox.c +9 -29
- data/ext/gtk2/rbgtkcontainer.c +1 -1
- data/ext/gtk2/rbgtkcurve.c +4 -2
- data/ext/gtk2/rbgtkdialog.c +2 -3
- data/ext/gtk2/rbgtkdrag.c +3 -3
- data/ext/gtk2/rbgtkentry.c +2 -2
- data/ext/gtk2/rbgtkentrycompletion.c +1 -4
- data/ext/gtk2/rbgtkfilechooser.c +32 -29
- data/ext/gtk2/rbgtkfilechooserdialog.c +8 -6
- data/ext/gtk2/rbgtkfilefilter.c +8 -4
- data/ext/gtk2/rbgtkframe.c +3 -4
- data/ext/gtk2/rbgtkhandlebox.c +0 -7
- data/ext/gtk2/rbgtkicontheme.c +4 -13
- data/ext/gtk2/rbgtkiconview.c +4 -15
- data/ext/gtk2/rbgtkimcontext.c +1 -1
- data/ext/gtk2/rbgtkinvisible.c +5 -21
- data/ext/gtk2/rbgtkitemfactory.c +3 -3
- data/ext/gtk2/rbgtklabel.c +0 -2
- data/ext/gtk2/rbgtklinkbutton.c +0 -2
- data/ext/gtk2/rbgtkmain.c +7 -10
- data/ext/gtk2/rbgtkmenu.c +22 -74
- data/ext/gtk2/rbgtkmenuitem.c +16 -55
- data/ext/gtk2/rbgtkmenushell.c +3 -11
- data/ext/gtk2/rbgtkmessagedialog.c +11 -20
- data/ext/gtk2/rbgtknotebook.c +0 -1
- data/ext/gtk2/rbgtkoptionmenu.c +1 -2
- data/ext/gtk2/rbgtkprintjob.c +1 -2
- data/ext/gtk2/rbgtkprintoperation.c +0 -2
- data/ext/gtk2/rbgtkradioaction.c +2 -7
- data/ext/gtk2/rbgtkradiobutton.c +1 -1
- data/ext/gtk2/rbgtkradiomenuitem.c +4 -6
- data/ext/gtk2/rbgtkradiotoolbutton.c +2 -4
- data/ext/gtk2/rbgtkrange.c +1 -2
- data/ext/gtk2/rbgtkrc.c +8 -9
- data/ext/gtk2/rbgtkrcstyle.c +2 -2
- data/ext/gtk2/rbgtkrecentaction.c +0 -1
- data/ext/gtk2/rbgtkrecentchooser.c +3 -3
- data/ext/gtk2/rbgtkrecentdata.c +2 -9
- data/ext/gtk2/rbgtkrecentfilter.c +2 -1
- data/ext/gtk2/rbgtkrecentfilterinfo.c +5 -16
- data/ext/gtk2/rbgtkrecentinfo.c +2 -2
- data/ext/gtk2/rbgtkrecentmanager.c +1 -2
- data/ext/gtk2/rbgtkruler.c +6 -16
- data/ext/gtk2/rbgtkscalebutton.c +16 -48
- data/ext/gtk2/rbgtkscrolledwindow.c +1 -1
- data/ext/gtk2/rbgtkselectiondata.c +10 -34
- data/ext/gtk2/rbgtksettings.c +1 -1
- data/ext/gtk2/rbgtkspinner.c +0 -3
- data/ext/gtk2/rbgtkstatusbar.c +5 -16
- data/ext/gtk2/rbgtkstatusicon.c +2 -9
- data/ext/gtk2/rbgtkstock.c +4 -4
- data/ext/gtk2/rbgtktable.c +8 -13
- data/ext/gtk2/rbgtktextattributes.c +0 -2
- data/ext/gtk2/rbgtktextbuffer.c +17 -16
- data/ext/gtk2/rbgtktextmark.c +7 -14
- data/ext/gtk2/rbgtktexttag.c +1 -2
- data/ext/gtk2/rbgtktextview.c +3 -4
- data/ext/gtk2/rbgtktoggleaction.c +5 -16
- data/ext/gtk2/rbgtktogglebutton.c +1 -2
- data/ext/gtk2/rbgtktoggletoolbutton.c +5 -16
- data/ext/gtk2/rbgtktoolbar.c +8 -31
- data/ext/gtk2/rbgtktoolitem.c +3 -1
- data/ext/gtk2/rbgtktreerowreference.c +4 -4
- data/ext/gtk2/rbgtktreesortable.c +0 -3
- data/ext/gtk2/rbgtktreestore.c +10 -7
- data/ext/gtk2/rbgtktreeview.c +5 -8
- data/ext/gtk2/rbgtktreeviewcolumn.c +13 -34
- data/ext/gtk2/rbgtkuimanager.c +2 -3
- data/ext/gtk2/rbgtkwidget.c +24 -44
- data/ext/gtk2/rbgtkwindow.c +32 -92
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/lib/gtk2/base.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +2 -29
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdk.h +5 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +0 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +4 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +0 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +9 -13
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +0 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +6 -16
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +3 -14
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +0 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +3 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +0 -6
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +1 -2
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/manifest/{gtk+-dev_2.24.0-1_win32.mft → gtk+-dev_2.22.1-1_win32.mft} +6 -9
- data/vendor/local/manifest/{gtk+_2.24.0-1_win32.mft → gtk+_2.22.1-1_win32.mft} +6 -2
- data/vendor/local/share/doc/{gtk+-2.24.0 → gtk+-2.22.1}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.24.0 → gtk+-dev-2.22.1}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +21 -0
- data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
- data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
- data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +94 -60
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +58 -44
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +208 -151
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +37 -33
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +239 -180
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +5 -135
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +47 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +23 -20
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +39 -81
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +199 -135
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +90 -71
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +200 -161
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +409 -293
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +435 -320
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +141 -109
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +234 -155
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +217 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +124 -103
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +250 -168
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +131 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +191 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +53 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +195 -162
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +112 -85
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +137 -79
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +176 -144
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +235 -188
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +134 -97
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +35 -22
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +70 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +108 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +744 -653
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +490 -476
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +44 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +76 -85
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +1 -10
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +186 -193
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +46 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +236 -169
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +258 -175
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +50 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +114 -78
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +66 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +46 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +118 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +120 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +117 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +137 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +185 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +76 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +895 -615
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +1780 -509
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +163 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +87 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +130 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +44 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +32 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +25 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +74 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +54 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +76 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +34 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +75 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +180 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +32 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +81 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +186 -344
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +46 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +260 -311
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +79 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +121 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +88 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +470 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +104 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +185 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +38 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +96 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +403 -331
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +89 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +35 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +26 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +146 -102
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +49 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +86 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +81 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +61 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +58 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +34 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +101 -65
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +66 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +182 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +248 -184
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +447 -321
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +195 -174
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +80 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +41 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +42 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +272 -179
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +249 -197
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +76 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +60 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +180 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +130 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +168 -138
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +221 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +49 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +145 -112
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +118 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +49 -73
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +39 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +452 -396
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +206 -148
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +25 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +165 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +66 -56
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +160 -115
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +25 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +134 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +44 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +67 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +136 -109
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +53 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +68 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +403 -265
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +134 -100
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +111 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +108 -91
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +53 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +79 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +71 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +42 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +185 -218
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +41 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +194 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +29 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +19 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +85 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +269 -202
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +58 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +72 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +83 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +143 -93
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +27 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +259 -129
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +45 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +53 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +177 -132
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +254 -190
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +75 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +928 -546
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +135 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +140 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +656 -494
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +46 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +194 -164
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +76 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +425 -340
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +57 -43
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +38 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +85 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +166 -133
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +103 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +139 -116
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +59 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +360 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +70 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +152 -105
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +134 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +557 -428
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +126 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +70 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +171 -123
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +62 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +199 -170
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +863 -565
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +282 -203
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +189 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +34 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +24 -31
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +29 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1579 -1278
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +532 -380
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +39 -21
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +45 -236
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +385 -469
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +4 -15
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +124 -69
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +211 -149
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +293 -189
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +246 -175
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +41 -35
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +47 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +318 -270
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +22 -16
- data/vendor/local/share/gtk-doc/html/gtk/{GtkPaperSize.html → gtk-GtkPaperSize.html} +252 -204
- data/vendor/local/share/gtk-doc/html/gtk/{GtkTextIter.html → gtk-GtkTextIter.html} +806 -664
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +82 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +289 -221
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +232 -142
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +190 -150
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +408 -328
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +306 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +158 -152
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +136 -85
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +239 -204
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +343 -271
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +11 -18
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +75 -63
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +75 -58
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +10 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +31 -39
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +412 -445
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +455 -488
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +5 -8
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/index.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +142 -194
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +5048 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.24.0-1_win32.sh → gtk+_2.22.1-1_win32.sh} +2 -2
- metadata +25 -25
- data/vendor/local/etc/gtk-2.0/gtkrc +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +0 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +0 -301
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +0 -117
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +0 -4934
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="reference.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gdk-Bitmaps-and-Pixmaps.html" title="Bitmaps and Pixmaps">
|
10
10
|
<link rel="next" href="gdk-Images.html" title="Images">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<a href="#gdk-GdkRGB.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry">
|
29
|
+
<div class="refentry" title="GdkRGB">
|
30
30
|
<a name="gdk-GdkRGB"></a><div class="titlepage"></div>
|
31
31
|
<div class="refnamediv"><table width="100%"><tr>
|
32
32
|
<td valign="top">
|
@@ -35,7 +35,7 @@
|
|
35
35
|
</td>
|
36
36
|
<td valign="top" align="right"></td>
|
37
37
|
</tr></table></div>
|
38
|
-
<div class="refsynopsisdiv">
|
38
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
39
39
|
<a name="gdk-GdkRGB.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <gdk/gdk.h>
|
@@ -71,7 +71,7 @@
|
|
71
71
|
<em class="parameter"><code><a class="link" href="gdk-GdkRGB.html#GdkRgbDither" title="enum GdkRgbDither"><span class="type">GdkRgbDither</span></a> dith</code></em>,
|
72
72
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *buf</code></em>,
|
73
73
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> rowstride</code></em>,
|
74
|
-
<em class="parameter"><code><a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="
|
74
|
+
<em class="parameter"><code><a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="GdkRgbCmap"><span class="type">GdkRgbCmap</span></a> *cmap</code></em>);
|
75
75
|
<span class="returnvalue">void</span> <a class="link" href="gdk-GdkRGB.html#gdk-draw-gray-image" title="gdk_draw_gray_image ()">gdk_draw_gray_image</a> (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
|
76
76
|
<em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
|
77
77
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
@@ -103,10 +103,10 @@
|
|
103
103
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ydith</code></em>);
|
104
104
|
enum <a class="link" href="gdk-GdkRGB.html#GdkRgbDither" title="enum GdkRgbDither">GdkRgbDither</a>;
|
105
105
|
|
106
|
-
<a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="
|
106
|
+
<a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="GdkRgbCmap"><span class="returnvalue">GdkRgbCmap</span></a> * <a class="link" href="gdk-GdkRGB.html#gdk-rgb-cmap-new" title="gdk_rgb_cmap_new ()">gdk_rgb_cmap_new</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *colors</code></em>,
|
107
107
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_colors</code></em>);
|
108
|
-
<span class="returnvalue">void</span> <a class="link" href="gdk-GdkRGB.html#gdk-rgb-cmap-free" title="gdk_rgb_cmap_free ()">gdk_rgb_cmap_free</a> (<em class="parameter"><code><a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="
|
109
|
-
|
108
|
+
<span class="returnvalue">void</span> <a class="link" href="gdk-GdkRGB.html#gdk-rgb-cmap-free" title="gdk_rgb_cmap_free ()">gdk_rgb_cmap_free</a> (<em class="parameter"><code><a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="GdkRgbCmap"><span class="type">GdkRgbCmap</span></a> *cmap</code></em>);
|
109
|
+
<a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="GdkRgbCmap">GdkRgbCmap</a>;
|
110
110
|
|
111
111
|
<span class="returnvalue">void</span> <a class="link" href="gdk-GdkRGB.html#gdk-rgb-gc-set-foreground" title="gdk_rgb_gc_set_foreground ()">gdk_rgb_gc_set_foreground</a> (<em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
|
112
112
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> rgb</code></em>);
|
@@ -126,7 +126,7 @@ struct <a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="str
|
|
126
126
|
<span class="returnvalue">void</span> <a class="link" href="gdk-GdkRGB.html#gdk-rgb-set-verbose" title="gdk_rgb_set_verbose ()">gdk_rgb_set_verbose</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> verbose</code></em>);
|
127
127
|
</pre>
|
128
128
|
</div>
|
129
|
-
<div class="refsect1">
|
129
|
+
<div class="refsect1" title="Description">
|
130
130
|
<a name="gdk-GdkRGB.description"></a><h2>Description</h2>
|
131
131
|
<p>
|
132
132
|
GdkRGB is a low-level module which renders RGB, grayscale, and indexed
|
@@ -161,7 +161,7 @@ AMD, and Sparc chipsets. If desired, mediaLib support can be turned off
|
|
161
161
|
by setting the GDK_DISABLE_MEDIALIB environment variable.
|
162
162
|
</p>
|
163
163
|
<div class="example">
|
164
|
-
<a name="
|
164
|
+
<a name="id667892"></a><p class="title"><b>Example 4. A simple example program using GdkRGB</b></p>
|
165
165
|
<div class="example-contents">
|
166
166
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
167
167
|
<tbody>
|
@@ -264,12 +264,12 @@ by setting the GDK_DISABLE_MEDIALIB environment variable.
|
|
264
264
|
</div>
|
265
265
|
<br class="example-break">
|
266
266
|
</div>
|
267
|
-
<div class="refsect1">
|
267
|
+
<div class="refsect1" title="Details">
|
268
268
|
<a name="gdk-GdkRGB.details"></a><h2>Details</h2>
|
269
|
-
<div class="refsect2">
|
269
|
+
<div class="refsect2" title="gdk_rgb_init ()">
|
270
270
|
<a name="gdk-rgb-init"></a><h3>gdk_rgb_init ()</h3>
|
271
271
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_rgb_init (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
272
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
272
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
273
273
|
<h3 class="title">Warning</h3>
|
274
274
|
<p><code class="literal">gdk_rgb_init</code> is deprecated and should not be used in newly-written code.</p>
|
275
275
|
</div>
|
@@ -279,7 +279,7 @@ This function no longer does anything at all. It's completely useless
|
|
279
279
|
</p>
|
280
280
|
</div>
|
281
281
|
<hr>
|
282
|
-
<div class="refsect2">
|
282
|
+
<div class="refsect2" title="gdk_draw_rgb_image ()">
|
283
283
|
<a name="gdk-draw-rgb-image"></a><h3>gdk_draw_rgb_image ()</h3>
|
284
284
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_rgb_image (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
|
285
285
|
<em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
|
@@ -290,7 +290,7 @@ This function no longer does anything at all. It's completely useless
|
|
290
290
|
<em class="parameter"><code><a class="link" href="gdk-GdkRGB.html#GdkRgbDither" title="enum GdkRgbDither"><span class="type">GdkRgbDither</span></a> dith</code></em>,
|
291
291
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *rgb_buf</code></em>,
|
292
292
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> rowstride</code></em>);</pre>
|
293
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
293
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
294
294
|
<h3 class="title">Warning</h3>
|
295
295
|
<p><code class="literal">gdk_draw_rgb_image</code> is deprecated and should not be used in newly-written code.</p>
|
296
296
|
</div>
|
@@ -317,47 +317,56 @@ the pixel (x + i, y + j) is colored with red value <em class="parameter"><code>r
|
|
317
317
|
<tbody>
|
318
318
|
<tr>
|
319
319
|
<td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
|
320
|
-
<td>The <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> to draw in (usually a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>)
|
320
|
+
<td>The <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> to draw in (usually a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>).
|
321
|
+
</td>
|
321
322
|
</tr>
|
322
323
|
<tr>
|
323
324
|
<td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
|
324
325
|
<td>The graphics context (all GDK drawing operations require one; its
|
325
|
-
contents are ignored)
|
326
|
+
contents are ignored).
|
327
|
+
</td>
|
326
328
|
</tr>
|
327
329
|
<tr>
|
328
330
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
329
|
-
<td>The x coordinate of the top-left corner in the drawable
|
331
|
+
<td>The x coordinate of the top-left corner in the drawable.
|
332
|
+
</td>
|
330
333
|
</tr>
|
331
334
|
<tr>
|
332
335
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
333
|
-
<td>The y coordinate of the top-left corner in the drawable
|
336
|
+
<td>The y coordinate of the top-left corner in the drawable.
|
337
|
+
</td>
|
334
338
|
</tr>
|
335
339
|
<tr>
|
336
340
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
337
|
-
<td>The width of the rectangle to be drawn
|
341
|
+
<td>The width of the rectangle to be drawn.
|
342
|
+
</td>
|
338
343
|
</tr>
|
339
344
|
<tr>
|
340
345
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
341
|
-
<td>The height of the rectangle to be drawn
|
346
|
+
<td>The height of the rectangle to be drawn.
|
347
|
+
</td>
|
342
348
|
</tr>
|
343
349
|
<tr>
|
344
350
|
<td><p><span class="term"><em class="parameter"><code>dith</code></em> :</span></p></td>
|
345
|
-
<td>A <a class="link" href="gdk-GdkRGB.html#GdkRgbDither" title="enum GdkRgbDither"><span class="type">GdkRgbDither</span></a> value, selecting the desired dither mode
|
351
|
+
<td>A <a class="link" href="gdk-GdkRGB.html#GdkRgbDither" title="enum GdkRgbDither"><span class="type">GdkRgbDither</span></a> value, selecting the desired dither mode.
|
352
|
+
</td>
|
346
353
|
</tr>
|
347
354
|
<tr>
|
348
355
|
<td><p><span class="term"><em class="parameter"><code>rgb_buf</code></em> :</span></p></td>
|
349
|
-
<td>The pixel data, represented as packed 24-bit data
|
356
|
+
<td>The pixel data, represented as packed 24-bit data.
|
357
|
+
</td>
|
350
358
|
</tr>
|
351
359
|
<tr>
|
352
360
|
<td><p><span class="term"><em class="parameter"><code>rowstride</code></em> :</span></p></td>
|
353
361
|
<td>The number of bytes from the start of one row in <em class="parameter"><code>rgb_buf</code></em> to the
|
354
|
-
start of the next
|
362
|
+
start of the next.
|
363
|
+
</td>
|
355
364
|
</tr>
|
356
365
|
</tbody>
|
357
366
|
</table></div>
|
358
367
|
</div>
|
359
368
|
<hr>
|
360
|
-
<div class="refsect2">
|
369
|
+
<div class="refsect2" title="gdk_draw_rgb_image_dithalign ()">
|
361
370
|
<a name="gdk-draw-rgb-image-dithalign"></a><h3>gdk_draw_rgb_image_dithalign ()</h3>
|
362
371
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_rgb_image_dithalign (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
|
363
372
|
<em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
|
@@ -370,7 +379,7 @@ start of the next.</td>
|
|
370
379
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> rowstride</code></em>,
|
371
380
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> xdith</code></em>,
|
372
381
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ydith</code></em>);</pre>
|
373
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
382
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
374
383
|
<h3 class="title">Warning</h3>
|
375
384
|
<p><code class="literal">gdk_draw_rgb_image_dithalign</code> is deprecated and should not be used in newly-written code.</p>
|
376
385
|
</div>
|
@@ -394,54 +403,65 @@ dither textures.
|
|
394
403
|
<tbody>
|
395
404
|
<tr>
|
396
405
|
<td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
|
397
|
-
<td>The <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> to draw in (usually a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>)
|
406
|
+
<td>The <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> to draw in (usually a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>).
|
407
|
+
</td>
|
398
408
|
</tr>
|
399
409
|
<tr>
|
400
410
|
<td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
|
401
|
-
<td>The graphics context
|
411
|
+
<td>The graphics context.
|
412
|
+
</td>
|
402
413
|
</tr>
|
403
414
|
<tr>
|
404
415
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
405
|
-
<td>The x coordinate of the top-left corner in the drawable
|
416
|
+
<td>The x coordinate of the top-left corner in the drawable.
|
417
|
+
</td>
|
406
418
|
</tr>
|
407
419
|
<tr>
|
408
420
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
409
|
-
<td>The y coordinate of the top-left corner in the drawable
|
421
|
+
<td>The y coordinate of the top-left corner in the drawable.
|
422
|
+
</td>
|
410
423
|
</tr>
|
411
424
|
<tr>
|
412
425
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
413
|
-
<td>The width of the rectangle to be drawn
|
426
|
+
<td>The width of the rectangle to be drawn.
|
427
|
+
</td>
|
414
428
|
</tr>
|
415
429
|
<tr>
|
416
430
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
417
|
-
<td>The height of the rectangle to be drawn
|
431
|
+
<td>The height of the rectangle to be drawn.
|
432
|
+
</td>
|
418
433
|
</tr>
|
419
434
|
<tr>
|
420
435
|
<td><p><span class="term"><em class="parameter"><code>dith</code></em> :</span></p></td>
|
421
|
-
<td>A <a class="link" href="gdk-GdkRGB.html#GdkRgbDither" title="enum GdkRgbDither"><span class="type">GdkRgbDither</span></a> value, selecting the desired dither mode
|
436
|
+
<td>A <a class="link" href="gdk-GdkRGB.html#GdkRgbDither" title="enum GdkRgbDither"><span class="type">GdkRgbDither</span></a> value, selecting the desired dither mode.
|
437
|
+
</td>
|
422
438
|
</tr>
|
423
439
|
<tr>
|
424
440
|
<td><p><span class="term"><em class="parameter"><code>rgb_buf</code></em> :</span></p></td>
|
425
|
-
<td>The pixel data, represented as packed 24-bit data
|
441
|
+
<td>The pixel data, represented as packed 24-bit data.
|
442
|
+
</td>
|
426
443
|
</tr>
|
427
444
|
<tr>
|
428
445
|
<td><p><span class="term"><em class="parameter"><code>rowstride</code></em> :</span></p></td>
|
429
446
|
<td>The number of bytes from the start of one row in <em class="parameter"><code>rgb_buf</code></em> to the
|
430
|
-
start of the next
|
447
|
+
start of the next.
|
448
|
+
</td>
|
431
449
|
</tr>
|
432
450
|
<tr>
|
433
451
|
<td><p><span class="term"><em class="parameter"><code>xdith</code></em> :</span></p></td>
|
434
|
-
<td>An x offset for dither alignment
|
452
|
+
<td>An x offset for dither alignment.
|
453
|
+
</td>
|
435
454
|
</tr>
|
436
455
|
<tr>
|
437
456
|
<td><p><span class="term"><em class="parameter"><code>ydith</code></em> :</span></p></td>
|
438
|
-
<td>A y offset for dither alignment
|
457
|
+
<td>A y offset for dither alignment.
|
458
|
+
</td>
|
439
459
|
</tr>
|
440
460
|
</tbody>
|
441
461
|
</table></div>
|
442
462
|
</div>
|
443
463
|
<hr>
|
444
|
-
<div class="refsect2">
|
464
|
+
<div class="refsect2" title="gdk_draw_indexed_image ()">
|
445
465
|
<a name="gdk-draw-indexed-image"></a><h3>gdk_draw_indexed_image ()</h3>
|
446
466
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_indexed_image (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
|
447
467
|
<em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
|
@@ -452,13 +472,13 @@ start of the next.</td>
|
|
452
472
|
<em class="parameter"><code><a class="link" href="gdk-GdkRGB.html#GdkRgbDither" title="enum GdkRgbDither"><span class="type">GdkRgbDither</span></a> dith</code></em>,
|
453
473
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *buf</code></em>,
|
454
474
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> rowstride</code></em>,
|
455
|
-
<em class="parameter"><code><a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="
|
456
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
475
|
+
<em class="parameter"><code><a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="GdkRgbCmap"><span class="type">GdkRgbCmap</span></a> *cmap</code></em>);</pre>
|
476
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
457
477
|
<h3 class="title">Warning</h3>
|
458
478
|
<p><code class="literal">gdk_draw_indexed_image</code> is deprecated and should not be used in newly-written code.</p>
|
459
479
|
</div>
|
460
480
|
<p>
|
461
|
-
Draws an indexed image in the drawable, using a <a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="
|
481
|
+
Draws an indexed image in the drawable, using a <a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="GdkRgbCmap"><span class="type">GdkRgbCmap</span></a> to assign
|
462
482
|
actual colors to the color indices.
|
463
483
|
</p>
|
464
484
|
<div class="variablelist"><table border="0">
|
@@ -466,50 +486,60 @@ actual colors to the color indices.
|
|
466
486
|
<tbody>
|
467
487
|
<tr>
|
468
488
|
<td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
|
469
|
-
<td>The <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> to draw in (usually a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>)
|
489
|
+
<td>The <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> to draw in (usually a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>).
|
490
|
+
</td>
|
470
491
|
</tr>
|
471
492
|
<tr>
|
472
493
|
<td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
|
473
|
-
<td>The graphics context
|
494
|
+
<td>The graphics context.
|
495
|
+
</td>
|
474
496
|
</tr>
|
475
497
|
<tr>
|
476
498
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
477
|
-
<td>The x coordinate of the top-left corner in the drawable
|
499
|
+
<td>The x coordinate of the top-left corner in the drawable.
|
500
|
+
</td>
|
478
501
|
</tr>
|
479
502
|
<tr>
|
480
503
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
481
|
-
<td>The y coordinate of the top-left corner in the drawable
|
504
|
+
<td>The y coordinate of the top-left corner in the drawable.
|
505
|
+
</td>
|
482
506
|
</tr>
|
483
507
|
<tr>
|
484
508
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
485
|
-
<td>The width of the rectangle to be drawn
|
509
|
+
<td>The width of the rectangle to be drawn.
|
510
|
+
</td>
|
486
511
|
</tr>
|
487
512
|
<tr>
|
488
513
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
489
|
-
<td>The height of the rectangle to be drawn
|
514
|
+
<td>The height of the rectangle to be drawn.
|
515
|
+
</td>
|
490
516
|
</tr>
|
491
517
|
<tr>
|
492
518
|
<td><p><span class="term"><em class="parameter"><code>dith</code></em> :</span></p></td>
|
493
|
-
<td>A <a class="link" href="gdk-GdkRGB.html#GdkRgbDither" title="enum GdkRgbDither"><span class="type">GdkRgbDither</span></a> value, selecting the desired dither mode
|
519
|
+
<td>A <a class="link" href="gdk-GdkRGB.html#GdkRgbDither" title="enum GdkRgbDither"><span class="type">GdkRgbDither</span></a> value, selecting the desired dither mode.
|
520
|
+
</td>
|
494
521
|
</tr>
|
495
522
|
<tr>
|
496
523
|
<td><p><span class="term"><em class="parameter"><code>buf</code></em> :</span></p></td>
|
497
|
-
<td>The pixel data, represented as 8-bit color indices
|
524
|
+
<td>The pixel data, represented as 8-bit color indices.
|
525
|
+
</td>
|
498
526
|
</tr>
|
499
527
|
<tr>
|
500
528
|
<td><p><span class="term"><em class="parameter"><code>rowstride</code></em> :</span></p></td>
|
501
529
|
<td>The number of bytes from the start of one row in <em class="parameter"><code>buf</code></em> to the
|
502
|
-
start of the next
|
530
|
+
start of the next.
|
531
|
+
</td>
|
503
532
|
</tr>
|
504
533
|
<tr>
|
505
534
|
<td><p><span class="term"><em class="parameter"><code>cmap</code></em> :</span></p></td>
|
506
|
-
<td>The <a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="
|
535
|
+
<td>The <a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="GdkRgbCmap"><span class="type">GdkRgbCmap</span></a> used to assign colors to the color indices.
|
536
|
+
</td>
|
507
537
|
</tr>
|
508
538
|
</tbody>
|
509
539
|
</table></div>
|
510
540
|
</div>
|
511
541
|
<hr>
|
512
|
-
<div class="refsect2">
|
542
|
+
<div class="refsect2" title="gdk_draw_gray_image ()">
|
513
543
|
<a name="gdk-draw-gray-image"></a><h3>gdk_draw_gray_image ()</h3>
|
514
544
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_gray_image (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
|
515
545
|
<em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
|
@@ -520,7 +550,7 @@ start of the next.</td>
|
|
520
550
|
<em class="parameter"><code><a class="link" href="gdk-GdkRGB.html#GdkRgbDither" title="enum GdkRgbDither"><span class="type">GdkRgbDither</span></a> dith</code></em>,
|
521
551
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *buf</code></em>,
|
522
552
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> rowstride</code></em>);</pre>
|
523
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
553
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
524
554
|
<h3 class="title">Warning</h3>
|
525
555
|
<p><code class="literal">gdk_draw_gray_image</code> is deprecated and should not be used in newly-written code.</p>
|
526
556
|
</div>
|
@@ -532,46 +562,55 @@ Draws a grayscale image in the drawable.
|
|
532
562
|
<tbody>
|
533
563
|
<tr>
|
534
564
|
<td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
|
535
|
-
<td>The <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> to draw in (usually a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>)
|
565
|
+
<td>The <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> to draw in (usually a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>).
|
566
|
+
</td>
|
536
567
|
</tr>
|
537
568
|
<tr>
|
538
569
|
<td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
|
539
|
-
<td>The graphics context
|
570
|
+
<td>The graphics context.
|
571
|
+
</td>
|
540
572
|
</tr>
|
541
573
|
<tr>
|
542
574
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
543
|
-
<td>The x coordinate of the top-left corner in the drawable
|
575
|
+
<td>The x coordinate of the top-left corner in the drawable.
|
576
|
+
</td>
|
544
577
|
</tr>
|
545
578
|
<tr>
|
546
579
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
547
|
-
<td>The y coordinate of the top-left corner in the drawable
|
580
|
+
<td>The y coordinate of the top-left corner in the drawable.
|
581
|
+
</td>
|
548
582
|
</tr>
|
549
583
|
<tr>
|
550
584
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
551
|
-
<td>The width of the rectangle to be drawn
|
585
|
+
<td>The width of the rectangle to be drawn.
|
586
|
+
</td>
|
552
587
|
</tr>
|
553
588
|
<tr>
|
554
589
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
555
|
-
<td>The height of the rectangle to be drawn
|
590
|
+
<td>The height of the rectangle to be drawn.
|
591
|
+
</td>
|
556
592
|
</tr>
|
557
593
|
<tr>
|
558
594
|
<td><p><span class="term"><em class="parameter"><code>dith</code></em> :</span></p></td>
|
559
|
-
<td>A <a class="link" href="gdk-GdkRGB.html#GdkRgbDither" title="enum GdkRgbDither"><span class="type">GdkRgbDither</span></a> value, selecting the desired dither mode
|
595
|
+
<td>A <a class="link" href="gdk-GdkRGB.html#GdkRgbDither" title="enum GdkRgbDither"><span class="type">GdkRgbDither</span></a> value, selecting the desired dither mode.
|
596
|
+
</td>
|
560
597
|
</tr>
|
561
598
|
<tr>
|
562
599
|
<td><p><span class="term"><em class="parameter"><code>buf</code></em> :</span></p></td>
|
563
|
-
<td>The pixel data, represented as 8-bit gray values
|
600
|
+
<td>The pixel data, represented as 8-bit gray values.
|
601
|
+
</td>
|
564
602
|
</tr>
|
565
603
|
<tr>
|
566
604
|
<td><p><span class="term"><em class="parameter"><code>rowstride</code></em> :</span></p></td>
|
567
605
|
<td>The number of bytes from the start of one row in <em class="parameter"><code>buf</code></em> to the
|
568
|
-
start of the next
|
606
|
+
start of the next.
|
607
|
+
</td>
|
569
608
|
</tr>
|
570
609
|
</tbody>
|
571
610
|
</table></div>
|
572
611
|
</div>
|
573
612
|
<hr>
|
574
|
-
<div class="refsect2">
|
613
|
+
<div class="refsect2" title="gdk_draw_rgb_32_image ()">
|
575
614
|
<a name="gdk-draw-rgb-32-image"></a><h3>gdk_draw_rgb_32_image ()</h3>
|
576
615
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_rgb_32_image (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
|
577
616
|
<em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
|
@@ -582,7 +621,7 @@ start of the next.</td>
|
|
582
621
|
<em class="parameter"><code><a class="link" href="gdk-GdkRGB.html#GdkRgbDither" title="enum GdkRgbDither"><span class="type">GdkRgbDither</span></a> dith</code></em>,
|
583
622
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *buf</code></em>,
|
584
623
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> rowstride</code></em>);</pre>
|
585
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
624
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
586
625
|
<h3 class="title">Warning</h3>
|
587
626
|
<p><code class="literal">gdk_draw_rgb_32_image</code> is deprecated and should not be used in newly-written code.</p>
|
588
627
|
</div>
|
@@ -602,46 +641,55 @@ memory bandwidth.
|
|
602
641
|
<tbody>
|
603
642
|
<tr>
|
604
643
|
<td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
|
605
|
-
<td>The <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> to draw in (usually a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>)
|
644
|
+
<td>The <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> to draw in (usually a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>).
|
645
|
+
</td>
|
606
646
|
</tr>
|
607
647
|
<tr>
|
608
648
|
<td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
|
609
|
-
<td>The graphics context
|
649
|
+
<td>The graphics context.
|
650
|
+
</td>
|
610
651
|
</tr>
|
611
652
|
<tr>
|
612
653
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
613
|
-
<td>The x coordinate of the top-left corner in the drawable
|
654
|
+
<td>The x coordinate of the top-left corner in the drawable.
|
655
|
+
</td>
|
614
656
|
</tr>
|
615
657
|
<tr>
|
616
658
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
617
|
-
<td>The y coordinate of the top-left corner in the drawable
|
659
|
+
<td>The y coordinate of the top-left corner in the drawable.
|
660
|
+
</td>
|
618
661
|
</tr>
|
619
662
|
<tr>
|
620
663
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
621
|
-
<td>The width of the rectangle to be drawn
|
664
|
+
<td>The width of the rectangle to be drawn.
|
665
|
+
</td>
|
622
666
|
</tr>
|
623
667
|
<tr>
|
624
668
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
625
|
-
<td>The height of the rectangle to be drawn
|
669
|
+
<td>The height of the rectangle to be drawn.
|
670
|
+
</td>
|
626
671
|
</tr>
|
627
672
|
<tr>
|
628
673
|
<td><p><span class="term"><em class="parameter"><code>dith</code></em> :</span></p></td>
|
629
|
-
<td>A <a class="link" href="gdk-GdkRGB.html#GdkRgbDither" title="enum GdkRgbDither"><span class="type">GdkRgbDither</span></a> value, selecting the desired dither mode
|
674
|
+
<td>A <a class="link" href="gdk-GdkRGB.html#GdkRgbDither" title="enum GdkRgbDither"><span class="type">GdkRgbDither</span></a> value, selecting the desired dither mode.
|
675
|
+
</td>
|
630
676
|
</tr>
|
631
677
|
<tr>
|
632
678
|
<td><p><span class="term"><em class="parameter"><code>buf</code></em> :</span></p></td>
|
633
|
-
<td>The pixel data, represented as padded 32-bit data
|
679
|
+
<td>The pixel data, represented as padded 32-bit data.
|
680
|
+
</td>
|
634
681
|
</tr>
|
635
682
|
<tr>
|
636
683
|
<td><p><span class="term"><em class="parameter"><code>rowstride</code></em> :</span></p></td>
|
637
684
|
<td>The number of bytes from the start of one row in <em class="parameter"><code>buf</code></em> to the
|
638
|
-
start of the next
|
685
|
+
start of the next.
|
686
|
+
</td>
|
639
687
|
</tr>
|
640
688
|
</tbody>
|
641
689
|
</table></div>
|
642
690
|
</div>
|
643
691
|
<hr>
|
644
|
-
<div class="refsect2">
|
692
|
+
<div class="refsect2" title="gdk_draw_rgb_32_image_dithalign ()">
|
645
693
|
<a name="gdk-draw-rgb-32-image-dithalign"></a><h3>gdk_draw_rgb_32_image_dithalign ()</h3>
|
646
694
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_draw_rgb_32_image_dithalign (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
|
647
695
|
<em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
|
@@ -654,7 +702,7 @@ start of the next.</td>
|
|
654
702
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> rowstride</code></em>,
|
655
703
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> xdith</code></em>,
|
656
704
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ydith</code></em>);</pre>
|
657
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
705
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
658
706
|
<h3 class="title">Warning</h3>
|
659
707
|
<p><code class="literal">gdk_draw_rgb_32_image_dithalign</code> has been deprecated since version 2.22 and should not be used in newly-written code. Cairo handles colors automatically.</p>
|
660
708
|
</div>
|
@@ -677,45 +725,54 @@ offsets. See <a class="link" href="gdk-GdkRGB.html#gdk-draw-rgb-image-dithalign"
|
|
677
725
|
</tr>
|
678
726
|
<tr>
|
679
727
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
680
|
-
<td>X coordinate on <em class="parameter"><code>drawable</code></em> where image should go
|
728
|
+
<td>X coordinate on <em class="parameter"><code>drawable</code></em> where image should go
|
729
|
+
</td>
|
681
730
|
</tr>
|
682
731
|
<tr>
|
683
732
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
684
|
-
<td>Y coordinate on <em class="parameter"><code>drawable</code></em> where image should go
|
733
|
+
<td>Y coordinate on <em class="parameter"><code>drawable</code></em> where image should go
|
734
|
+
</td>
|
685
735
|
</tr>
|
686
736
|
<tr>
|
687
737
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
688
|
-
<td>width of area of image to draw
|
738
|
+
<td>width of area of image to draw
|
739
|
+
</td>
|
689
740
|
</tr>
|
690
741
|
<tr>
|
691
742
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
692
|
-
<td>height of area of image to draw
|
743
|
+
<td>height of area of image to draw
|
744
|
+
</td>
|
693
745
|
</tr>
|
694
746
|
<tr>
|
695
747
|
<td><p><span class="term"><em class="parameter"><code>dith</code></em> :</span></p></td>
|
696
|
-
<td>dithering mode
|
748
|
+
<td>dithering mode
|
749
|
+
</td>
|
697
750
|
</tr>
|
698
751
|
<tr>
|
699
752
|
<td><p><span class="term"><em class="parameter"><code>buf</code></em> :</span></p></td>
|
700
|
-
<td>RGB image data
|
753
|
+
<td>RGB image data
|
754
|
+
</td>
|
701
755
|
</tr>
|
702
756
|
<tr>
|
703
757
|
<td><p><span class="term"><em class="parameter"><code>rowstride</code></em> :</span></p></td>
|
704
|
-
<td>rowstride of RGB image data
|
758
|
+
<td>rowstride of RGB image data
|
759
|
+
</td>
|
705
760
|
</tr>
|
706
761
|
<tr>
|
707
762
|
<td><p><span class="term"><em class="parameter"><code>xdith</code></em> :</span></p></td>
|
708
|
-
<td>X dither offset
|
763
|
+
<td>X dither offset
|
764
|
+
</td>
|
709
765
|
</tr>
|
710
766
|
<tr>
|
711
767
|
<td><p><span class="term"><em class="parameter"><code>ydith</code></em> :</span></p></td>
|
712
|
-
<td>Y dither offset
|
768
|
+
<td>Y dither offset
|
769
|
+
</td>
|
713
770
|
</tr>
|
714
771
|
</tbody>
|
715
772
|
</table></div>
|
716
773
|
</div>
|
717
774
|
<hr>
|
718
|
-
<div class="refsect2">
|
775
|
+
<div class="refsect2" title="enum GdkRgbDither">
|
719
776
|
<a name="GdkRgbDither"></a><h3>enum GdkRgbDither</h3>
|
720
777
|
<pre class="programlisting">typedef enum
|
721
778
|
{
|
@@ -755,16 +812,16 @@ only.
|
|
755
812
|
</table></div>
|
756
813
|
</div>
|
757
814
|
<hr>
|
758
|
-
<div class="refsect2">
|
815
|
+
<div class="refsect2" title="gdk_rgb_cmap_new ()">
|
759
816
|
<a name="gdk-rgb-cmap-new"></a><h3>gdk_rgb_cmap_new ()</h3>
|
760
|
-
<pre class="programlisting"><a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="
|
817
|
+
<pre class="programlisting"><a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="GdkRgbCmap"><span class="returnvalue">GdkRgbCmap</span></a> * gdk_rgb_cmap_new (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *colors</code></em>,
|
761
818
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_colors</code></em>);</pre>
|
762
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
819
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
763
820
|
<h3 class="title">Warning</h3>
|
764
821
|
<p><code class="literal">gdk_rgb_cmap_new</code> is deprecated and should not be used in newly-written code.</p>
|
765
822
|
</div>
|
766
823
|
<p>
|
767
|
-
Creates a new <a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="
|
824
|
+
Creates a new <a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="GdkRgbCmap"><span class="type">GdkRgbCmap</span></a> structure. The cmap maps color indexes to
|
768
825
|
RGB colors. If <em class="parameter"><code>n_colors</code></em> is less than 256, then images containing
|
769
826
|
color values greater than or equal to <em class="parameter"><code>n_colors</code></em> will produce undefined
|
770
827
|
results, including possibly segfaults.
|
@@ -774,48 +831,51 @@ results, including possibly segfaults.
|
|
774
831
|
<tbody>
|
775
832
|
<tr>
|
776
833
|
<td><p><span class="term"><em class="parameter"><code>colors</code></em> :</span></p></td>
|
777
|
-
<td>The colors, represented as 0xRRGGBB integer values
|
834
|
+
<td>The colors, represented as 0xRRGGBB integer values.
|
835
|
+
</td>
|
778
836
|
</tr>
|
779
837
|
<tr>
|
780
838
|
<td><p><span class="term"><em class="parameter"><code>n_colors</code></em> :</span></p></td>
|
781
|
-
<td>The number of colors in the cmap
|
839
|
+
<td>The number of colors in the cmap.
|
840
|
+
</td>
|
782
841
|
</tr>
|
783
842
|
<tr>
|
784
843
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
785
|
-
<td>The newly created <a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="
|
844
|
+
<td>The newly created <a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="GdkRgbCmap"><span class="type">GdkRgbCmap</span></a>
|
786
845
|
</td>
|
787
846
|
</tr>
|
788
847
|
</tbody>
|
789
848
|
</table></div>
|
790
849
|
</div>
|
791
850
|
<hr>
|
792
|
-
<div class="refsect2">
|
851
|
+
<div class="refsect2" title="gdk_rgb_cmap_free ()">
|
793
852
|
<a name="gdk-rgb-cmap-free"></a><h3>gdk_rgb_cmap_free ()</h3>
|
794
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gdk_rgb_cmap_free (<em class="parameter"><code><a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="
|
795
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
853
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gdk_rgb_cmap_free (<em class="parameter"><code><a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="GdkRgbCmap"><span class="type">GdkRgbCmap</span></a> *cmap</code></em>);</pre>
|
854
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
796
855
|
<h3 class="title">Warning</h3>
|
797
856
|
<p><code class="literal">gdk_rgb_cmap_free</code> is deprecated and should not be used in newly-written code.</p>
|
798
857
|
</div>
|
799
858
|
<p>
|
800
|
-
Frees the memory associated with a <a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="
|
859
|
+
Frees the memory associated with a <a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="GdkRgbCmap"><span class="type">GdkRgbCmap</span></a> created by <a class="link" href="gdk-GdkRGB.html#gdk-rgb-cmap-new" title="gdk_rgb_cmap_new ()"><code class="function">gdk_rgb_cmap_new()</code></a>.
|
801
860
|
</p>
|
802
861
|
<div class="variablelist"><table border="0">
|
803
862
|
<col align="left" valign="top">
|
804
863
|
<tbody><tr>
|
805
864
|
<td><p><span class="term"><em class="parameter"><code>cmap</code></em> :</span></p></td>
|
806
|
-
<td>The <a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="
|
865
|
+
<td>The <a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="GdkRgbCmap"><span class="type">GdkRgbCmap</span></a> to free.
|
866
|
+
</td>
|
807
867
|
</tr></tbody>
|
808
868
|
</table></div>
|
809
869
|
</div>
|
810
870
|
<hr>
|
811
|
-
<div class="refsect2">
|
812
|
-
<a name="GdkRgbCmap"></a><h3>
|
813
|
-
<pre class="programlisting">struct
|
871
|
+
<div class="refsect2" title="GdkRgbCmap">
|
872
|
+
<a name="GdkRgbCmap"></a><h3>GdkRgbCmap</h3>
|
873
|
+
<pre class="programlisting">typedef struct {
|
814
874
|
guint32 colors[256];
|
815
875
|
gint n_colors;
|
816
|
-
};
|
876
|
+
} GdkRgbCmap;
|
817
877
|
</pre>
|
818
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
878
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
819
879
|
<h3 class="title">Warning</h3>
|
820
880
|
<p><code class="literal">GdkRgbCmap</code> is deprecated and should not be used in newly-written code.</p>
|
821
881
|
</div>
|
@@ -828,21 +888,23 @@ colors. This is used only for <a class="link" href="gdk-GdkRGB.html#gdk-draw-ind
|
|
828
888
|
<tbody>
|
829
889
|
<tr>
|
830
890
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GdkRgbCmap.colors"></a>colors</code></em>[256];</span></p></td>
|
831
|
-
<td>The colors, represented as 0xRRGGBB integer values
|
891
|
+
<td>The colors, represented as 0xRRGGBB integer values.
|
892
|
+
</td>
|
832
893
|
</tr>
|
833
894
|
<tr>
|
834
895
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkRgbCmap.n-colors"></a>n_colors</code></em>;</span></p></td>
|
835
|
-
<td>The number of colors in the cmap
|
896
|
+
<td>The number of colors in the cmap.
|
897
|
+
</td>
|
836
898
|
</tr>
|
837
899
|
</tbody>
|
838
900
|
</table></div>
|
839
901
|
</div>
|
840
902
|
<hr>
|
841
|
-
<div class="refsect2">
|
903
|
+
<div class="refsect2" title="gdk_rgb_gc_set_foreground ()">
|
842
904
|
<a name="gdk-rgb-gc-set-foreground"></a><h3>gdk_rgb_gc_set_foreground ()</h3>
|
843
905
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_rgb_gc_set_foreground (<em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
|
844
906
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> rgb</code></em>);</pre>
|
845
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
907
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
846
908
|
<h3 class="title">Warning</h3>
|
847
909
|
<p><code class="literal">gdk_rgb_gc_set_foreground</code> is deprecated and should not be used in newly-written code.</p>
|
848
910
|
</div>
|
@@ -855,21 +917,23 @@ closest approximation, in the case of limited visuals).
|
|
855
917
|
<tbody>
|
856
918
|
<tr>
|
857
919
|
<td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
|
858
|
-
<td>The <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> to modify
|
920
|
+
<td>The <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> to modify.
|
921
|
+
</td>
|
859
922
|
</tr>
|
860
923
|
<tr>
|
861
924
|
<td><p><span class="term"><em class="parameter"><code>rgb</code></em> :</span></p></td>
|
862
|
-
<td>The color, represented as a 0xRRGGBB integer value
|
925
|
+
<td>The color, represented as a 0xRRGGBB integer value.
|
926
|
+
</td>
|
863
927
|
</tr>
|
864
928
|
</tbody>
|
865
929
|
</table></div>
|
866
930
|
</div>
|
867
931
|
<hr>
|
868
|
-
<div class="refsect2">
|
932
|
+
<div class="refsect2" title="gdk_rgb_gc_set_background ()">
|
869
933
|
<a name="gdk-rgb-gc-set-background"></a><h3>gdk_rgb_gc_set_background ()</h3>
|
870
934
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_rgb_gc_set_background (<em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
|
871
935
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> rgb</code></em>);</pre>
|
872
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
936
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
873
937
|
<h3 class="title">Warning</h3>
|
874
938
|
<p><code class="literal">gdk_rgb_gc_set_background</code> is deprecated and should not be used in newly-written code.</p>
|
875
939
|
</div>
|
@@ -882,20 +946,22 @@ closest approximation, in the case of limited visuals).
|
|
882
946
|
<tbody>
|
883
947
|
<tr>
|
884
948
|
<td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
|
885
|
-
<td>The <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> to modify
|
949
|
+
<td>The <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> to modify.
|
950
|
+
</td>
|
886
951
|
</tr>
|
887
952
|
<tr>
|
888
953
|
<td><p><span class="term"><em class="parameter"><code>rgb</code></em> :</span></p></td>
|
889
|
-
<td>The color, represented as a 0xRRGGBB integer value
|
954
|
+
<td>The color, represented as a 0xRRGGBB integer value.
|
955
|
+
</td>
|
890
956
|
</tr>
|
891
957
|
</tbody>
|
892
958
|
</table></div>
|
893
959
|
</div>
|
894
960
|
<hr>
|
895
|
-
<div class="refsect2">
|
961
|
+
<div class="refsect2" title="gdk_rgb_xpixel_from_rgb ()">
|
896
962
|
<a name="gdk-rgb-xpixel-from-rgb"></a><h3>gdk_rgb_xpixel_from_rgb ()</h3>
|
897
963
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="returnvalue">gulong</span></a> gdk_rgb_xpixel_from_rgb (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> rgb</code></em>);</pre>
|
898
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
964
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
899
965
|
<h3 class="title">Warning</h3>
|
900
966
|
<p><code class="literal">gdk_rgb_xpixel_from_rgb</code> is deprecated and should not be used in newly-written code.</p>
|
901
967
|
</div>
|
@@ -909,21 +975,23 @@ a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"
|
|
909
975
|
<tbody>
|
910
976
|
<tr>
|
911
977
|
<td><p><span class="term"><em class="parameter"><code>rgb</code></em> :</span></p></td>
|
912
|
-
<td>The color, represented as a 0xRRGGBB integer value
|
978
|
+
<td>The color, represented as a 0xRRGGBB integer value.
|
979
|
+
</td>
|
913
980
|
</tr>
|
914
981
|
<tr>
|
915
982
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
916
|
-
<td>The X pixel value
|
983
|
+
<td>The X pixel value.
|
984
|
+
</td>
|
917
985
|
</tr>
|
918
986
|
</tbody>
|
919
987
|
</table></div>
|
920
988
|
</div>
|
921
989
|
<hr>
|
922
|
-
<div class="refsect2">
|
990
|
+
<div class="refsect2" title="gdk_rgb_find_color ()">
|
923
991
|
<a name="gdk-rgb-find-color"></a><h3>gdk_rgb_find_color ()</h3>
|
924
992
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_rgb_find_color (<em class="parameter"><code><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a> *colormap</code></em>,
|
925
993
|
<em class="parameter"><code><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
|
926
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
994
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
927
995
|
<h3 class="title">Warning</h3>
|
928
996
|
<p><code class="literal">gdk_rgb_find_color</code> has been deprecated since version 2.22 and should not be used in newly-written code. Cairo handles colors automatically.</p>
|
929
997
|
</div>
|
@@ -962,10 +1030,10 @@ functions, there's no need for <a class="link" href="gdk-GdkRGB.html#gdk-rgb-fin
|
|
962
1030
|
</table></div>
|
963
1031
|
</div>
|
964
1032
|
<hr>
|
965
|
-
<div class="refsect2">
|
1033
|
+
<div class="refsect2" title="gdk_rgb_set_install ()">
|
966
1034
|
<a name="gdk-rgb-set-install"></a><h3>gdk_rgb_set_install ()</h3>
|
967
1035
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_rgb_set_install (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> install</code></em>);</pre>
|
968
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1036
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
969
1037
|
<h3 class="title">Warning</h3>
|
970
1038
|
<p><code class="literal">gdk_rgb_set_install</code> is deprecated and should not be used in newly-written code.</p>
|
971
1039
|
</div>
|
@@ -984,15 +1052,16 @@ but also leads to the dreaded "colormap flashing" effect.
|
|
984
1052
|
<tbody><tr>
|
985
1053
|
<td><p><span class="term"><em class="parameter"><code>install</code></em> :</span></p></td>
|
986
1054
|
<td>
|
987
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to set install mode
|
1055
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to set install mode.
|
1056
|
+
</td>
|
988
1057
|
</tr></tbody>
|
989
1058
|
</table></div>
|
990
1059
|
</div>
|
991
1060
|
<hr>
|
992
|
-
<div class="refsect2">
|
1061
|
+
<div class="refsect2" title="gdk_rgb_set_min_colors ()">
|
993
1062
|
<a name="gdk-rgb-set-min-colors"></a><h3>gdk_rgb_set_min_colors ()</h3>
|
994
1063
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_rgb_set_min_colors (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> min_colors</code></em>);</pre>
|
995
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1064
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
996
1065
|
<h3 class="title">Warning</h3>
|
997
1066
|
<p><code class="literal">gdk_rgb_set_min_colors</code> is deprecated and should not be used in newly-written code.</p>
|
998
1067
|
</div>
|
@@ -1006,15 +1075,16 @@ private colormap.
|
|
1006
1075
|
<col align="left" valign="top">
|
1007
1076
|
<tbody><tr>
|
1008
1077
|
<td><p><span class="term"><em class="parameter"><code>min_colors</code></em> :</span></p></td>
|
1009
|
-
<td>The minimum number of colors accepted
|
1078
|
+
<td>The minimum number of colors accepted.
|
1079
|
+
</td>
|
1010
1080
|
</tr></tbody>
|
1011
1081
|
</table></div>
|
1012
1082
|
</div>
|
1013
1083
|
<hr>
|
1014
|
-
<div class="refsect2">
|
1084
|
+
<div class="refsect2" title="gdk_rgb_get_visual ()">
|
1015
1085
|
<a name="gdk-rgb-get-visual"></a><h3>gdk_rgb_get_visual ()</h3>
|
1016
1086
|
<pre class="programlisting"><a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="returnvalue">GdkVisual</span></a> * gdk_rgb_get_visual (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1017
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1087
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1018
1088
|
<h3 class="title">Warning</h3>
|
1019
1089
|
<p><code class="literal">gdk_rgb_get_visual</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use gdk_visual_get_system_visual (<a class="link" href="GdkScreen.html#gdk-screen-get-default" title="gdk_screen_get_default ()"><code class="function">gdk_screen_get_default()</code></a>) instead.</p>
|
1020
1090
|
</div>
|
@@ -1030,16 +1100,16 @@ any visual.
|
|
1030
1100
|
<col align="left" valign="top">
|
1031
1101
|
<tbody><tr>
|
1032
1102
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1033
|
-
<td>The <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a> chosen by GdkRGB. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1103
|
+
<td> The <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a> chosen by GdkRGB. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1034
1104
|
</td>
|
1035
1105
|
</tr></tbody>
|
1036
1106
|
</table></div>
|
1037
1107
|
</div>
|
1038
1108
|
<hr>
|
1039
|
-
<div class="refsect2">
|
1109
|
+
<div class="refsect2" title="gdk_rgb_get_colormap ()">
|
1040
1110
|
<a name="gdk-rgb-get-colormap"></a><h3>gdk_rgb_get_colormap ()</h3>
|
1041
1111
|
<pre class="programlisting"><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a> * gdk_rgb_get_colormap (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1042
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1112
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1043
1113
|
<h3 class="title">Warning</h3>
|
1044
1114
|
<p><code class="literal">gdk_rgb_get_colormap</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use gdk_screen_get_system_colormap (<a class="link" href="GdkScreen.html#gdk-screen-get-default" title="gdk_screen_get_default ()"><code class="function">gdk_screen_get_default()</code></a>) instead.</p>
|
1045
1115
|
</div>
|
@@ -1054,17 +1124,17 @@ function.
|
|
1054
1124
|
<col align="left" valign="top">
|
1055
1125
|
<tbody><tr>
|
1056
1126
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1057
|
-
<td>the preferred colormap. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1127
|
+
<td> the preferred colormap. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1058
1128
|
</td>
|
1059
1129
|
</tr></tbody>
|
1060
1130
|
</table></div>
|
1061
1131
|
</div>
|
1062
1132
|
<hr>
|
1063
|
-
<div class="refsect2">
|
1133
|
+
<div class="refsect2" title="gdk_rgb_get_cmap">
|
1064
1134
|
<a name="gdk-rgb-get-cmap"></a><h3>gdk_rgb_get_cmap</h3>
|
1065
1135
|
<pre class="programlisting">#define gdk_rgb_get_cmap gdk_rgb_get_colormap
|
1066
1136
|
</pre>
|
1067
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1137
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1068
1138
|
<h3 class="title">Warning</h3>
|
1069
1139
|
<p><code class="literal">gdk_rgb_get_cmap</code> is deprecated and should not be used in newly-written code.</p>
|
1070
1140
|
</div>
|
@@ -1076,15 +1146,16 @@ visual should be used when creating windows that will be drawn in by GdkRGB.
|
|
1076
1146
|
<col align="left" valign="top">
|
1077
1147
|
<tbody><tr>
|
1078
1148
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1079
|
-
<td>The <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a> set by GdkRGB
|
1149
|
+
<td>The <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a> set by GdkRGB.
|
1150
|
+
</td>
|
1080
1151
|
</tr></tbody>
|
1081
1152
|
</table></div>
|
1082
1153
|
</div>
|
1083
1154
|
<hr>
|
1084
|
-
<div class="refsect2">
|
1155
|
+
<div class="refsect2" title="gdk_rgb_ditherable ()">
|
1085
1156
|
<a name="gdk-rgb-ditherable"></a><h3>gdk_rgb_ditherable ()</h3>
|
1086
1157
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_rgb_ditherable (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1087
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1158
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1088
1159
|
<h3 class="title">Warning</h3>
|
1089
1160
|
<p><code class="literal">gdk_rgb_ditherable</code> is deprecated and should not be used in newly-written code.</p>
|
1090
1161
|
</div>
|
@@ -1099,15 +1170,16 @@ sense to gray out or hide the corresponding UI widget.
|
|
1099
1170
|
<tbody><tr>
|
1100
1171
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1101
1172
|
<td>
|
1102
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the preferred visual is ditherable
|
1173
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the preferred visual is ditherable.
|
1174
|
+
</td>
|
1103
1175
|
</tr></tbody>
|
1104
1176
|
</table></div>
|
1105
1177
|
</div>
|
1106
1178
|
<hr>
|
1107
|
-
<div class="refsect2">
|
1179
|
+
<div class="refsect2" title="gdk_rgb_colormap_ditherable ()">
|
1108
1180
|
<a name="gdk-rgb-colormap-ditherable"></a><h3>gdk_rgb_colormap_ditherable ()</h3>
|
1109
1181
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_rgb_colormap_ditherable (<em class="parameter"><code><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a> *cmap</code></em>);</pre>
|
1110
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1182
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1111
1183
|
<h3 class="title">Warning</h3>
|
1112
1184
|
<p><code class="literal">gdk_rgb_colormap_ditherable</code> is deprecated and should not be used in newly-written code.</p>
|
1113
1185
|
</div>
|
@@ -1128,16 +1200,17 @@ make sense to gray out or hide the corresponding UI widget.
|
|
1128
1200
|
<tr>
|
1129
1201
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1130
1202
|
<td>
|
1131
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the visual associated with <em class="parameter"><code>cmap</code></em> is ditherable
|
1203
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the visual associated with <em class="parameter"><code>cmap</code></em> is ditherable.
|
1204
|
+
</td>
|
1132
1205
|
</tr>
|
1133
1206
|
</tbody>
|
1134
1207
|
</table></div>
|
1135
1208
|
</div>
|
1136
1209
|
<hr>
|
1137
|
-
<div class="refsect2">
|
1210
|
+
<div class="refsect2" title="gdk_rgb_set_verbose ()">
|
1138
1211
|
<a name="gdk-rgb-set-verbose"></a><h3>gdk_rgb_set_verbose ()</h3>
|
1139
1212
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_rgb_set_verbose (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> verbose</code></em>);</pre>
|
1140
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1213
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1141
1214
|
<h3 class="title">Warning</h3>
|
1142
1215
|
<p><code class="literal">gdk_rgb_set_verbose</code> is deprecated and should not be used in newly-written code.</p>
|
1143
1216
|
</div>
|
@@ -1149,12 +1222,13 @@ Sets the "verbose" flag. This is generally only useful for debugging.
|
|
1149
1222
|
<tbody><tr>
|
1150
1223
|
<td><p><span class="term"><em class="parameter"><code>verbose</code></em> :</span></p></td>
|
1151
1224
|
<td>
|
1152
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if verbose messages are desired
|
1225
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if verbose messages are desired.
|
1226
|
+
</td>
|
1153
1227
|
</tr></tbody>
|
1154
1228
|
</table></div>
|
1155
1229
|
</div>
|
1156
1230
|
</div>
|
1157
|
-
<div class="refsect1">
|
1231
|
+
<div class="refsect1" title="See Also">
|
1158
1232
|
<a name="gdk-GdkRGB.see-also"></a><h2>See Also</h2>
|
1159
1233
|
<p>
|
1160
1234
|
</p>
|
@@ -1178,6 +1252,6 @@ colors.</p></td>
|
|
1178
1252
|
</div>
|
1179
1253
|
<div class="footer">
|
1180
1254
|
<hr>
|
1181
|
-
Generated by GTK-Doc V1.
|
1255
|
+
Generated by GTK-Doc V1.15</div>
|
1182
1256
|
</body>
|
1183
1257
|
</html>
|