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-Pango-Interaction.html" title="Pango Interaction">
|
10
10
|
<link rel="next" href="gdk-X-Window-System-Interaction.html" title="X Window System Interaction">
|
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-Cairo-Interaction.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry">
|
29
|
+
<div class="refentry" title="Cairo Interaction">
|
30
30
|
<a name="gdk-Cairo-Interaction"></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-Cairo-Interaction.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <gdk/gdk.h>
|
@@ -55,19 +55,15 @@
|
|
55
55
|
<em class="parameter"><code><a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
|
56
56
|
<em class="parameter"><code><span class="type">double</span> pixmap_x</code></em>,
|
57
57
|
<em class="parameter"><code><span class="type">double</span> pixmap_y</code></em>);
|
58
|
-
<span class="returnvalue">void</span> <a class="link" href="gdk-Cairo-Interaction.html#gdk-cairo-set-source-window" title="gdk_cairo_set_source_window ()">gdk_cairo_set_source_window</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
59
|
-
<em class="parameter"><code><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
60
|
-
<em class="parameter"><code><span class="type">double</span> x</code></em>,
|
61
|
-
<em class="parameter"><code><span class="type">double</span> y</code></em>);
|
62
58
|
<span class="returnvalue">void</span> <a class="link" href="gdk-Cairo-Interaction.html#gdk-cairo-rectangle" title="gdk_cairo_rectangle ()">gdk_cairo_rectangle</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
63
|
-
<em class="parameter"><code>const <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkRectangle" title="
|
59
|
+
<em class="parameter"><code>const <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkRectangle" title="GdkRectangle"><span class="type">GdkRectangle</span></a> *rectangle</code></em>);
|
64
60
|
<span class="returnvalue">void</span> <a class="link" href="gdk-Cairo-Interaction.html#gdk-cairo-region" title="gdk_cairo_region ()">gdk_cairo_region</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
65
61
|
<em class="parameter"><code>const <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkRegion" title="GdkRegion"><span class="type">GdkRegion</span></a> *region</code></em>);
|
66
62
|
<span class="returnvalue">void</span> <a class="link" href="gdk-Cairo-Interaction.html#gdk-cairo-reset-clip" title="gdk_cairo_reset_clip ()">gdk_cairo_reset_clip</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
67
63
|
<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);
|
68
64
|
</pre>
|
69
65
|
</div>
|
70
|
-
<div class="refsect1">
|
66
|
+
<div class="refsect1" title="Description">
|
71
67
|
<a name="gdk-Cairo-Interaction.description"></a><h2>Description</h2>
|
72
68
|
<p>
|
73
69
|
Cairo is a graphics
|
@@ -82,9 +78,9 @@ functions allow to convert GDK's rectangles and regions into
|
|
82
78
|
Cairo paths and to use pixbufs as sources for drawing operations.
|
83
79
|
</p>
|
84
80
|
</div>
|
85
|
-
<div class="refsect1">
|
81
|
+
<div class="refsect1" title="Details">
|
86
82
|
<a name="gdk-Cairo-Interaction.details"></a><h2>Details</h2>
|
87
|
-
<div class="refsect2">
|
83
|
+
<div class="refsect2" title="gdk_window_create_similar_surface ()">
|
88
84
|
<a name="gdk-window-create-similar-surface"></a><h3>gdk_window_create_similar_surface ()</h3>
|
89
85
|
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html#cairo-surface-t"><span class="returnvalue">cairo_surface_t</span></a> * gdk_window_create_similar_surface (<em class="parameter"><code><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
90
86
|
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html#cairo-content-t"><span class="type">cairo_content_t</span></a> content</code></em>,
|
@@ -107,35 +103,42 @@ have transparency, black otherwise.)
|
|
107
103
|
<tbody>
|
108
104
|
<tr>
|
109
105
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
110
|
-
<td>window to make new surface similar to
|
106
|
+
<td>window to make new surface similar to
|
107
|
+
</td>
|
111
108
|
</tr>
|
112
109
|
<tr>
|
113
110
|
<td><p><span class="term"><em class="parameter"><code>content</code></em> :</span></p></td>
|
114
|
-
<td>the content for the new surface
|
111
|
+
<td>the content for the new surface
|
112
|
+
</td>
|
115
113
|
</tr>
|
116
114
|
<tr>
|
117
115
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
118
|
-
<td>width of the new surface
|
116
|
+
<td>width of the new surface
|
117
|
+
</td>
|
119
118
|
</tr>
|
120
119
|
<tr>
|
121
120
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
122
|
-
<td>height of the new surface
|
121
|
+
<td>height of the new surface
|
122
|
+
</td>
|
123
123
|
</tr>
|
124
124
|
<tr>
|
125
125
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
126
|
-
<td>a pointer to the newly allocated surface. The caller
|
126
|
+
<td> a pointer to the newly allocated surface. The caller
|
127
127
|
owns the surface and should call <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html#cairo-surface-destroy"><code class="function">cairo_surface_destroy()</code></a> when done
|
128
128
|
with it.
|
129
|
+
|
129
130
|
This function always returns a valid pointer, but it will return a
|
130
131
|
pointer to a "nil" surface if <em class="parameter"><code>other</code></em> is already in an error state
|
131
|
-
or any other error occurs
|
132
|
+
or any other error occurs.
|
133
|
+
|
134
|
+
</td>
|
132
135
|
</tr>
|
133
136
|
</tbody>
|
134
137
|
</table></div>
|
135
138
|
<p class="since">Since 2.22</p>
|
136
139
|
</div>
|
137
140
|
<hr>
|
138
|
-
<div class="refsect2">
|
141
|
+
<div class="refsect2" title="gdk_cairo_create ()">
|
139
142
|
<a name="gdk-cairo-create"></a><h3>gdk_cairo_create ()</h3>
|
140
143
|
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="returnvalue">cairo_t</span></a> * gdk_cairo_create (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);</pre>
|
141
144
|
<p>
|
@@ -143,7 +146,7 @@ Creates a Cairo context for drawing to <em class="parameter"><code>drawable</cod
|
|
143
146
|
</p>
|
144
147
|
<p>
|
145
148
|
</p>
|
146
|
-
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
149
|
+
<div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
147
150
|
<h3 class="title">Note</h3>
|
148
151
|
<p>
|
149
152
|
Note that due to double-buffering, Cairo contexts created
|
@@ -163,15 +166,17 @@ between different expose events.
|
|
163
166
|
</tr>
|
164
167
|
<tr>
|
165
168
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
166
|
-
<td>A newly created Cairo context. Free with
|
167
|
-
<a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-destroy"><code class="function">cairo_destroy()</code></a> when you are done drawing
|
169
|
+
<td> A newly created Cairo context. Free with
|
170
|
+
<a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-destroy"><code class="function">cairo_destroy()</code></a> when you are done drawing.
|
171
|
+
|
172
|
+
</td>
|
168
173
|
</tr>
|
169
174
|
</tbody>
|
170
175
|
</table></div>
|
171
176
|
<p class="since">Since 2.8</p>
|
172
177
|
</div>
|
173
178
|
<hr>
|
174
|
-
<div class="refsect2">
|
179
|
+
<div class="refsect2" title="gdk_cairo_set_source_color ()">
|
175
180
|
<a name="gdk-cairo-set-source-color"></a><h3>gdk_cairo_set_source_color ()</h3>
|
176
181
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_cairo_set_source_color (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
177
182
|
<em class="parameter"><code>const <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
|
@@ -196,7 +201,7 @@ Sets the specified <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor"
|
|
196
201
|
<p class="since">Since 2.8</p>
|
197
202
|
</div>
|
198
203
|
<hr>
|
199
|
-
<div class="refsect2">
|
204
|
+
<div class="refsect2" title="gdk_cairo_set_source_pixbuf ()">
|
200
205
|
<a name="gdk-cairo-set-source-pixbuf"></a><h3>gdk_cairo_set_source_pixbuf ()</h3>
|
201
206
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_cairo_set_source_pixbuf (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
202
207
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>,
|
@@ -212,7 +217,8 @@ so that the origin of <em class="parameter"><code>pixbuf</code></em> is <em clas
|
|
212
217
|
<tbody>
|
213
218
|
<tr>
|
214
219
|
<td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
|
215
|
-
<td>a <span class="type">Cairo</span> context
|
220
|
+
<td>a <span class="type">Cairo</span> context
|
221
|
+
</td>
|
216
222
|
</tr>
|
217
223
|
<tr>
|
218
224
|
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
@@ -234,18 +240,12 @@ so that the origin of <em class="parameter"><code>pixbuf</code></em> is <em clas
|
|
234
240
|
<p class="since">Since 2.8</p>
|
235
241
|
</div>
|
236
242
|
<hr>
|
237
|
-
<div class="refsect2">
|
243
|
+
<div class="refsect2" title="gdk_cairo_set_source_pixmap ()">
|
238
244
|
<a name="gdk-cairo-set-source-pixmap"></a><h3>gdk_cairo_set_source_pixmap ()</h3>
|
239
245
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_cairo_set_source_pixmap (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
240
246
|
<em class="parameter"><code><a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
|
241
247
|
<em class="parameter"><code><span class="type">double</span> pixmap_x</code></em>,
|
242
248
|
<em class="parameter"><code><span class="type">double</span> pixmap_y</code></em>);</pre>
|
243
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
244
|
-
<h3 class="title">Warning</h3>
|
245
|
-
<p><code class="literal">gdk_cairo_set_source_pixmap</code> has been deprecated since version 2.24 and should not be used in newly-written code. This function is being removed in GTK+ 3 (together
|
246
|
-
with <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>). Instead, use <a class="link" href="gdk-Cairo-Interaction.html#gdk-cairo-set-source-window" title="gdk_cairo_set_source_window ()"><code class="function">gdk_cairo_set_source_window()</code></a> where
|
247
|
-
appropriate.</p>
|
248
|
-
</div>
|
249
249
|
<p>
|
250
250
|
Sets the given pixmap as the source pattern for the Cairo context.
|
251
251
|
The pattern has an extend mode of <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html#CAIRO-EXTEND-NONE:CAPS"><code class="literal">CAIRO_EXTEND_NONE</code></a> and is aligned
|
@@ -256,7 +256,8 @@ so that the origin of <em class="parameter"><code>pixmap</code></em> is <em clas
|
|
256
256
|
<tbody>
|
257
257
|
<tr>
|
258
258
|
<td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
|
259
|
-
<td>a <span class="type">Cairo</span> context
|
259
|
+
<td>a <span class="type">Cairo</span> context
|
260
|
+
</td>
|
260
261
|
</tr>
|
261
262
|
<tr>
|
262
263
|
<td><p><span class="term"><em class="parameter"><code>pixmap</code></em> :</span></p></td>
|
@@ -278,53 +279,10 @@ so that the origin of <em class="parameter"><code>pixmap</code></em> is <em clas
|
|
278
279
|
<p class="since">Since 2.10</p>
|
279
280
|
</div>
|
280
281
|
<hr>
|
281
|
-
<div class="refsect2">
|
282
|
-
<a name="gdk-cairo-set-source-window"></a><h3>gdk_cairo_set_source_window ()</h3>
|
283
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gdk_cairo_set_source_window (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
284
|
-
<em class="parameter"><code><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
285
|
-
<em class="parameter"><code><span class="type">double</span> x</code></em>,
|
286
|
-
<em class="parameter"><code><span class="type">double</span> y</code></em>);</pre>
|
287
|
-
<p>
|
288
|
-
Sets the given window as the source pattern for the Cairo context.
|
289
|
-
The pattern has an extend mode of <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html#CAIRO-EXTEND-NONE:CAPS"><code class="literal">CAIRO_EXTEND_NONE</code></a> and is aligned
|
290
|
-
so that the origin of <em class="parameter"><code>window</code></em> is <em class="parameter"><code>x</code></em>, <em class="parameter"><code>y</code></em>. The window contains all its
|
291
|
-
subwindows when rendering.
|
292
|
-
</p>
|
293
|
-
<p>
|
294
|
-
Note that the contents of <em class="parameter"><code>window</code></em> are undefined outside of the
|
295
|
-
visible part of <em class="parameter"><code>window</code></em>, so use this function with care.
|
296
|
-
</p>
|
297
|
-
<div class="variablelist"><table border="0">
|
298
|
-
<col align="left" valign="top">
|
299
|
-
<tbody>
|
300
|
-
<tr>
|
301
|
-
<td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
|
302
|
-
<td>a <span class="type">Cairo</span> context</td>
|
303
|
-
</tr>
|
304
|
-
<tr>
|
305
|
-
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
306
|
-
<td>a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
|
307
|
-
</td>
|
308
|
-
</tr>
|
309
|
-
<tr>
|
310
|
-
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
311
|
-
<td>X coordinate of location to place upper left corner of <em class="parameter"><code>window</code></em>
|
312
|
-
</td>
|
313
|
-
</tr>
|
314
|
-
<tr>
|
315
|
-
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
316
|
-
<td>Y coordinate of location to place upper left corner of <em class="parameter"><code>window</code></em>
|
317
|
-
</td>
|
318
|
-
</tr>
|
319
|
-
</tbody>
|
320
|
-
</table></div>
|
321
|
-
<p class="since">Since 2.24</p>
|
322
|
-
</div>
|
323
|
-
<hr>
|
324
|
-
<div class="refsect2">
|
282
|
+
<div class="refsect2" title="gdk_cairo_rectangle ()">
|
325
283
|
<a name="gdk-cairo-rectangle"></a><h3>gdk_cairo_rectangle ()</h3>
|
326
284
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_cairo_rectangle (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
327
|
-
<em class="parameter"><code>const <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkRectangle" title="
|
285
|
+
<em class="parameter"><code>const <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkRectangle" title="GdkRectangle"><span class="type">GdkRectangle</span></a> *rectangle</code></em>);</pre>
|
328
286
|
<p>
|
329
287
|
Adds the given rectangle to the current path of <em class="parameter"><code>cr</code></em>.
|
330
288
|
</p>
|
@@ -338,7 +296,7 @@ Adds the given rectangle to the current path of <em class="parameter"><code>cr</
|
|
338
296
|
</tr>
|
339
297
|
<tr>
|
340
298
|
<td><p><span class="term"><em class="parameter"><code>rectangle</code></em> :</span></p></td>
|
341
|
-
<td>a <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkRectangle" title="
|
299
|
+
<td>a <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkRectangle" title="GdkRectangle"><span class="type">GdkRectangle</span></a>
|
342
300
|
</td>
|
343
301
|
</tr>
|
344
302
|
</tbody>
|
@@ -346,7 +304,7 @@ Adds the given rectangle to the current path of <em class="parameter"><code>cr</
|
|
346
304
|
<p class="since">Since 2.8</p>
|
347
305
|
</div>
|
348
306
|
<hr>
|
349
|
-
<div class="refsect2">
|
307
|
+
<div class="refsect2" title="gdk_cairo_region ()">
|
350
308
|
<a name="gdk-cairo-region"></a><h3>gdk_cairo_region ()</h3>
|
351
309
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_cairo_region (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
352
310
|
<em class="parameter"><code>const <a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkRegion" title="GdkRegion"><span class="type">GdkRegion</span></a> *region</code></em>);</pre>
|
@@ -371,7 +329,7 @@ Adds the given region to the current path of <em class="parameter"><code>cr</cod
|
|
371
329
|
<p class="since">Since 2.8</p>
|
372
330
|
</div>
|
373
331
|
<hr>
|
374
|
-
<div class="refsect2">
|
332
|
+
<div class="refsect2" title="gdk_cairo_reset_clip ()">
|
375
333
|
<a name="gdk-cairo-reset-clip"></a><h3>gdk_cairo_reset_clip ()</h3>
|
376
334
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_cairo_reset_clip (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
377
335
|
<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);</pre>
|
@@ -410,6 +368,6 @@ using <a class="link" href="gdk-Cairo-Interaction.html#gdk-cairo-create" title="
|
|
410
368
|
</div>
|
411
369
|
<div class="footer">
|
412
370
|
<hr>
|
413
|
-
Generated by GTK-Doc V1.
|
371
|
+
Generated by GTK-Doc V1.15</div>
|
414
372
|
</body>
|
415
373
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="reference.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gdk-Pixbufs.html" title="Pixbufs">
|
10
10
|
<link rel="next" href="gdk-Visuals.html" title="Visuals">
|
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-Colormaps-and-Colors.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry">
|
29
|
+
<div class="refentry" title="Colormaps and Colors">
|
30
30
|
<a name="gdk-Colormaps-and-Colors"></a><div class="titlepage"></div>
|
31
31
|
<div class="refnamediv"><table width="100%"><tr>
|
32
32
|
<td valign="top">
|
@@ -35,18 +35,18 @@
|
|
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-Colormaps-and-Colors.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <gdk/gdk.h>
|
42
42
|
|
43
43
|
<a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor">GdkColor</a>;
|
44
44
|
<a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap">GdkColormap</a>;
|
45
|
-
<a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a
|
45
|
+
<a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a>* <a class="link" href="gdk-Colormaps-and-Colors.html#gdk-colormap-new" title="gdk_colormap_new ()">gdk_colormap_new</a> (<em class="parameter"><code><a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a> *visual</code></em>,
|
46
46
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> allocate</code></em>);
|
47
|
-
<a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a
|
47
|
+
<a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a>* <a class="link" href="gdk-Colormaps-and-Colors.html#gdk-colormap-ref" title="gdk_colormap_ref ()">gdk_colormap_ref</a> (<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>);
|
48
48
|
<span class="returnvalue">void</span> <a class="link" href="gdk-Colormaps-and-Colors.html#gdk-colormap-unref" title="gdk_colormap_unref ()">gdk_colormap_unref</a> (<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>);
|
49
|
-
<a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a
|
49
|
+
<a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a>* <a class="link" href="gdk-Colormaps-and-Colors.html#gdk-colormap-get-system" title="gdk_colormap_get_system ()">gdk_colormap_get_system</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
50
50
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="gdk-Colormaps-and-Colors.html#gdk-colormap-get-system-size" title="gdk_colormap_get_system_size ()">gdk_colormap_get_system_size</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
51
51
|
<span class="returnvalue">void</span> <a class="link" href="gdk-Colormaps-and-Colors.html#gdk-colormap-change" title="gdk_colormap_change ()">gdk_colormap_change</a> (<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>,
|
52
52
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ncolors</code></em>);
|
@@ -99,7 +99,7 @@
|
|
99
99
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gdk-Colormaps-and-Colors.html#gdk-color-to-string" title="gdk_color_to_string ()">gdk_color_to_string</a> (<em class="parameter"><code>const <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);
|
100
100
|
</pre>
|
101
101
|
</div>
|
102
|
-
<div class="refsect1">
|
102
|
+
<div class="refsect1" title="Description">
|
103
103
|
<a name="gdk-Colormaps-and-Colors.description"></a><h2>Description</h2>
|
104
104
|
<p>
|
105
105
|
These functions are used to modify colormaps.
|
@@ -132,9 +132,9 @@ be extended somewhat in the future -
|
|
132
132
|
<a class="link" href="gdk-Colormaps-and-Colors.html#gdk-color-change" title="gdk_color_change ()"><code class="function">gdk_color_change()</code></a> will probably become aliases.
|
133
133
|
</p>
|
134
134
|
</div>
|
135
|
-
<div class="refsect1">
|
135
|
+
<div class="refsect1" title="Details">
|
136
136
|
<a name="gdk-Colormaps-and-Colors.details"></a><h2>Details</h2>
|
137
|
-
<div class="refsect2">
|
137
|
+
<div class="refsect2" title="GdkColor">
|
138
138
|
<a name="GdkColor"></a><h3>GdkColor</h3>
|
139
139
|
<pre class="programlisting">typedef struct {
|
140
140
|
guint32 pixel;
|
@@ -153,27 +153,31 @@ allocated or unallocated color.
|
|
153
153
|
<tr>
|
154
154
|
<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="GdkColor.pixel"></a>pixel</code></em>;</span></p></td>
|
155
155
|
<td>For allocated colors, the value used to
|
156
|
-
draw this color on the screen
|
156
|
+
draw this color on the screen.
|
157
|
+
</td>
|
157
158
|
</tr>
|
158
159
|
<tr>
|
159
160
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> <em class="structfield"><code><a name="GdkColor.red"></a>red</code></em>;</span></p></td>
|
160
161
|
<td>The red component of the color. This is
|
161
|
-
a value between 0 and 65535, with 65535 indicating
|
162
|
-
full intensitiy
|
162
|
+
a value between 0 and 65535, with 65535 indicating
|
163
|
+
full intensitiy.
|
164
|
+
</td>
|
163
165
|
</tr>
|
164
166
|
<tr>
|
165
167
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> <em class="structfield"><code><a name="GdkColor.green"></a>green</code></em>;</span></p></td>
|
166
|
-
<td>The green component of the color
|
168
|
+
<td>The green component of the color.
|
169
|
+
</td>
|
167
170
|
</tr>
|
168
171
|
<tr>
|
169
172
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> <em class="structfield"><code><a name="GdkColor.blue"></a>blue</code></em>;</span></p></td>
|
170
|
-
<td>The blue component of the color
|
173
|
+
<td>The blue component of the color.
|
174
|
+
</td>
|
171
175
|
</tr>
|
172
176
|
</tbody>
|
173
177
|
</table></div>
|
174
178
|
</div>
|
175
179
|
<hr>
|
176
|
-
<div class="refsect2">
|
180
|
+
<div class="refsect2" title="GdkColormap">
|
177
181
|
<a name="GdkColormap"></a><h3>GdkColormap</h3>
|
178
182
|
<pre class="programlisting">typedef struct {
|
179
183
|
gint GSEAL (size);
|
@@ -185,9 +189,9 @@ The colormap structure contains the following public fields.
|
|
185
189
|
</p>
|
186
190
|
</div>
|
187
191
|
<hr>
|
188
|
-
<div class="refsect2">
|
192
|
+
<div class="refsect2" title="gdk_colormap_new ()">
|
189
193
|
<a name="gdk-colormap-new"></a><h3>gdk_colormap_new ()</h3>
|
190
|
-
<pre class="programlisting"><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a
|
194
|
+
<pre class="programlisting"><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a>* gdk_colormap_new (<em class="parameter"><code><a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a> *visual</code></em>,
|
191
195
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> allocate</code></em>);</pre>
|
192
196
|
<p>
|
193
197
|
Creates a new colormap for the given visual.
|
@@ -197,26 +201,29 @@ Creates a new colormap for the given visual.
|
|
197
201
|
<tbody>
|
198
202
|
<tr>
|
199
203
|
<td><p><span class="term"><em class="parameter"><code>visual</code></em> :</span></p></td>
|
200
|
-
<td>a <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a
|
204
|
+
<td>a <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a>.
|
205
|
+
</td>
|
201
206
|
</tr>
|
202
207
|
<tr>
|
203
208
|
<td><p><span class="term"><em class="parameter"><code>allocate</code></em> :</span></p></td>
|
204
209
|
<td>if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the newly created colormap will be
|
205
210
|
a private colormap, and all colors in it will be
|
206
|
-
allocated for the applications use
|
211
|
+
allocated for the applications use.
|
212
|
+
</td>
|
207
213
|
</tr>
|
208
214
|
<tr>
|
209
215
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
210
|
-
<td>the new <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a
|
216
|
+
<td> the new <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a>.
|
217
|
+
</td>
|
211
218
|
</tr>
|
212
219
|
</tbody>
|
213
220
|
</table></div>
|
214
221
|
</div>
|
215
222
|
<hr>
|
216
|
-
<div class="refsect2">
|
223
|
+
<div class="refsect2" title="gdk_colormap_ref ()">
|
217
224
|
<a name="gdk-colormap-ref"></a><h3>gdk_colormap_ref ()</h3>
|
218
|
-
<pre class="programlisting"><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a
|
219
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
225
|
+
<pre class="programlisting"><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a>* gdk_colormap_ref (<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>
|
226
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
220
227
|
<h3 class="title">Warning</h3>
|
221
228
|
<p><code class="literal">gdk_colormap_ref</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> instead.</p>
|
222
229
|
</div>
|
@@ -233,16 +240,18 @@ Deprecated function; use <a href="http://library.gnome.org/devel/gobject/unstabl
|
|
233
240
|
</tr>
|
234
241
|
<tr>
|
235
242
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
236
|
-
<td>the colormap
|
243
|
+
<td> the colormap
|
244
|
+
|
245
|
+
</td>
|
237
246
|
</tr>
|
238
247
|
</tbody>
|
239
248
|
</table></div>
|
240
249
|
</div>
|
241
250
|
<hr>
|
242
|
-
<div class="refsect2">
|
251
|
+
<div class="refsect2" title="gdk_colormap_unref ()">
|
243
252
|
<a name="gdk-colormap-unref"></a><h3>gdk_colormap_unref ()</h3>
|
244
253
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_colormap_unref (<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>
|
245
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
254
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
246
255
|
<h3 class="title">Warning</h3>
|
247
256
|
<p><code class="literal">gdk_colormap_unref</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> instead.</p>
|
248
257
|
</div>
|
@@ -259,9 +268,9 @@ Deprecated function; use <a href="http://library.gnome.org/devel/gobject/unstabl
|
|
259
268
|
</table></div>
|
260
269
|
</div>
|
261
270
|
<hr>
|
262
|
-
<div class="refsect2">
|
271
|
+
<div class="refsect2" title="gdk_colormap_get_system ()">
|
263
272
|
<a name="gdk-colormap-get-system"></a><h3>gdk_colormap_get_system ()</h3>
|
264
|
-
<pre class="programlisting"><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a
|
273
|
+
<pre class="programlisting"><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a>* gdk_colormap_get_system (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
265
274
|
<p>
|
266
275
|
Gets the system's default colormap for the default screen. (See
|
267
276
|
<code class="function">gdk_colormap_get_system_for_screen()</code>)
|
@@ -270,15 +279,16 @@ Gets the system's default colormap for the default screen. (See
|
|
270
279
|
<col align="left" valign="top">
|
271
280
|
<tbody><tr>
|
272
281
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
273
|
-
<td>the default colormap
|
282
|
+
<td> the default colormap.
|
283
|
+
</td>
|
274
284
|
</tr></tbody>
|
275
285
|
</table></div>
|
276
286
|
</div>
|
277
287
|
<hr>
|
278
|
-
<div class="refsect2">
|
288
|
+
<div class="refsect2" title="gdk_colormap_get_system_size ()">
|
279
289
|
<a name="gdk-colormap-get-system-size"></a><h3>gdk_colormap_get_system_size ()</h3>
|
280
290
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_colormap_get_system_size (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
281
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
291
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
282
292
|
<h3 class="title">Warning</h3>
|
283
293
|
<p><code class="literal">gdk_colormap_get_system_size</code> is deprecated and should not be used in newly-written code.</p>
|
284
294
|
</div>
|
@@ -291,16 +301,17 @@ explanation of the size of a colormap.)
|
|
291
301
|
<col align="left" valign="top">
|
292
302
|
<tbody><tr>
|
293
303
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
294
|
-
<td>the size of the system's default colormap
|
304
|
+
<td> the size of the system's default colormap.
|
305
|
+
</td>
|
295
306
|
</tr></tbody>
|
296
307
|
</table></div>
|
297
308
|
</div>
|
298
309
|
<hr>
|
299
|
-
<div class="refsect2">
|
310
|
+
<div class="refsect2" title="gdk_colormap_change ()">
|
300
311
|
<a name="gdk-colormap-change"></a><h3>gdk_colormap_change ()</h3>
|
301
312
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_colormap_change (<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>,
|
302
313
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ncolors</code></em>);</pre>
|
303
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
314
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
304
315
|
<h3 class="title">Warning</h3>
|
305
316
|
<p><code class="literal">gdk_colormap_change</code> is deprecated and should not be used in newly-written code.</p>
|
306
317
|
</div>
|
@@ -315,17 +326,19 @@ should not be used. See <a class="link" href="gdk-Colormaps-and-Colors.html#gdk-
|
|
315
326
|
<tbody>
|
316
327
|
<tr>
|
317
328
|
<td><p><span class="term"><em class="parameter"><code>colormap</code></em> :</span></p></td>
|
318
|
-
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a
|
329
|
+
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a>.
|
330
|
+
</td>
|
319
331
|
</tr>
|
320
332
|
<tr>
|
321
333
|
<td><p><span class="term"><em class="parameter"><code>ncolors</code></em> :</span></p></td>
|
322
|
-
<td>the number of colors to change
|
334
|
+
<td>the number of colors to change.
|
335
|
+
</td>
|
323
336
|
</tr>
|
324
337
|
</tbody>
|
325
338
|
</table></div>
|
326
339
|
</div>
|
327
340
|
<hr>
|
328
|
-
<div class="refsect2">
|
341
|
+
<div class="refsect2" title="gdk_colormap_alloc_colors ()">
|
329
342
|
<a name="gdk-colormap-alloc-colors"></a><h3>gdk_colormap_alloc_colors ()</h3>
|
330
343
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_colormap_alloc_colors (<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>,
|
331
344
|
<em class="parameter"><code><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a> *colors</code></em>,
|
@@ -341,44 +354,51 @@ Allocates colors from a colormap.
|
|
341
354
|
<tbody>
|
342
355
|
<tr>
|
343
356
|
<td><p><span class="term"><em class="parameter"><code>colormap</code></em> :</span></p></td>
|
344
|
-
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a
|
357
|
+
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a>.
|
358
|
+
</td>
|
345
359
|
</tr>
|
346
360
|
<tr>
|
347
361
|
<td><p><span class="term"><em class="parameter"><code>colors</code></em> :</span></p></td>
|
348
362
|
<td>The color values to allocate. On return, the pixel
|
349
|
-
values for allocated colors will be filled in
|
363
|
+
values for allocated colors will be filled in.
|
364
|
+
</td>
|
350
365
|
</tr>
|
351
366
|
<tr>
|
352
367
|
<td><p><span class="term"><em class="parameter"><code>n_colors</code></em> :</span></p></td>
|
353
|
-
<td>The number of colors in <em class="parameter"><code>colors</code></em
|
368
|
+
<td>The number of colors in <em class="parameter"><code>colors</code></em>.
|
369
|
+
</td>
|
354
370
|
</tr>
|
355
371
|
<tr>
|
356
372
|
<td><p><span class="term"><em class="parameter"><code>writeable</code></em> :</span></p></td>
|
357
373
|
<td>If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the colors are allocated writeable
|
358
|
-
(their values can later be changed using <a class="link" href="gdk-Colormaps-and-Colors.html#gdk-color-change" title="gdk_color_change ()"><code class="function">gdk_color_change()</code></a>).
|
359
|
-
Writeable colors cannot be shared between applications
|
374
|
+
(their values can later be changed using <a class="link" href="gdk-Colormaps-and-Colors.html#gdk-color-change" title="gdk_color_change ()"><code class="function">gdk_color_change()</code></a>).
|
375
|
+
Writeable colors cannot be shared between applications.
|
376
|
+
</td>
|
360
377
|
</tr>
|
361
378
|
<tr>
|
362
379
|
<td><p><span class="term"><em class="parameter"><code>best_match</code></em> :</span></p></td>
|
363
380
|
<td>If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, GDK will attempt to do matching against
|
364
|
-
existing colors if the colors cannot be allocated as requested
|
381
|
+
existing colors if the colors cannot be allocated as requested.
|
382
|
+
</td>
|
365
383
|
</tr>
|
366
384
|
<tr>
|
367
385
|
<td><p><span class="term"><em class="parameter"><code>success</code></em> :</span></p></td>
|
368
386
|
<td>An array of length <em class="parameter"><code>ncolors</code></em>. On return, this
|
369
|
-
indicates whether the corresponding color in <em class="parameter"><code>colors</code></em> was
|
370
|
-
successfully allocated or not
|
387
|
+
indicates whether the corresponding color in <em class="parameter"><code>colors</code></em> was
|
388
|
+
successfully allocated or not.
|
389
|
+
</td>
|
371
390
|
</tr>
|
372
391
|
<tr>
|
373
392
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
374
|
-
<td>The number of colors that were not successfully
|
375
|
-
allocated
|
393
|
+
<td> The number of colors that were not successfully
|
394
|
+
allocated.
|
395
|
+
</td>
|
376
396
|
</tr>
|
377
397
|
</tbody>
|
378
398
|
</table></div>
|
379
399
|
</div>
|
380
400
|
<hr>
|
381
|
-
<div class="refsect2">
|
401
|
+
<div class="refsect2" title="gdk_colormap_alloc_color ()">
|
382
402
|
<a name="gdk-colormap-alloc-color"></a><h3>gdk_colormap_alloc_color ()</h3>
|
383
403
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_colormap_alloc_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>,
|
384
404
|
<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>,
|
@@ -392,35 +412,39 @@ Allocates a single color from a colormap.
|
|
392
412
|
<tbody>
|
393
413
|
<tr>
|
394
414
|
<td><p><span class="term"><em class="parameter"><code>colormap</code></em> :</span></p></td>
|
395
|
-
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a
|
415
|
+
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a>.
|
416
|
+
</td>
|
396
417
|
</tr>
|
397
418
|
<tr>
|
398
419
|
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
|
399
420
|
<td>the color to allocate. On return the
|
400
|
-
<em class="structfield"><code>pixel</code></em> field will be
|
401
|
-
filled in if allocation succeeds
|
421
|
+
<em class="structfield"><code>pixel</code></em> field will be
|
422
|
+
filled in if allocation succeeds.
|
423
|
+
</td>
|
402
424
|
</tr>
|
403
425
|
<tr>
|
404
426
|
<td><p><span class="term"><em class="parameter"><code>writeable</code></em> :</span></p></td>
|
405
427
|
<td>If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the color is allocated writeable
|
406
|
-
(their values can later be changed using <a class="link" href="gdk-Colormaps-and-Colors.html#gdk-color-change" title="gdk_color_change ()"><code class="function">gdk_color_change()</code></a>).
|
407
|
-
Writeable colors cannot be shared between applications
|
428
|
+
(their values can later be changed using <a class="link" href="gdk-Colormaps-and-Colors.html#gdk-color-change" title="gdk_color_change ()"><code class="function">gdk_color_change()</code></a>).
|
429
|
+
Writeable colors cannot be shared between applications.
|
430
|
+
</td>
|
408
431
|
</tr>
|
409
432
|
<tr>
|
410
433
|
<td><p><span class="term"><em class="parameter"><code>best_match</code></em> :</span></p></td>
|
411
434
|
<td>If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, GDK will attempt to do matching against
|
412
|
-
existing colors if the color cannot be allocated as requested
|
435
|
+
existing colors if the color cannot be allocated as requested.
|
436
|
+
</td>
|
413
437
|
</tr>
|
414
438
|
<tr>
|
415
439
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
416
|
-
<td>
|
417
|
-
|
440
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the allocation succeeded.
|
441
|
+
</td>
|
418
442
|
</tr>
|
419
443
|
</tbody>
|
420
444
|
</table></div>
|
421
445
|
</div>
|
422
446
|
<hr>
|
423
|
-
<div class="refsect2">
|
447
|
+
<div class="refsect2" title="gdk_colormap_free_colors ()">
|
424
448
|
<a name="gdk-colormap-free-colors"></a><h3>gdk_colormap_free_colors ()</h3>
|
425
449
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_colormap_free_colors (<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>,
|
426
450
|
<em class="parameter"><code>const <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a> *colors</code></em>,
|
@@ -433,21 +457,24 @@ Frees previously allocated colors.
|
|
433
457
|
<tbody>
|
434
458
|
<tr>
|
435
459
|
<td><p><span class="term"><em class="parameter"><code>colormap</code></em> :</span></p></td>
|
436
|
-
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a
|
460
|
+
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a>.
|
461
|
+
</td>
|
437
462
|
</tr>
|
438
463
|
<tr>
|
439
464
|
<td><p><span class="term"><em class="parameter"><code>colors</code></em> :</span></p></td>
|
440
|
-
<td>the colors to free
|
465
|
+
<td>the colors to free.
|
466
|
+
</td>
|
441
467
|
</tr>
|
442
468
|
<tr>
|
443
469
|
<td><p><span class="term"><em class="parameter"><code>n_colors</code></em> :</span></p></td>
|
444
|
-
<td>the number of colors in <em class="parameter"><code>colors</code></em
|
470
|
+
<td>the number of colors in <em class="parameter"><code>colors</code></em>.
|
471
|
+
</td>
|
445
472
|
</tr>
|
446
473
|
</tbody>
|
447
474
|
</table></div>
|
448
475
|
</div>
|
449
476
|
<hr>
|
450
|
-
<div class="refsect2">
|
477
|
+
<div class="refsect2" title="gdk_colormap_query_color ()">
|
451
478
|
<a name="gdk-colormap-query-color"></a><h3>gdk_colormap_query_color ()</h3>
|
452
479
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_colormap_query_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>,
|
453
480
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> pixel</code></em>,
|
@@ -475,18 +502,20 @@ implement the eyedropper feature in <a href="http://library.gnome.org/devel/gtk/
|
|
475
502
|
</tr>
|
476
503
|
<tr>
|
477
504
|
<td><p><span class="term"><em class="parameter"><code>pixel</code></em> :</span></p></td>
|
478
|
-
<td>pixel value in hardware display format
|
505
|
+
<td>pixel value in hardware display format
|
506
|
+
</td>
|
479
507
|
</tr>
|
480
508
|
<tr>
|
481
509
|
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
|
482
510
|
<td>
|
483
|
-
<a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a> with red, green, blue fields initialized
|
511
|
+
<a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a> with red, green, blue fields initialized
|
512
|
+
</td>
|
484
513
|
</tr>
|
485
514
|
</tbody>
|
486
515
|
</table></div>
|
487
516
|
</div>
|
488
517
|
<hr>
|
489
|
-
<div class="refsect2">
|
518
|
+
<div class="refsect2" title="gdk_colormap_get_visual ()">
|
490
519
|
<a name="gdk-colormap-get-visual"></a><h3>gdk_colormap_get_visual ()</h3>
|
491
520
|
<pre class="programlisting"><a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="returnvalue">GdkVisual</span></a> * gdk_colormap_get_visual (<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>);</pre>
|
492
521
|
<p>
|
@@ -497,17 +526,19 @@ Returns the visual for which a given colormap was created.
|
|
497
526
|
<tbody>
|
498
527
|
<tr>
|
499
528
|
<td><p><span class="term"><em class="parameter"><code>colormap</code></em> :</span></p></td>
|
500
|
-
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a
|
529
|
+
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a>.
|
530
|
+
</td>
|
501
531
|
</tr>
|
502
532
|
<tr>
|
503
533
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
504
|
-
<td>the visual of the colormap
|
534
|
+
<td> the visual of the colormap.
|
535
|
+
</td>
|
505
536
|
</tr>
|
506
537
|
</tbody>
|
507
538
|
</table></div>
|
508
539
|
</div>
|
509
540
|
<hr>
|
510
|
-
<div class="refsect2">
|
541
|
+
<div class="refsect2" title="gdk_colormap_get_screen ()">
|
511
542
|
<a name="gdk-colormap-get-screen"></a><h3>gdk_colormap_get_screen ()</h3>
|
512
543
|
<pre class="programlisting"><a class="link" href="GdkScreen.html" title="GdkScreen"><span class="returnvalue">GdkScreen</span></a> * gdk_colormap_get_screen (<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>
|
513
544
|
<p>
|
@@ -523,19 +554,21 @@ Gets the screen for which this colormap was created.
|
|
523
554
|
</tr>
|
524
555
|
<tr>
|
525
556
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
526
|
-
<td>the screen for which this colormap was created
|
557
|
+
<td> the screen for which this colormap was created.
|
558
|
+
|
559
|
+
</td>
|
527
560
|
</tr>
|
528
561
|
</tbody>
|
529
562
|
</table></div>
|
530
563
|
<p class="since">Since 2.2</p>
|
531
564
|
</div>
|
532
565
|
<hr>
|
533
|
-
<div class="refsect2">
|
566
|
+
<div class="refsect2" title="gdk_colors_store ()">
|
534
567
|
<a name="gdk-colors-store"></a><h3>gdk_colors_store ()</h3>
|
535
568
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_colors_store (<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>,
|
536
569
|
<em class="parameter"><code><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a> *colors</code></em>,
|
537
570
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ncolors</code></em>);</pre>
|
538
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
571
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
539
572
|
<h3 class="title">Warning</h3>
|
540
573
|
<p><code class="literal">gdk_colors_store</code> is deprecated and should not be used in newly-written code.</p>
|
541
574
|
</div>
|
@@ -549,21 +582,24 @@ should not be used. See <a class="link" href="gdk-Colormaps-and-Colors.html#gdk-
|
|
549
582
|
<tbody>
|
550
583
|
<tr>
|
551
584
|
<td><p><span class="term"><em class="parameter"><code>colormap</code></em> :</span></p></td>
|
552
|
-
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a
|
585
|
+
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a>.
|
586
|
+
</td>
|
553
587
|
</tr>
|
554
588
|
<tr>
|
555
589
|
<td><p><span class="term"><em class="parameter"><code>colors</code></em> :</span></p></td>
|
556
|
-
<td>the new color values
|
590
|
+
<td>the new color values.
|
591
|
+
</td>
|
557
592
|
</tr>
|
558
593
|
<tr>
|
559
594
|
<td><p><span class="term"><em class="parameter"><code>ncolors</code></em> :</span></p></td>
|
560
|
-
<td>the number of colors to change
|
595
|
+
<td>the number of colors to change.
|
596
|
+
</td>
|
561
597
|
</tr>
|
562
598
|
</tbody>
|
563
599
|
</table></div>
|
564
600
|
</div>
|
565
601
|
<hr>
|
566
|
-
<div class="refsect2">
|
602
|
+
<div class="refsect2" title="gdk_color_copy ()">
|
567
603
|
<a name="gdk-color-copy"></a><h3>gdk_color_copy ()</h3>
|
568
604
|
<pre class="programlisting"><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="returnvalue">GdkColor</span></a> * gdk_color_copy (<em class="parameter"><code>const <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
|
569
605
|
<p>
|
@@ -575,17 +611,19 @@ must be freed using <a class="link" href="gdk-Colormaps-and-Colors.html#gdk-colo
|
|
575
611
|
<tbody>
|
576
612
|
<tr>
|
577
613
|
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
|
578
|
-
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a
|
614
|
+
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a>.
|
615
|
+
</td>
|
579
616
|
</tr>
|
580
617
|
<tr>
|
581
618
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
582
|
-
<td>a copy of <em class="parameter"><code>color</code></em
|
619
|
+
<td> a copy of <em class="parameter"><code>color</code></em>.
|
620
|
+
</td>
|
583
621
|
</tr>
|
584
622
|
</tbody>
|
585
623
|
</table></div>
|
586
624
|
</div>
|
587
625
|
<hr>
|
588
|
-
<div class="refsect2">
|
626
|
+
<div class="refsect2" title="gdk_color_free ()">
|
589
627
|
<a name="gdk-color-free"></a><h3>gdk_color_free ()</h3>
|
590
628
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_color_free (<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>
|
591
629
|
<p>
|
@@ -596,12 +634,13 @@ Frees a color structure created with
|
|
596
634
|
<col align="left" valign="top">
|
597
635
|
<tbody><tr>
|
598
636
|
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
|
599
|
-
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a
|
637
|
+
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a>.
|
638
|
+
</td>
|
600
639
|
</tr></tbody>
|
601
640
|
</table></div>
|
602
641
|
</div>
|
603
642
|
<hr>
|
604
|
-
<div class="refsect2">
|
643
|
+
<div class="refsect2" title="gdk_colors_alloc ()">
|
605
644
|
<a name="gdk-colors-alloc"></a><h3>gdk_colors_alloc ()</h3>
|
606
645
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_colors_alloc (<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>,
|
607
646
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> contiguous</code></em>,
|
@@ -609,7 +648,7 @@ Frees a color structure created with
|
|
609
648
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> nplanes</code></em>,
|
610
649
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> *pixels</code></em>,
|
611
650
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> npixels</code></em>);</pre>
|
612
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
651
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
613
652
|
<h3 class="title">Warning</h3>
|
614
653
|
<p><code class="literal">gdk_colors_alloc</code> is deprecated and should not be used in newly-written code.</p>
|
615
654
|
</div>
|
@@ -624,46 +663,52 @@ the Xlib documentation for <code class="function"><code class="function">XAllocC
|
|
624
663
|
<tbody>
|
625
664
|
<tr>
|
626
665
|
<td><p><span class="term"><em class="parameter"><code>colormap</code></em> :</span></p></td>
|
627
|
-
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a
|
666
|
+
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a>.
|
667
|
+
</td>
|
628
668
|
</tr>
|
629
669
|
<tr>
|
630
670
|
<td><p><span class="term"><em class="parameter"><code>contiguous</code></em> :</span></p></td>
|
631
671
|
<td>if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the colors should be allocated
|
632
|
-
in contiguous color cells
|
672
|
+
in contiguous color cells.
|
673
|
+
</td>
|
633
674
|
</tr>
|
634
675
|
<tr>
|
635
676
|
<td><p><span class="term"><em class="parameter"><code>planes</code></em> :</span></p></td>
|
636
|
-
<td>an array in which to store the plane masks
|
677
|
+
<td>an array in which to store the plane masks.
|
678
|
+
</td>
|
637
679
|
</tr>
|
638
680
|
<tr>
|
639
681
|
<td><p><span class="term"><em class="parameter"><code>nplanes</code></em> :</span></p></td>
|
640
682
|
<td>the number of planes to allocate. (Or zero,
|
641
|
-
to indicate that the color allocation should not be planar.)
|
683
|
+
to indicate that the color allocation should not be planar.)
|
684
|
+
</td>
|
642
685
|
</tr>
|
643
686
|
<tr>
|
644
687
|
<td><p><span class="term"><em class="parameter"><code>pixels</code></em> :</span></p></td>
|
645
|
-
<td>an array into which to store allocated pixel values
|
688
|
+
<td>an array into which to store allocated pixel values.
|
689
|
+
</td>
|
646
690
|
</tr>
|
647
691
|
<tr>
|
648
692
|
<td><p><span class="term"><em class="parameter"><code>npixels</code></em> :</span></p></td>
|
649
|
-
<td>the number of pixels in each plane to allocate
|
693
|
+
<td>the number of pixels in each plane to allocate.
|
694
|
+
</td>
|
650
695
|
</tr>
|
651
696
|
<tr>
|
652
697
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
653
|
-
<td>
|
654
|
-
|
698
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the allocation was successful
|
699
|
+
</td>
|
655
700
|
</tr>
|
656
701
|
</tbody>
|
657
702
|
</table></div>
|
658
703
|
</div>
|
659
704
|
<hr>
|
660
|
-
<div class="refsect2">
|
705
|
+
<div class="refsect2" title="gdk_colors_free ()">
|
661
706
|
<a name="gdk-colors-free"></a><h3>gdk_colors_free ()</h3>
|
662
707
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_colors_free (<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>,
|
663
708
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> *pixels</code></em>,
|
664
709
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> npixels</code></em>,
|
665
710
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> planes</code></em>);</pre>
|
666
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
711
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
667
712
|
<h3 class="title">Warning</h3>
|
668
713
|
<p><code class="literal">gdk_colors_free</code> is deprecated and should not be used in newly-written code.</p>
|
669
714
|
</div>
|
@@ -676,29 +721,33 @@ function is obsolete. See <a class="link" href="gdk-Colormaps-and-Colors.html#gd
|
|
676
721
|
<tbody>
|
677
722
|
<tr>
|
678
723
|
<td><p><span class="term"><em class="parameter"><code>colormap</code></em> :</span></p></td>
|
679
|
-
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a
|
724
|
+
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a>.
|
725
|
+
</td>
|
680
726
|
</tr>
|
681
727
|
<tr>
|
682
728
|
<td><p><span class="term"><em class="parameter"><code>pixels</code></em> :</span></p></td>
|
683
|
-
<td>the pixel values of the colors to free
|
729
|
+
<td>the pixel values of the colors to free.
|
730
|
+
</td>
|
684
731
|
</tr>
|
685
732
|
<tr>
|
686
733
|
<td><p><span class="term"><em class="parameter"><code>npixels</code></em> :</span></p></td>
|
687
|
-
<td>the number of values in <em class="parameter"><code>pixels</code></em
|
734
|
+
<td>the number of values in <em class="parameter"><code>pixels</code></em>.
|
735
|
+
</td>
|
688
736
|
</tr>
|
689
737
|
<tr>
|
690
738
|
<td><p><span class="term"><em class="parameter"><code>planes</code></em> :</span></p></td>
|
691
|
-
<td>the plane masks for all planes to free, OR'd together
|
739
|
+
<td>the plane masks for all planes to free, OR'd together.
|
740
|
+
</td>
|
692
741
|
</tr>
|
693
742
|
</tbody>
|
694
743
|
</table></div>
|
695
744
|
</div>
|
696
745
|
<hr>
|
697
|
-
<div class="refsect2">
|
746
|
+
<div class="refsect2" title="gdk_color_white ()">
|
698
747
|
<a name="gdk-color-white"></a><h3>gdk_color_white ()</h3>
|
699
748
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_color_white (<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>,
|
700
749
|
<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>
|
701
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
750
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
702
751
|
<h3 class="title">Warning</h3>
|
703
752
|
<p><code class="literal">gdk_color_white</code> is deprecated and should not be used in newly-written code.</p>
|
704
753
|
</div>
|
@@ -711,26 +760,28 @@ value has already allocated been allocated.
|
|
711
760
|
<tbody>
|
712
761
|
<tr>
|
713
762
|
<td><p><span class="term"><em class="parameter"><code>colormap</code></em> :</span></p></td>
|
714
|
-
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a
|
763
|
+
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a>.
|
764
|
+
</td>
|
715
765
|
</tr>
|
716
766
|
<tr>
|
717
767
|
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
|
718
|
-
<td>the location to store the color
|
768
|
+
<td>the location to store the color.
|
769
|
+
</td>
|
719
770
|
</tr>
|
720
771
|
<tr>
|
721
772
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
722
|
-
<td>
|
723
|
-
|
773
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the allocation succeeded.
|
774
|
+
</td>
|
724
775
|
</tr>
|
725
776
|
</tbody>
|
726
777
|
</table></div>
|
727
778
|
</div>
|
728
779
|
<hr>
|
729
|
-
<div class="refsect2">
|
780
|
+
<div class="refsect2" title="gdk_color_black ()">
|
730
781
|
<a name="gdk-color-black"></a><h3>gdk_color_black ()</h3>
|
731
782
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_color_black (<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>,
|
732
783
|
<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>
|
733
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
784
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
734
785
|
<h3 class="title">Warning</h3>
|
735
786
|
<p><code class="literal">gdk_color_black</code> is deprecated and should not be used in newly-written code.</p>
|
736
787
|
</div>
|
@@ -743,22 +794,24 @@ value has already been allocated.
|
|
743
794
|
<tbody>
|
744
795
|
<tr>
|
745
796
|
<td><p><span class="term"><em class="parameter"><code>colormap</code></em> :</span></p></td>
|
746
|
-
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a
|
797
|
+
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a>.
|
798
|
+
</td>
|
747
799
|
</tr>
|
748
800
|
<tr>
|
749
801
|
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
|
750
|
-
<td>the location to store the color
|
802
|
+
<td>the location to store the color.
|
803
|
+
</td>
|
751
804
|
</tr>
|
752
805
|
<tr>
|
753
806
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
754
|
-
<td>
|
755
|
-
|
807
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the allocation succeeded.
|
808
|
+
</td>
|
756
809
|
</tr>
|
757
810
|
</tbody>
|
758
811
|
</table></div>
|
759
812
|
</div>
|
760
813
|
<hr>
|
761
|
-
<div class="refsect2">
|
814
|
+
<div class="refsect2" title="gdk_color_parse ()">
|
762
815
|
<a name="gdk-color-parse"></a><h3>gdk_color_parse ()</h3>
|
763
816
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_color_parse (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *spec</code></em>,
|
764
817
|
<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>
|
@@ -781,27 +834,28 @@ in the four forms is '#fff' '#ffffff' '#fffffffff' and
|
|
781
834
|
<tbody>
|
782
835
|
<tr>
|
783
836
|
<td><p><span class="term"><em class="parameter"><code>spec</code></em> :</span></p></td>
|
784
|
-
<td>the string specifying the color
|
837
|
+
<td>the string specifying the color.
|
838
|
+
</td>
|
785
839
|
</tr>
|
786
840
|
<tr>
|
787
841
|
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
|
788
|
-
<td>the <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a> to fill in. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
842
|
+
<td> the <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a> to fill in. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
789
843
|
</td>
|
790
844
|
</tr>
|
791
845
|
<tr>
|
792
846
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
793
|
-
<td>
|
794
|
-
|
847
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the parsing succeeded.
|
848
|
+
</td>
|
795
849
|
</tr>
|
796
850
|
</tbody>
|
797
851
|
</table></div>
|
798
852
|
</div>
|
799
853
|
<hr>
|
800
|
-
<div class="refsect2">
|
854
|
+
<div class="refsect2" title="gdk_color_alloc ()">
|
801
855
|
<a name="gdk-color-alloc"></a><h3>gdk_color_alloc ()</h3>
|
802
856
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_color_alloc (<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>,
|
803
857
|
<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>
|
804
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
858
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
805
859
|
<h3 class="title">Warning</h3>
|
806
860
|
<p><code class="literal">gdk_color_alloc</code> has been deprecated since version 2.2 and should not be used in newly-written code. Use <a class="link" href="gdk-Colormaps-and-Colors.html#gdk-colormap-alloc-color" title="gdk_colormap_alloc_color ()"><code class="function">gdk_colormap_alloc_color()</code></a> instead.</p>
|
807
861
|
</div>
|
@@ -813,27 +867,30 @@ Allocates a single color from a colormap.
|
|
813
867
|
<tbody>
|
814
868
|
<tr>
|
815
869
|
<td><p><span class="term"><em class="parameter"><code>colormap</code></em> :</span></p></td>
|
816
|
-
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a
|
870
|
+
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a>.
|
871
|
+
</td>
|
817
872
|
</tr>
|
818
873
|
<tr>
|
819
874
|
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
|
820
|
-
<td>The color to allocate. On return, the
|
821
|
-
<em class="structfield"><code>pixel</code></em> field will be filled in
|
875
|
+
<td>The color to allocate. On return, the
|
876
|
+
<em class="structfield"><code>pixel</code></em> field will be filled in.
|
877
|
+
</td>
|
822
878
|
</tr>
|
823
879
|
<tr>
|
824
880
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
825
|
-
<td>
|
826
|
-
|
881
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the allocation succeeded.
|
882
|
+
|
883
|
+
</td>
|
827
884
|
</tr>
|
828
885
|
</tbody>
|
829
886
|
</table></div>
|
830
887
|
</div>
|
831
888
|
<hr>
|
832
|
-
<div class="refsect2">
|
889
|
+
<div class="refsect2" title="gdk_color_change ()">
|
833
890
|
<a name="gdk-color-change"></a><h3>gdk_color_change ()</h3>
|
834
891
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_color_change (<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>,
|
835
892
|
<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>
|
836
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
893
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
837
894
|
<h3 class="title">Warning</h3>
|
838
895
|
<p><code class="literal">gdk_color_change</code> is deprecated and should not be used in newly-written code.</p>
|
839
896
|
</div>
|
@@ -849,24 +906,26 @@ using <a class="link" href="gdk-Colormaps-and-Colors.html#gdk-colormap-alloc-col
|
|
849
906
|
<tbody>
|
850
907
|
<tr>
|
851
908
|
<td><p><span class="term"><em class="parameter"><code>colormap</code></em> :</span></p></td>
|
852
|
-
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a
|
909
|
+
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a>.
|
910
|
+
</td>
|
853
911
|
</tr>
|
854
912
|
<tr>
|
855
913
|
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
|
856
914
|
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a>, with the color to change
|
857
915
|
in the <em class="structfield"><code>pixel</code></em> field,
|
858
|
-
and the new value in the remaining fields
|
916
|
+
and the new value in the remaining fields.
|
917
|
+
</td>
|
859
918
|
</tr>
|
860
919
|
<tr>
|
861
920
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
862
|
-
<td>
|
863
|
-
|
921
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the color was successfully changed.
|
922
|
+
</td>
|
864
923
|
</tr>
|
865
924
|
</tbody>
|
866
925
|
</table></div>
|
867
926
|
</div>
|
868
927
|
<hr>
|
869
|
-
<div class="refsect2">
|
928
|
+
<div class="refsect2" title="gdk_color_equal ()">
|
870
929
|
<a name="gdk-color-equal"></a><h3>gdk_color_equal ()</h3>
|
871
930
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_color_equal (<em class="parameter"><code>const <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a> *colora</code></em>,
|
872
931
|
<em class="parameter"><code>const <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a> *colorb</code></em>);</pre>
|
@@ -878,22 +937,24 @@ Compares two colors.
|
|
878
937
|
<tbody>
|
879
938
|
<tr>
|
880
939
|
<td><p><span class="term"><em class="parameter"><code>colora</code></em> :</span></p></td>
|
881
|
-
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a
|
940
|
+
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a>.
|
941
|
+
</td>
|
882
942
|
</tr>
|
883
943
|
<tr>
|
884
944
|
<td><p><span class="term"><em class="parameter"><code>colorb</code></em> :</span></p></td>
|
885
|
-
<td>another <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a
|
945
|
+
<td>another <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a>.
|
946
|
+
</td>
|
886
947
|
</tr>
|
887
948
|
<tr>
|
888
949
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
889
|
-
<td>
|
890
|
-
|
950
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the two colors compare equal
|
951
|
+
</td>
|
891
952
|
</tr>
|
892
953
|
</tbody>
|
893
954
|
</table></div>
|
894
955
|
</div>
|
895
956
|
<hr>
|
896
|
-
<div class="refsect2">
|
957
|
+
<div class="refsect2" title="gdk_color_hash ()">
|
897
958
|
<a name="gdk-color-hash"></a><h3>gdk_color_hash ()</h3>
|
898
959
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gdk_color_hash (<em class="parameter"><code>const <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a> *colora</code></em>);</pre>
|
899
960
|
<p>
|
@@ -905,18 +966,19 @@ table that stores <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor"
|
|
905
966
|
<tbody>
|
906
967
|
<tr>
|
907
968
|
<td><p><span class="term"><em class="parameter"><code>colora</code></em> :</span></p></td>
|
908
|
-
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a
|
969
|
+
<td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a>.
|
970
|
+
</td>
|
909
971
|
</tr>
|
910
972
|
<tr>
|
911
973
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
912
|
-
<td>The hash function applied to <em class="parameter"><code>colora</code></em>
|
974
|
+
<td> The hash function applied to <em class="parameter"><code>colora</code></em>
|
913
975
|
</td>
|
914
976
|
</tr>
|
915
977
|
</tbody>
|
916
978
|
</table></div>
|
917
979
|
</div>
|
918
980
|
<hr>
|
919
|
-
<div class="refsect2">
|
981
|
+
<div class="refsect2" title="gdk_color_to_string ()">
|
920
982
|
<a name="gdk-color-to-string"></a><h3>gdk_color_to_string ()</h3>
|
921
983
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gdk_color_to_string (<em class="parameter"><code>const <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
|
922
984
|
<p>
|
@@ -935,7 +997,9 @@ representing the red, green and blue components respectively.
|
|
935
997
|
</tr>
|
936
998
|
<tr>
|
937
999
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
938
|
-
<td>a newly-allocated text string
|
1000
|
+
<td> a newly-allocated text string
|
1001
|
+
|
1002
|
+
</td>
|
939
1003
|
</tr>
|
940
1004
|
</tbody>
|
941
1005
|
</table></div>
|
@@ -945,6 +1009,6 @@ representing the red, green and blue components respectively.
|
|
945
1009
|
</div>
|
946
1010
|
<div class="footer">
|
947
1011
|
<hr>
|
948
|
-
Generated by GTK-Doc V1.
|
1012
|
+
Generated by GTK-Doc V1.15</div>
|
949
1013
|
</body>
|
950
1014
|
</html>
|