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