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="DisplayWidgets.html" title="Display Widgets">
|
9
9
|
<link rel="prev" href="GtkAccelLabel.html" title="GtkAccelLabel">
|
10
10
|
<link rel="next" href="GtkLabel.html" title="GtkLabel">
|
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">
|
@@ -32,7 +32,7 @@
|
|
32
32
|
<a href="#GtkImage.properties" class="shortcut">Properties</a>
|
33
33
|
</td></tr>
|
34
34
|
</table>
|
35
|
-
<div class="refentry">
|
35
|
+
<div class="refentry" title="GtkImage">
|
36
36
|
<a name="GtkImage"></a><div class="titlepage"></div>
|
37
37
|
<div class="refnamediv"><table width="100%"><tr>
|
38
38
|
<td valign="top">
|
@@ -41,27 +41,27 @@
|
|
41
41
|
</td>
|
42
42
|
<td valign="top" align="right"><img src="image.png"></td>
|
43
43
|
</tr></table></div>
|
44
|
-
<div class="refsynopsisdiv">
|
44
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
45
45
|
<a name="GtkImage.synopsis"></a><h2>Synopsis</h2>
|
46
46
|
<pre class="synopsis">
|
47
47
|
#include <gtk/gtk.h>
|
48
48
|
|
49
|
-
|
49
|
+
<a class="link" href="GtkImage.html#GtkImage-struct" title="GtkImage">GtkImage</a>;
|
50
50
|
enum <a class="link" href="GtkImage.html#GtkImageType" title="enum GtkImageType">GtkImageType</a>;
|
51
51
|
<span class="returnvalue">void</span> <a class="link" href="GtkImage.html#gtk-image-get-icon-set" title="gtk_image_get_icon_set ()">gtk_image_get_icon_set</a> (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
52
|
-
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> **icon_set</code></em>,
|
52
|
+
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> **icon_set</code></em>,
|
53
53
|
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> *size</code></em>);
|
54
54
|
<span class="returnvalue">void</span> <a class="link" href="GtkImage.html#gtk-image-get-image" title="gtk_image_get_image ()">gtk_image_get_image</a> (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
55
55
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Images.html#GdkImage"><span class="type">GdkImage</span></a> **gdk_image</code></em>,
|
56
56
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> **mask</code></em>);
|
57
|
-
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a
|
57
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a>* <a class="link" href="GtkImage.html#gtk-image-get-pixbuf" title="gtk_image_get_pixbuf ()">gtk_image_get_pixbuf</a> (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>);
|
58
58
|
<span class="returnvalue">void</span> <a class="link" href="GtkImage.html#gtk-image-get-pixmap" title="gtk_image_get_pixmap ()">gtk_image_get_pixmap</a> (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
59
59
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> **pixmap</code></em>,
|
60
60
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> **mask</code></em>);
|
61
61
|
<span class="returnvalue">void</span> <a class="link" href="GtkImage.html#gtk-image-get-stock" title="gtk_image_get_stock ()">gtk_image_get_stock</a> (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
62
62
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **stock_id</code></em>,
|
63
63
|
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> *size</code></em>);
|
64
|
-
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-animation.html#GdkPixbufAnimation"><span class="returnvalue">GdkPixbufAnimation</span></a
|
64
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-animation.html#GdkPixbufAnimation"><span class="returnvalue">GdkPixbufAnimation</span></a>* <a class="link" href="GtkImage.html#gtk-image-get-animation" title="gtk_image_get_animation ()">gtk_image_get_animation</a> (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>);
|
65
65
|
<span class="returnvalue">void</span> <a class="link" href="GtkImage.html#gtk-image-get-icon-name" title="gtk_image_get_icon_name ()">gtk_image_get_icon_name</a> (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
66
66
|
<em class="parameter"><code>G_CONST_RETURN <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **icon_name</code></em>,
|
67
67
|
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> *size</code></em>);
|
@@ -69,24 +69,25 @@ enum <a class="link" href="GtkImage.html#GtkImageType" title="enu
|
|
69
69
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a> **gicon</code></em>,
|
70
70
|
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> *size</code></em>);
|
71
71
|
<a class="link" href="GtkImage.html#GtkImageType" title="enum GtkImageType"><span class="returnvalue">GtkImageType</span></a> <a class="link" href="GtkImage.html#gtk-image-get-storage-type" title="gtk_image_get_storage_type ()">gtk_image_get_storage_type</a> (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>);
|
72
|
-
|
73
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
72
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkImage.html#gtk-image-new-from-file" title="gtk_image_new_from_file ()">gtk_image_new_from_file</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> *filename</code></em>);
|
73
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkImage.html#gtk-image-new-from-icon-set" title="gtk_image_new_from_icon_set ()">gtk_image_new_from_icon_set</a> (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> *icon_set</code></em>,
|
74
74
|
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);
|
75
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
75
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkImage.html#gtk-image-new-from-image" title="gtk_image_new_from_image ()">gtk_image_new_from_image</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Images.html#GdkImage"><span class="type">GdkImage</span></a> *image</code></em>,
|
76
76
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);
|
77
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
78
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
77
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkImage.html#gtk-image-new-from-pixbuf" title="gtk_image_new_from_pixbuf ()">gtk_image_new_from_pixbuf</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);
|
78
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkImage.html#gtk-image-new-from-pixmap" title="gtk_image_new_from_pixmap ()">gtk_image_new_from_pixmap</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
|
79
79
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);
|
80
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
80
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkImage.html#gtk-image-new-from-stock" title="gtk_image_new_from_stock ()">gtk_image_new_from_stock</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> *stock_id</code></em>,
|
81
81
|
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);
|
82
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
83
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
82
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkImage.html#gtk-image-new-from-animation" title="gtk_image_new_from_animation ()">gtk_image_new_from_animation</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-animation.html#GdkPixbufAnimation"><span class="type">GdkPixbufAnimation</span></a> *animation</code></em>);
|
83
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkImage.html#gtk-image-new-from-icon-name" title="gtk_image_new_from_icon_name ()">gtk_image_new_from_icon_name</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> *icon_name</code></em>,
|
84
84
|
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);
|
85
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
85
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkImage.html#gtk-image-new-from-gicon" title="gtk_image_new_from_gicon ()">gtk_image_new_from_gicon</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a> *icon</code></em>,
|
86
86
|
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);
|
87
|
-
|
87
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkImage.html#gtk-image-set-from-file" title="gtk_image_set_from_file ()">gtk_image_set_from_file</a> (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
88
|
+
<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> *filename</code></em>);
|
88
89
|
<span class="returnvalue">void</span> <a class="link" href="GtkImage.html#gtk-image-set-from-icon-set" title="gtk_image_set_from_icon_set ()">gtk_image_set_from_icon_set</a> (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
89
|
-
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> *icon_set</code></em>,
|
90
|
+
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> *icon_set</code></em>,
|
90
91
|
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);
|
91
92
|
<span class="returnvalue">void</span> <a class="link" href="GtkImage.html#gtk-image-set-from-image" title="gtk_image_set_from_image ()">gtk_image_set_from_image</a> (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
92
93
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Images.html#GdkImage"><span class="type">GdkImage</span></a> *gdk_image</code></em>,
|
@@ -108,7 +109,7 @@ enum <a class="link" href="GtkImage.html#GtkImageType" title="enu
|
|
108
109
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a> *icon</code></em>,
|
109
110
|
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);
|
110
111
|
<span class="returnvalue">void</span> <a class="link" href="GtkImage.html#gtk-image-clear" title="gtk_image_clear ()">gtk_image_clear</a> (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>);
|
111
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
112
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkImage.html#gtk-image-new" title="gtk_image_new ()">gtk_image_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
112
113
|
<span class="returnvalue">void</span> <a class="link" href="GtkImage.html#gtk-image-set" title="gtk_image_set ()">gtk_image_set</a> (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
113
114
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Images.html#GdkImage"><span class="type">GdkImage</span></a> *val</code></em>,
|
114
115
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);
|
@@ -120,7 +121,7 @@ enum <a class="link" href="GtkImage.html#GtkImageType" title="enu
|
|
120
121
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkImage.html#gtk-image-get-pixel-size" title="gtk_image_get_pixel_size ()">gtk_image_get_pixel_size</a> (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>);
|
121
122
|
</pre>
|
122
123
|
</div>
|
123
|
-
<div class="refsect1">
|
124
|
+
<div class="refsect1" title="Object Hierarchy">
|
124
125
|
<a name="GtkImage.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
125
126
|
<pre class="synopsis">
|
126
127
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -131,19 +132,19 @@ enum <a class="link" href="GtkImage.html#GtkImageType" title="enu
|
|
131
132
|
+----GtkImage
|
132
133
|
</pre>
|
133
134
|
</div>
|
134
|
-
<div class="refsect1">
|
135
|
+
<div class="refsect1" title="Implemented Interfaces">
|
135
136
|
<a name="GtkImage.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
136
137
|
<p>
|
137
138
|
GtkImage implements
|
138
139
|
AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
139
140
|
</div>
|
140
|
-
<div class="refsect1">
|
141
|
+
<div class="refsect1" title="Properties">
|
141
142
|
<a name="GtkImage.properties"></a><h2>Properties</h2>
|
142
143
|
<pre class="synopsis">
|
143
144
|
"<a class="link" href="GtkImage.html#GtkImage--file" title='The "file" property'>file</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
144
145
|
"<a class="link" href="GtkImage.html#GtkImage--gicon" title='The "gicon" property'>gicon</a>" <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a>* : Read / Write
|
145
146
|
"<a class="link" href="GtkImage.html#GtkImage--icon-name" title='The "icon-name" property'>icon-name</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
146
|
-
"<a class="link" href="GtkImage.html#GtkImage--icon-set" title='The "icon-set" property'>icon-set</a>" <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>* : Read / Write
|
147
|
+
"<a class="link" href="GtkImage.html#GtkImage--icon-set" title='The "icon-set" property'>icon-set</a>" <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a>* : Read / Write
|
147
148
|
"<a class="link" href="GtkImage.html#GtkImage--icon-size" title='The "icon-size" property'>icon-size</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
148
149
|
"<a class="link" href="GtkImage.html#GtkImage--image" title='The "image" property'>image</a>" <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Images.html#GdkImage"><span class="type">GdkImage</span></a>* : Read / Write
|
149
150
|
"<a class="link" href="GtkImage.html#GtkImage--mask" title='The "mask" property'>mask</a>" <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>* : Read / Write
|
@@ -155,13 +156,13 @@ GtkImage implements
|
|
155
156
|
"<a class="link" href="GtkImage.html#GtkImage--storage-type" title='The "storage-type" property'>storage-type</a>" <a class="link" href="GtkImage.html#GtkImageType" title="enum GtkImageType"><span class="type">GtkImageType</span></a> : Read
|
156
157
|
</pre>
|
157
158
|
</div>
|
158
|
-
<div class="refsect1">
|
159
|
+
<div class="refsect1" title="Description">
|
159
160
|
<a name="GtkImage.description"></a><h2>Description</h2>
|
160
161
|
<p>
|
161
162
|
The <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> widget displays an image. Various kinds of object
|
162
163
|
can be displayed as an image; most typically, you would load a
|
163
164
|
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> ("pixel buffer") from a file, and then display that.
|
164
|
-
There's a convenience function to do this, <a class="link" href="GtkImage.html#gtk-image-new-from-file" title="gtk_image_new_from_file"><code class="function">gtk_image_new_from_file()</code></a>,
|
165
|
+
There's a convenience function to do this, <a class="link" href="GtkImage.html#gtk-image-new-from-file" title="gtk_image_new_from_file ()"><code class="function">gtk_image_new_from_file()</code></a>,
|
165
166
|
used as follows:
|
166
167
|
</p>
|
167
168
|
<div class="informalexample">
|
@@ -201,7 +202,7 @@ on the image, such as button clicks, place the image inside a
|
|
201
202
|
<a class="link" href="GtkEventBox.html" title="GtkEventBox"><span class="type">GtkEventBox</span></a>, then connect to the event signals on the event box.
|
202
203
|
</p>
|
203
204
|
<div class="example">
|
204
|
-
<a name="
|
205
|
+
<a name="id634657"></a><p class="title"><b>Example 12. Handling button press events on a
|
205
206
|
<span class="structname">GtkImage</span>.</b></p>
|
206
207
|
<div class="example-contents">
|
207
208
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
@@ -302,18 +303,18 @@ can then be loaded into a <a href="http://library.gnome.org/devel/gdk-pixbuf/uns
|
|
302
303
|
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-creating.html#gdk-pixbuf-new-from-inline"><code class="function">gdk_pixbuf_new_from_inline()</code></a>.
|
303
304
|
</p>
|
304
305
|
</div>
|
305
|
-
<div class="refsect1">
|
306
|
+
<div class="refsect1" title="Details">
|
306
307
|
<a name="GtkImage.details"></a><h2>Details</h2>
|
307
|
-
<div class="refsect2">
|
308
|
-
<a name="GtkImage-struct"></a><h3>
|
309
|
-
<pre class="programlisting">struct GtkImage;</pre>
|
308
|
+
<div class="refsect2" title="GtkImage">
|
309
|
+
<a name="GtkImage-struct"></a><h3>GtkImage</h3>
|
310
|
+
<pre class="programlisting">typedef struct _GtkImage GtkImage;</pre>
|
310
311
|
<p>
|
311
312
|
This struct contain private data only and should be accessed by the functions
|
312
313
|
below.
|
313
314
|
</p>
|
314
315
|
</div>
|
315
316
|
<hr>
|
316
|
-
<div class="refsect2">
|
317
|
+
<div class="refsect2" title="enum GtkImageType">
|
317
318
|
<a name="GtkImageType"></a><h3>enum GtkImageType</h3>
|
318
319
|
<pre class="programlisting">typedef enum
|
319
320
|
{
|
@@ -367,7 +368,7 @@ functions), but they will all return <a href="http://library.gnome.org/devel/gli
|
|
367
368
|
</tr>
|
368
369
|
<tr>
|
369
370
|
<td><p><a name="GTK-IMAGE-ICON-SET:CAPS"></a><span class="term"><code class="literal">GTK_IMAGE_ICON_SET</code></span></p></td>
|
370
|
-
<td>the widget contains a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>
|
371
|
+
<td>the widget contains a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a>
|
371
372
|
</td>
|
372
373
|
</tr>
|
373
374
|
<tr>
|
@@ -391,10 +392,10 @@ functions), but they will all return <a href="http://library.gnome.org/devel/gli
|
|
391
392
|
</table></div>
|
392
393
|
</div>
|
393
394
|
<hr>
|
394
|
-
<div class="refsect2">
|
395
|
+
<div class="refsect2" title="gtk_image_get_icon_set ()">
|
395
396
|
<a name="gtk-image-get-icon-set"></a><h3>gtk_image_get_icon_set ()</h3>
|
396
397
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_image_get_icon_set (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
397
|
-
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> **icon_set</code></em>,
|
398
|
+
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> **icon_set</code></em>,
|
398
399
|
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> *size</code></em>);</pre>
|
399
400
|
<p>
|
400
401
|
Gets the icon set and size being displayed by the <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>.
|
@@ -411,21 +412,21 @@ The storage type of the image must be <a class="link" href="GtkImage.html#GTK-IM
|
|
411
412
|
</tr>
|
412
413
|
<tr>
|
413
414
|
<td><p><span class="term"><em class="parameter"><code>icon_set</code></em> :</span></p></td>
|
414
|
-
<td>location to store a
|
415
|
-
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
415
|
+
<td> location to store a
|
416
|
+
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
416
417
|
</td>
|
417
418
|
</tr>
|
418
419
|
<tr>
|
419
420
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
420
|
-
<td>location to store a stock
|
421
|
-
icon size, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][
|
421
|
+
<td> location to store a stock
|
422
|
+
icon size, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][type int]</span>
|
422
423
|
</td>
|
423
424
|
</tr>
|
424
425
|
</tbody>
|
425
426
|
</table></div>
|
426
427
|
</div>
|
427
428
|
<hr>
|
428
|
-
<div class="refsect2">
|
429
|
+
<div class="refsect2" title="gtk_image_get_image ()">
|
429
430
|
<a name="gtk-image-get-image"></a><h3>gtk_image_get_image ()</h3>
|
430
431
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_image_get_image (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
431
432
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Images.html#GdkImage"><span class="type">GdkImage</span></a> **gdk_image</code></em>,
|
@@ -447,23 +448,23 @@ returned image and mask.
|
|
447
448
|
</tr>
|
448
449
|
<tr>
|
449
450
|
<td><p><span class="term"><em class="parameter"><code>gdk_image</code></em> :</span></p></td>
|
450
|
-
<td>return location for
|
451
|
-
a <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
451
|
+
<td> return location for
|
452
|
+
a <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
452
453
|
</td>
|
453
454
|
</tr>
|
454
455
|
<tr>
|
455
456
|
<td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
|
456
|
-
<td>return location for a
|
457
|
-
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
457
|
+
<td> return location for a
|
458
|
+
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
458
459
|
</td>
|
459
460
|
</tr>
|
460
461
|
</tbody>
|
461
462
|
</table></div>
|
462
463
|
</div>
|
463
464
|
<hr>
|
464
|
-
<div class="refsect2">
|
465
|
+
<div class="refsect2" title="gtk_image_get_pixbuf ()">
|
465
466
|
<a name="gtk-image-get-pixbuf"></a><h3>gtk_image_get_pixbuf ()</h3>
|
466
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a
|
467
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a>* gtk_image_get_pixbuf (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>);</pre>
|
467
468
|
<p>
|
468
469
|
Gets the <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> being displayed by the <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>.
|
469
470
|
The storage type of the image must be <a class="link" href="GtkImage.html#GTK-IMAGE-EMPTY:CAPS"><code class="literal">GTK_IMAGE_EMPTY</code></a> or
|
@@ -481,7 +482,7 @@ returned pixbuf.
|
|
481
482
|
</tr>
|
482
483
|
<tr>
|
483
484
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
484
|
-
<td>the displayed pixbuf, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
|
485
|
+
<td> the displayed pixbuf, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
|
485
486
|
the image is empty. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
486
487
|
</td>
|
487
488
|
</tr>
|
@@ -489,7 +490,7 @@ the image is empty. <span class="annotation">[<acronym title="Don't free data af
|
|
489
490
|
</table></div>
|
490
491
|
</div>
|
491
492
|
<hr>
|
492
|
-
<div class="refsect2">
|
493
|
+
<div class="refsect2" title="gtk_image_get_pixmap ()">
|
493
494
|
<a name="gtk-image-get-pixmap"></a><h3>gtk_image_get_pixmap ()</h3>
|
494
495
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_image_get_pixmap (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
495
496
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> **pixmap</code></em>,
|
@@ -511,21 +512,21 @@ returned pixmap and mask.
|
|
511
512
|
</tr>
|
512
513
|
<tr>
|
513
514
|
<td><p><span class="term"><em class="parameter"><code>pixmap</code></em> :</span></p></td>
|
514
|
-
<td>location to store the
|
515
|
-
pixmap, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
515
|
+
<td> location to store the
|
516
|
+
pixmap, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
516
517
|
</td>
|
517
518
|
</tr>
|
518
519
|
<tr>
|
519
520
|
<td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
|
520
|
-
<td>location to store the
|
521
|
-
mask, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
521
|
+
<td> location to store the
|
522
|
+
mask, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
522
523
|
</td>
|
523
524
|
</tr>
|
524
525
|
</tbody>
|
525
526
|
</table></div>
|
526
527
|
</div>
|
527
528
|
<hr>
|
528
|
-
<div class="refsect2">
|
529
|
+
<div class="refsect2" title="gtk_image_get_stock ()">
|
529
530
|
<a name="gtk-image-get-stock"></a><h3>gtk_image_get_stock ()</h3>
|
530
531
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_image_get_stock (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
531
532
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **stock_id</code></em>,
|
@@ -547,23 +548,23 @@ be freed.
|
|
547
548
|
</tr>
|
548
549
|
<tr>
|
549
550
|
<td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
|
550
|
-
<td>place to store a
|
551
|
-
stock icon name, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
551
|
+
<td> place to store a
|
552
|
+
stock icon name, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
552
553
|
</td>
|
553
554
|
</tr>
|
554
555
|
<tr>
|
555
556
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
556
|
-
<td>place to store a stock icon
|
557
|
-
size, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][
|
557
|
+
<td> place to store a stock icon
|
558
|
+
size, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][type int]</span>
|
558
559
|
</td>
|
559
560
|
</tr>
|
560
561
|
</tbody>
|
561
562
|
</table></div>
|
562
563
|
</div>
|
563
564
|
<hr>
|
564
|
-
<div class="refsect2">
|
565
|
+
<div class="refsect2" title="gtk_image_get_animation ()">
|
565
566
|
<a name="gtk-image-get-animation"></a><h3>gtk_image_get_animation ()</h3>
|
566
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-animation.html#GdkPixbufAnimation"><span class="returnvalue">GdkPixbufAnimation</span></a
|
567
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-animation.html#GdkPixbufAnimation"><span class="returnvalue">GdkPixbufAnimation</span></a>* gtk_image_get_animation (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>);</pre>
|
567
568
|
<p>
|
568
569
|
Gets the <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-animation.html#GdkPixbufAnimation"><span class="type">GdkPixbufAnimation</span></a> being displayed by the <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>.
|
569
570
|
The storage type of the image must be <a class="link" href="GtkImage.html#GTK-IMAGE-EMPTY:CAPS"><code class="literal">GTK_IMAGE_EMPTY</code></a> or
|
@@ -581,7 +582,7 @@ returned animation.
|
|
581
582
|
</tr>
|
582
583
|
<tr>
|
583
584
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
584
|
-
<td>the displayed animation, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
|
585
|
+
<td> the displayed animation, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
|
585
586
|
the image is empty. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
586
587
|
</td>
|
587
588
|
</tr>
|
@@ -589,7 +590,7 @@ the image is empty. <span class="annotation">[<acronym title="Don't free data af
|
|
589
590
|
</table></div>
|
590
591
|
</div>
|
591
592
|
<hr>
|
592
|
-
<div class="refsect2">
|
593
|
+
<div class="refsect2" title="gtk_image_get_icon_name ()">
|
593
594
|
<a name="gtk-image-get-icon-name"></a><h3>gtk_image_get_icon_name ()</h3>
|
594
595
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_image_get_icon_name (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
595
596
|
<em class="parameter"><code>G_CONST_RETURN <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **icon_name</code></em>,
|
@@ -611,14 +612,14 @@ be freed.
|
|
611
612
|
</tr>
|
612
613
|
<tr>
|
613
614
|
<td><p><span class="term"><em class="parameter"><code>icon_name</code></em> :</span></p></td>
|
614
|
-
<td>place to store an
|
615
|
-
icon name, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
615
|
+
<td> place to store an
|
616
|
+
icon name, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
616
617
|
</td>
|
617
618
|
</tr>
|
618
619
|
<tr>
|
619
620
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
620
|
-
<td>place to store an icon size,
|
621
|
-
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][
|
621
|
+
<td> place to store an icon size,
|
622
|
+
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][type int]</span>
|
622
623
|
</td>
|
623
624
|
</tr>
|
624
625
|
</tbody>
|
@@ -626,7 +627,7 @@ or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.ht
|
|
626
627
|
<p class="since">Since 2.6</p>
|
627
628
|
</div>
|
628
629
|
<hr>
|
629
|
-
<div class="refsect2">
|
630
|
+
<div class="refsect2" title="gtk_image_get_gicon ()">
|
630
631
|
<a name="gtk-image-get-gicon"></a><h3>gtk_image_get_gicon ()</h3>
|
631
632
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_image_get_gicon (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
632
633
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a> **gicon</code></em>,
|
@@ -648,14 +649,14 @@ returned <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span
|
|
648
649
|
</tr>
|
649
650
|
<tr>
|
650
651
|
<td><p><span class="term"><em class="parameter"><code>gicon</code></em> :</span></p></td>
|
651
|
-
<td>place to store a
|
652
|
-
<a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
652
|
+
<td> place to store a
|
653
|
+
<a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
653
654
|
</td>
|
654
655
|
</tr>
|
655
656
|
<tr>
|
656
657
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
657
|
-
<td>place to store an icon size,
|
658
|
-
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][
|
658
|
+
<td> place to store an icon size,
|
659
|
+
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][type int]</span>
|
659
660
|
</td>
|
660
661
|
</tr>
|
661
662
|
</tbody>
|
@@ -663,7 +664,7 @@ or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.ht
|
|
663
664
|
<p class="since">Since 2.14</p>
|
664
665
|
</div>
|
665
666
|
<hr>
|
666
|
-
<div class="refsect2">
|
667
|
+
<div class="refsect2" title="gtk_image_get_storage_type ()">
|
667
668
|
<a name="gtk-image-get-storage-type"></a><h3>gtk_image_get_storage_type ()</h3>
|
668
669
|
<pre class="programlisting"><a class="link" href="GtkImage.html#GtkImageType" title="enum GtkImageType"><span class="returnvalue">GtkImageType</span></a> gtk_image_get_storage_type (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>);</pre>
|
669
670
|
<p>
|
@@ -681,16 +682,16 @@ the return value will be <a class="link" href="GtkImage.html#GTK-IMAGE-EMPTY:CAP
|
|
681
682
|
</tr>
|
682
683
|
<tr>
|
683
684
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
684
|
-
<td>image representation being used
|
685
|
+
<td> image representation being used
|
686
|
+
</td>
|
685
687
|
</tr>
|
686
688
|
</tbody>
|
687
689
|
</table></div>
|
688
690
|
</div>
|
689
691
|
<hr>
|
690
|
-
<div class="refsect2">
|
691
|
-
<a name="gtk-image-new-from-file"></a><h3>gtk_image_new_from_file</h3>
|
692
|
-
<pre class="programlisting"
|
693
|
-
</pre>
|
692
|
+
<div class="refsect2" title="gtk_image_new_from_file ()">
|
693
|
+
<a name="gtk-image-new-from-file"></a><h3>gtk_image_new_from_file ()</h3>
|
694
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_image_new_from_file (<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> *filename</code></em>);</pre>
|
694
695
|
<p>
|
695
696
|
Creates a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> displaying the file <em class="parameter"><code>filename</code></em>. If the file
|
696
697
|
isn't found or can't be loaded, the resulting <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> will
|
@@ -717,20 +718,21 @@ displaying the file.
|
|
717
718
|
<tbody>
|
718
719
|
<tr>
|
719
720
|
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
|
720
|
-
<td>a filename
|
721
|
+
<td>a filename
|
722
|
+
</td>
|
721
723
|
</tr>
|
722
724
|
<tr>
|
723
725
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
724
|
-
<td>a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>
|
726
|
+
<td> a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>
|
725
727
|
</td>
|
726
728
|
</tr>
|
727
729
|
</tbody>
|
728
730
|
</table></div>
|
729
731
|
</div>
|
730
732
|
<hr>
|
731
|
-
<div class="refsect2">
|
733
|
+
<div class="refsect2" title="gtk_image_new_from_icon_set ()">
|
732
734
|
<a name="gtk-image-new-from-icon-set"></a><h3>gtk_image_new_from_icon_set ()</h3>
|
733
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
735
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_image_new_from_icon_set (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> *icon_set</code></em>,
|
734
736
|
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);</pre>
|
735
737
|
<p>
|
736
738
|
Creates a <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> displaying an icon set. Sample stock sizes are
|
@@ -751,26 +753,26 @@ icon set; you still need to unref it if you own references.
|
|
751
753
|
<tbody>
|
752
754
|
<tr>
|
753
755
|
<td><p><span class="term"><em class="parameter"><code>icon_set</code></em> :</span></p></td>
|
754
|
-
<td>a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>
|
756
|
+
<td>a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a>
|
755
757
|
</td>
|
756
758
|
</tr>
|
757
759
|
<tr>
|
758
760
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
759
|
-
<td>a stock icon size. <span class="annotation">[
|
761
|
+
<td> a stock icon size. <span class="annotation">[type int]</span>
|
760
762
|
</td>
|
761
763
|
</tr>
|
762
764
|
<tr>
|
763
765
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
764
|
-
<td>a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>
|
766
|
+
<td> a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>
|
765
767
|
</td>
|
766
768
|
</tr>
|
767
769
|
</tbody>
|
768
770
|
</table></div>
|
769
771
|
</div>
|
770
772
|
<hr>
|
771
|
-
<div class="refsect2">
|
773
|
+
<div class="refsect2" title="gtk_image_new_from_image ()">
|
772
774
|
<a name="gtk-image-new-from-image"></a><h3>gtk_image_new_from_image ()</h3>
|
773
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
775
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_image_new_from_image (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Images.html#GdkImage"><span class="type">GdkImage</span></a> *image</code></em>,
|
774
776
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);</pre>
|
775
777
|
<p>
|
776
778
|
Creates a <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> widget displaying a <em class="parameter"><code>image</code></em> with a <em class="parameter"><code>mask</code></em>.
|
@@ -784,26 +786,26 @@ image or mask; you still need to unref them if you own references.
|
|
784
786
|
<tbody>
|
785
787
|
<tr>
|
786
788
|
<td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
|
787
|
-
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Images.html#GdkImage"><span class="type">GdkImage</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
789
|
+
<td> a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Images.html#GdkImage"><span class="type">GdkImage</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
788
790
|
</td>
|
789
791
|
</tr>
|
790
792
|
<tr>
|
791
793
|
<td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
|
792
|
-
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
794
|
+
<td> a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
793
795
|
</td>
|
794
796
|
</tr>
|
795
797
|
<tr>
|
796
798
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
797
|
-
<td>a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>
|
799
|
+
<td> a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>
|
798
800
|
</td>
|
799
801
|
</tr>
|
800
802
|
</tbody>
|
801
803
|
</table></div>
|
802
804
|
</div>
|
803
805
|
<hr>
|
804
|
-
<div class="refsect2">
|
806
|
+
<div class="refsect2" title="gtk_image_new_from_pixbuf ()">
|
805
807
|
<a name="gtk-image-new-from-pixbuf"></a><h3>gtk_image_new_from_pixbuf ()</h3>
|
806
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
808
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_image_new_from_pixbuf (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
|
807
809
|
<p>
|
808
810
|
Creates a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> displaying <em class="parameter"><code>pixbuf</code></em>.
|
809
811
|
The <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> does not assume a reference to the
|
@@ -820,21 +822,21 @@ you should use <a class="link" href="GtkImage.html#gtk-image-new-from-icon-set"
|
|
820
822
|
<tbody>
|
821
823
|
<tr>
|
822
824
|
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
823
|
-
<td>a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
825
|
+
<td> a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
824
826
|
</td>
|
825
827
|
</tr>
|
826
828
|
<tr>
|
827
829
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
828
|
-
<td>a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>
|
830
|
+
<td> a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>
|
829
831
|
</td>
|
830
832
|
</tr>
|
831
833
|
</tbody>
|
832
834
|
</table></div>
|
833
835
|
</div>
|
834
836
|
<hr>
|
835
|
-
<div class="refsect2">
|
837
|
+
<div class="refsect2" title="gtk_image_new_from_pixmap ()">
|
836
838
|
<a name="gtk-image-new-from-pixmap"></a><h3>gtk_image_new_from_pixmap ()</h3>
|
837
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
839
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_image_new_from_pixmap (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
|
838
840
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);</pre>
|
839
841
|
<p>
|
840
842
|
Creates a <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> widget displaying <em class="parameter"><code>pixmap</code></em> with a <em class="parameter"><code>mask</code></em>.
|
@@ -848,26 +850,26 @@ pixmap or mask; you still need to unref them if you own references.
|
|
848
850
|
<tbody>
|
849
851
|
<tr>
|
850
852
|
<td><p><span class="term"><em class="parameter"><code>pixmap</code></em> :</span></p></td>
|
851
|
-
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
853
|
+
<td> a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
852
854
|
</td>
|
853
855
|
</tr>
|
854
856
|
<tr>
|
855
857
|
<td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
|
856
|
-
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
858
|
+
<td> a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
857
859
|
</td>
|
858
860
|
</tr>
|
859
861
|
<tr>
|
860
862
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
861
|
-
<td>a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>
|
863
|
+
<td> a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>
|
862
864
|
</td>
|
863
865
|
</tr>
|
864
866
|
</tbody>
|
865
867
|
</table></div>
|
866
868
|
</div>
|
867
869
|
<hr>
|
868
|
-
<div class="refsect2">
|
870
|
+
<div class="refsect2" title="gtk_image_new_from_stock ()">
|
869
871
|
<a name="gtk-image-new-from-stock"></a><h3>gtk_image_new_from_stock ()</h3>
|
870
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
872
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_image_new_from_stock (<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> *stock_id</code></em>,
|
871
873
|
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);</pre>
|
872
874
|
<p>
|
873
875
|
Creates a <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> displaying a stock icon. Sample stock icon
|
@@ -882,24 +884,26 @@ You can register your own stock icon names, see
|
|
882
884
|
<tbody>
|
883
885
|
<tr>
|
884
886
|
<td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
|
885
|
-
<td>a stock icon name
|
887
|
+
<td>a stock icon name
|
888
|
+
</td>
|
886
889
|
</tr>
|
887
890
|
<tr>
|
888
891
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
889
|
-
<td>a stock icon size. <span class="annotation">[
|
892
|
+
<td> a stock icon size. <span class="annotation">[type int]</span>
|
890
893
|
</td>
|
891
894
|
</tr>
|
892
895
|
<tr>
|
893
896
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
894
|
-
<td>a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> displaying the stock icon
|
897
|
+
<td> a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> displaying the stock icon
|
898
|
+
</td>
|
895
899
|
</tr>
|
896
900
|
</tbody>
|
897
901
|
</table></div>
|
898
902
|
</div>
|
899
903
|
<hr>
|
900
|
-
<div class="refsect2">
|
904
|
+
<div class="refsect2" title="gtk_image_new_from_animation ()">
|
901
905
|
<a name="gtk-image-new-from-animation"></a><h3>gtk_image_new_from_animation ()</h3>
|
902
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
906
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_image_new_from_animation (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-animation.html#GdkPixbufAnimation"><span class="type">GdkPixbufAnimation</span></a> *animation</code></em>);</pre>
|
903
907
|
<p>
|
904
908
|
Creates a <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> displaying the given animation.
|
905
909
|
The <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> does not assume a reference to the
|
@@ -917,19 +921,21 @@ is not busy with something that has a higher priority.
|
|
917
921
|
<tbody>
|
918
922
|
<tr>
|
919
923
|
<td><p><span class="term"><em class="parameter"><code>animation</code></em> :</span></p></td>
|
920
|
-
<td>an animation
|
924
|
+
<td>an animation
|
925
|
+
</td>
|
921
926
|
</tr>
|
922
927
|
<tr>
|
923
928
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
924
|
-
<td>a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> widget
|
929
|
+
<td> a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> widget
|
930
|
+
</td>
|
925
931
|
</tr>
|
926
932
|
</tbody>
|
927
933
|
</table></div>
|
928
934
|
</div>
|
929
935
|
<hr>
|
930
|
-
<div class="refsect2">
|
936
|
+
<div class="refsect2" title="gtk_image_new_from_icon_name ()">
|
931
937
|
<a name="gtk-image-new-from-icon-name"></a><h3>gtk_image_new_from_icon_name ()</h3>
|
932
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
938
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_image_new_from_icon_name (<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> *icon_name</code></em>,
|
933
939
|
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);</pre>
|
934
940
|
<p>
|
935
941
|
Creates a <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> displaying an icon from the current icon theme.
|
@@ -942,25 +948,28 @@ will be updated appropriately.
|
|
942
948
|
<tbody>
|
943
949
|
<tr>
|
944
950
|
<td><p><span class="term"><em class="parameter"><code>icon_name</code></em> :</span></p></td>
|
945
|
-
<td>an icon name
|
951
|
+
<td>an icon name
|
952
|
+
</td>
|
946
953
|
</tr>
|
947
954
|
<tr>
|
948
955
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
949
|
-
<td>a stock icon size. <span class="annotation">[
|
956
|
+
<td> a stock icon size. <span class="annotation">[type int]</span>
|
950
957
|
</td>
|
951
958
|
</tr>
|
952
959
|
<tr>
|
953
960
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
954
|
-
<td>a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> displaying the themed icon
|
961
|
+
<td> a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> displaying the themed icon
|
962
|
+
|
963
|
+
</td>
|
955
964
|
</tr>
|
956
965
|
</tbody>
|
957
966
|
</table></div>
|
958
967
|
<p class="since">Since 2.6</p>
|
959
968
|
</div>
|
960
969
|
<hr>
|
961
|
-
<div class="refsect2">
|
970
|
+
<div class="refsect2" title="gtk_image_new_from_gicon ()">
|
962
971
|
<a name="gtk-image-new-from-gicon"></a><h3>gtk_image_new_from_gicon ()</h3>
|
963
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
972
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_image_new_from_gicon (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a> *icon</code></em>,
|
964
973
|
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);</pre>
|
965
974
|
<p>
|
966
975
|
Creates a <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> displaying an icon from the current icon theme.
|
@@ -973,28 +982,31 @@ will be updated appropriately.
|
|
973
982
|
<tbody>
|
974
983
|
<tr>
|
975
984
|
<td><p><span class="term"><em class="parameter"><code>icon</code></em> :</span></p></td>
|
976
|
-
<td>an icon
|
985
|
+
<td>an icon
|
986
|
+
</td>
|
977
987
|
</tr>
|
978
988
|
<tr>
|
979
989
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
980
|
-
<td>a stock icon size. <span class="annotation">[
|
990
|
+
<td> a stock icon size. <span class="annotation">[type int]</span>
|
981
991
|
</td>
|
982
992
|
</tr>
|
983
993
|
<tr>
|
984
994
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
985
|
-
<td>a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> displaying the themed icon
|
995
|
+
<td> a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> displaying the themed icon
|
996
|
+
|
997
|
+
</td>
|
986
998
|
</tr>
|
987
999
|
</tbody>
|
988
1000
|
</table></div>
|
989
1001
|
<p class="since">Since 2.14</p>
|
990
1002
|
</div>
|
991
1003
|
<hr>
|
992
|
-
<div class="refsect2">
|
993
|
-
<a name="gtk-image-set-from-file"></a><h3>gtk_image_set_from_file</h3>
|
994
|
-
<pre class="programlisting"
|
995
|
-
</pre>
|
1004
|
+
<div class="refsect2" title="gtk_image_set_from_file ()">
|
1005
|
+
<a name="gtk-image-set-from-file"></a><h3>gtk_image_set_from_file ()</h3>
|
1006
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_image_set_from_file (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
1007
|
+
<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> *filename</code></em>);</pre>
|
996
1008
|
<p>
|
997
|
-
See <a class="link" href="GtkImage.html#gtk-image-new-from-file" title="gtk_image_new_from_file"><code class="function">gtk_image_new_from_file()</code></a> for details.
|
1009
|
+
See <a class="link" href="GtkImage.html#gtk-image-new-from-file" title="gtk_image_new_from_file ()"><code class="function">gtk_image_new_from_file()</code></a> for details.
|
998
1010
|
</p>
|
999
1011
|
<div class="variablelist"><table border="0">
|
1000
1012
|
<col align="left" valign="top">
|
@@ -1006,17 +1018,17 @@ See <a class="link" href="GtkImage.html#gtk-image-new-from-file" title="gtk_imag
|
|
1006
1018
|
</tr>
|
1007
1019
|
<tr>
|
1008
1020
|
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
|
1009
|
-
<td>a filename or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1021
|
+
<td> a filename or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1010
1022
|
</td>
|
1011
1023
|
</tr>
|
1012
1024
|
</tbody>
|
1013
1025
|
</table></div>
|
1014
1026
|
</div>
|
1015
1027
|
<hr>
|
1016
|
-
<div class="refsect2">
|
1028
|
+
<div class="refsect2" title="gtk_image_set_from_icon_set ()">
|
1017
1029
|
<a name="gtk-image-set-from-icon-set"></a><h3>gtk_image_set_from_icon_set ()</h3>
|
1018
1030
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_image_set_from_icon_set (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
1019
|
-
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> *icon_set</code></em>,
|
1031
|
+
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> *icon_set</code></em>,
|
1020
1032
|
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);</pre>
|
1021
1033
|
<p>
|
1022
1034
|
See <a class="link" href="GtkImage.html#gtk-image-new-from-icon-set" title="gtk_image_new_from_icon_set ()"><code class="function">gtk_image_new_from_icon_set()</code></a> for details.
|
@@ -1031,19 +1043,19 @@ See <a class="link" href="GtkImage.html#gtk-image-new-from-icon-set" title="gtk_
|
|
1031
1043
|
</tr>
|
1032
1044
|
<tr>
|
1033
1045
|
<td><p><span class="term"><em class="parameter"><code>icon_set</code></em> :</span></p></td>
|
1034
|
-
<td>a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>
|
1046
|
+
<td>a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a>
|
1035
1047
|
</td>
|
1036
1048
|
</tr>
|
1037
1049
|
<tr>
|
1038
1050
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
1039
|
-
<td>a stock icon size. <span class="annotation">[
|
1051
|
+
<td> a stock icon size. <span class="annotation">[type int]</span>
|
1040
1052
|
</td>
|
1041
1053
|
</tr>
|
1042
1054
|
</tbody>
|
1043
1055
|
</table></div>
|
1044
1056
|
</div>
|
1045
1057
|
<hr>
|
1046
|
-
<div class="refsect2">
|
1058
|
+
<div class="refsect2" title="gtk_image_set_from_image ()">
|
1047
1059
|
<a name="gtk-image-set-from-image"></a><h3>gtk_image_set_from_image ()</h3>
|
1048
1060
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_image_set_from_image (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
1049
1061
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Images.html#GdkImage"><span class="type">GdkImage</span></a> *gdk_image</code></em>,
|
@@ -1061,19 +1073,19 @@ See <a class="link" href="GtkImage.html#gtk-image-new-from-image" title="gtk_ima
|
|
1061
1073
|
</tr>
|
1062
1074
|
<tr>
|
1063
1075
|
<td><p><span class="term"><em class="parameter"><code>gdk_image</code></em> :</span></p></td>
|
1064
|
-
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Images.html#GdkImage"><span class="type">GdkImage</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1076
|
+
<td> a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Images.html#GdkImage"><span class="type">GdkImage</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1065
1077
|
</td>
|
1066
1078
|
</tr>
|
1067
1079
|
<tr>
|
1068
1080
|
<td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
|
1069
|
-
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1081
|
+
<td> a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1070
1082
|
</td>
|
1071
1083
|
</tr>
|
1072
1084
|
</tbody>
|
1073
1085
|
</table></div>
|
1074
1086
|
</div>
|
1075
1087
|
<hr>
|
1076
|
-
<div class="refsect2">
|
1088
|
+
<div class="refsect2" title="gtk_image_set_from_pixbuf ()">
|
1077
1089
|
<a name="gtk-image-set-from-pixbuf"></a><h3>gtk_image_set_from_pixbuf ()</h3>
|
1078
1090
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_image_set_from_pixbuf (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
1079
1091
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
|
@@ -1090,14 +1102,14 @@ See <a class="link" href="GtkImage.html#gtk-image-new-from-pixbuf" title="gtk_im
|
|
1090
1102
|
</tr>
|
1091
1103
|
<tr>
|
1092
1104
|
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
1093
|
-
<td>a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1105
|
+
<td> a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1094
1106
|
</td>
|
1095
1107
|
</tr>
|
1096
1108
|
</tbody>
|
1097
1109
|
</table></div>
|
1098
1110
|
</div>
|
1099
1111
|
<hr>
|
1100
|
-
<div class="refsect2">
|
1112
|
+
<div class="refsect2" title="gtk_image_set_from_pixmap ()">
|
1101
1113
|
<a name="gtk-image-set-from-pixmap"></a><h3>gtk_image_set_from_pixmap ()</h3>
|
1102
1114
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_image_set_from_pixmap (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
1103
1115
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
|
@@ -1115,19 +1127,19 @@ See <a class="link" href="GtkImage.html#gtk-image-new-from-pixmap" title="gtk_im
|
|
1115
1127
|
</tr>
|
1116
1128
|
<tr>
|
1117
1129
|
<td><p><span class="term"><em class="parameter"><code>pixmap</code></em> :</span></p></td>
|
1118
|
-
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1130
|
+
<td> a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1119
1131
|
</td>
|
1120
1132
|
</tr>
|
1121
1133
|
<tr>
|
1122
1134
|
<td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
|
1123
|
-
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1135
|
+
<td> a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1124
1136
|
</td>
|
1125
1137
|
</tr>
|
1126
1138
|
</tbody>
|
1127
1139
|
</table></div>
|
1128
1140
|
</div>
|
1129
1141
|
<hr>
|
1130
|
-
<div class="refsect2">
|
1142
|
+
<div class="refsect2" title="gtk_image_set_from_stock ()">
|
1131
1143
|
<a name="gtk-image-set-from-stock"></a><h3>gtk_image_set_from_stock ()</h3>
|
1132
1144
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_image_set_from_stock (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
1133
1145
|
<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> *stock_id</code></em>,
|
@@ -1145,18 +1157,19 @@ See <a class="link" href="GtkImage.html#gtk-image-new-from-stock" title="gtk_ima
|
|
1145
1157
|
</tr>
|
1146
1158
|
<tr>
|
1147
1159
|
<td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
|
1148
|
-
<td>a stock icon name
|
1160
|
+
<td>a stock icon name
|
1161
|
+
</td>
|
1149
1162
|
</tr>
|
1150
1163
|
<tr>
|
1151
1164
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
1152
|
-
<td>a stock icon size. <span class="annotation">[
|
1165
|
+
<td> a stock icon size. <span class="annotation">[type int]</span>
|
1153
1166
|
</td>
|
1154
1167
|
</tr>
|
1155
1168
|
</tbody>
|
1156
1169
|
</table></div>
|
1157
1170
|
</div>
|
1158
1171
|
<hr>
|
1159
|
-
<div class="refsect2">
|
1172
|
+
<div class="refsect2" title="gtk_image_set_from_animation ()">
|
1160
1173
|
<a name="gtk-image-set-from-animation"></a><h3>gtk_image_set_from_animation ()</h3>
|
1161
1174
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_image_set_from_animation (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
1162
1175
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-animation.html#GdkPixbufAnimation"><span class="type">GdkPixbufAnimation</span></a> *animation</code></em>);</pre>
|
@@ -1181,7 +1194,7 @@ nothing, if you set the animation to <a href="http://library.gnome.org/devel/gli
|
|
1181
1194
|
</table></div>
|
1182
1195
|
</div>
|
1183
1196
|
<hr>
|
1184
|
-
<div class="refsect2">
|
1197
|
+
<div class="refsect2" title="gtk_image_set_from_icon_name ()">
|
1185
1198
|
<a name="gtk-image-set-from-icon-name"></a><h3>gtk_image_set_from_icon_name ()</h3>
|
1186
1199
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_image_set_from_icon_name (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
1187
1200
|
<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> *icon_name</code></em>,
|
@@ -1199,11 +1212,12 @@ See <a class="link" href="GtkImage.html#gtk-image-new-from-icon-name" title="gtk
|
|
1199
1212
|
</tr>
|
1200
1213
|
<tr>
|
1201
1214
|
<td><p><span class="term"><em class="parameter"><code>icon_name</code></em> :</span></p></td>
|
1202
|
-
<td>an icon name
|
1215
|
+
<td>an icon name
|
1216
|
+
</td>
|
1203
1217
|
</tr>
|
1204
1218
|
<tr>
|
1205
1219
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
1206
|
-
<td>an icon size. <span class="annotation">[
|
1220
|
+
<td> an icon size. <span class="annotation">[type int]</span>
|
1207
1221
|
</td>
|
1208
1222
|
</tr>
|
1209
1223
|
</tbody>
|
@@ -1211,7 +1225,7 @@ See <a class="link" href="GtkImage.html#gtk-image-new-from-icon-name" title="gtk
|
|
1211
1225
|
<p class="since">Since 2.6</p>
|
1212
1226
|
</div>
|
1213
1227
|
<hr>
|
1214
|
-
<div class="refsect2">
|
1228
|
+
<div class="refsect2" title="gtk_image_set_from_gicon ()">
|
1215
1229
|
<a name="gtk-image-set-from-gicon"></a><h3>gtk_image_set_from_gicon ()</h3>
|
1216
1230
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_image_set_from_gicon (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
1217
1231
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a> *icon</code></em>,
|
@@ -1229,11 +1243,12 @@ See <a class="link" href="GtkImage.html#gtk-image-new-from-gicon" title="gtk_ima
|
|
1229
1243
|
</tr>
|
1230
1244
|
<tr>
|
1231
1245
|
<td><p><span class="term"><em class="parameter"><code>icon</code></em> :</span></p></td>
|
1232
|
-
<td>an icon
|
1246
|
+
<td>an icon
|
1247
|
+
</td>
|
1233
1248
|
</tr>
|
1234
1249
|
<tr>
|
1235
1250
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
1236
|
-
<td>an icon size. <span class="annotation">[
|
1251
|
+
<td> an icon size. <span class="annotation">[type int]</span>
|
1237
1252
|
</td>
|
1238
1253
|
</tr>
|
1239
1254
|
</tbody>
|
@@ -1241,7 +1256,7 @@ See <a class="link" href="GtkImage.html#gtk-image-new-from-gicon" title="gtk_ima
|
|
1241
1256
|
<p class="since">Since 2.14</p>
|
1242
1257
|
</div>
|
1243
1258
|
<hr>
|
1244
|
-
<div class="refsect2">
|
1259
|
+
<div class="refsect2" title="gtk_image_clear ()">
|
1245
1260
|
<a name="gtk-image-clear"></a><h3>gtk_image_clear ()</h3>
|
1246
1261
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_image_clear (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>);</pre>
|
1247
1262
|
<p>
|
@@ -1258,9 +1273,9 @@ Resets the image to be empty.
|
|
1258
1273
|
<p class="since">Since 2.8</p>
|
1259
1274
|
</div>
|
1260
1275
|
<hr>
|
1261
|
-
<div class="refsect2">
|
1276
|
+
<div class="refsect2" title="gtk_image_new ()">
|
1262
1277
|
<a name="gtk-image-new"></a><h3>gtk_image_new ()</h3>
|
1263
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
1278
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_image_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1264
1279
|
<p>
|
1265
1280
|
Creates a new empty <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> widget.
|
1266
1281
|
</p>
|
@@ -1268,17 +1283,18 @@ Creates a new empty <a class="link" href="GtkImage.html" title="GtkImage"><span
|
|
1268
1283
|
<col align="left" valign="top">
|
1269
1284
|
<tbody><tr>
|
1270
1285
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1271
|
-
<td>a newly created <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> widget
|
1286
|
+
<td> a newly created <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> widget.
|
1287
|
+
</td>
|
1272
1288
|
</tr></tbody>
|
1273
1289
|
</table></div>
|
1274
1290
|
</div>
|
1275
1291
|
<hr>
|
1276
|
-
<div class="refsect2">
|
1292
|
+
<div class="refsect2" title="gtk_image_set ()">
|
1277
1293
|
<a name="gtk-image-set"></a><h3>gtk_image_set ()</h3>
|
1278
1294
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_image_set (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
1279
1295
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Images.html#GdkImage"><span class="type">GdkImage</span></a> *val</code></em>,
|
1280
1296
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);</pre>
|
1281
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1297
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1282
1298
|
<h3 class="title">Warning</h3>
|
1283
1299
|
<p><code class="literal">gtk_image_set</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkImage.html#gtk-image-set-from-image" title="gtk_image_set_from_image ()"><code class="function">gtk_image_set_from_image()</code></a> instead.</p>
|
1284
1300
|
</div>
|
@@ -1300,18 +1316,19 @@ Sets the <a class="link" href="GtkImage.html" title="GtkImage"><span class="type
|
|
1300
1316
|
</tr>
|
1301
1317
|
<tr>
|
1302
1318
|
<td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
|
1303
|
-
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> that indicates which parts of the image should be transparent
|
1319
|
+
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> that indicates which parts of the image should be transparent.
|
1320
|
+
</td>
|
1304
1321
|
</tr>
|
1305
1322
|
</tbody>
|
1306
1323
|
</table></div>
|
1307
1324
|
</div>
|
1308
1325
|
<hr>
|
1309
|
-
<div class="refsect2">
|
1326
|
+
<div class="refsect2" title="gtk_image_get ()">
|
1310
1327
|
<a name="gtk-image-get"></a><h3>gtk_image_get ()</h3>
|
1311
1328
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_image_get (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
1312
1329
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Images.html#GdkImage"><span class="type">GdkImage</span></a> **val</code></em>,
|
1313
1330
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> **mask</code></em>);</pre>
|
1314
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1331
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1315
1332
|
<h3 class="title">Warning</h3>
|
1316
1333
|
<p><code class="literal">gtk_image_get</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkImage.html#gtk-image-get-image" title="gtk_image_get_image ()"><code class="function">gtk_image_get_image()</code></a> instead.</p>
|
1317
1334
|
</div>
|
@@ -1333,13 +1350,14 @@ Gets the <a class="link" href="GtkImage.html" title="GtkImage"><span class="type
|
|
1333
1350
|
</tr>
|
1334
1351
|
<tr>
|
1335
1352
|
<td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
|
1336
|
-
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> that indicates which parts of the image should be transparent
|
1353
|
+
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> that indicates which parts of the image should be transparent.
|
1354
|
+
</td>
|
1337
1355
|
</tr>
|
1338
1356
|
</tbody>
|
1339
1357
|
</table></div>
|
1340
1358
|
</div>
|
1341
1359
|
<hr>
|
1342
|
-
<div class="refsect2">
|
1360
|
+
<div class="refsect2" title="gtk_image_set_pixel_size ()">
|
1343
1361
|
<a name="gtk-image-set-pixel-size"></a><h3>gtk_image_set_pixel_size ()</h3>
|
1344
1362
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_image_set_pixel_size (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
|
1345
1363
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> pixel_size</code></em>);</pre>
|
@@ -1358,14 +1376,15 @@ to a value != -1, it is used instead of the icon size set by
|
|
1358
1376
|
</tr>
|
1359
1377
|
<tr>
|
1360
1378
|
<td><p><span class="term"><em class="parameter"><code>pixel_size</code></em> :</span></p></td>
|
1361
|
-
<td>the new pixel size
|
1379
|
+
<td>the new pixel size
|
1380
|
+
</td>
|
1362
1381
|
</tr>
|
1363
1382
|
</tbody>
|
1364
1383
|
</table></div>
|
1365
1384
|
<p class="since">Since 2.6</p>
|
1366
1385
|
</div>
|
1367
1386
|
<hr>
|
1368
|
-
<div class="refsect2">
|
1387
|
+
<div class="refsect2" title="gtk_image_get_pixel_size ()">
|
1369
1388
|
<a name="gtk-image-get-pixel-size"></a><h3>gtk_image_get_pixel_size ()</h3>
|
1370
1389
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_image_get_pixel_size (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>);</pre>
|
1371
1390
|
<p>
|
@@ -1381,23 +1400,25 @@ Gets the pixel size used for named icons.
|
|
1381
1400
|
</tr>
|
1382
1401
|
<tr>
|
1383
1402
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1384
|
-
<td>the pixel size used for named icons
|
1403
|
+
<td> the pixel size used for named icons.
|
1404
|
+
|
1405
|
+
</td>
|
1385
1406
|
</tr>
|
1386
1407
|
</tbody>
|
1387
1408
|
</table></div>
|
1388
1409
|
<p class="since">Since 2.6</p>
|
1389
1410
|
</div>
|
1390
1411
|
</div>
|
1391
|
-
<div class="refsect1">
|
1412
|
+
<div class="refsect1" title="Property Details">
|
1392
1413
|
<a name="GtkImage.property-details"></a><h2>Property Details</h2>
|
1393
|
-
<div class="refsect2">
|
1414
|
+
<div class="refsect2" title='The "file" property'>
|
1394
1415
|
<a name="GtkImage--file"></a><h3>The <code class="literal">"file"</code> property</h3>
|
1395
1416
|
<pre class="programlisting"> "file" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1396
1417
|
<p>Filename to load and display.</p>
|
1397
1418
|
<p>Default value: NULL</p>
|
1398
1419
|
</div>
|
1399
1420
|
<hr>
|
1400
|
-
<div class="refsect2">
|
1421
|
+
<div class="refsect2" title='The "gicon" property'>
|
1401
1422
|
<a name="GtkImage--gicon"></a><h3>The <code class="literal">"gicon"</code> property</h3>
|
1402
1423
|
<pre class="programlisting"> "gicon" <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a>* : Read / Write</pre>
|
1403
1424
|
<p>
|
@@ -1408,7 +1429,7 @@ automatically.
|
|
1408
1429
|
<p class="since">Since 2.14</p>
|
1409
1430
|
</div>
|
1410
1431
|
<hr>
|
1411
|
-
<div class="refsect2">
|
1432
|
+
<div class="refsect2" title='The "icon-name" property'>
|
1412
1433
|
<a name="GtkImage--icon-name"></a><h3>The <code class="literal">"icon-name"</code> property</h3>
|
1413
1434
|
<pre class="programlisting"> "icon-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1414
1435
|
<p>
|
@@ -1419,13 +1440,13 @@ changed, the image will be updated automatically.
|
|
1419
1440
|
<p class="since">Since 2.6</p>
|
1420
1441
|
</div>
|
1421
1442
|
<hr>
|
1422
|
-
<div class="refsect2">
|
1443
|
+
<div class="refsect2" title='The "icon-set" property'>
|
1423
1444
|
<a name="GtkImage--icon-set"></a><h3>The <code class="literal">"icon-set"</code> property</h3>
|
1424
|
-
<pre class="programlisting"> "icon-set" <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>* : Read / Write</pre>
|
1445
|
+
<pre class="programlisting"> "icon-set" <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a>* : Read / Write</pre>
|
1425
1446
|
<p>Icon set to display.</p>
|
1426
1447
|
</div>
|
1427
1448
|
<hr>
|
1428
|
-
<div class="refsect2">
|
1449
|
+
<div class="refsect2" title='The "icon-size" property'>
|
1429
1450
|
<a name="GtkImage--icon-size"></a><h3>The <code class="literal">"icon-size"</code> property</h3>
|
1430
1451
|
<pre class="programlisting"> "icon-size" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1431
1452
|
<p>Symbolic size to use for stock icon, icon set or named icon.</p>
|
@@ -1433,31 +1454,31 @@ changed, the image will be updated automatically.
|
|
1433
1454
|
<p>Default value: 4</p>
|
1434
1455
|
</div>
|
1435
1456
|
<hr>
|
1436
|
-
<div class="refsect2">
|
1457
|
+
<div class="refsect2" title='The "image" property'>
|
1437
1458
|
<a name="GtkImage--image"></a><h3>The <code class="literal">"image"</code> property</h3>
|
1438
1459
|
<pre class="programlisting"> "image" <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Images.html#GdkImage"><span class="type">GdkImage</span></a>* : Read / Write</pre>
|
1439
1460
|
<p>A GdkImage to display.</p>
|
1440
1461
|
</div>
|
1441
1462
|
<hr>
|
1442
|
-
<div class="refsect2">
|
1463
|
+
<div class="refsect2" title='The "mask" property'>
|
1443
1464
|
<a name="GtkImage--mask"></a><h3>The <code class="literal">"mask"</code> property</h3>
|
1444
1465
|
<pre class="programlisting"> "mask" <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>* : Read / Write</pre>
|
1445
1466
|
<p>Mask bitmap to use with GdkImage or GdkPixmap.</p>
|
1446
1467
|
</div>
|
1447
1468
|
<hr>
|
1448
|
-
<div class="refsect2">
|
1469
|
+
<div class="refsect2" title='The "pixbuf" property'>
|
1449
1470
|
<a name="GtkImage--pixbuf"></a><h3>The <code class="literal">"pixbuf"</code> property</h3>
|
1450
1471
|
<pre class="programlisting"> "pixbuf" <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>* : Read / Write</pre>
|
1451
1472
|
<p>A GdkPixbuf to display.</p>
|
1452
1473
|
</div>
|
1453
1474
|
<hr>
|
1454
|
-
<div class="refsect2">
|
1475
|
+
<div class="refsect2" title='The "pixbuf-animation" property'>
|
1455
1476
|
<a name="GtkImage--pixbuf-animation"></a><h3>The <code class="literal">"pixbuf-animation"</code> property</h3>
|
1456
1477
|
<pre class="programlisting"> "pixbuf-animation" <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-animation.html#GdkPixbufAnimation"><span class="type">GdkPixbufAnimation</span></a>* : Read / Write</pre>
|
1457
1478
|
<p>GdkPixbufAnimation to display.</p>
|
1458
1479
|
</div>
|
1459
1480
|
<hr>
|
1460
|
-
<div class="refsect2">
|
1481
|
+
<div class="refsect2" title='The "pixel-size" property'>
|
1461
1482
|
<a name="GtkImage--pixel-size"></a><h3>The <code class="literal">"pixel-size"</code> property</h3>
|
1462
1483
|
<pre class="programlisting"> "pixel-size" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1463
1484
|
<p>
|
@@ -1470,33 +1491,33 @@ overriding the <a class="link" href="GtkImage.html#GtkImage--icon-size" title='T
|
|
1470
1491
|
<p class="since">Since 2.6</p>
|
1471
1492
|
</div>
|
1472
1493
|
<hr>
|
1473
|
-
<div class="refsect2">
|
1494
|
+
<div class="refsect2" title='The "pixmap" property'>
|
1474
1495
|
<a name="GtkImage--pixmap"></a><h3>The <code class="literal">"pixmap"</code> property</h3>
|
1475
1496
|
<pre class="programlisting"> "pixmap" <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>* : Read / Write</pre>
|
1476
1497
|
<p>A GdkPixmap to display.</p>
|
1477
1498
|
</div>
|
1478
1499
|
<hr>
|
1479
|
-
<div class="refsect2">
|
1500
|
+
<div class="refsect2" title='The "stock" property'>
|
1480
1501
|
<a name="GtkImage--stock"></a><h3>The <code class="literal">"stock"</code> property</h3>
|
1481
1502
|
<pre class="programlisting"> "stock" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1482
1503
|
<p>Stock ID for a stock image to display.</p>
|
1483
1504
|
<p>Default value: NULL</p>
|
1484
1505
|
</div>
|
1485
1506
|
<hr>
|
1486
|
-
<div class="refsect2">
|
1507
|
+
<div class="refsect2" title='The "storage-type" property'>
|
1487
1508
|
<a name="GtkImage--storage-type"></a><h3>The <code class="literal">"storage-type"</code> property</h3>
|
1488
1509
|
<pre class="programlisting"> "storage-type" <a class="link" href="GtkImage.html#GtkImageType" title="enum GtkImageType"><span class="type">GtkImageType</span></a> : Read</pre>
|
1489
1510
|
<p>The representation being used for image data.</p>
|
1490
1511
|
<p>Default value: GTK_IMAGE_EMPTY</p>
|
1491
1512
|
</div>
|
1492
1513
|
</div>
|
1493
|
-
<div class="refsect1">
|
1514
|
+
<div class="refsect1" title="See Also">
|
1494
1515
|
<a name="GtkImage.see-also"></a><h2>See Also</h2>
|
1495
1516
|
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>
|
1496
1517
|
</div>
|
1497
1518
|
</div>
|
1498
1519
|
<div class="footer">
|
1499
1520
|
<hr>
|
1500
|
-
Generated by GTK-Doc V1.
|
1521
|
+
Generated by GTK-Doc V1.15</div>
|
1501
1522
|
</body>
|
1502
1523
|
</html>
|