gtk2 1.0.0-x86-mingw32 → 1.0.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +52 -0
- data/ext/gtk2/extconf.rb +18 -9
- data/ext/gtk2/rbgdk.h +3 -0
- data/ext/gtk2/rbgdkdragcontext.c +4 -4
- data/ext/gtk2/rbgdkevent.c +18 -5
- data/ext/gtk2/rbgdkpixmap.c +43 -48
- data/ext/gtk2/rbgdkproperty.c +6 -5
- data/ext/gtk2/rbgdkscreen.c +18 -74
- data/ext/gtk2/rbgdkselection.c +2 -2
- data/ext/gtk2/rbgdkwindow.c +11 -18
- data/ext/gtk2/rbgdkwindowattr.c +1 -1
- data/ext/gtk2/rbgtkaccelgroup.c +1 -1
- data/ext/gtk2/rbgtkaction.c +8 -26
- data/ext/gtk2/rbgtkactiongroup.c +6 -6
- data/ext/gtk2/rbgtkadjustment.c +20 -74
- data/ext/gtk2/rbgtkbindingset.c +1 -1
- data/ext/gtk2/rbgtkbuilder.c +2 -1
- data/ext/gtk2/rbgtkbutton.c +1 -9
- data/ext/gtk2/rbgtkcalendar.c +1 -1
- data/ext/gtk2/rbgtkcellrendererspinner.c +0 -3
- data/ext/gtk2/rbgtkcellrenderertext.c +1 -2
- data/ext/gtk2/rbgtkcellview.c +6 -11
- data/ext/gtk2/rbgtkcolorselectiondialog.c +2 -28
- data/ext/gtk2/rbgtkcombo.c +2 -2
- data/ext/gtk2/rbgtkcombobox.c +9 -29
- data/ext/gtk2/rbgtkcontainer.c +1 -1
- data/ext/gtk2/rbgtkcurve.c +4 -2
- data/ext/gtk2/rbgtkdialog.c +2 -3
- data/ext/gtk2/rbgtkdrag.c +3 -3
- data/ext/gtk2/rbgtkentry.c +2 -2
- data/ext/gtk2/rbgtkentrycompletion.c +1 -4
- data/ext/gtk2/rbgtkfilechooser.c +32 -29
- data/ext/gtk2/rbgtkfilechooserdialog.c +8 -6
- data/ext/gtk2/rbgtkfilefilter.c +8 -4
- data/ext/gtk2/rbgtkframe.c +3 -4
- data/ext/gtk2/rbgtkhandlebox.c +0 -7
- data/ext/gtk2/rbgtkicontheme.c +4 -13
- data/ext/gtk2/rbgtkiconview.c +4 -15
- data/ext/gtk2/rbgtkimcontext.c +1 -1
- data/ext/gtk2/rbgtkinvisible.c +5 -21
- data/ext/gtk2/rbgtkitemfactory.c +3 -3
- data/ext/gtk2/rbgtklabel.c +0 -2
- data/ext/gtk2/rbgtklinkbutton.c +0 -2
- data/ext/gtk2/rbgtkmain.c +7 -10
- data/ext/gtk2/rbgtkmenu.c +22 -74
- data/ext/gtk2/rbgtkmenuitem.c +16 -55
- data/ext/gtk2/rbgtkmenushell.c +3 -11
- data/ext/gtk2/rbgtkmessagedialog.c +11 -20
- data/ext/gtk2/rbgtknotebook.c +0 -1
- data/ext/gtk2/rbgtkoptionmenu.c +1 -2
- data/ext/gtk2/rbgtkprintjob.c +1 -2
- data/ext/gtk2/rbgtkprintoperation.c +0 -2
- data/ext/gtk2/rbgtkradioaction.c +2 -7
- data/ext/gtk2/rbgtkradiobutton.c +1 -1
- data/ext/gtk2/rbgtkradiomenuitem.c +4 -6
- data/ext/gtk2/rbgtkradiotoolbutton.c +2 -4
- data/ext/gtk2/rbgtkrange.c +1 -2
- data/ext/gtk2/rbgtkrc.c +8 -9
- data/ext/gtk2/rbgtkrcstyle.c +2 -2
- data/ext/gtk2/rbgtkrecentaction.c +0 -1
- data/ext/gtk2/rbgtkrecentchooser.c +3 -3
- data/ext/gtk2/rbgtkrecentdata.c +2 -9
- data/ext/gtk2/rbgtkrecentfilter.c +2 -1
- data/ext/gtk2/rbgtkrecentfilterinfo.c +5 -16
- data/ext/gtk2/rbgtkrecentinfo.c +2 -2
- data/ext/gtk2/rbgtkrecentmanager.c +1 -2
- data/ext/gtk2/rbgtkruler.c +6 -16
- data/ext/gtk2/rbgtkscalebutton.c +16 -48
- data/ext/gtk2/rbgtkscrolledwindow.c +1 -1
- data/ext/gtk2/rbgtkselectiondata.c +10 -34
- data/ext/gtk2/rbgtksettings.c +1 -1
- data/ext/gtk2/rbgtkspinner.c +0 -3
- data/ext/gtk2/rbgtkstatusbar.c +5 -16
- data/ext/gtk2/rbgtkstatusicon.c +2 -9
- data/ext/gtk2/rbgtkstock.c +4 -4
- data/ext/gtk2/rbgtktable.c +8 -13
- data/ext/gtk2/rbgtktextattributes.c +0 -2
- data/ext/gtk2/rbgtktextbuffer.c +17 -16
- data/ext/gtk2/rbgtktextmark.c +7 -14
- data/ext/gtk2/rbgtktexttag.c +1 -2
- data/ext/gtk2/rbgtktextview.c +3 -4
- data/ext/gtk2/rbgtktoggleaction.c +5 -16
- data/ext/gtk2/rbgtktogglebutton.c +1 -2
- data/ext/gtk2/rbgtktoggletoolbutton.c +5 -16
- data/ext/gtk2/rbgtktoolbar.c +8 -31
- data/ext/gtk2/rbgtktoolitem.c +3 -1
- data/ext/gtk2/rbgtktreerowreference.c +4 -4
- data/ext/gtk2/rbgtktreesortable.c +0 -3
- data/ext/gtk2/rbgtktreestore.c +10 -7
- data/ext/gtk2/rbgtktreeview.c +5 -8
- data/ext/gtk2/rbgtktreeviewcolumn.c +13 -34
- data/ext/gtk2/rbgtkuimanager.c +2 -3
- data/ext/gtk2/rbgtkwidget.c +24 -44
- data/ext/gtk2/rbgtkwindow.c +32 -92
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/lib/gtk2/base.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +2 -29
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdk.h +5 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +0 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +4 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +0 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +9 -13
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +0 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +6 -16
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +3 -14
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +0 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +3 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +0 -6
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +1 -2
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/manifest/{gtk+-dev_2.24.0-1_win32.mft → gtk+-dev_2.22.1-1_win32.mft} +6 -9
- data/vendor/local/manifest/{gtk+_2.24.0-1_win32.mft → gtk+_2.22.1-1_win32.mft} +6 -2
- data/vendor/local/share/doc/{gtk+-2.24.0 → gtk+-2.22.1}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.24.0 → gtk+-dev-2.22.1}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +21 -0
- data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
- data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
- data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +94 -60
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +58 -44
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +208 -151
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +37 -33
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +239 -180
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +5 -135
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +47 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +23 -20
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +39 -81
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +199 -135
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +90 -71
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +200 -161
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +409 -293
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +435 -320
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +141 -109
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +234 -155
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +217 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +124 -103
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +250 -168
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +131 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +191 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +53 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +195 -162
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +112 -85
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +137 -79
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +176 -144
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +235 -188
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +134 -97
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +35 -22
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +70 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +108 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +744 -653
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +490 -476
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +44 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +76 -85
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +1 -10
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +186 -193
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +46 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +236 -169
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +258 -175
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +50 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +114 -78
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +66 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +46 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +118 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +120 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +117 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +137 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +185 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +76 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +895 -615
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +1780 -509
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +163 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +87 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +130 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +44 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +32 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +25 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +74 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +54 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +76 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +34 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +75 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +180 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +32 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +81 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +186 -344
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +46 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +260 -311
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +79 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +121 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +88 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +470 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +104 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +185 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +38 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +96 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +403 -331
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +89 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +35 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +26 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +146 -102
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +49 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +86 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +81 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +61 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +58 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +34 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +101 -65
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +66 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +182 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +248 -184
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +447 -321
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +195 -174
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +80 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +41 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +42 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +272 -179
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +249 -197
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +76 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +60 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +180 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +130 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +168 -138
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +221 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +49 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +145 -112
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +118 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +49 -73
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +39 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +452 -396
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +206 -148
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +25 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +165 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +66 -56
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +160 -115
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +25 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +134 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +44 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +67 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +136 -109
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +53 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +68 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +403 -265
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +134 -100
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +111 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +108 -91
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +53 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +79 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +71 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +42 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +185 -218
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +41 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +194 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +29 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +19 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +85 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +269 -202
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +58 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +72 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +83 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +143 -93
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +27 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +259 -129
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +45 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +53 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +177 -132
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +254 -190
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +75 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +928 -546
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +135 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +140 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +656 -494
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +46 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +194 -164
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +76 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +425 -340
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +57 -43
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +38 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +85 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +166 -133
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +103 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +139 -116
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +59 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +360 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +70 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +152 -105
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +134 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +557 -428
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +126 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +70 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +171 -123
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +62 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +199 -170
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +863 -565
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +282 -203
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +189 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +34 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +24 -31
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +29 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1579 -1278
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +532 -380
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +39 -21
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +45 -236
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +385 -469
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +4 -15
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +124 -69
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +211 -149
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +293 -189
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +246 -175
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +41 -35
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +47 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +318 -270
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +22 -16
- data/vendor/local/share/gtk-doc/html/gtk/{GtkPaperSize.html → gtk-GtkPaperSize.html} +252 -204
- data/vendor/local/share/gtk-doc/html/gtk/{GtkTextIter.html → gtk-GtkTextIter.html} +806 -664
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +82 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +289 -221
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +232 -142
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +190 -150
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +408 -328
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +306 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +158 -152
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +136 -85
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +239 -204
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +343 -271
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +11 -18
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +75 -63
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +75 -58
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +10 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +31 -39
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +412 -445
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +455 -488
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +5 -8
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/index.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +142 -194
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +5048 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.24.0-1_win32.sh → gtk+_2.22.1-1_win32.sh} +2 -2
- metadata +25 -25
- data/vendor/local/etc/gtk-2.0/gtkrc +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +0 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +0 -301
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +0 -117
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +0 -4934
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="reference.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gdk-Drag-and-Drop.html" title="Drag and Drop">
|
10
10
|
<link rel="next" href="gdk-Threads.html" title="Threads">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<a href="#gdk-Properties-and-Atoms.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry">
|
29
|
+
<div class="refentry" title="Properties and Atoms">
|
30
30
|
<a name="gdk-Properties-and-Atoms"></a><div class="titlepage"></div>
|
31
31
|
<div class="refnamediv"><table width="100%"><tr>
|
32
32
|
<td valign="top">
|
@@ -35,7 +35,7 @@
|
|
35
35
|
</td>
|
36
36
|
<td valign="top" align="right"></td>
|
37
37
|
</tr></table></div>
|
38
|
-
<div class="refsynopsisdiv">
|
38
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
39
39
|
<a name="gdk-Properties-and-Atoms.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <gdk/gdk.h>
|
@@ -98,7 +98,7 @@
|
|
98
98
|
<a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="returnvalue">GdkAtom</span></a> <a class="link" href="gdk-Properties-and-Atoms.html#gdk-atom-intern" title="gdk_atom_intern ()">gdk_atom_intern</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *atom_name</code></em>,
|
99
99
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> only_if_exists</code></em>);
|
100
100
|
<a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="returnvalue">GdkAtom</span></a> <a class="link" href="gdk-Properties-and-Atoms.html#gdk-atom-intern-static-string" title="gdk_atom_intern_static_string ()">gdk_atom_intern_static_string</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *atom_name</code></em>);
|
101
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
101
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* <a class="link" href="gdk-Properties-and-Atoms.html#gdk-atom-name" title="gdk_atom_name ()">gdk_atom_name</a> (<em class="parameter"><code><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> atom</code></em>);
|
102
102
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gdk-Properties-and-Atoms.html#gdk-property-get" title="gdk_property_get ()">gdk_property_get</a> (<em class="parameter"><code><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
103
103
|
<em class="parameter"><code><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> property</code></em>,
|
104
104
|
<em class="parameter"><code><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> type</code></em>,
|
@@ -121,7 +121,7 @@ enum <a class="link" href="gdk-Properties-and-Atoms.html#GdkPropM
|
|
121
121
|
<em class="parameter"><code><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> property</code></em>);
|
122
122
|
</pre>
|
123
123
|
</div>
|
124
|
-
<div class="refsect1">
|
124
|
+
<div class="refsect1" title="Description">
|
125
125
|
<a name="gdk-Properties-and-Atoms.description"></a><h2>Description</h2>
|
126
126
|
<p>
|
127
127
|
Each window under X can have any number of associated
|
@@ -155,9 +155,9 @@ to and from strings and to manipulate some types of
|
|
155
155
|
data commonly stored in X window properties.
|
156
156
|
</p>
|
157
157
|
</div>
|
158
|
-
<div class="refsect1">
|
158
|
+
<div class="refsect1" title="Details">
|
159
159
|
<a name="gdk-Properties-and-Atoms.details"></a><h2>Details</h2>
|
160
|
-
<div class="refsect2">
|
160
|
+
<div class="refsect2" title="GdkAtom">
|
161
161
|
<a name="GdkAtom"></a><h3>GdkAtom</h3>
|
162
162
|
<pre class="programlisting">typedef struct _GdkAtom GdkAtom;</pre>
|
163
163
|
<p>
|
@@ -166,7 +166,7 @@ of strings on the X server.
|
|
166
166
|
</p>
|
167
167
|
</div>
|
168
168
|
<hr>
|
169
|
-
<div class="refsect2">
|
169
|
+
<div class="refsect2" title="GDK_ATOM_TO_POINTER()">
|
170
170
|
<a name="GDK-ATOM-TO-POINTER:CAPS"></a><h3>GDK_ATOM_TO_POINTER()</h3>
|
171
171
|
<pre class="programlisting">#define GDK_ATOM_TO_POINTER(atom) (atom)
|
172
172
|
</pre>
|
@@ -177,12 +177,13 @@ Converts a <a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="G
|
|
177
177
|
<col align="left" valign="top">
|
178
178
|
<tbody><tr>
|
179
179
|
<td><p><span class="term"><em class="parameter"><code>atom</code></em> :</span></p></td>
|
180
|
-
<td>a <a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a
|
180
|
+
<td>a <a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a>.
|
181
|
+
</td>
|
181
182
|
</tr></tbody>
|
182
183
|
</table></div>
|
183
184
|
</div>
|
184
185
|
<hr>
|
185
|
-
<div class="refsect2">
|
186
|
+
<div class="refsect2" title="GDK_POINTER_TO_ATOM()">
|
186
187
|
<a name="GDK-POINTER-TO-ATOM:CAPS"></a><h3>GDK_POINTER_TO_ATOM()</h3>
|
187
188
|
<pre class="programlisting">#define GDK_POINTER_TO_ATOM(ptr) ((GdkAtom)(ptr))
|
188
189
|
</pre>
|
@@ -194,12 +195,13 @@ stored in the pointer with <a class="link" href="gdk-Properties-and-Atoms.html#G
|
|
194
195
|
<col align="left" valign="top">
|
195
196
|
<tbody><tr>
|
196
197
|
<td><p><span class="term"><em class="parameter"><code>ptr</code></em> :</span></p></td>
|
197
|
-
<td>a pointer containing a <a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a
|
198
|
+
<td>a pointer containing a <a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a>.
|
199
|
+
</td>
|
198
200
|
</tr></tbody>
|
199
201
|
</table></div>
|
200
202
|
</div>
|
201
203
|
<hr>
|
202
|
-
<div class="refsect2">
|
204
|
+
<div class="refsect2" title="GDK_NONE">
|
203
205
|
<a name="GDK-NONE:CAPS"></a><h3>GDK_NONE</h3>
|
204
206
|
<pre class="programlisting">#define GDK_NONE _GDK_MAKE_ATOM (0)
|
205
207
|
</pre>
|
@@ -209,17 +211,13 @@ in the Xlib API.
|
|
209
211
|
</p>
|
210
212
|
</div>
|
211
213
|
<hr>
|
212
|
-
<div class="refsect2">
|
214
|
+
<div class="refsect2" title="gdk_text_property_to_text_list ()">
|
213
215
|
<a name="gdk-text-property-to-text-list"></a><h3>gdk_text_property_to_text_list ()</h3>
|
214
216
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_text_property_to_text_list (<em class="parameter"><code><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> encoding</code></em>,
|
215
217
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> format</code></em>,
|
216
218
|
<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> *text</code></em>,
|
217
219
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> length</code></em>,
|
218
220
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***list</code></em>);</pre>
|
219
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
220
|
-
<h3 class="title">Warning</h3>
|
221
|
-
<p><code class="literal">gdk_text_property_to_text_list</code> is deprecated and should not be used in newly-written code.</p>
|
222
|
-
</div>
|
223
221
|
<p>
|
224
222
|
Converts a text string from the encoding as it is stored in
|
225
223
|
a property into an array of strings in the encoding of
|
@@ -232,38 +230,44 @@ the nul-separated elements of the original text string.)
|
|
232
230
|
<tr>
|
233
231
|
<td><p><span class="term"><em class="parameter"><code>encoding</code></em> :</span></p></td>
|
234
232
|
<td>an atom representing the encoding. The most common
|
235
|
-
values for this are <code class="literal">STRING</code>,
|
236
|
-
or <code class="literal">COMPOUND_TEXT</code>. This is
|
237
|
-
value used as the type for the property
|
233
|
+
values for this are <code class="literal">STRING</code>,
|
234
|
+
or <code class="literal">COMPOUND_TEXT</code>. This is
|
235
|
+
value used as the type for the property.
|
236
|
+
</td>
|
238
237
|
</tr>
|
239
238
|
<tr>
|
240
239
|
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
241
|
-
<td>the format of the property
|
240
|
+
<td>the format of the property.
|
241
|
+
</td>
|
242
242
|
</tr>
|
243
243
|
<tr>
|
244
244
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
245
|
-
<td>the text data
|
245
|
+
<td>the text data.
|
246
|
+
</td>
|
246
247
|
</tr>
|
247
248
|
<tr>
|
248
249
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
249
|
-
<td>the length of the property, in items
|
250
|
+
<td>the length of the property, in items.
|
251
|
+
</td>
|
250
252
|
</tr>
|
251
253
|
<tr>
|
252
254
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
253
255
|
<td>location to store a terminated array of strings
|
254
|
-
in the encoding of the current locale. This
|
255
|
-
array should be freed using <a class="link" href="gdk-Properties-and-Atoms.html#gdk-free-text-list" title="gdk_free_text_list ()"><code class="function">gdk_free_text_list()</code></a
|
256
|
+
in the encoding of the current locale. This
|
257
|
+
array should be freed using <a class="link" href="gdk-Properties-and-Atoms.html#gdk-free-text-list" title="gdk_free_text_list ()"><code class="function">gdk_free_text_list()</code></a>.
|
258
|
+
</td>
|
256
259
|
</tr>
|
257
260
|
<tr>
|
258
261
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
259
262
|
<td>the number of strings stored in <em class="parameter"><code>list</code></em>, or 0,
|
260
|
-
if the conversion failed
|
263
|
+
if the conversion failed.
|
264
|
+
</td>
|
261
265
|
</tr>
|
262
266
|
</tbody>
|
263
267
|
</table></div>
|
264
268
|
</div>
|
265
269
|
<hr>
|
266
|
-
<div class="refsect2">
|
270
|
+
<div class="refsect2" title="gdk_text_property_to_text_list_for_display ()">
|
267
271
|
<a name="gdk-text-property-to-text-list-for-display"></a><h3>gdk_text_property_to_text_list_for_display ()</h3>
|
268
272
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_text_property_to_text_list_for_display
|
269
273
|
(<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
|
@@ -272,10 +276,6 @@ if the conversion failed.</td>
|
|
272
276
|
<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> *text</code></em>,
|
273
277
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> length</code></em>,
|
274
278
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***list</code></em>);</pre>
|
275
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
276
|
-
<h3 class="title">Warning</h3>
|
277
|
-
<p><code class="literal">gdk_text_property_to_text_list_for_display</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/gdk/unstable/gdk3-X-Window-System-Interaction.html#gdk-x11-display-text-property-to-text-list"><code class="function">gdk_x11_display_text_property_to_text_list()</code></a></p>
|
278
|
-
</div>
|
279
279
|
<p>
|
280
280
|
Convert a text string from the encoding as it is stored
|
281
281
|
in a property into an array of strings in the encoding of
|
@@ -287,49 +287,53 @@ nul-separated elements of the original text string.)
|
|
287
287
|
<tbody>
|
288
288
|
<tr>
|
289
289
|
<td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
|
290
|
-
<td>The <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> where the encoding is defined
|
290
|
+
<td>The <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> where the encoding is defined.
|
291
|
+
</td>
|
291
292
|
</tr>
|
292
293
|
<tr>
|
293
294
|
<td><p><span class="term"><em class="parameter"><code>encoding</code></em> :</span></p></td>
|
294
|
-
<td>an atom representing the encoding. The most
|
295
|
-
common values for this are STRING, or COMPOUND_TEXT.
|
296
|
-
This is value used as the type for the property
|
295
|
+
<td>an atom representing the encoding. The most
|
296
|
+
common values for this are STRING, or COMPOUND_TEXT.
|
297
|
+
This is value used as the type for the property.
|
298
|
+
</td>
|
297
299
|
</tr>
|
298
300
|
<tr>
|
299
301
|
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
300
|
-
<td>the format of the property
|
302
|
+
<td>the format of the property.
|
303
|
+
</td>
|
301
304
|
</tr>
|
302
305
|
<tr>
|
303
306
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
304
|
-
<td>The text data
|
307
|
+
<td>The text data.
|
308
|
+
</td>
|
305
309
|
</tr>
|
306
310
|
<tr>
|
307
311
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
308
|
-
<td>The number of items to transform
|
312
|
+
<td>The number of items to transform.
|
313
|
+
</td>
|
309
314
|
</tr>
|
310
315
|
<tr>
|
311
316
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
312
|
-
<td>location to store a terminated array of strings in
|
313
|
-
the encoding of the current locale. This array should be
|
314
|
-
freed using <a class="link" href="gdk-Properties-and-Atoms.html#gdk-free-text-list" title="gdk_free_text_list ()"><code class="function">gdk_free_text_list()</code></a
|
317
|
+
<td>location to store a terminated array of strings in
|
318
|
+
the encoding of the current locale. This array should be
|
319
|
+
freed using <a class="link" href="gdk-Properties-and-Atoms.html#gdk-free-text-list" title="gdk_free_text_list ()"><code class="function">gdk_free_text_list()</code></a>.
|
320
|
+
</td>
|
315
321
|
</tr>
|
316
322
|
<tr>
|
317
323
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
318
|
-
<td>the number of strings stored in list, or 0,
|
319
|
-
if the conversion failed
|
324
|
+
<td> the number of strings stored in list, or 0,
|
325
|
+
if the conversion failed.
|
326
|
+
|
327
|
+
</td>
|
320
328
|
</tr>
|
321
329
|
</tbody>
|
322
330
|
</table></div>
|
323
331
|
<p class="since">Since 2.2</p>
|
324
332
|
</div>
|
325
333
|
<hr>
|
326
|
-
<div class="refsect2">
|
334
|
+
<div class="refsect2" title="gdk_free_text_list ()">
|
327
335
|
<a name="gdk-free-text-list"></a><h3>gdk_free_text_list ()</h3>
|
328
336
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_free_text_list (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **list</code></em>);</pre>
|
329
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
330
|
-
<h3 class="title">Warning</h3>
|
331
|
-
<p><code class="literal">gdk_free_text_list</code> is deprecated and should not be used in newly-written code.</p>
|
332
|
-
</div>
|
333
337
|
<p>
|
334
338
|
Frees the array of strings created by
|
335
339
|
<a class="link" href="gdk-Properties-and-Atoms.html#gdk-text-property-to-text-list" title="gdk_text_property_to_text_list ()"><code class="function">gdk_text_property_to_text_list()</code></a>.
|
@@ -339,22 +343,19 @@ Frees the array of strings created by
|
|
339
343
|
<tbody><tr>
|
340
344
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
341
345
|
<td>the value stored in the <em class="parameter"><code>list</code></em> parameter by
|
342
|
-
a call to <a class="link" href="gdk-Properties-and-Atoms.html#gdk-text-property-to-text-list" title="gdk_text_property_to_text_list ()"><code class="function">gdk_text_property_to_text_list()</code></a
|
346
|
+
a call to <a class="link" href="gdk-Properties-and-Atoms.html#gdk-text-property-to-text-list" title="gdk_text_property_to_text_list ()"><code class="function">gdk_text_property_to_text_list()</code></a>.
|
347
|
+
</td>
|
343
348
|
</tr></tbody>
|
344
349
|
</table></div>
|
345
350
|
</div>
|
346
351
|
<hr>
|
347
|
-
<div class="refsect2">
|
352
|
+
<div class="refsect2" title="gdk_text_property_to_utf8_list ()">
|
348
353
|
<a name="gdk-text-property-to-utf8-list"></a><h3>gdk_text_property_to_utf8_list ()</h3>
|
349
354
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_text_property_to_utf8_list (<em class="parameter"><code><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> encoding</code></em>,
|
350
355
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> format</code></em>,
|
351
356
|
<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> *text</code></em>,
|
352
357
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> length</code></em>,
|
353
358
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***list</code></em>);</pre>
|
354
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
355
|
-
<h3 class="title">Warning</h3>
|
356
|
-
<p><code class="literal">gdk_text_property_to_utf8_list</code> is deprecated and should not be used in newly-written code.</p>
|
357
|
-
</div>
|
358
359
|
<p>
|
359
360
|
Convert a text property in the giving encoding to
|
360
361
|
a list of UTF-8 strings.
|
@@ -364,35 +365,41 @@ a list of UTF-8 strings.
|
|
364
365
|
<tbody>
|
365
366
|
<tr>
|
366
367
|
<td><p><span class="term"><em class="parameter"><code>encoding</code></em> :</span></p></td>
|
367
|
-
<td>an atom representing the encoding of the text
|
368
|
+
<td>an atom representing the encoding of the text
|
369
|
+
</td>
|
368
370
|
</tr>
|
369
371
|
<tr>
|
370
372
|
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
371
|
-
<td>the format of the property
|
373
|
+
<td>the format of the property
|
374
|
+
</td>
|
372
375
|
</tr>
|
373
376
|
<tr>
|
374
377
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
375
|
-
<td>the text to convert
|
378
|
+
<td>the text to convert
|
379
|
+
</td>
|
376
380
|
</tr>
|
377
381
|
<tr>
|
378
382
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
379
|
-
<td>the length of <em class="parameter"><code>text</code></em>, in bytes
|
383
|
+
<td>the length of <em class="parameter"><code>text</code></em>, in bytes
|
384
|
+
</td>
|
380
385
|
</tr>
|
381
386
|
<tr>
|
382
387
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
383
388
|
<td>location to store the list of strings or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. The
|
384
|
-
list should be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a
|
389
|
+
list should be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a>.
|
390
|
+
</td>
|
385
391
|
</tr>
|
386
392
|
<tr>
|
387
393
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
388
|
-
<td>the number of strings in the resulting
|
389
|
-
list
|
394
|
+
<td> the number of strings in the resulting
|
395
|
+
list.
|
396
|
+
</td>
|
390
397
|
</tr>
|
391
398
|
</tbody>
|
392
399
|
</table></div>
|
393
400
|
</div>
|
394
401
|
<hr>
|
395
|
-
<div class="refsect2">
|
402
|
+
<div class="refsect2" title="gdk_text_property_to_utf8_list_for_display ()">
|
396
403
|
<a name="gdk-text-property-to-utf8-list-for-display"></a><h3>gdk_text_property_to_utf8_list_for_display ()</h3>
|
397
404
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_text_property_to_utf8_list_for_display
|
398
405
|
(<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
|
@@ -415,46 +422,49 @@ a list of UTF-8 strings.
|
|
415
422
|
</tr>
|
416
423
|
<tr>
|
417
424
|
<td><p><span class="term"><em class="parameter"><code>encoding</code></em> :</span></p></td>
|
418
|
-
<td>an atom representing the encoding of the text
|
425
|
+
<td>an atom representing the encoding of the text
|
426
|
+
</td>
|
419
427
|
</tr>
|
420
428
|
<tr>
|
421
429
|
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
422
|
-
<td>the format of the property
|
430
|
+
<td>the format of the property
|
431
|
+
</td>
|
423
432
|
</tr>
|
424
433
|
<tr>
|
425
434
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
426
|
-
<td>the text to convert
|
435
|
+
<td>the text to convert
|
436
|
+
</td>
|
427
437
|
</tr>
|
428
438
|
<tr>
|
429
439
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
430
|
-
<td>the length of <em class="parameter"><code>text</code></em>, in bytes
|
440
|
+
<td>the length of <em class="parameter"><code>text</code></em>, in bytes
|
441
|
+
</td>
|
431
442
|
</tr>
|
432
443
|
<tr>
|
433
444
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
434
445
|
<td>location to store the list of strings or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. The
|
435
|
-
list should be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a
|
446
|
+
list should be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a>.
|
447
|
+
</td>
|
436
448
|
</tr>
|
437
449
|
<tr>
|
438
450
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
439
|
-
<td>the number of strings in the resulting
|
440
|
-
list
|
451
|
+
<td> the number of strings in the resulting
|
452
|
+
list.
|
453
|
+
|
454
|
+
</td>
|
441
455
|
</tr>
|
442
456
|
</tbody>
|
443
457
|
</table></div>
|
444
458
|
<p class="since">Since 2.2</p>
|
445
459
|
</div>
|
446
460
|
<hr>
|
447
|
-
<div class="refsect2">
|
461
|
+
<div class="refsect2" title="gdk_string_to_compound_text ()">
|
448
462
|
<a name="gdk-string-to-compound-text"></a><h3>gdk_string_to_compound_text ()</h3>
|
449
463
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_string_to_compound_text (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>,
|
450
464
|
<em class="parameter"><code><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> *encoding</code></em>,
|
451
465
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *format</code></em>,
|
452
466
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> **ctext</code></em>,
|
453
467
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *length</code></em>);</pre>
|
454
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
455
|
-
<h3 class="title">Warning</h3>
|
456
|
-
<p><code class="literal">gdk_string_to_compound_text</code> is deprecated and should not be used in newly-written code.</p>
|
457
|
-
</div>
|
458
468
|
<p>
|
459
469
|
Converts a string from the encoding of the current locale
|
460
470
|
into a form suitable for storing in a window property.
|
@@ -464,33 +474,39 @@ into a form suitable for storing in a window property.
|
|
464
474
|
<tbody>
|
465
475
|
<tr>
|
466
476
|
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
|
467
|
-
<td>a nul-terminated string
|
477
|
+
<td>a nul-terminated string.
|
478
|
+
</td>
|
468
479
|
</tr>
|
469
480
|
<tr>
|
470
481
|
<td><p><span class="term"><em class="parameter"><code>encoding</code></em> :</span></p></td>
|
471
|
-
<td>location to store the encoding atom (to be used as the type for the property)
|
482
|
+
<td>location to store the encoding atom (to be used as the type for the property).
|
483
|
+
</td>
|
472
484
|
</tr>
|
473
485
|
<tr>
|
474
486
|
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
475
|
-
<td>location to store the format for the property
|
487
|
+
<td>location to store the format for the property.
|
488
|
+
</td>
|
476
489
|
</tr>
|
477
490
|
<tr>
|
478
491
|
<td><p><span class="term"><em class="parameter"><code>ctext</code></em> :</span></p></td>
|
479
|
-
<td>location to store newly allocated data for the property
|
492
|
+
<td>location to store newly allocated data for the property.
|
493
|
+
</td>
|
480
494
|
</tr>
|
481
495
|
<tr>
|
482
496
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
483
|
-
<td>location to store the length of <em class="parameter"><code>ctext</code></em> in items
|
497
|
+
<td>location to store the length of <em class="parameter"><code>ctext</code></em> in items.
|
498
|
+
</td>
|
484
499
|
</tr>
|
485
500
|
<tr>
|
486
501
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
487
|
-
<td>0 upon sucess, non-zero upon failure
|
502
|
+
<td>0 upon sucess, non-zero upon failure.
|
503
|
+
</td>
|
488
504
|
</tr>
|
489
505
|
</tbody>
|
490
506
|
</table></div>
|
491
507
|
</div>
|
492
508
|
<hr>
|
493
|
-
<div class="refsect2">
|
509
|
+
<div class="refsect2" title="gdk_string_to_compound_text_for_display ()">
|
494
510
|
<a name="gdk-string-to-compound-text-for-display"></a><h3>gdk_string_to_compound_text_for_display ()</h3>
|
495
511
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_string_to_compound_text_for_display
|
496
512
|
(<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
|
@@ -499,10 +515,6 @@ into a form suitable for storing in a window property.
|
|
499
515
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *format</code></em>,
|
500
516
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> **ctext</code></em>,
|
501
517
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *length</code></em>);</pre>
|
502
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
503
|
-
<h3 class="title">Warning</h3>
|
504
|
-
<p><code class="literal">gdk_string_to_compound_text_for_display</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/gdk/unstable/gdk3-X-Window-System-Interaction.html#gdk-x11-display-string-to-compound-text"><code class="function">gdk_x11_display_string_to_compound_text()</code></a></p>
|
505
|
-
</div>
|
506
518
|
<p>
|
507
519
|
Convert a string from the encoding of the current
|
508
520
|
locale into a form suitable for storing in a window property.
|
@@ -512,45 +524,49 @@ locale into a form suitable for storing in a window property.
|
|
512
524
|
<tbody>
|
513
525
|
<tr>
|
514
526
|
<td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
|
515
|
-
<td>the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> where the encoding is defined
|
527
|
+
<td>the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> where the encoding is defined.
|
528
|
+
</td>
|
516
529
|
</tr>
|
517
530
|
<tr>
|
518
531
|
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
|
519
|
-
<td>a nul-terminated string
|
532
|
+
<td>a nul-terminated string.
|
533
|
+
</td>
|
520
534
|
</tr>
|
521
535
|
<tr>
|
522
536
|
<td><p><span class="term"><em class="parameter"><code>encoding</code></em> :</span></p></td>
|
523
|
-
<td>location to store the encoding atom
|
524
|
-
(to be used as the type for the property)
|
537
|
+
<td>location to store the encoding atom
|
538
|
+
(to be used as the type for the property).
|
539
|
+
</td>
|
525
540
|
</tr>
|
526
541
|
<tr>
|
527
542
|
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
528
|
-
<td>location to store the format of the property
|
543
|
+
<td>location to store the format of the property
|
544
|
+
</td>
|
529
545
|
</tr>
|
530
546
|
<tr>
|
531
547
|
<td><p><span class="term"><em class="parameter"><code>ctext</code></em> :</span></p></td>
|
532
|
-
<td>location to store newly allocated data for the property
|
548
|
+
<td>location to store newly allocated data for the property.
|
549
|
+
</td>
|
533
550
|
</tr>
|
534
551
|
<tr>
|
535
552
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
536
|
-
<td>the length of <em class="parameter"><code>text</code></em>, in bytes
|
553
|
+
<td>the length of <em class="parameter"><code>text</code></em>, in bytes
|
554
|
+
</td>
|
537
555
|
</tr>
|
538
556
|
<tr>
|
539
557
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
540
|
-
<td>0 upon success, non-zero upon failure
|
558
|
+
<td> 0 upon success, non-zero upon failure.
|
559
|
+
|
560
|
+
</td>
|
541
561
|
</tr>
|
542
562
|
</tbody>
|
543
563
|
</table></div>
|
544
564
|
<p class="since">Since 2.2</p>
|
545
565
|
</div>
|
546
566
|
<hr>
|
547
|
-
<div class="refsect2">
|
567
|
+
<div class="refsect2" title="gdk_free_compound_text ()">
|
548
568
|
<a name="gdk-free-compound-text"></a><h3>gdk_free_compound_text ()</h3>
|
549
569
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_free_compound_text (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *ctext</code></em>);</pre>
|
550
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
551
|
-
<h3 class="title">Warning</h3>
|
552
|
-
<p><code class="literal">gdk_free_compound_text</code> is deprecated and should not be used in newly-written code.</p>
|
553
|
-
</div>
|
554
570
|
<p>
|
555
571
|
Frees the data returned from <a class="link" href="gdk-Properties-and-Atoms.html#gdk-string-to-compound-text" title="gdk_string_to_compound_text ()"><code class="function">gdk_string_to_compound_text()</code></a>.
|
556
572
|
</p>
|
@@ -558,12 +574,13 @@ Frees the data returned from <a class="link" href="gdk-Properties-and-Atoms.html
|
|
558
574
|
<col align="left" valign="top">
|
559
575
|
<tbody><tr>
|
560
576
|
<td><p><span class="term"><em class="parameter"><code>ctext</code></em> :</span></p></td>
|
561
|
-
<td>The pointer stored in <em class="parameter"><code>ctext</code></em> from a call to <a class="link" href="gdk-Properties-and-Atoms.html#gdk-string-to-compound-text" title="gdk_string_to_compound_text ()"><code class="function">gdk_string_to_compound_text()</code></a
|
577
|
+
<td>The pointer stored in <em class="parameter"><code>ctext</code></em> from a call to <a class="link" href="gdk-Properties-and-Atoms.html#gdk-string-to-compound-text" title="gdk_string_to_compound_text ()"><code class="function">gdk_string_to_compound_text()</code></a>.
|
578
|
+
</td>
|
562
579
|
</tr></tbody>
|
563
580
|
</table></div>
|
564
581
|
</div>
|
565
582
|
<hr>
|
566
|
-
<div class="refsect2">
|
583
|
+
<div class="refsect2" title="gdk_utf8_to_string_target ()">
|
567
584
|
<a name="gdk-utf8-to-string-target"></a><h3>gdk_utf8_to_string_target ()</h3>
|
568
585
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gdk_utf8_to_string_target (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
|
569
586
|
<p>
|
@@ -577,29 +594,27 @@ is not specified; it may be as pseudo-escape sequences
|
|
577
594
|
<tbody>
|
578
595
|
<tr>
|
579
596
|
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
|
580
|
-
<td>a UTF-8 string
|
597
|
+
<td>a UTF-8 string
|
598
|
+
</td>
|
581
599
|
</tr>
|
582
600
|
<tr>
|
583
601
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
584
|
-
<td>the newly allocated string, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
585
|
-
conversion failed. (It should not fail for
|
586
|
-
any properly formed UTF-8 string.)
|
602
|
+
<td> the newly allocated string, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
603
|
+
conversion failed. (It should not fail for
|
604
|
+
any properly formed UTF-8 string.)
|
605
|
+
</td>
|
587
606
|
</tr>
|
588
607
|
</tbody>
|
589
608
|
</table></div>
|
590
609
|
</div>
|
591
610
|
<hr>
|
592
|
-
<div class="refsect2">
|
611
|
+
<div class="refsect2" title="gdk_utf8_to_compound_text ()">
|
593
612
|
<a name="gdk-utf8-to-compound-text"></a><h3>gdk_utf8_to_compound_text ()</h3>
|
594
613
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_utf8_to_compound_text (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>,
|
595
614
|
<em class="parameter"><code><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> *encoding</code></em>,
|
596
615
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *format</code></em>,
|
597
616
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> **ctext</code></em>,
|
598
617
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *length</code></em>);</pre>
|
599
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
600
|
-
<h3 class="title">Warning</h3>
|
601
|
-
<p><code class="literal">gdk_utf8_to_compound_text</code> is deprecated and should not be used in newly-written code.</p>
|
602
|
-
</div>
|
603
618
|
<p>
|
604
619
|
Convert from UTF-8 to compound text.
|
605
620
|
</p>
|
@@ -608,37 +623,41 @@ Convert from UTF-8 to compound text.
|
|
608
623
|
<tbody>
|
609
624
|
<tr>
|
610
625
|
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
|
611
|
-
<td>a UTF-8 string
|
626
|
+
<td>a UTF-8 string
|
627
|
+
</td>
|
612
628
|
</tr>
|
613
629
|
<tr>
|
614
630
|
<td><p><span class="term"><em class="parameter"><code>encoding</code></em> :</span></p></td>
|
615
|
-
<td>location to store resulting encoding
|
631
|
+
<td>location to store resulting encoding
|
632
|
+
</td>
|
616
633
|
</tr>
|
617
634
|
<tr>
|
618
635
|
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
619
|
-
<td>location to store format of the result
|
636
|
+
<td>location to store format of the result
|
637
|
+
</td>
|
620
638
|
</tr>
|
621
639
|
<tr>
|
622
640
|
<td><p><span class="term"><em class="parameter"><code>ctext</code></em> :</span></p></td>
|
623
|
-
<td>location to store the data of the result
|
641
|
+
<td>location to store the data of the result
|
642
|
+
</td>
|
624
643
|
</tr>
|
625
644
|
<tr>
|
626
645
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
627
646
|
<td>location to store the length of the data
|
628
|
-
stored in <em class="parameter"><code>ctext</code></em>
|
647
|
+
stored in <em class="parameter"><code>ctext</code></em>
|
629
648
|
</td>
|
630
649
|
</tr>
|
631
650
|
<tr>
|
632
651
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
633
|
-
<td>
|
634
|
-
|
635
|
-
|
652
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the conversion succeeded, otherwise
|
653
|
+
false.
|
654
|
+
</td>
|
636
655
|
</tr>
|
637
656
|
</tbody>
|
638
657
|
</table></div>
|
639
658
|
</div>
|
640
659
|
<hr>
|
641
|
-
<div class="refsect2">
|
660
|
+
<div class="refsect2" title="gdk_utf8_to_compound_text_for_display ()">
|
642
661
|
<a name="gdk-utf8-to-compound-text-for-display"></a><h3>gdk_utf8_to_compound_text_for_display ()</h3>
|
643
662
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_utf8_to_compound_text_for_display
|
644
663
|
(<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
|
@@ -647,10 +666,6 @@ false.</td>
|
|
647
666
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *format</code></em>,
|
648
667
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> **ctext</code></em>,
|
649
668
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *length</code></em>);</pre>
|
650
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
651
|
-
<h3 class="title">Warning</h3>
|
652
|
-
<p><code class="literal">gdk_utf8_to_compound_text_for_display</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/gdk/unstable/gdk3-X-Window-System-Interaction.html#gdk-x11-display-utf8-to-compound-text"><code class="function">gdk_x11_display_utf8_to_compound_text()</code></a></p>
|
653
|
-
</div>
|
654
669
|
<p>
|
655
670
|
Converts from UTF-8 to compound text.
|
656
671
|
</p>
|
@@ -664,38 +679,43 @@ Converts from UTF-8 to compound text.
|
|
664
679
|
</tr>
|
665
680
|
<tr>
|
666
681
|
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
|
667
|
-
<td>a UTF-8 string
|
682
|
+
<td>a UTF-8 string
|
683
|
+
</td>
|
668
684
|
</tr>
|
669
685
|
<tr>
|
670
686
|
<td><p><span class="term"><em class="parameter"><code>encoding</code></em> :</span></p></td>
|
671
|
-
<td>location to store resulting encoding
|
687
|
+
<td>location to store resulting encoding
|
688
|
+
</td>
|
672
689
|
</tr>
|
673
690
|
<tr>
|
674
691
|
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
675
|
-
<td>location to store format of the result
|
692
|
+
<td>location to store format of the result
|
693
|
+
</td>
|
676
694
|
</tr>
|
677
695
|
<tr>
|
678
696
|
<td><p><span class="term"><em class="parameter"><code>ctext</code></em> :</span></p></td>
|
679
|
-
<td>location to store the data of the result
|
697
|
+
<td>location to store the data of the result
|
698
|
+
</td>
|
680
699
|
</tr>
|
681
700
|
<tr>
|
682
701
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
683
702
|
<td>location to store the length of the data
|
684
|
-
stored in <em class="parameter"><code>ctext</code></em>
|
703
|
+
stored in <em class="parameter"><code>ctext</code></em>
|
685
704
|
</td>
|
686
705
|
</tr>
|
687
706
|
<tr>
|
688
707
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
689
|
-
<td>
|
690
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#
|
691
|
-
|
708
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the conversion succeeded, otherwise
|
709
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
|
710
|
+
|
711
|
+
</td>
|
692
712
|
</tr>
|
693
713
|
</tbody>
|
694
714
|
</table></div>
|
695
715
|
<p class="since">Since 2.2</p>
|
696
716
|
</div>
|
697
717
|
<hr>
|
698
|
-
<div class="refsect2">
|
718
|
+
<div class="refsect2" title="gdk_atom_intern ()">
|
699
719
|
<a name="gdk-atom-intern"></a><h3>gdk_atom_intern ()</h3>
|
700
720
|
<pre class="programlisting"><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="returnvalue">GdkAtom</span></a> gdk_atom_intern (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *atom_name</code></em>,
|
701
721
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> only_if_exists</code></em>);</pre>
|
@@ -707,24 +727,27 @@ Finds or creates an atom corresponding to a given string.
|
|
707
727
|
<tbody>
|
708
728
|
<tr>
|
709
729
|
<td><p><span class="term"><em class="parameter"><code>atom_name</code></em> :</span></p></td>
|
710
|
-
<td>a string
|
730
|
+
<td>a string.
|
731
|
+
</td>
|
711
732
|
</tr>
|
712
733
|
<tr>
|
713
734
|
<td><p><span class="term"><em class="parameter"><code>only_if_exists</code></em> :</span></p></td>
|
714
735
|
<td>if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, GDK is allowed to not create a new atom, but
|
715
|
-
just return <a class="link" href="gdk-Properties-and-Atoms.html#GDK-NONE:CAPS" title="GDK_NONE"><code class="literal">GDK_NONE</code></a> if the requested atom doesn't already
|
716
|
-
exists. Currently, the flag is ignored, since checking the
|
717
|
-
existance of an atom is as expensive as creating it
|
736
|
+
just return <a class="link" href="gdk-Properties-and-Atoms.html#GDK-NONE:CAPS" title="GDK_NONE"><code class="literal">GDK_NONE</code></a> if the requested atom doesn't already
|
737
|
+
exists. Currently, the flag is ignored, since checking the
|
738
|
+
existance of an atom is as expensive as creating it.
|
739
|
+
</td>
|
718
740
|
</tr>
|
719
741
|
<tr>
|
720
742
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
721
|
-
<td>the atom corresponding to <em class="parameter"><code>atom_name</code></em
|
743
|
+
<td>the atom corresponding to <em class="parameter"><code>atom_name</code></em>.
|
744
|
+
</td>
|
722
745
|
</tr>
|
723
746
|
</tbody>
|
724
747
|
</table></div>
|
725
748
|
</div>
|
726
749
|
<hr>
|
727
|
-
<div class="refsect2">
|
750
|
+
<div class="refsect2" title="gdk_atom_intern_static_string ()">
|
728
751
|
<a name="gdk-atom-intern-static-string"></a><h3>gdk_atom_intern_static_string ()</h3>
|
729
752
|
<pre class="programlisting"><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="returnvalue">GdkAtom</span></a> gdk_atom_intern_static_string (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *atom_name</code></em>);</pre>
|
730
753
|
<p>
|
@@ -745,11 +768,13 @@ GTK+ theme engines).
|
|
745
768
|
<tbody>
|
746
769
|
<tr>
|
747
770
|
<td><p><span class="term"><em class="parameter"><code>atom_name</code></em> :</span></p></td>
|
748
|
-
<td>a static string
|
771
|
+
<td>a static string
|
772
|
+
</td>
|
749
773
|
</tr>
|
750
774
|
<tr>
|
751
775
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
752
|
-
<td>the atom corresponding to <em class="parameter"><code>atom_name</code></em>
|
776
|
+
<td> the atom corresponding to <em class="parameter"><code>atom_name</code></em>
|
777
|
+
|
753
778
|
</td>
|
754
779
|
</tr>
|
755
780
|
</tbody>
|
@@ -757,9 +782,9 @@ GTK+ theme engines).
|
|
757
782
|
<p class="since">Since 2.10</p>
|
758
783
|
</div>
|
759
784
|
<hr>
|
760
|
-
<div class="refsect2">
|
785
|
+
<div class="refsect2" title="gdk_atom_name ()">
|
761
786
|
<a name="gdk-atom-name"></a><h3>gdk_atom_name ()</h3>
|
762
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
787
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* gdk_atom_name (<em class="parameter"><code><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> atom</code></em>);</pre>
|
763
788
|
<p>
|
764
789
|
Determines the string corresponding to an atom.
|
765
790
|
</p>
|
@@ -768,20 +793,22 @@ Determines the string corresponding to an atom.
|
|
768
793
|
<tbody>
|
769
794
|
<tr>
|
770
795
|
<td><p><span class="term"><em class="parameter"><code>atom</code></em> :</span></p></td>
|
771
|
-
<td>a <a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a
|
796
|
+
<td>a <a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a>.
|
797
|
+
</td>
|
772
798
|
</tr>
|
773
799
|
<tr>
|
774
800
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
775
801
|
<td>a newly-allocated string containing the string
|
776
|
-
corresponding to <em class="parameter"><code>atom</code></em>. When you are done
|
777
|
-
with the return value, you should free it
|
778
|
-
using <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a
|
802
|
+
corresponding to <em class="parameter"><code>atom</code></em>. When you are done
|
803
|
+
with the return value, you should free it
|
804
|
+
using <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.
|
805
|
+
</td>
|
779
806
|
</tr>
|
780
807
|
</tbody>
|
781
808
|
</table></div>
|
782
809
|
</div>
|
783
810
|
<hr>
|
784
|
-
<div class="refsect2">
|
811
|
+
<div class="refsect2" title="gdk_property_get ()">
|
785
812
|
<a name="gdk-property-get"></a><h3>gdk_property_get ()</h3>
|
786
813
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_property_get (<em class="parameter"><code><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
787
814
|
<em class="parameter"><code><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> property</code></em>,
|
@@ -798,7 +825,7 @@ Retrieves a portion of the contents of a property. If the
|
|
798
825
|
property does not exist, then the function returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>,
|
799
826
|
and <a class="link" href="gdk-Properties-and-Atoms.html#GDK-NONE:CAPS" title="GDK_NONE"><code class="literal">GDK_NONE</code></a> will be stored in <em class="parameter"><code>actual_property_type</code></em>.
|
800
827
|
</p>
|
801
|
-
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
828
|
+
<div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
802
829
|
<h3 class="title">Note</h3>
|
803
830
|
<p>
|
804
831
|
The <code class="function">XGetWindowProperty()</code> function that <a class="link" href="gdk-Properties-and-Atoms.html#gdk-property-get" title="gdk_property_get ()"><code class="function">gdk_property_get()</code></a>
|
@@ -817,74 +844,85 @@ is provided.
|
|
817
844
|
<tbody>
|
818
845
|
<tr>
|
819
846
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
820
|
-
<td>a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a
|
847
|
+
<td>a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>.
|
848
|
+
</td>
|
821
849
|
</tr>
|
822
850
|
<tr>
|
823
851
|
<td><p><span class="term"><em class="parameter"><code>property</code></em> :</span></p></td>
|
824
|
-
<td>the property to retrieve
|
852
|
+
<td>the property to retrieve.
|
853
|
+
</td>
|
825
854
|
</tr>
|
826
855
|
<tr>
|
827
856
|
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
|
828
857
|
<td>the desired property type, or <a class="link" href="gdk-Properties-and-Atoms.html#GDK-NONE:CAPS" title="GDK_NONE"><code class="literal">GDK_NONE</code></a>, if any type of data
|
829
|
-
is acceptable. If this does not match the actual
|
830
|
-
type, then <em class="parameter"><code>actual_format</code></em> and <em class="parameter"><code>actual_length</code></em> will
|
831
|
-
be filled in, a warning will be printed to stderr
|
832
|
-
and no data will be returned
|
858
|
+
is acceptable. If this does not match the actual
|
859
|
+
type, then <em class="parameter"><code>actual_format</code></em> and <em class="parameter"><code>actual_length</code></em> will
|
860
|
+
be filled in, a warning will be printed to stderr
|
861
|
+
and no data will be returned.
|
862
|
+
</td>
|
833
863
|
</tr>
|
834
864
|
<tr>
|
835
865
|
<td><p><span class="term"><em class="parameter"><code>offset</code></em> :</span></p></td>
|
836
866
|
<td>the offset into the property at which to begin
|
837
|
-
retrieving data, in 4 byte units
|
867
|
+
retrieving data, in 4 byte units.
|
868
|
+
</td>
|
838
869
|
</tr>
|
839
870
|
<tr>
|
840
871
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
841
872
|
<td>the length of the data to retrieve in bytes. Data is
|
842
|
-
considered to be retrieved in 4 byte chunks, so <em class="parameter"><code>length</code></em>
|
843
|
-
will be rounded up to the next highest 4 byte boundary
|
844
|
-
(so be careful not to pass a value that might overflow
|
845
|
-
when rounded up)
|
873
|
+
considered to be retrieved in 4 byte chunks, so <em class="parameter"><code>length</code></em>
|
874
|
+
will be rounded up to the next highest 4 byte boundary
|
875
|
+
(so be careful not to pass a value that might overflow
|
876
|
+
when rounded up).
|
877
|
+
</td>
|
846
878
|
</tr>
|
847
879
|
<tr>
|
848
880
|
<td><p><span class="term"><em class="parameter"><code>pdelete</code></em> :</span></p></td>
|
849
881
|
<td>if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, delete the property after retrieving the
|
850
|
-
data
|
882
|
+
data.
|
883
|
+
</td>
|
851
884
|
</tr>
|
852
885
|
<tr>
|
853
886
|
<td><p><span class="term"><em class="parameter"><code>actual_property_type</code></em> :</span></p></td>
|
854
|
-
<td>location to store the actual type of
|
855
|
-
the property
|
887
|
+
<td>location to store the actual type of
|
888
|
+
the property.
|
889
|
+
</td>
|
856
890
|
</tr>
|
857
891
|
<tr>
|
858
892
|
<td><p><span class="term"><em class="parameter"><code>actual_format</code></em> :</span></p></td>
|
859
893
|
<td>location to store the actual return format of the
|
860
|
-
data; either 8, 16 or 32 bits
|
894
|
+
data; either 8, 16 or 32 bits.
|
895
|
+
</td>
|
861
896
|
</tr>
|
862
897
|
<tr>
|
863
898
|
<td><p><span class="term"><em class="parameter"><code>actual_length</code></em> :</span></p></td>
|
864
899
|
<td>location to store the length of the retrieved data, in
|
865
|
-
bytes. Data returned in the 32 bit format is stored
|
866
|
-
in a long variable, so the actual number of 32 bit
|
867
|
-
elements should be be calculated via
|
868
|
-
<em class="parameter"><code>actual_length</code></em>/sizeof(glong) to ensure portability to
|
869
|
-
64 bit systems
|
900
|
+
bytes. Data returned in the 32 bit format is stored
|
901
|
+
in a long variable, so the actual number of 32 bit
|
902
|
+
elements should be be calculated via
|
903
|
+
<em class="parameter"><code>actual_length</code></em>/sizeof(glong) to ensure portability to
|
904
|
+
64 bit systems.
|
905
|
+
</td>
|
870
906
|
</tr>
|
871
907
|
<tr>
|
872
908
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
873
909
|
<td>location to store a pointer to the data. The retrieved
|
874
|
-
data should be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when you are finished
|
875
|
-
using it
|
910
|
+
data should be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when you are finished
|
911
|
+
using it.
|
912
|
+
</td>
|
876
913
|
</tr>
|
877
914
|
<tr>
|
878
915
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
879
916
|
<td>
|
880
917
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if data was successfully received and stored
|
881
|
-
in <em class="parameter"><code>data</code></em>, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a
|
918
|
+
in <em class="parameter"><code>data</code></em>, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
|
919
|
+
</td>
|
882
920
|
</tr>
|
883
921
|
</tbody>
|
884
922
|
</table></div>
|
885
923
|
</div>
|
886
924
|
<hr>
|
887
|
-
<div class="refsect2">
|
925
|
+
<div class="refsect2" title="gdk_property_change ()">
|
888
926
|
<a name="gdk-property-change"></a><h3>gdk_property_change ()</h3>
|
889
927
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_property_change (<em class="parameter"><code><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
890
928
|
<em class="parameter"><code><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> property</code></em>,
|
@@ -901,47 +939,54 @@ Changes the contents of a property on a window.
|
|
901
939
|
<tbody>
|
902
940
|
<tr>
|
903
941
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
904
|
-
<td>a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a
|
942
|
+
<td>a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>.
|
943
|
+
</td>
|
905
944
|
</tr>
|
906
945
|
<tr>
|
907
946
|
<td><p><span class="term"><em class="parameter"><code>property</code></em> :</span></p></td>
|
908
|
-
<td>the property to change
|
947
|
+
<td>the property to change.
|
948
|
+
</td>
|
909
949
|
</tr>
|
910
950
|
<tr>
|
911
951
|
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
|
912
952
|
<td>the new type for the property. If <em class="parameter"><code>mode</code></em> is
|
913
|
-
<a class="link" href="gdk-Properties-and-Atoms.html#GDK-PROP-MODE-PREPEND:CAPS"><code class="literal">GDK_PROP_MODE_PREPEND</code></a> or <a class="link" href="gdk-Properties-and-Atoms.html#GDK-PROP-MODE-APPEND:CAPS"><code class="literal">GDK_PROP_MODE_APPEND</code></a>, then this
|
914
|
-
must match the existing type or an error will occur
|
953
|
+
<a class="link" href="gdk-Properties-and-Atoms.html#GDK-PROP-MODE-PREPEND:CAPS"><code class="literal">GDK_PROP_MODE_PREPEND</code></a> or <a class="link" href="gdk-Properties-and-Atoms.html#GDK-PROP-MODE-APPEND:CAPS"><code class="literal">GDK_PROP_MODE_APPEND</code></a>, then this
|
954
|
+
must match the existing type or an error will occur.
|
955
|
+
</td>
|
915
956
|
</tr>
|
916
957
|
<tr>
|
917
958
|
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
918
959
|
<td>the new format for the property. If <em class="parameter"><code>mode</code></em> is
|
919
|
-
<a class="link" href="gdk-Properties-and-Atoms.html#GDK-PROP-MODE-PREPEND:CAPS"><code class="literal">GDK_PROP_MODE_PREPEND</code></a> or <a class="link" href="gdk-Properties-and-Atoms.html#GDK-PROP-MODE-APPEND:CAPS"><code class="literal">GDK_PROP_MODE_APPEND</code></a>, then this
|
920
|
-
must match the existing format or an error will occur
|
960
|
+
<a class="link" href="gdk-Properties-and-Atoms.html#GDK-PROP-MODE-PREPEND:CAPS"><code class="literal">GDK_PROP_MODE_PREPEND</code></a> or <a class="link" href="gdk-Properties-and-Atoms.html#GDK-PROP-MODE-APPEND:CAPS"><code class="literal">GDK_PROP_MODE_APPEND</code></a>, then this
|
961
|
+
must match the existing format or an error will occur.
|
962
|
+
</td>
|
921
963
|
</tr>
|
922
964
|
<tr>
|
923
965
|
<td><p><span class="term"><em class="parameter"><code>mode</code></em> :</span></p></td>
|
924
966
|
<td>a value describing how the new data is to be combined
|
925
|
-
with the current data
|
967
|
+
with the current data.
|
968
|
+
</td>
|
926
969
|
</tr>
|
927
970
|
<tr>
|
928
971
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
929
972
|
<td>the data
|
930
|
-
(a <code class="literal">guchar *</code>
|
931
|
-
<code class="literal">gushort *</code>, or
|
932
|
-
<code class="literal">gulong *</code>, depending on <em class="parameter"><code>format</code></em>), cast to a
|
933
|
-
<code class="literal">guchar *</code
|
973
|
+
(a <code class="literal">guchar *</code>
|
974
|
+
<code class="literal">gushort *</code>, or
|
975
|
+
<code class="literal">gulong *</code>, depending on <em class="parameter"><code>format</code></em>), cast to a
|
976
|
+
<code class="literal">guchar *</code>.
|
977
|
+
</td>
|
934
978
|
</tr>
|
935
979
|
<tr>
|
936
980
|
<td><p><span class="term"><em class="parameter"><code>nelements</code></em> :</span></p></td>
|
937
981
|
<td>the number of elements of size determined by the format,
|
938
|
-
contained in <em class="parameter"><code>data</code></em
|
982
|
+
contained in <em class="parameter"><code>data</code></em>.
|
983
|
+
</td>
|
939
984
|
</tr>
|
940
985
|
</tbody>
|
941
986
|
</table></div>
|
942
987
|
</div>
|
943
988
|
<hr>
|
944
|
-
<div class="refsect2">
|
989
|
+
<div class="refsect2" title="enum GdkPropMode">
|
945
990
|
<a name="GdkPropMode"></a><h3>enum GdkPropMode</h3>
|
946
991
|
<pre class="programlisting">typedef enum
|
947
992
|
{
|
@@ -976,7 +1021,7 @@ using <a class="link" href="gdk-Properties-and-Atoms.html#gdk-property-change" t
|
|
976
1021
|
</table></div>
|
977
1022
|
</div>
|
978
1023
|
<hr>
|
979
|
-
<div class="refsect2">
|
1024
|
+
<div class="refsect2" title="gdk_property_delete ()">
|
980
1025
|
<a name="gdk-property-delete"></a><h3>gdk_property_delete ()</h3>
|
981
1026
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_property_delete (<em class="parameter"><code><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
982
1027
|
<em class="parameter"><code><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> property</code></em>);</pre>
|
@@ -988,11 +1033,13 @@ Deletes a property from a window.
|
|
988
1033
|
<tbody>
|
989
1034
|
<tr>
|
990
1035
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
991
|
-
<td>a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a
|
1036
|
+
<td>a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>.
|
1037
|
+
</td>
|
992
1038
|
</tr>
|
993
1039
|
<tr>
|
994
1040
|
<td><p><span class="term"><em class="parameter"><code>property</code></em> :</span></p></td>
|
995
|
-
<td>the property to delete
|
1041
|
+
<td>the property to delete.
|
1042
|
+
</td>
|
996
1043
|
</tr>
|
997
1044
|
</tbody>
|
998
1045
|
</table></div>
|
@@ -1001,6 +1048,6 @@ Deletes a property from a window.
|
|
1001
1048
|
</div>
|
1002
1049
|
<div class="footer">
|
1003
1050
|
<hr>
|
1004
|
-
Generated by GTK-Doc V1.
|
1051
|
+
Generated by GTK-Doc V1.15</div>
|
1005
1052
|
</body>
|
1006
1053
|
</html>
|