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="gtkbase.html" title="Part II. GTK+ Core Reference">
|
9
9
|
<link rel="prev" href="gtk-Stock-Items.html" title="Stock Items">
|
10
10
|
<link rel="next" href="gtk-Resource-Files.html" title="Resource Files">
|
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">
|
@@ -30,7 +30,7 @@
|
|
30
30
|
<a href="#gtk-Themeable-Stock-Images.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
|
31
31
|
</td></tr>
|
32
32
|
</table>
|
33
|
-
<div class="refentry">
|
33
|
+
<div class="refentry" title="Themeable Stock Images">
|
34
34
|
<a name="gtk-Themeable-Stock-Images"></a><div class="titlepage"></div>
|
35
35
|
<div class="refnamediv"><table width="100%"><tr>
|
36
36
|
<td valign="top">
|
@@ -39,40 +39,40 @@
|
|
39
39
|
</td>
|
40
40
|
<td valign="top" align="right"></td>
|
41
41
|
</tr></table></div>
|
42
|
-
<div class="refsynopsisdiv">
|
42
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
43
43
|
<a name="gtk-Themeable-Stock-Images.synopsis"></a><h2>Synopsis</h2>
|
44
|
-
<a name="GtkIconFactory"></a><
|
44
|
+
<a name="GtkIconFactory"></a><pre class="synopsis">
|
45
45
|
#include <gtk/gtk.h>
|
46
46
|
|
47
47
|
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource">GtkIconSource</a>;
|
48
48
|
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconFactory-struct" title="GtkIconFactory">GtkIconFactory</a>;
|
49
|
-
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet
|
49
|
+
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet">GtkIconSet</a>;
|
50
50
|
enum <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize">GtkIconSize</a>;
|
51
|
-
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="returnvalue">GtkIconSource</span></a
|
51
|
+
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="returnvalue">GtkIconSource</span></a>* <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-source-copy" title="gtk_icon_source_copy ()">gtk_icon_source_copy</a> (<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);
|
52
52
|
<span class="returnvalue">void</span> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-source-free" title="gtk_icon_source_free ()">gtk_icon_source_free</a> (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);
|
53
53
|
<span class="returnvalue">void</span> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-factory-add" title="gtk_icon_factory_add ()">gtk_icon_factory_add</a> (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a> *factory</code></em>,
|
54
54
|
<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>,
|
55
|
-
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> *icon_set</code></em>);
|
55
|
+
<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>);
|
56
56
|
<span class="returnvalue">void</span> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-factory-add-default" title="gtk_icon_factory_add_default ()">gtk_icon_factory_add_default</a> (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a> *factory</code></em>);
|
57
|
-
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="returnvalue">GtkIconSet</span></a
|
57
|
+
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="returnvalue">GtkIconSet</span></a>* <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-factory-lookup" title="gtk_icon_factory_lookup ()">gtk_icon_factory_lookup</a> (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a> *factory</code></em>,
|
58
58
|
<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>);
|
59
|
-
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="returnvalue">GtkIconSet</span></a
|
60
|
-
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconFactory"><span class="returnvalue">GtkIconFactory</span></a
|
59
|
+
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="returnvalue">GtkIconSet</span></a>* <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-factory-lookup-default" title="gtk_icon_factory_lookup_default ()">gtk_icon_factory_lookup_default</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>);
|
60
|
+
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconFactory"><span class="returnvalue">GtkIconFactory</span></a>* <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-factory-new" title="gtk_icon_factory_new ()">gtk_icon_factory_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
61
61
|
<span class="returnvalue">void</span> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-factory-remove-default" title="gtk_icon_factory_remove_default ()">gtk_icon_factory_remove_default</a> (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a> *factory</code></em>);
|
62
|
-
<span class="returnvalue">void</span> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-set-add-source" title="gtk_icon_set_add_source ()">gtk_icon_set_add_source</a> (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> *icon_set</code></em>,
|
62
|
+
<span class="returnvalue">void</span> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-set-add-source" title="gtk_icon_set_add_source ()">gtk_icon_set_add_source</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>,
|
63
63
|
<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);
|
64
|
-
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="returnvalue">GtkIconSet</span></a
|
65
|
-
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="returnvalue">GtkIconSet</span></a
|
66
|
-
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="returnvalue">GtkIconSet</span></a
|
67
|
-
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="returnvalue">GtkIconSet</span></a
|
68
|
-
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a
|
64
|
+
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="returnvalue">GtkIconSet</span></a>* <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-set-copy" title="gtk_icon_set_copy ()">gtk_icon_set_copy</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>);
|
65
|
+
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="returnvalue">GtkIconSet</span></a>* <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-set-new" title="gtk_icon_set_new ()">gtk_icon_set_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
66
|
+
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="returnvalue">GtkIconSet</span></a>* <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-set-new-from-pixbuf" title="gtk_icon_set_new_from_pixbuf ()">gtk_icon_set_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>);
|
67
|
+
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="returnvalue">GtkIconSet</span></a>* <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-set-ref" title="gtk_icon_set_ref ()">gtk_icon_set_ref</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>);
|
68
|
+
<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="gtk-Themeable-Stock-Images.html#gtk-icon-set-render-icon" title="gtk_icon_set_render_icon ()">gtk_icon_set_render_icon</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>,
|
69
69
|
<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
70
70
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="type">GtkTextDirection</span></a> direction</code></em>,
|
71
71
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>,
|
72
72
|
<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>,
|
73
73
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
74
74
|
<em class="parameter"><code>const <span class="type">char</span> *detail</code></em>);
|
75
|
-
<span class="returnvalue">void</span> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-set-unref" title="gtk_icon_set_unref ()">gtk_icon_set_unref</a> (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> *icon_set</code></em>);
|
75
|
+
<span class="returnvalue">void</span> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-set-unref" title="gtk_icon_set_unref ()">gtk_icon_set_unref</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>);
|
76
76
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-size-lookup" title="gtk_icon_size_lookup ()">gtk_icon_size_lookup</a> (<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>,
|
77
77
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *width</code></em>,
|
78
78
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *height</code></em>);
|
@@ -86,28 +86,29 @@ enum <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIco
|
|
86
86
|
<span class="returnvalue">void</span> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-size-register-alias" title="gtk_icon_size_register_alias ()">gtk_icon_size_register_alias</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> *alias</code></em>,
|
87
87
|
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> target</code></em>);
|
88
88
|
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="returnvalue">GtkIconSize</span></a> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-size-from-name" title="gtk_icon_size_from_name ()">gtk_icon_size_from_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> *name</code></em>);
|
89
|
-
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
90
|
-
<span class="returnvalue">void</span> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-set-get-sizes" title="gtk_icon_set_get_sizes ()">gtk_icon_set_get_sizes</a> (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> *icon_set</code></em>,
|
89
|
+
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-size-get-name" title="gtk_icon_size_get_name ()">gtk_icon_size_get_name</a> (<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>);
|
90
|
+
<span class="returnvalue">void</span> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-set-get-sizes" title="gtk_icon_set_get_sizes ()">gtk_icon_set_get_sizes</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>,
|
91
91
|
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> **sizes</code></em>,
|
92
92
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *n_sizes</code></em>);
|
93
93
|
<a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="returnvalue">GtkTextDirection</span></a> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-source-get-direction" title="gtk_icon_source_get_direction ()">gtk_icon_source_get_direction</a> (<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);
|
94
94
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-source-get-direction-wildcarded" title="gtk_icon_source_get_direction_wildcarded ()">gtk_icon_source_get_direction_wildcarded</a>
|
95
95
|
(<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);
|
96
|
-
#
|
97
|
-
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a
|
98
|
-
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
96
|
+
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-source-get-filename" title="gtk_icon_source_get_filename ()">gtk_icon_source_get_filename</a> (<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);
|
97
|
+
<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="gtk-Themeable-Stock-Images.html#gtk-icon-source-get-pixbuf" title="gtk_icon_source_get_pixbuf ()">gtk_icon_source_get_pixbuf</a> (<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);
|
98
|
+
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-source-get-icon-name" title="gtk_icon_source_get_icon_name ()">gtk_icon_source_get_icon_name</a> (<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);
|
99
99
|
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="returnvalue">GtkIconSize</span></a> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-source-get-size" title="gtk_icon_source_get_size ()">gtk_icon_source_get_size</a> (<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);
|
100
100
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-source-get-size-wildcarded" title="gtk_icon_source_get_size_wildcarded ()">gtk_icon_source_get_size_wildcarded</a> (<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);
|
101
101
|
<a class="link" href="gtk-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="returnvalue">GtkStateType</span></a> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-source-get-state" title="gtk_icon_source_get_state ()">gtk_icon_source_get_state</a> (<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);
|
102
102
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-source-get-state-wildcarded" title="gtk_icon_source_get_state_wildcarded ()">gtk_icon_source_get_state_wildcarded</a>
|
103
103
|
(<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);
|
104
|
-
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="returnvalue">GtkIconSource</span></a
|
104
|
+
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="returnvalue">GtkIconSource</span></a>* <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-source-new" title="gtk_icon_source_new ()">gtk_icon_source_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
105
105
|
<span class="returnvalue">void</span> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-source-set-direction" title="gtk_icon_source_set_direction ()">gtk_icon_source_set_direction</a> (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>,
|
106
106
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="type">GtkTextDirection</span></a> direction</code></em>);
|
107
107
|
<span class="returnvalue">void</span> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-source-set-direction-wildcarded" title="gtk_icon_source_set_direction_wildcarded ()">gtk_icon_source_set_direction_wildcarded</a>
|
108
108
|
(<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>,
|
109
109
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
|
110
|
-
|
110
|
+
<span class="returnvalue">void</span> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-source-set-filename" title="gtk_icon_source_set_filename ()">gtk_icon_source_set_filename</a> (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>,
|
111
|
+
<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>);
|
111
112
|
<span class="returnvalue">void</span> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-source-set-pixbuf" title="gtk_icon_source_set_pixbuf ()">gtk_icon_source_set_pixbuf</a> (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>,
|
112
113
|
<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>);
|
113
114
|
<span class="returnvalue">void</span> <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-source-set-icon-name" title="gtk_icon_source_set_icon_name ()">gtk_icon_source_set_icon_name</a> (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>,
|
@@ -123,32 +124,28 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
123
124
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
|
124
125
|
</pre>
|
125
126
|
</div>
|
126
|
-
<div class="refsect1">
|
127
|
+
<div class="refsect1" title="Object Hierarchy">
|
127
128
|
<a name="gtk-Themeable-Stock-Images.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
128
129
|
<pre class="synopsis">
|
129
130
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
130
131
|
+----GtkIconFactory
|
131
132
|
</pre>
|
132
|
-
<pre class="synopsis">
|
133
|
-
GBoxed
|
134
|
-
+----GtkIconSet
|
135
|
-
</pre>
|
136
133
|
</div>
|
137
|
-
<div class="refsect1">
|
134
|
+
<div class="refsect1" title="Implemented Interfaces">
|
138
135
|
<a name="gtk-Themeable-Stock-Images.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
139
136
|
<p>
|
140
137
|
GtkIconFactory implements
|
141
138
|
<a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
142
139
|
</div>
|
143
|
-
<div class="refsect1">
|
140
|
+
<div class="refsect1" title="Description">
|
144
141
|
<a name="gtk-Themeable-Stock-Images.description"></a><h2>Description</h2>
|
145
142
|
<p>
|
146
143
|
Browse the available stock icons in the list of stock IDs found <a class="link" href="gtk-Stock-Items.html" title="Stock Items">here</a>. You can also use
|
147
144
|
the <span class="application">gtk-demo</span> application for this purpose.
|
148
145
|
</p>
|
149
146
|
<p>
|
150
|
-
An icon factory manages a collection of <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>; a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> manages a
|
151
|
-
set of variants of a particular icon (i.e. a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> contains variants for
|
147
|
+
An icon factory manages a collection of <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a>; a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> manages a
|
148
|
+
set of variants of a particular icon (i.e. a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> contains variants for
|
152
149
|
different sizes and widget states). Icons in an icon factory are named by a
|
153
150
|
stock ID, which is a simple string identifying the icon. Each <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> has a
|
154
151
|
list of <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a> derived from the current theme; those icon factories
|
@@ -165,7 +162,7 @@ will display the icon, or the convenience function
|
|
165
162
|
<a class="link" href="GtkWidget.html#gtk-widget-render-icon" title="gtk_widget_render_icon ()"><code class="function">gtk_widget_render_icon()</code></a>. These functions take the theme into account when
|
166
163
|
looking up the icon to use for a given stock ID.
|
167
164
|
</p>
|
168
|
-
<div class="refsect2">
|
165
|
+
<div class="refsect2" title="GtkIconFactory as GtkBuildable">
|
169
166
|
<a name="GtkIconFactory-BUILDER-UI"></a><h3>GtkIconFactory as GtkBuildable</h3>
|
170
167
|
<p>
|
171
168
|
GtkIconFactory supports a custom <sources> element, which
|
@@ -210,7 +207,7 @@ This attribute is optional.</p></td>
|
|
210
207
|
<p>
|
211
208
|
</p>
|
212
209
|
<div class="example">
|
213
|
-
<a name="
|
210
|
+
<a name="id526222"></a><p class="title"><b>Example 5. A <span class="structname">GtkIconFactory</span> UI definition fragment.</b></p>
|
214
211
|
<div class="example-contents">
|
215
212
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
216
213
|
<tbody>
|
@@ -250,30 +247,30 @@ This attribute is optional.</p></td>
|
|
250
247
|
<br class="example-break">
|
251
248
|
</div>
|
252
249
|
</div>
|
253
|
-
<div class="refsect1">
|
250
|
+
<div class="refsect1" title="Details">
|
254
251
|
<a name="gtk-Themeable-Stock-Images.details"></a><h2>Details</h2>
|
255
|
-
<div class="refsect2">
|
252
|
+
<div class="refsect2" title="GtkIconSource">
|
256
253
|
<a name="GtkIconSource"></a><h3>GtkIconSource</h3>
|
257
254
|
<pre class="programlisting">typedef struct _GtkIconSource GtkIconSource;</pre>
|
258
255
|
<p>
|
259
256
|
</p>
|
260
257
|
</div>
|
261
258
|
<hr>
|
262
|
-
<div class="refsect2">
|
259
|
+
<div class="refsect2" title="GtkIconFactory">
|
263
260
|
<a name="GtkIconFactory-struct"></a><h3>GtkIconFactory</h3>
|
264
261
|
<pre class="programlisting">typedef struct _GtkIconFactory GtkIconFactory;</pre>
|
265
262
|
<p>
|
266
263
|
</p>
|
267
264
|
</div>
|
268
265
|
<hr>
|
269
|
-
<div class="refsect2">
|
270
|
-
<a name="GtkIconSet
|
266
|
+
<div class="refsect2" title="GtkIconSet">
|
267
|
+
<a name="GtkIconSet"></a><h3>GtkIconSet</h3>
|
271
268
|
<pre class="programlisting">typedef struct _GtkIconSet GtkIconSet;</pre>
|
272
269
|
<p>
|
273
270
|
</p>
|
274
271
|
</div>
|
275
272
|
<hr>
|
276
|
-
<div class="refsect2">
|
273
|
+
<div class="refsect2" title="enum GtkIconSize">
|
277
274
|
<a name="GtkIconSize"></a><h3>enum GtkIconSize</h3>
|
278
275
|
<pre class="programlisting">typedef enum
|
279
276
|
{
|
@@ -290,9 +287,9 @@ This attribute is optional.</p></td>
|
|
290
287
|
</p>
|
291
288
|
</div>
|
292
289
|
<hr>
|
293
|
-
<div class="refsect2">
|
290
|
+
<div class="refsect2" title="gtk_icon_source_copy ()">
|
294
291
|
<a name="gtk-icon-source-copy"></a><h3>gtk_icon_source_copy ()</h3>
|
295
|
-
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="returnvalue">GtkIconSource</span></a
|
292
|
+
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="returnvalue">GtkIconSource</span></a>* gtk_icon_source_copy (<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);</pre>
|
296
293
|
<p>
|
297
294
|
Creates a copy of <em class="parameter"><code>source</code></em>; mostly useful for language bindings.
|
298
295
|
</p>
|
@@ -306,14 +303,14 @@ Creates a copy of <em class="parameter"><code>source</code></em>; mostly useful
|
|
306
303
|
</tr>
|
307
304
|
<tr>
|
308
305
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
309
|
-
<td>a new <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a>
|
306
|
+
<td> a new <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a>
|
310
307
|
</td>
|
311
308
|
</tr>
|
312
309
|
</tbody>
|
313
310
|
</table></div>
|
314
311
|
</div>
|
315
312
|
<hr>
|
316
|
-
<div class="refsect2">
|
313
|
+
<div class="refsect2" title="gtk_icon_source_free ()">
|
317
314
|
<a name="gtk-icon-source-free"></a><h3>gtk_icon_source_free ()</h3>
|
318
315
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_source_free (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);</pre>
|
319
316
|
<p>
|
@@ -330,11 +327,11 @@ filename, size, and pixbuf fields if those are not <a href="http://library.gnome
|
|
330
327
|
</table></div>
|
331
328
|
</div>
|
332
329
|
<hr>
|
333
|
-
<div class="refsect2">
|
330
|
+
<div class="refsect2" title="gtk_icon_factory_add ()">
|
334
331
|
<a name="gtk-icon-factory-add"></a><h3>gtk_icon_factory_add ()</h3>
|
335
332
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_factory_add (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a> *factory</code></em>,
|
336
333
|
<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>,
|
337
|
-
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> *icon_set</code></em>);</pre>
|
334
|
+
<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>);</pre>
|
338
335
|
<p>
|
339
336
|
Adds the given <em class="parameter"><code>icon_set</code></em> to the icon factory, under the name
|
340
337
|
<em class="parameter"><code>stock_id</code></em>. <em class="parameter"><code>stock_id</code></em> should be namespaced for your application,
|
@@ -357,17 +354,19 @@ with the new <em class="parameter"><code>icon_set</code></em>.
|
|
357
354
|
</tr>
|
358
355
|
<tr>
|
359
356
|
<td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
|
360
|
-
<td>icon name
|
357
|
+
<td>icon name
|
358
|
+
</td>
|
361
359
|
</tr>
|
362
360
|
<tr>
|
363
361
|
<td><p><span class="term"><em class="parameter"><code>icon_set</code></em> :</span></p></td>
|
364
|
-
<td>icon set
|
362
|
+
<td>icon set
|
363
|
+
</td>
|
365
364
|
</tr>
|
366
365
|
</tbody>
|
367
366
|
</table></div>
|
368
367
|
</div>
|
369
368
|
<hr>
|
370
|
-
<div class="refsect2">
|
369
|
+
<div class="refsect2" title="gtk_icon_factory_add_default ()">
|
371
370
|
<a name="gtk-icon-factory-add-default"></a><h3>gtk_icon_factory_add_default ()</h3>
|
372
371
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_factory_add_default (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a> *factory</code></em>);</pre>
|
373
372
|
<p>
|
@@ -388,9 +387,9 @@ can be overridden by themes.
|
|
388
387
|
</table></div>
|
389
388
|
</div>
|
390
389
|
<hr>
|
391
|
-
<div class="refsect2">
|
390
|
+
<div class="refsect2" title="gtk_icon_factory_lookup ()">
|
392
391
|
<a name="gtk-icon-factory-lookup"></a><h3>gtk_icon_factory_lookup ()</h3>
|
393
|
-
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="returnvalue">GtkIconSet</span></a
|
392
|
+
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="returnvalue">GtkIconSet</span></a>* gtk_icon_factory_lookup (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a> *factory</code></em>,
|
394
393
|
<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>);</pre>
|
395
394
|
<p>
|
396
395
|
Looks up <em class="parameter"><code>stock_id</code></em> in the icon factory, returning an icon set
|
@@ -409,20 +408,21 @@ function directly, so that themes are taken into account.
|
|
409
408
|
</tr>
|
410
409
|
<tr>
|
411
410
|
<td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
|
412
|
-
<td>an icon name
|
411
|
+
<td>an icon name
|
412
|
+
</td>
|
413
413
|
</tr>
|
414
414
|
<tr>
|
415
415
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
416
|
-
<td>icon set of <em class="parameter"><code>stock_id</code></em>.
|
416
|
+
<td> icon set of <em class="parameter"><code>stock_id</code></em>.
|
417
417
|
</td>
|
418
418
|
</tr>
|
419
419
|
</tbody>
|
420
420
|
</table></div>
|
421
421
|
</div>
|
422
422
|
<hr>
|
423
|
-
<div class="refsect2">
|
423
|
+
<div class="refsect2" title="gtk_icon_factory_lookup_default ()">
|
424
424
|
<a name="gtk-icon-factory-lookup-default"></a><h3>gtk_icon_factory_lookup_default ()</h3>
|
425
|
-
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="returnvalue">GtkIconSet</span></a
|
425
|
+
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="returnvalue">GtkIconSet</span></a>* gtk_icon_factory_lookup_default (<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>);</pre>
|
426
426
|
<p>
|
427
427
|
Looks for an icon in the list of default icon factories. For
|
428
428
|
display to the user, you should use <a class="link" href="GtkStyle.html#gtk-style-lookup-icon-set" title="gtk_style_lookup_icon_set ()"><code class="function">gtk_style_lookup_icon_set()</code></a> on
|
@@ -435,24 +435,25 @@ account.
|
|
435
435
|
<tbody>
|
436
436
|
<tr>
|
437
437
|
<td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
|
438
|
-
<td>an icon name
|
438
|
+
<td>an icon name
|
439
|
+
</td>
|
439
440
|
</tr>
|
440
441
|
<tr>
|
441
442
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
442
|
-
<td>a <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
|
443
|
+
<td> a <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>
|
443
444
|
</td>
|
444
445
|
</tr>
|
445
446
|
</tbody>
|
446
447
|
</table></div>
|
447
448
|
</div>
|
448
449
|
<hr>
|
449
|
-
<div class="refsect2">
|
450
|
+
<div class="refsect2" title="gtk_icon_factory_new ()">
|
450
451
|
<a name="gtk-icon-factory-new"></a><h3>gtk_icon_factory_new ()</h3>
|
451
|
-
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconFactory"><span class="returnvalue">GtkIconFactory</span></a
|
452
|
+
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconFactory"><span class="returnvalue">GtkIconFactory</span></a>* gtk_icon_factory_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
452
453
|
<p>
|
453
454
|
Creates a new <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a>. An icon factory manages a collection
|
454
|
-
of <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>s; a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> manages a set of variants of a
|
455
|
-
particular icon (i.e. a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> contains variants for different
|
455
|
+
of <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a>s; a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> manages a set of variants of a
|
456
|
+
particular icon (i.e. a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> contains variants for different
|
456
457
|
sizes and widget states). Icons in an icon factory are named by a
|
457
458
|
stock ID, which is a simple string identifying the icon. Each
|
458
459
|
<a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> has a list of <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a>s derived from the current
|
@@ -468,13 +469,13 @@ themes to override the icons for the application.
|
|
468
469
|
<col align="left" valign="top">
|
469
470
|
<tbody><tr>
|
470
471
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
471
|
-
<td>a new <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a>
|
472
|
+
<td> a new <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a>
|
472
473
|
</td>
|
473
474
|
</tr></tbody>
|
474
475
|
</table></div>
|
475
476
|
</div>
|
476
477
|
<hr>
|
477
|
-
<div class="refsect2">
|
478
|
+
<div class="refsect2" title="gtk_icon_factory_remove_default ()">
|
478
479
|
<a name="gtk-icon-factory-remove-default"></a><h3>gtk_icon_factory_remove_default ()</h3>
|
479
480
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_factory_remove_default (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a> *factory</code></em>);</pre>
|
480
481
|
<p>
|
@@ -492,15 +493,15 @@ can be unloaded or shut down.
|
|
492
493
|
</table></div>
|
493
494
|
</div>
|
494
495
|
<hr>
|
495
|
-
<div class="refsect2">
|
496
|
+
<div class="refsect2" title="gtk_icon_set_add_source ()">
|
496
497
|
<a name="gtk-icon-set-add-source"></a><h3>gtk_icon_set_add_source ()</h3>
|
497
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_set_add_source (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> *icon_set</code></em>,
|
498
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_set_add_source (<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>,
|
498
499
|
<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);</pre>
|
499
500
|
<p>
|
500
501
|
Icon sets have a list of <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a>, which they use as base
|
501
502
|
icons for rendering icons in different states and sizes. Icons are
|
502
503
|
scaled, made to look insensitive, etc. in
|
503
|
-
<a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-set-render-icon" title="gtk_icon_set_render_icon ()"><code class="function">gtk_icon_set_render_icon()</code></a>, but <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> needs base images to
|
504
|
+
<a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-set-render-icon" title="gtk_icon_set_render_icon ()"><code class="function">gtk_icon_set_render_icon()</code></a>, but <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> needs base images to
|
504
505
|
work with. The base images and when to use them are described by
|
505
506
|
a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a>.
|
506
507
|
</p>
|
@@ -519,7 +520,7 @@ the icon, and you might add a separate source for each one.
|
|
519
520
|
<p>
|
520
521
|
You should nearly always add a "default" icon source with all
|
521
522
|
fields wildcarded, which will be used as a fallback if no more
|
522
|
-
specific source matches. <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> always prefers more specific
|
523
|
+
specific source matches. <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> always prefers more specific
|
523
524
|
icon sources to more generic icon sources. The order in which you
|
524
525
|
add the sources to the icon set does not matter.
|
525
526
|
</p>
|
@@ -532,7 +533,7 @@ default icon source based on the given pixbuf.
|
|
532
533
|
<tbody>
|
533
534
|
<tr>
|
534
535
|
<td><p><span class="term"><em class="parameter"><code>icon_set</code></em> :</span></p></td>
|
535
|
-
<td>a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>
|
536
|
+
<td>a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a>
|
536
537
|
</td>
|
537
538
|
</tr>
|
538
539
|
<tr>
|
@@ -544,9 +545,9 @@ default icon source based on the given pixbuf.
|
|
544
545
|
</table></div>
|
545
546
|
</div>
|
546
547
|
<hr>
|
547
|
-
<div class="refsect2">
|
548
|
+
<div class="refsect2" title="gtk_icon_set_copy ()">
|
548
549
|
<a name="gtk-icon-set-copy"></a><h3>gtk_icon_set_copy ()</h3>
|
549
|
-
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="returnvalue">GtkIconSet</span></a
|
550
|
+
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="returnvalue">GtkIconSet</span></a>* gtk_icon_set_copy (<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>);</pre>
|
550
551
|
<p>
|
551
552
|
Copies <em class="parameter"><code>icon_set</code></em> by value.
|
552
553
|
</p>
|
@@ -555,47 +556,48 @@ Copies <em class="parameter"><code>icon_set</code></em> by value.
|
|
555
556
|
<tbody>
|
556
557
|
<tr>
|
557
558
|
<td><p><span class="term"><em class="parameter"><code>icon_set</code></em> :</span></p></td>
|
558
|
-
<td>a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>
|
559
|
+
<td>a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a>
|
559
560
|
</td>
|
560
561
|
</tr>
|
561
562
|
<tr>
|
562
563
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
563
|
-
<td>a new <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> identical to the first
|
564
|
+
<td> a new <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> identical to the first.
|
565
|
+
</td>
|
564
566
|
</tr>
|
565
567
|
</tbody>
|
566
568
|
</table></div>
|
567
569
|
</div>
|
568
570
|
<hr>
|
569
|
-
<div class="refsect2">
|
571
|
+
<div class="refsect2" title="gtk_icon_set_new ()">
|
570
572
|
<a name="gtk-icon-set-new"></a><h3>gtk_icon_set_new ()</h3>
|
571
|
-
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="returnvalue">GtkIconSet</span></a
|
573
|
+
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="returnvalue">GtkIconSet</span></a>* gtk_icon_set_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
572
574
|
<p>
|
573
|
-
Creates a new <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>. A <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> represents a single icon
|
575
|
+
Creates a new <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a>. A <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> represents a single icon
|
574
576
|
in various sizes and widget states. It can provide a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>
|
575
577
|
for a given size and state on request, and automatically caches
|
576
578
|
some of the rendered <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> objects.
|
577
579
|
</p>
|
578
580
|
<p>
|
579
581
|
Normally you would use <a class="link" href="GtkWidget.html#gtk-widget-render-icon" title="gtk_widget_render_icon ()"><code class="function">gtk_widget_render_icon()</code></a> instead of
|
580
|
-
using <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> directly. The one case where you'd use
|
581
|
-
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> is to create application-specific icon sets to place in
|
582
|
+
using <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> directly. The one case where you'd use
|
583
|
+
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> is to create application-specific icon sets to place in
|
582
584
|
a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a>.
|
583
585
|
</p>
|
584
586
|
<div class="variablelist"><table border="0">
|
585
587
|
<col align="left" valign="top">
|
586
588
|
<tbody><tr>
|
587
589
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
588
|
-
<td>a new <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>
|
590
|
+
<td> a new <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a>
|
589
591
|
</td>
|
590
592
|
</tr></tbody>
|
591
593
|
</table></div>
|
592
594
|
</div>
|
593
595
|
<hr>
|
594
|
-
<div class="refsect2">
|
596
|
+
<div class="refsect2" title="gtk_icon_set_new_from_pixbuf ()">
|
595
597
|
<a name="gtk-icon-set-new-from-pixbuf"></a><h3>gtk_icon_set_new_from_pixbuf ()</h3>
|
596
|
-
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="returnvalue">GtkIconSet</span></a
|
598
|
+
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="returnvalue">GtkIconSet</span></a>* gtk_icon_set_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>
|
597
599
|
<p>
|
598
|
-
Creates a new <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> with <em class="parameter"><code>pixbuf</code></em> as the default/fallback
|
600
|
+
Creates a new <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> with <em class="parameter"><code>pixbuf</code></em> as the default/fallback
|
599
601
|
source image. If you don't add any additional <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> to the
|
600
602
|
icon set, all variants of the icon will be created from <em class="parameter"><code>pixbuf</code></em>,
|
601
603
|
using scaling, pixelation, etc. as required to adjust the icon size
|
@@ -611,16 +613,16 @@ or make the icon look insensitive/prelighted.
|
|
611
613
|
</tr>
|
612
614
|
<tr>
|
613
615
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
614
|
-
<td>a new <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>
|
616
|
+
<td> a new <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a>
|
615
617
|
</td>
|
616
618
|
</tr>
|
617
619
|
</tbody>
|
618
620
|
</table></div>
|
619
621
|
</div>
|
620
622
|
<hr>
|
621
|
-
<div class="refsect2">
|
623
|
+
<div class="refsect2" title="gtk_icon_set_ref ()">
|
622
624
|
<a name="gtk-icon-set-ref"></a><h3>gtk_icon_set_ref ()</h3>
|
623
|
-
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="returnvalue">GtkIconSet</span></a
|
625
|
+
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="returnvalue">GtkIconSet</span></a>* gtk_icon_set_ref (<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>);</pre>
|
624
626
|
<p>
|
625
627
|
Increments the reference count on <em class="parameter"><code>icon_set</code></em>.
|
626
628
|
</p>
|
@@ -629,20 +631,21 @@ Increments the reference count on <em class="parameter"><code>icon_set</code></e
|
|
629
631
|
<tbody>
|
630
632
|
<tr>
|
631
633
|
<td><p><span class="term"><em class="parameter"><code>icon_set</code></em> :</span></p></td>
|
632
|
-
<td>a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a
|
634
|
+
<td>a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a>.
|
635
|
+
</td>
|
633
636
|
</tr>
|
634
637
|
<tr>
|
635
638
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
636
|
-
<td>
|
637
|
-
|
639
|
+
<td> <em class="parameter"><code>icon_set</code></em>.
|
640
|
+
</td>
|
638
641
|
</tr>
|
639
642
|
</tbody>
|
640
643
|
</table></div>
|
641
644
|
</div>
|
642
645
|
<hr>
|
643
|
-
<div class="refsect2">
|
646
|
+
<div class="refsect2" title="gtk_icon_set_render_icon ()">
|
644
647
|
<a name="gtk-icon-set-render-icon"></a><h3>gtk_icon_set_render_icon ()</h3>
|
645
|
-
<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
|
648
|
+
<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_icon_set_render_icon (<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>,
|
646
649
|
<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
647
650
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="type">GtkTextDirection</span></a> direction</code></em>,
|
648
651
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>,
|
@@ -662,54 +665,56 @@ image" icon will be returned instead.
|
|
662
665
|
<tbody>
|
663
666
|
<tr>
|
664
667
|
<td><p><span class="term"><em class="parameter"><code>icon_set</code></em> :</span></p></td>
|
665
|
-
<td>a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>
|
668
|
+
<td>a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a>
|
666
669
|
</td>
|
667
670
|
</tr>
|
668
671
|
<tr>
|
669
672
|
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
|
670
|
-
<td>a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> associated with <em class="parameter"><code>widget</code></em>, 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>
|
673
|
+
<td> a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> associated with <em class="parameter"><code>widget</code></em>, 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>
|
671
674
|
</td>
|
672
675
|
</tr>
|
673
676
|
<tr>
|
674
677
|
<td><p><span class="term"><em class="parameter"><code>direction</code></em> :</span></p></td>
|
675
|
-
<td>text direction
|
678
|
+
<td>text direction
|
679
|
+
</td>
|
676
680
|
</tr>
|
677
681
|
<tr>
|
678
682
|
<td><p><span class="term"><em class="parameter"><code>state</code></em> :</span></p></td>
|
679
|
-
<td>widget state
|
683
|
+
<td>widget state
|
684
|
+
</td>
|
680
685
|
</tr>
|
681
686
|
<tr>
|
682
687
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
683
|
-
<td>icon size. A size of (GtkIconSize)-1
|
684
|
-
means render at the size of the source and don't scale. <span class="annotation">[
|
688
|
+
<td> icon size. A size of (GtkIconSize)-1
|
689
|
+
means render at the size of the source and don't scale. <span class="annotation">[type int]</span>
|
685
690
|
</td>
|
686
691
|
</tr>
|
687
692
|
<tr>
|
688
693
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
689
|
-
<td>widget that will display the icon, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
690
|
-
The only use that is typically made of this
|
691
|
-
is to determine the appropriate <a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
694
|
+
<td> widget that will display the icon, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
695
|
+
The only use that is typically made of this
|
696
|
+
is to determine the appropriate <a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
692
697
|
</td>
|
693
698
|
</tr>
|
694
699
|
<tr>
|
695
700
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
696
|
-
<td>detail to pass to the theme engine, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
697
|
-
Note that passing a detail of anything but <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
698
|
-
will disable caching. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
701
|
+
<td> detail to pass to the theme engine, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
702
|
+
Note that passing a detail of anything but <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
703
|
+
will disable caching. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
699
704
|
</td>
|
700
705
|
</tr>
|
701
706
|
<tr>
|
702
707
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
703
|
-
<td>a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> to be displayed
|
708
|
+
<td> a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> to be displayed
|
704
709
|
</td>
|
705
710
|
</tr>
|
706
711
|
</tbody>
|
707
712
|
</table></div>
|
708
713
|
</div>
|
709
714
|
<hr>
|
710
|
-
<div class="refsect2">
|
715
|
+
<div class="refsect2" title="gtk_icon_set_unref ()">
|
711
716
|
<a name="gtk-icon-set-unref"></a><h3>gtk_icon_set_unref ()</h3>
|
712
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_set_unref (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> *icon_set</code></em>);</pre>
|
717
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_set_unref (<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>);</pre>
|
713
718
|
<p>
|
714
719
|
Decrements the reference count on <em class="parameter"><code>icon_set</code></em>, and frees memory
|
715
720
|
if the reference count reaches 0.
|
@@ -718,13 +723,13 @@ if the reference count reaches 0.
|
|
718
723
|
<col align="left" valign="top">
|
719
724
|
<tbody><tr>
|
720
725
|
<td><p><span class="term"><em class="parameter"><code>icon_set</code></em> :</span></p></td>
|
721
|
-
<td>a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>
|
726
|
+
<td>a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a>
|
722
727
|
</td>
|
723
728
|
</tr></tbody>
|
724
729
|
</table></div>
|
725
730
|
</div>
|
726
731
|
<hr>
|
727
|
-
<div class="refsect2">
|
732
|
+
<div class="refsect2" title="gtk_icon_size_lookup ()">
|
728
733
|
<a name="gtk-icon-size-lookup"></a><h3>gtk_icon_size_lookup ()</h3>
|
729
734
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_icon_size_lookup (<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>,
|
730
735
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *width</code></em>,
|
@@ -747,27 +752,29 @@ the usual size.
|
|
747
752
|
<tbody>
|
748
753
|
<tr>
|
749
754
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
750
|
-
<td>an icon size. <span class="annotation">[
|
755
|
+
<td> an icon size. <span class="annotation">[type int]</span>
|
751
756
|
</td>
|
752
757
|
</tr>
|
753
758
|
<tr>
|
754
759
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
755
|
-
<td>location to store icon width
|
760
|
+
<td>location to store icon width
|
761
|
+
</td>
|
756
762
|
</tr>
|
757
763
|
<tr>
|
758
764
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
759
|
-
<td>location to store icon height
|
765
|
+
<td>location to store icon height
|
766
|
+
</td>
|
760
767
|
</tr>
|
761
768
|
<tr>
|
762
769
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
763
|
-
<td>
|
764
|
-
|
770
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>size</code></em> was a valid size
|
771
|
+
</td>
|
765
772
|
</tr>
|
766
773
|
</tbody>
|
767
774
|
</table></div>
|
768
775
|
</div>
|
769
776
|
<hr>
|
770
|
-
<div class="refsect2">
|
777
|
+
<div class="refsect2" title="gtk_icon_size_lookup_for_settings ()">
|
771
778
|
<a name="gtk-icon-size-lookup-for-settings"></a><h3>gtk_icon_size_lookup_for_settings ()</h3>
|
772
779
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_icon_size_lookup_for_settings (<em class="parameter"><code><a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> *settings</code></em>,
|
773
780
|
<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>,
|
@@ -791,32 +798,36 @@ the usual size.
|
|
791
798
|
<tr>
|
792
799
|
<td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td>
|
793
800
|
<td>a <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> object, used to determine
|
794
|
-
which set of user preferences to used
|
801
|
+
which set of user preferences to used.
|
802
|
+
</td>
|
795
803
|
</tr>
|
796
804
|
<tr>
|
797
805
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
798
|
-
<td>an icon size. <span class="annotation">[
|
806
|
+
<td> an icon size. <span class="annotation">[type int]</span>
|
799
807
|
</td>
|
800
808
|
</tr>
|
801
809
|
<tr>
|
802
810
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
803
|
-
<td>location to store icon width
|
811
|
+
<td>location to store icon width
|
812
|
+
</td>
|
804
813
|
</tr>
|
805
814
|
<tr>
|
806
815
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
807
|
-
<td>location to store icon height
|
816
|
+
<td>location to store icon height
|
817
|
+
</td>
|
808
818
|
</tr>
|
809
819
|
<tr>
|
810
820
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
811
|
-
<td>
|
812
|
-
|
821
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>size</code></em> was a valid size
|
822
|
+
|
823
|
+
</td>
|
813
824
|
</tr>
|
814
825
|
</tbody>
|
815
826
|
</table></div>
|
816
827
|
<p class="since">Since 2.2</p>
|
817
828
|
</div>
|
818
829
|
<hr>
|
819
|
-
<div class="refsect2">
|
830
|
+
<div class="refsect2" title="gtk_icon_size_register ()">
|
820
831
|
<a name="gtk-icon-size-register"></a><h3>gtk_icon_size_register ()</h3>
|
821
832
|
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="returnvalue">GtkIconSize</span></a> gtk_icon_size_register (<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> *name</code></em>,
|
822
833
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
@@ -830,26 +841,29 @@ etc. Returns the integer value for the size.
|
|
830
841
|
<tbody>
|
831
842
|
<tr>
|
832
843
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
833
|
-
<td>name of the icon size
|
844
|
+
<td>name of the icon size
|
845
|
+
</td>
|
834
846
|
</tr>
|
835
847
|
<tr>
|
836
848
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
837
|
-
<td>the icon width
|
849
|
+
<td>the icon width
|
850
|
+
</td>
|
838
851
|
</tr>
|
839
852
|
<tr>
|
840
853
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
841
|
-
<td>the icon height
|
854
|
+
<td>the icon height
|
855
|
+
</td>
|
842
856
|
</tr>
|
843
857
|
<tr>
|
844
858
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
845
|
-
<td>integer value representing the size. <span class="annotation">[
|
859
|
+
<td> integer value representing the size. <span class="annotation">[type int]</span>
|
846
860
|
</td>
|
847
861
|
</tr>
|
848
862
|
</tbody>
|
849
863
|
</table></div>
|
850
864
|
</div>
|
851
865
|
<hr>
|
852
|
-
<div class="refsect2">
|
866
|
+
<div class="refsect2" title="gtk_icon_size_register_alias ()">
|
853
867
|
<a name="gtk-icon-size-register-alias"></a><h3>gtk_icon_size_register_alias ()</h3>
|
854
868
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_size_register_alias (<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> *alias</code></em>,
|
855
869
|
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> target</code></em>);</pre>
|
@@ -868,14 +882,14 @@ will return <em class="parameter"><code>target</code></em>.
|
|
868
882
|
</tr>
|
869
883
|
<tr>
|
870
884
|
<td><p><span class="term"><em class="parameter"><code>target</code></em> :</span></p></td>
|
871
|
-
<td>an existing icon size. <span class="annotation">[
|
885
|
+
<td> an existing icon size. <span class="annotation">[type int]</span>
|
872
886
|
</td>
|
873
887
|
</tr>
|
874
888
|
</tbody>
|
875
889
|
</table></div>
|
876
890
|
</div>
|
877
891
|
<hr>
|
878
|
-
<div class="refsect2">
|
892
|
+
<div class="refsect2" title="gtk_icon_size_from_name ()">
|
879
893
|
<a name="gtk-icon-size-from-name"></a><h3>gtk_icon_size_from_name ()</h3>
|
880
894
|
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="returnvalue">GtkIconSize</span></a> gtk_icon_size_from_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> *name</code></em>);</pre>
|
881
895
|
<p>
|
@@ -886,19 +900,21 @@ Looks up the icon size associated with <em class="parameter"><code>name</code></
|
|
886
900
|
<tbody>
|
887
901
|
<tr>
|
888
902
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
889
|
-
<td>the name to look up
|
903
|
+
<td>the name to look up.
|
904
|
+
</td>
|
890
905
|
</tr>
|
891
906
|
<tr>
|
892
907
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
893
|
-
<td>the icon size with the given name
|
908
|
+
<td>the icon size with the given name.
|
909
|
+
</td>
|
894
910
|
</tr>
|
895
911
|
</tbody>
|
896
912
|
</table></div>
|
897
913
|
</div>
|
898
914
|
<hr>
|
899
|
-
<div class="refsect2">
|
915
|
+
<div class="refsect2" title="gtk_icon_size_get_name ()">
|
900
916
|
<a name="gtk-icon-size-get-name"></a><h3>gtk_icon_size_get_name ()</h3>
|
901
|
-
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
917
|
+
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* gtk_icon_size_get_name (<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>
|
902
918
|
<p>
|
903
919
|
Gets the canonical name of the given icon size. The returned string
|
904
920
|
is statically allocated and should not be freed.
|
@@ -908,20 +924,21 @@ is statically allocated and should not be freed.
|
|
908
924
|
<tbody>
|
909
925
|
<tr>
|
910
926
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
911
|
-
<td>a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>. <span class="annotation">[
|
927
|
+
<td> a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>. <span class="annotation">[type int]</span>
|
912
928
|
</td>
|
913
929
|
</tr>
|
914
930
|
<tr>
|
915
931
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
916
|
-
<td>the name of the given icon size
|
932
|
+
<td>the name of the given icon size.
|
933
|
+
</td>
|
917
934
|
</tr>
|
918
935
|
</tbody>
|
919
936
|
</table></div>
|
920
937
|
</div>
|
921
938
|
<hr>
|
922
|
-
<div class="refsect2">
|
939
|
+
<div class="refsect2" title="gtk_icon_set_get_sizes ()">
|
923
940
|
<a name="gtk-icon-set-get-sizes"></a><h3>gtk_icon_set_get_sizes ()</h3>
|
924
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_set_get_sizes (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> *icon_set</code></em>,
|
941
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_set_get_sizes (<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>,
|
925
942
|
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> **sizes</code></em>,
|
926
943
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *n_sizes</code></em>);</pre>
|
927
944
|
<p>
|
@@ -933,24 +950,25 @@ array must be freed with <a href="http://library.gnome.org/devel/glib/unstable/g
|
|
933
950
|
<tbody>
|
934
951
|
<tr>
|
935
952
|
<td><p><span class="term"><em class="parameter"><code>icon_set</code></em> :</span></p></td>
|
936
|
-
<td>a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>
|
953
|
+
<td>a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a>
|
937
954
|
</td>
|
938
955
|
</tr>
|
939
956
|
<tr>
|
940
957
|
<td><p><span class="term"><em class="parameter"><code>sizes</code></em> :</span></p></td>
|
941
|
-
<td>return location
|
942
|
-
for array of sizes. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_sizes][<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][
|
958
|
+
<td> return location
|
959
|
+
for array of sizes. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_sizes][<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym> length=n_sizes][type int]</span>
|
943
960
|
</td>
|
944
961
|
</tr>
|
945
962
|
<tr>
|
946
963
|
<td><p><span class="term"><em class="parameter"><code>n_sizes</code></em> :</span></p></td>
|
947
|
-
<td>location to store number of elements in returned array
|
964
|
+
<td>location to store number of elements in returned array
|
965
|
+
</td>
|
948
966
|
</tr>
|
949
967
|
</tbody>
|
950
968
|
</table></div>
|
951
969
|
</div>
|
952
970
|
<hr>
|
953
|
-
<div class="refsect2">
|
971
|
+
<div class="refsect2" title="gtk_icon_source_get_direction ()">
|
954
972
|
<a name="gtk-icon-source-get-direction"></a><h3>gtk_icon_source_get_direction ()</h3>
|
955
973
|
<pre class="programlisting"><a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="returnvalue">GtkTextDirection</span></a> gtk_icon_source_get_direction (<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);</pre>
|
956
974
|
<p>
|
@@ -968,13 +986,14 @@ wildcarded.
|
|
968
986
|
</tr>
|
969
987
|
<tr>
|
970
988
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
971
|
-
<td>text direction this source matches
|
989
|
+
<td> text direction this source matches
|
990
|
+
</td>
|
972
991
|
</tr>
|
973
992
|
</tbody>
|
974
993
|
</table></div>
|
975
994
|
</div>
|
976
995
|
<hr>
|
977
|
-
<div class="refsect2">
|
996
|
+
<div class="refsect2" title="gtk_icon_source_get_direction_wildcarded ()">
|
978
997
|
<a name="gtk-icon-source-get-direction-wildcarded"></a><h3>gtk_icon_source_get_direction_wildcarded ()</h3>
|
979
998
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_icon_source_get_direction_wildcarded
|
980
999
|
(<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);</pre>
|
@@ -991,17 +1010,16 @@ Gets the value set by <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-
|
|
991
1010
|
</tr>
|
992
1011
|
<tr>
|
993
1012
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
994
|
-
<td>
|
995
|
-
|
1013
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if this icon source is a base for any text direction variant
|
1014
|
+
</td>
|
996
1015
|
</tr>
|
997
1016
|
</tbody>
|
998
1017
|
</table></div>
|
999
1018
|
</div>
|
1000
1019
|
<hr>
|
1001
|
-
<div class="refsect2">
|
1002
|
-
<a name="gtk-icon-source-get-filename"></a><h3>gtk_icon_source_get_filename</h3>
|
1003
|
-
<pre class="programlisting"
|
1004
|
-
</pre>
|
1020
|
+
<div class="refsect2" title="gtk_icon_source_get_filename ()">
|
1021
|
+
<a name="gtk-icon-source-get-filename"></a><h3>gtk_icon_source_get_filename ()</h3>
|
1022
|
+
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* gtk_icon_source_get_filename (<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);</pre>
|
1005
1023
|
<p>
|
1006
1024
|
Retrieves the source filename, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is set. The
|
1007
1025
|
filename is not a copy, and should not be modified or expected to
|
@@ -1009,17 +1027,25 @@ persist beyond the lifetime of the icon source.
|
|
1009
1027
|
</p>
|
1010
1028
|
<div class="variablelist"><table border="0">
|
1011
1029
|
<col align="left" valign="top">
|
1012
|
-
<tbody
|
1030
|
+
<tbody>
|
1031
|
+
<tr>
|
1032
|
+
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
|
1033
|
+
<td>a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a>
|
1034
|
+
</td>
|
1035
|
+
</tr>
|
1036
|
+
<tr>
|
1013
1037
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1014
|
-
<td>image filename. This string must not be modified
|
1015
|
-
or freed
|
1016
|
-
</
|
1038
|
+
<td> image filename. This string must not be modified
|
1039
|
+
or freed.
|
1040
|
+
</td>
|
1041
|
+
</tr>
|
1042
|
+
</tbody>
|
1017
1043
|
</table></div>
|
1018
1044
|
</div>
|
1019
1045
|
<hr>
|
1020
|
-
<div class="refsect2">
|
1046
|
+
<div class="refsect2" title="gtk_icon_source_get_pixbuf ()">
|
1021
1047
|
<a name="gtk-icon-source-get-pixbuf"></a><h3>gtk_icon_source_get_pixbuf ()</h3>
|
1022
|
-
<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
|
1048
|
+
<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_icon_source_get_pixbuf (<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);</pre>
|
1023
1049
|
<p>
|
1024
1050
|
Retrieves the source pixbuf, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is set.
|
1025
1051
|
In addition, if a filename source is in use, this
|
@@ -1039,16 +1065,16 @@ not incremented.
|
|
1039
1065
|
</tr>
|
1040
1066
|
<tr>
|
1041
1067
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1042
|
-
<td>source pixbuf
|
1068
|
+
<td> source pixbuf
|
1043
1069
|
</td>
|
1044
1070
|
</tr>
|
1045
1071
|
</tbody>
|
1046
1072
|
</table></div>
|
1047
1073
|
</div>
|
1048
1074
|
<hr>
|
1049
|
-
<div class="refsect2">
|
1075
|
+
<div class="refsect2" title="gtk_icon_source_get_icon_name ()">
|
1050
1076
|
<a name="gtk-icon-source-get-icon-name"></a><h3>gtk_icon_source_get_icon_name ()</h3>
|
1051
|
-
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
1077
|
+
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* gtk_icon_source_get_icon_name (<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);</pre>
|
1052
1078
|
<p>
|
1053
1079
|
Retrieves the source icon name, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is set. The
|
1054
1080
|
icon_name is not a copy, and should not be modified or expected to
|
@@ -1064,13 +1090,14 @@ persist beyond the lifetime of the icon source.
|
|
1064
1090
|
</tr>
|
1065
1091
|
<tr>
|
1066
1092
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1067
|
-
<td>icon name. This string must not be modified or freed
|
1093
|
+
<td> icon name. This string must not be modified or freed.
|
1094
|
+
</td>
|
1068
1095
|
</tr>
|
1069
1096
|
</tbody>
|
1070
1097
|
</table></div>
|
1071
1098
|
</div>
|
1072
1099
|
<hr>
|
1073
|
-
<div class="refsect2">
|
1100
|
+
<div class="refsect2" title="gtk_icon_source_get_size ()">
|
1074
1101
|
<a name="gtk-icon-source-get-size"></a><h3>gtk_icon_source_get_size ()</h3>
|
1075
1102
|
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="returnvalue">GtkIconSize</span></a> gtk_icon_source_get_size (<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);</pre>
|
1076
1103
|
<p>
|
@@ -1087,14 +1114,14 @@ is only useful/meaningful if the icon size is <span class="emphasis"><em>not</em
|
|
1087
1114
|
</tr>
|
1088
1115
|
<tr>
|
1089
1116
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1090
|
-
<td>icon size this source matches. <span class="annotation">[
|
1117
|
+
<td> icon size this source matches. <span class="annotation">[type int]</span>
|
1091
1118
|
</td>
|
1092
1119
|
</tr>
|
1093
1120
|
</tbody>
|
1094
1121
|
</table></div>
|
1095
1122
|
</div>
|
1096
1123
|
<hr>
|
1097
|
-
<div class="refsect2">
|
1124
|
+
<div class="refsect2" title="gtk_icon_source_get_size_wildcarded ()">
|
1098
1125
|
<a name="gtk-icon-source-get-size-wildcarded"></a><h3>gtk_icon_source_get_size_wildcarded ()</h3>
|
1099
1126
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_icon_source_get_size_wildcarded (<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);</pre>
|
1100
1127
|
<p>
|
@@ -1110,14 +1137,14 @@ Gets the value set by <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-
|
|
1110
1137
|
</tr>
|
1111
1138
|
<tr>
|
1112
1139
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1113
|
-
<td>
|
1114
|
-
|
1140
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if this icon source is a base for any icon size variant
|
1141
|
+
</td>
|
1115
1142
|
</tr>
|
1116
1143
|
</tbody>
|
1117
1144
|
</table></div>
|
1118
1145
|
</div>
|
1119
1146
|
<hr>
|
1120
|
-
<div class="refsect2">
|
1147
|
+
<div class="refsect2" title="gtk_icon_source_get_state ()">
|
1121
1148
|
<a name="gtk-icon-source-get-state"></a><h3>gtk_icon_source_get_state ()</h3>
|
1122
1149
|
<pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="returnvalue">GtkStateType</span></a> gtk_icon_source_get_state (<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);</pre>
|
1123
1150
|
<p>
|
@@ -1135,13 +1162,14 @@ wildcarded.
|
|
1135
1162
|
</tr>
|
1136
1163
|
<tr>
|
1137
1164
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1138
|
-
<td>widget state this source matches
|
1165
|
+
<td> widget state this source matches
|
1166
|
+
</td>
|
1139
1167
|
</tr>
|
1140
1168
|
</tbody>
|
1141
1169
|
</table></div>
|
1142
1170
|
</div>
|
1143
1171
|
<hr>
|
1144
|
-
<div class="refsect2">
|
1172
|
+
<div class="refsect2" title="gtk_icon_source_get_state_wildcarded ()">
|
1145
1173
|
<a name="gtk-icon-source-get-state-wildcarded"></a><h3>gtk_icon_source_get_state_wildcarded ()</h3>
|
1146
1174
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_icon_source_get_state_wildcarded
|
1147
1175
|
(<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);</pre>
|
@@ -1158,20 +1186,20 @@ Gets the value set by <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-
|
|
1158
1186
|
</tr>
|
1159
1187
|
<tr>
|
1160
1188
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1161
|
-
<td>
|
1162
|
-
|
1189
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if this icon source is a base for any widget state variant
|
1190
|
+
</td>
|
1163
1191
|
</tr>
|
1164
1192
|
</tbody>
|
1165
1193
|
</table></div>
|
1166
1194
|
</div>
|
1167
1195
|
<hr>
|
1168
|
-
<div class="refsect2">
|
1196
|
+
<div class="refsect2" title="gtk_icon_source_new ()">
|
1169
1197
|
<a name="gtk-icon-source-new"></a><h3>gtk_icon_source_new ()</h3>
|
1170
|
-
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="returnvalue">GtkIconSource</span></a
|
1198
|
+
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="returnvalue">GtkIconSource</span></a>* gtk_icon_source_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1171
1199
|
<p>
|
1172
1200
|
Creates a new <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a>. A <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> contains a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> (or
|
1173
1201
|
image filename) that serves as the base image for one or more of the
|
1174
|
-
icons in a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>, along with a specification for which icons in the
|
1202
|
+
icons in a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a>, along with a specification for which icons in the
|
1175
1203
|
icon set will be based on that pixbuf or image file. An icon set contains
|
1176
1204
|
a set of icons that represent "the same" logical concept in different states,
|
1177
1205
|
different global text directions, and different sizes.
|
@@ -1181,12 +1209,12 @@ So for example a web browser's "Back to Previous Page" icon might
|
|
1181
1209
|
point in a different direction in Hebrew and in English; it might
|
1182
1210
|
look different when insensitive; and it might change size depending
|
1183
1211
|
on toolbar mode (small/large icons). So a single icon set would
|
1184
|
-
contain all those variants of the icon. <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> contains a list
|
1212
|
+
contain all those variants of the icon. <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> contains a list
|
1185
1213
|
of <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> from which it can derive specific icon variants in
|
1186
1214
|
the set.
|
1187
1215
|
</p>
|
1188
1216
|
<p>
|
1189
|
-
In the simplest case, <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> contains one source pixbuf from
|
1217
|
+
In the simplest case, <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> contains one source pixbuf from
|
1190
1218
|
which it derives all variants. The convenience function
|
1191
1219
|
<a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-set-new-from-pixbuf" title="gtk_icon_set_new_from_pixbuf ()"><code class="function">gtk_icon_set_new_from_pixbuf()</code></a> handles this case; if you only have
|
1192
1220
|
one source pixbuf, just use that function.
|
@@ -1206,13 +1234,13 @@ direction, widget state, or icon size.
|
|
1206
1234
|
<col align="left" valign="top">
|
1207
1235
|
<tbody><tr>
|
1208
1236
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1209
|
-
<td>a new <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a>
|
1237
|
+
<td> a new <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a>
|
1210
1238
|
</td>
|
1211
1239
|
</tr></tbody>
|
1212
1240
|
</table></div>
|
1213
1241
|
</div>
|
1214
1242
|
<hr>
|
1215
|
-
<div class="refsect2">
|
1243
|
+
<div class="refsect2" title="gtk_icon_source_set_direction ()">
|
1216
1244
|
<a name="gtk-icon-source-set-direction"></a><h3>gtk_icon_source_set_direction ()</h3>
|
1217
1245
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_source_set_direction (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>,
|
1218
1246
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="type">GtkTextDirection</span></a> direction</code></em>);</pre>
|
@@ -1236,13 +1264,14 @@ in addition to calling this function.
|
|
1236
1264
|
</tr>
|
1237
1265
|
<tr>
|
1238
1266
|
<td><p><span class="term"><em class="parameter"><code>direction</code></em> :</span></p></td>
|
1239
|
-
<td>text direction this source applies to
|
1267
|
+
<td>text direction this source applies to
|
1268
|
+
</td>
|
1240
1269
|
</tr>
|
1241
1270
|
</tbody>
|
1242
1271
|
</table></div>
|
1243
1272
|
</div>
|
1244
1273
|
<hr>
|
1245
|
-
<div class="refsect2">
|
1274
|
+
<div class="refsect2" title="gtk_icon_source_set_direction_wildcarded ()">
|
1246
1275
|
<a name="gtk-icon-source-set-direction-wildcarded"></a><h3>gtk_icon_source_set_direction_wildcarded ()</h3>
|
1247
1276
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_source_set_direction_wildcarded
|
1248
1277
|
(<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>,
|
@@ -1256,7 +1285,7 @@ with <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-source-set-d
|
|
1256
1285
|
will only be used with that text direction.
|
1257
1286
|
</p>
|
1258
1287
|
<p>
|
1259
|
-
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> prefers non-wildcarded sources (exact matches) over
|
1288
|
+
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> prefers non-wildcarded sources (exact matches) over
|
1260
1289
|
wildcarded sources, and will use an exact match when possible.
|
1261
1290
|
</p>
|
1262
1291
|
<div class="variablelist"><table border="0">
|
@@ -1270,19 +1299,20 @@ wildcarded sources, and will use an exact match when possible.
|
|
1270
1299
|
<tr>
|
1271
1300
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
1272
1301
|
<td>
|
1273
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to wildcard the text direction
|
1302
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to wildcard the text direction
|
1303
|
+
</td>
|
1274
1304
|
</tr>
|
1275
1305
|
</tbody>
|
1276
1306
|
</table></div>
|
1277
1307
|
</div>
|
1278
1308
|
<hr>
|
1279
|
-
<div class="refsect2">
|
1280
|
-
<a name="gtk-icon-source-set-filename"></a><h3>gtk_icon_source_set_filename</h3>
|
1281
|
-
<pre class="programlisting"
|
1282
|
-
</pre>
|
1309
|
+
<div class="refsect2" title="gtk_icon_source_set_filename ()">
|
1310
|
+
<a name="gtk-icon-source-set-filename"></a><h3>gtk_icon_source_set_filename ()</h3>
|
1311
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_source_set_filename (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>,
|
1312
|
+
<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>
|
1283
1313
|
<p>
|
1284
1314
|
Sets the name of an image file to use as a base image when creating
|
1285
|
-
icon variants for <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>. The filename must be absolute.
|
1315
|
+
icon variants for <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a>. The filename must be absolute.
|
1286
1316
|
</p>
|
1287
1317
|
<div class="variablelist"><table border="0">
|
1288
1318
|
<col align="left" valign="top">
|
@@ -1294,19 +1324,20 @@ icon variants for <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconS
|
|
1294
1324
|
</tr>
|
1295
1325
|
<tr>
|
1296
1326
|
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
|
1297
|
-
<td>image file to use
|
1327
|
+
<td>image file to use
|
1328
|
+
</td>
|
1298
1329
|
</tr>
|
1299
1330
|
</tbody>
|
1300
1331
|
</table></div>
|
1301
1332
|
</div>
|
1302
1333
|
<hr>
|
1303
|
-
<div class="refsect2">
|
1334
|
+
<div class="refsect2" title="gtk_icon_source_set_pixbuf ()">
|
1304
1335
|
<a name="gtk-icon-source-set-pixbuf"></a><h3>gtk_icon_source_set_pixbuf ()</h3>
|
1305
1336
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_source_set_pixbuf (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>,
|
1306
1337
|
<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>
|
1307
1338
|
<p>
|
1308
1339
|
Sets a pixbuf to use as a base image when creating icon variants
|
1309
|
-
for <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>.
|
1340
|
+
for <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a>.
|
1310
1341
|
</p>
|
1311
1342
|
<div class="variablelist"><table border="0">
|
1312
1343
|
<col align="left" valign="top">
|
@@ -1318,19 +1349,20 @@ for <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span clas
|
|
1318
1349
|
</tr>
|
1319
1350
|
<tr>
|
1320
1351
|
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
1321
|
-
<td>pixbuf to use as a source
|
1352
|
+
<td>pixbuf to use as a source
|
1353
|
+
</td>
|
1322
1354
|
</tr>
|
1323
1355
|
</tbody>
|
1324
1356
|
</table></div>
|
1325
1357
|
</div>
|
1326
1358
|
<hr>
|
1327
|
-
<div class="refsect2">
|
1359
|
+
<div class="refsect2" title="gtk_icon_source_set_icon_name ()">
|
1328
1360
|
<a name="gtk-icon-source-set-icon-name"></a><h3>gtk_icon_source_set_icon_name ()</h3>
|
1329
1361
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_source_set_icon_name (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>,
|
1330
1362
|
<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>);</pre>
|
1331
1363
|
<p>
|
1332
1364
|
Sets the name of an icon to look up in the current icon theme
|
1333
|
-
to use as a base image when creating icon variants for <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>.
|
1365
|
+
to use as a base image when creating icon variants for <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a>.
|
1334
1366
|
</p>
|
1335
1367
|
<div class="variablelist"><table border="0">
|
1336
1368
|
<col align="left" valign="top">
|
@@ -1342,14 +1374,14 @@ to use as a base image when creating icon variants for <a class="link" href="gtk
|
|
1342
1374
|
</tr>
|
1343
1375
|
<tr>
|
1344
1376
|
<td><p><span class="term"><em class="parameter"><code>icon_name</code></em> :</span></p></td>
|
1345
|
-
<td>name of icon to use. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1377
|
+
<td> name of icon to use. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1346
1378
|
</td>
|
1347
1379
|
</tr>
|
1348
1380
|
</tbody>
|
1349
1381
|
</table></div>
|
1350
1382
|
</div>
|
1351
1383
|
<hr>
|
1352
|
-
<div class="refsect2">
|
1384
|
+
<div class="refsect2" title="gtk_icon_source_set_size ()">
|
1353
1385
|
<a name="gtk-icon-source-set-size"></a><h3>gtk_icon_source_set_size ()</h3>
|
1354
1386
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_source_set_size (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>,
|
1355
1387
|
<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>
|
@@ -1373,14 +1405,14 @@ in addition to calling this function.
|
|
1373
1405
|
</tr>
|
1374
1406
|
<tr>
|
1375
1407
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
1376
|
-
<td>icon size this source applies to. <span class="annotation">[
|
1408
|
+
<td> icon size this source applies to. <span class="annotation">[type int]</span>
|
1377
1409
|
</td>
|
1378
1410
|
</tr>
|
1379
1411
|
</tbody>
|
1380
1412
|
</table></div>
|
1381
1413
|
</div>
|
1382
1414
|
<hr>
|
1383
|
-
<div class="refsect2">
|
1415
|
+
<div class="refsect2" title="gtk_icon_source_set_size_wildcarded ()">
|
1384
1416
|
<a name="gtk-icon-source-set-size-wildcarded"></a><h3>gtk_icon_source_set_size_wildcarded ()</h3>
|
1385
1417
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_source_set_size_wildcarded (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>,
|
1386
1418
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
|
@@ -1392,11 +1424,11 @@ the size the source applies to should be set with
|
|
1392
1424
|
with that specific size.
|
1393
1425
|
</p>
|
1394
1426
|
<p>
|
1395
|
-
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> prefers non-wildcarded sources (exact matches) over
|
1427
|
+
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> prefers non-wildcarded sources (exact matches) over
|
1396
1428
|
wildcarded sources, and will use an exact match when possible.
|
1397
1429
|
</p>
|
1398
1430
|
<p>
|
1399
|
-
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> will normally scale wildcarded source images to produce
|
1431
|
+
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> will normally scale wildcarded source images to produce
|
1400
1432
|
an appropriate icon at a given size, but will not change the size
|
1401
1433
|
of source images that match exactly.
|
1402
1434
|
</p>
|
@@ -1411,13 +1443,14 @@ of source images that match exactly.
|
|
1411
1443
|
<tr>
|
1412
1444
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
1413
1445
|
<td>
|
1414
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to wildcard the widget state
|
1446
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to wildcard the widget state
|
1447
|
+
</td>
|
1415
1448
|
</tr>
|
1416
1449
|
</tbody>
|
1417
1450
|
</table></div>
|
1418
1451
|
</div>
|
1419
1452
|
<hr>
|
1420
|
-
<div class="refsect2">
|
1453
|
+
<div class="refsect2" title="gtk_icon_source_set_state ()">
|
1421
1454
|
<a name="gtk-icon-source-set-state"></a><h3>gtk_icon_source_set_state ()</h3>
|
1422
1455
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_source_set_state (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>,
|
1423
1456
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>);</pre>
|
@@ -1441,13 +1474,14 @@ in addition to calling this function.
|
|
1441
1474
|
</tr>
|
1442
1475
|
<tr>
|
1443
1476
|
<td><p><span class="term"><em class="parameter"><code>state</code></em> :</span></p></td>
|
1444
|
-
<td>widget state this source applies to
|
1477
|
+
<td>widget state this source applies to
|
1478
|
+
</td>
|
1445
1479
|
</tr>
|
1446
1480
|
</tbody>
|
1447
1481
|
</table></div>
|
1448
1482
|
</div>
|
1449
1483
|
<hr>
|
1450
|
-
<div class="refsect2">
|
1484
|
+
<div class="refsect2" title="gtk_icon_source_set_state_wildcarded ()">
|
1451
1485
|
<a name="gtk-icon-source-set-state-wildcarded"></a><h3>gtk_icon_source_set_state_wildcarded ()</h3>
|
1452
1486
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_source_set_state_wildcarded
|
1453
1487
|
(<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>,
|
@@ -1460,11 +1494,11 @@ set with <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-source-s
|
|
1460
1494
|
only be used with that specific state.
|
1461
1495
|
</p>
|
1462
1496
|
<p>
|
1463
|
-
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> prefers non-wildcarded sources (exact matches) over
|
1497
|
+
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> prefers non-wildcarded sources (exact matches) over
|
1464
1498
|
wildcarded sources, and will use an exact match when possible.
|
1465
1499
|
</p>
|
1466
1500
|
<p>
|
1467
|
-
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> will normally transform wildcarded source images to
|
1501
|
+
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="type">GtkIconSet</span></a> will normally transform wildcarded source images to
|
1468
1502
|
produce an appropriate icon for a given state, for example
|
1469
1503
|
lightening an image on prelight, but will not modify source images
|
1470
1504
|
that match exactly.
|
@@ -1480,7 +1514,8 @@ that match exactly.
|
|
1480
1514
|
<tr>
|
1481
1515
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
1482
1516
|
<td>
|
1483
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to wildcard the widget state
|
1517
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to wildcard the widget state
|
1518
|
+
</td>
|
1484
1519
|
</tr>
|
1485
1520
|
</tbody>
|
1486
1521
|
</table></div>
|
@@ -1489,6 +1524,6 @@ that match exactly.
|
|
1489
1524
|
</div>
|
1490
1525
|
<div class="footer">
|
1491
1526
|
<hr>
|
1492
|
-
Generated by GTK-Doc V1.
|
1527
|
+
Generated by GTK-Doc V1.15</div>
|
1493
1528
|
</body>
|
1494
1529
|
</html>
|