gtk2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +22 -0
- data/ext/gtk2/rbgtkwindow.c +3 -1
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/sample/gtk-demo/cairo-operator.rb +1 -1
- data/sample/misc/bindings.rb +1 -1
- data/sample/misc/cairo-pong.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +29 -2
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdk.h +2 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +7 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +7 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +1 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +13 -9
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +5 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +16 -6
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +1 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +14 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +3 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +77 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +5 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +6 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +2 -1
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/manifest/{gtk+-dev_2.22.1-1_win32.mft → gtk+-dev_2.24.0-1_win32.mft} +9 -6
- data/vendor/local/manifest/{gtk+_2.22.1-1_win32.mft → gtk+_2.24.0-1_win32.mft} +2 -6
- data/vendor/local/share/doc/{gtk+-2.22.1 → gtk+-2.24.0}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.22.1 → gtk+-dev-2.24.0}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +0 -21
- data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
- data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
- data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +60 -94
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +44 -58
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +151 -208
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +33 -37
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +180 -239
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +135 -5
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +83 -47
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +20 -23
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +81 -39
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +135 -199
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +71 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +161 -200
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +293 -409
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +320 -435
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +109 -141
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +155 -234
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +143 -217
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +103 -124
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +168 -250
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +90 -131
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +143 -191
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +35 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +162 -195
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +85 -112
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +79 -137
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +144 -176
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +188 -235
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +97 -134
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +22 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +44 -70
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +83 -108
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +653 -744
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +476 -490
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +53 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +85 -76
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +10 -1
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +193 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +38 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +169 -236
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +175 -258
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +46 -50
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +78 -114
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +52 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +30 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +36 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +97 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +95 -120
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +86 -117
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +96 -137
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +152 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +59 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +615 -895
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +520 -1791
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +125 -163
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +33 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +60 -87
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +106 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +35 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +27 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +23 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +69 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +45 -54
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +57 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +53 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +104 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +29 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +63 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +344 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +57 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +301 -0
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +311 -260
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +61 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +97 -121
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +21 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +68 -88
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +360 -470
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +71 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +130 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +33 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +76 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +331 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +64 -89
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +30 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +21 -26
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +102 -146
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +38 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +60 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +66 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +52 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +51 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +29 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +30 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +65 -101
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +55 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +140 -182
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +184 -248
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +321 -447
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +174 -195
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +67 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +32 -37
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +33 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +36 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +179 -272
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +197 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +68 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +51 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +130 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +80 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +138 -168
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +177 -221
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +41 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +112 -145
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +86 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +73 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +33 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +396 -452
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +148 -206
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +21 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +80 -165
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +56 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +115 -160
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +94 -134
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkPaperSize.html → GtkPaperSize.html} +204 -252
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +34 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +51 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +109 -136
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +38 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +53 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +265 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +100 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +80 -111
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +91 -108
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +42 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +86 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +63 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +33 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +218 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +34 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +135 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +27 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +63 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +202 -269
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +83 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +61 -72
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +64 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +93 -143
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +24 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +129 -259
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +38 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +44 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +132 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +190 -254
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +60 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +546 -928
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +94 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +97 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +494 -656
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkTextIter.html → GtkTextIter.html} +664 -806
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +41 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +164 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +84 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +340 -425
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +43 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +59 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +32 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +74 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +133 -166
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +84 -103
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +116 -139
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +42 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +249 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +60 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +105 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +46 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +428 -557
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +95 -126
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +63 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +123 -171
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +53 -62
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +170 -199
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +565 -863
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +203 -282
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +125 -189
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +27 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +31 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +24 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1278 -1579
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +380 -532
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +21 -39
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +6 -3
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +17 -11
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +117 -0
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +236 -45
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +469 -385
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +15 -4
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +69 -124
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +149 -211
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +189 -293
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +175 -246
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +35 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +41 -47
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +270 -318
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +16 -22
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +75 -82
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +221 -289
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +142 -232
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +150 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +328 -408
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +190 -306
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +152 -158
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +85 -136
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +204 -239
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +271 -343
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +18 -11
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +63 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +58 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +5 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +39 -31
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +445 -412
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +488 -455
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +8 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/index.html +10 -6
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +194 -142
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +4934 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.22.1-1_win32.sh → gtk+_2.24.0-1_win32.sh} +2 -2
- metadata +26 -33
- data/ext/gtk2/Makefile +0 -169
- data/ext/gtk2/rbgdkkeysyms.h +0 -2174
- data/ext/gtk2/rbgtkinits.c +0 -473
- data/ext/gtk2/ruby-gtk2.pc +0 -3
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +0 -5048
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="MiscObjects.html" title="Miscellaneous">
|
9
9
|
<link rel="prev" href="GtkHandleBox.html" title="GtkHandleBox">
|
10
10
|
<link rel="next" href="GtkIMMulticontext.html" title="GtkIMMulticontext">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -28,7 +28,7 @@
|
|
28
28
|
<a href="#GtkIMContextSimple.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
29
29
|
</td></tr>
|
30
30
|
</table>
|
31
|
-
<div class="refentry"
|
31
|
+
<div class="refentry">
|
32
32
|
<a name="GtkIMContextSimple"></a><div class="titlepage"></div>
|
33
33
|
<div class="refnamediv"><table width="100%"><tr>
|
34
34
|
<td valign="top">
|
@@ -37,12 +37,12 @@
|
|
37
37
|
</td>
|
38
38
|
<td valign="top" align="right"></td>
|
39
39
|
</tr></table></div>
|
40
|
-
<div class="refsynopsisdiv"
|
40
|
+
<div class="refsynopsisdiv">
|
41
41
|
<a name="GtkIMContextSimple.synopsis"></a><h2>Synopsis</h2>
|
42
42
|
<pre class="synopsis">
|
43
43
|
#include <gtk/gtk.h>
|
44
44
|
|
45
|
-
|
45
|
+
struct <a class="link" href="GtkIMContextSimple.html#GtkIMContextSimple-struct" title="struct GtkIMContextSimple">GtkIMContextSimple</a>;
|
46
46
|
<a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="returnvalue">GtkIMContext</span></a> * <a class="link" href="GtkIMContextSimple.html#gtk-im-context-simple-new" title="gtk_im_context_simple_new ()">gtk_im_context_simple_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
47
47
|
<span class="returnvalue">void</span> <a class="link" href="GtkIMContextSimple.html#gtk-im-context-simple-add-table" title="gtk_im_context_simple_add_table ()">gtk_im_context_simple_add_table</a> (<em class="parameter"><code><a class="link" href="GtkIMContextSimple.html" title="GtkIMContextSimple"><span class="type">GtkIMContextSimple</span></a> *context_simple</code></em>,
|
48
48
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> *data</code></em>,
|
@@ -51,7 +51,7 @@
|
|
51
51
|
#define <a class="link" href="GtkIMContextSimple.html#GTK-MAX-COMPOSE-LEN:CAPS" title="GTK_MAX_COMPOSE_LEN">GTK_MAX_COMPOSE_LEN</a>
|
52
52
|
</pre>
|
53
53
|
</div>
|
54
|
-
<div class="refsect1"
|
54
|
+
<div class="refsect1">
|
55
55
|
<a name="GtkIMContextSimple.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
56
56
|
<pre class="synopsis">
|
57
57
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -59,21 +59,21 @@
|
|
59
59
|
+----GtkIMContextSimple
|
60
60
|
</pre>
|
61
61
|
</div>
|
62
|
-
<div class="refsect1"
|
62
|
+
<div class="refsect1">
|
63
63
|
<a name="GtkIMContextSimple.description"></a><h2>Description</h2>
|
64
64
|
<p>
|
65
65
|
</p>
|
66
66
|
</div>
|
67
|
-
<div class="refsect1"
|
67
|
+
<div class="refsect1">
|
68
68
|
<a name="GtkIMContextSimple.details"></a><h2>Details</h2>
|
69
|
-
<div class="refsect2"
|
70
|
-
<a name="GtkIMContextSimple-struct"></a><h3>GtkIMContextSimple</h3>
|
71
|
-
<pre class="programlisting">
|
69
|
+
<div class="refsect2">
|
70
|
+
<a name="GtkIMContextSimple-struct"></a><h3>struct GtkIMContextSimple</h3>
|
71
|
+
<pre class="programlisting">struct GtkIMContextSimple;</pre>
|
72
72
|
<p>
|
73
73
|
</p>
|
74
74
|
</div>
|
75
75
|
<hr>
|
76
|
-
<div class="refsect2"
|
76
|
+
<div class="refsect2">
|
77
77
|
<a name="gtk-im-context-simple-new"></a><h3>gtk_im_context_simple_new ()</h3>
|
78
78
|
<pre class="programlisting"><a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="returnvalue">GtkIMContext</span></a> * gtk_im_context_simple_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
79
79
|
<p>
|
@@ -83,13 +83,12 @@ Creates a new <a class="link" href="GtkIMContextSimple.html" title="GtkIMContext
|
|
83
83
|
<col align="left" valign="top">
|
84
84
|
<tbody><tr>
|
85
85
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
86
|
-
<td>
|
87
|
-
</td>
|
86
|
+
<td>a new <a class="link" href="GtkIMContextSimple.html" title="GtkIMContextSimple"><span class="type">GtkIMContextSimple</span></a>.</td>
|
88
87
|
</tr></tbody>
|
89
88
|
</table></div>
|
90
89
|
</div>
|
91
90
|
<hr>
|
92
|
-
<div class="refsect2"
|
91
|
+
<div class="refsect2">
|
93
92
|
<a name="gtk-im-context-simple-add-table"></a><h3>gtk_im_context_simple_add_table ()</h3>
|
94
93
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_im_context_simple_add_table (<em class="parameter"><code><a class="link" href="GtkIMContextSimple.html" title="GtkIMContextSimple"><span class="type">GtkIMContextSimple</span></a> *context_simple</code></em>,
|
95
94
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> *data</code></em>,
|
@@ -117,25 +116,22 @@ the length of the sequence should be zero.)
|
|
117
116
|
</tr>
|
118
117
|
<tr>
|
119
118
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
120
|
-
<td>the table
|
121
|
-
</td>
|
119
|
+
<td>the table</td>
|
122
120
|
</tr>
|
123
121
|
<tr>
|
124
122
|
<td><p><span class="term"><em class="parameter"><code>max_seq_len</code></em> :</span></p></td>
|
125
123
|
<td>Maximum length of a sequence in the table
|
126
|
-
|
127
|
-
</td>
|
124
|
+
(cannot be greater than <a class="link" href="GtkIMContextSimple.html#GTK-MAX-COMPOSE-LEN:CAPS" title="GTK_MAX_COMPOSE_LEN"><span class="type">GTK_MAX_COMPOSE_LEN</span></a>)</td>
|
128
125
|
</tr>
|
129
126
|
<tr>
|
130
127
|
<td><p><span class="term"><em class="parameter"><code>n_seqs</code></em> :</span></p></td>
|
131
|
-
<td>number of sequences in the table
|
132
|
-
</td>
|
128
|
+
<td>number of sequences in the table</td>
|
133
129
|
</tr>
|
134
130
|
</tbody>
|
135
131
|
</table></div>
|
136
132
|
</div>
|
137
133
|
<hr>
|
138
|
-
<div class="refsect2"
|
134
|
+
<div class="refsect2">
|
139
135
|
<a name="GTK-MAX-COMPOSE-LEN:CAPS"></a><h3>GTK_MAX_COMPOSE_LEN</h3>
|
140
136
|
<pre class="programlisting">#define GTK_MAX_COMPOSE_LEN 7
|
141
137
|
</pre>
|
@@ -147,6 +143,6 @@ The maximum length of sequences in compose tables.
|
|
147
143
|
</div>
|
148
144
|
<div class="footer">
|
149
145
|
<hr>
|
150
|
-
Generated by GTK-Doc V1.
|
146
|
+
Generated by GTK-Doc V1.16.1</div>
|
151
147
|
</body>
|
152
148
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="MiscObjects.html" title="Miscellaneous">
|
9
9
|
<link rel="prev" href="GtkIMContextSimple.html" title="GtkIMContextSimple">
|
10
10
|
<link rel="next" href="GtkSizeGroup.html" title="GtkSizeGroup">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -28,7 +28,7 @@
|
|
28
28
|
<a href="#GtkIMMulticontext.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
29
29
|
</td></tr>
|
30
30
|
</table>
|
31
|
-
<div class="refentry"
|
31
|
+
<div class="refentry">
|
32
32
|
<a name="GtkIMMulticontext"></a><div class="titlepage"></div>
|
33
33
|
<div class="refnamediv"><table width="100%"><tr>
|
34
34
|
<td valign="top">
|
@@ -37,12 +37,12 @@
|
|
37
37
|
</td>
|
38
38
|
<td valign="top" align="right"></td>
|
39
39
|
</tr></table></div>
|
40
|
-
<div class="refsynopsisdiv"
|
40
|
+
<div class="refsynopsisdiv">
|
41
41
|
<a name="GtkIMMulticontext.synopsis"></a><h2>Synopsis</h2>
|
42
42
|
<pre class="synopsis">
|
43
43
|
#include <gtk/gtk.h>
|
44
44
|
|
45
|
-
|
45
|
+
struct <a class="link" href="GtkIMMulticontext.html#GtkIMMulticontext-struct" title="struct GtkIMMulticontext">GtkIMMulticontext</a>;
|
46
46
|
<a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="returnvalue">GtkIMContext</span></a> * <a class="link" href="GtkIMMulticontext.html#gtk-im-multicontext-new" title="gtk_im_multicontext_new ()">gtk_im_multicontext_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
47
47
|
<span class="returnvalue">void</span> <a class="link" href="GtkIMMulticontext.html#gtk-im-multicontext-append-menuitems" title="gtk_im_multicontext_append_menuitems ()">gtk_im_multicontext_append_menuitems</a>
|
48
48
|
(<em class="parameter"><code><a class="link" href="GtkIMMulticontext.html" title="GtkIMMulticontext"><span class="type">GtkIMMulticontext</span></a> *context</code></em>,
|
@@ -52,7 +52,7 @@ const <span class="returnvalue">char</span> * <a class="link" href="GtkIM
|
|
52
52
|
<em class="parameter"><code>const <span class="type">char</span> *context_id</code></em>);
|
53
53
|
</pre>
|
54
54
|
</div>
|
55
|
-
<div class="refsect1"
|
55
|
+
<div class="refsect1">
|
56
56
|
<a name="GtkIMMulticontext.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
57
57
|
<pre class="synopsis">
|
58
58
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -60,21 +60,21 @@ const <span class="returnvalue">char</span> * <a class="link" href="GtkIM
|
|
60
60
|
+----GtkIMMulticontext
|
61
61
|
</pre>
|
62
62
|
</div>
|
63
|
-
<div class="refsect1"
|
63
|
+
<div class="refsect1">
|
64
64
|
<a name="GtkIMMulticontext.description"></a><h2>Description</h2>
|
65
65
|
<p>
|
66
66
|
</p>
|
67
67
|
</div>
|
68
|
-
<div class="refsect1"
|
68
|
+
<div class="refsect1">
|
69
69
|
<a name="GtkIMMulticontext.details"></a><h2>Details</h2>
|
70
|
-
<div class="refsect2"
|
71
|
-
<a name="GtkIMMulticontext-struct"></a><h3>GtkIMMulticontext</h3>
|
72
|
-
<pre class="programlisting">
|
70
|
+
<div class="refsect2">
|
71
|
+
<a name="GtkIMMulticontext-struct"></a><h3>struct GtkIMMulticontext</h3>
|
72
|
+
<pre class="programlisting">struct GtkIMMulticontext;</pre>
|
73
73
|
<p>
|
74
74
|
</p>
|
75
75
|
</div>
|
76
76
|
<hr>
|
77
|
-
<div class="refsect2"
|
77
|
+
<div class="refsect2">
|
78
78
|
<a name="gtk-im-multicontext-new"></a><h3>gtk_im_multicontext_new ()</h3>
|
79
79
|
<pre class="programlisting"><a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="returnvalue">GtkIMContext</span></a> * gtk_im_multicontext_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
80
80
|
<p>
|
@@ -84,13 +84,12 @@ Creates a new <a class="link" href="GtkIMMulticontext.html" title="GtkIMMulticon
|
|
84
84
|
<col align="left" valign="top">
|
85
85
|
<tbody><tr>
|
86
86
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
87
|
-
<td>
|
88
|
-
</td>
|
87
|
+
<td>a new <a class="link" href="GtkIMMulticontext.html" title="GtkIMMulticontext"><span class="type">GtkIMMulticontext</span></a>.</td>
|
89
88
|
</tr></tbody>
|
90
89
|
</table></div>
|
91
90
|
</div>
|
92
91
|
<hr>
|
93
|
-
<div class="refsect2"
|
92
|
+
<div class="refsect2">
|
94
93
|
<a name="gtk-im-multicontext-append-menuitems"></a><h3>gtk_im_multicontext_append_menuitems ()</h3>
|
95
94
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_im_multicontext_append_menuitems
|
96
95
|
(<em class="parameter"><code><a class="link" href="GtkIMMulticontext.html" title="GtkIMMulticontext"><span class="type">GtkIMMulticontext</span></a> *context</code></em>,
|
@@ -117,7 +116,7 @@ for the context and the global default input method.
|
|
117
116
|
</table></div>
|
118
117
|
</div>
|
119
118
|
<hr>
|
120
|
-
<div class="refsect2"
|
119
|
+
<div class="refsect2">
|
121
120
|
<a name="gtk-im-multicontext-get-context-id"></a><h3>gtk_im_multicontext_get_context_id ()</h3>
|
122
121
|
<pre class="programlisting">const <span class="returnvalue">char</span> * gtk_im_multicontext_get_context_id (<em class="parameter"><code><a class="link" href="GtkIMMulticontext.html" title="GtkIMMulticontext"><span class="type">GtkIMMulticontext</span></a> *context</code></em>);</pre>
|
123
122
|
<p>
|
@@ -133,16 +132,14 @@ Gets the id of the currently active slave of the <em class="parameter"><code>con
|
|
133
132
|
</tr>
|
134
133
|
<tr>
|
135
134
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
136
|
-
<td>
|
137
|
-
|
138
|
-
</td>
|
135
|
+
<td>the id of the currently active slave</td>
|
139
136
|
</tr>
|
140
137
|
</tbody>
|
141
138
|
</table></div>
|
142
139
|
<p class="since">Since 2.16</p>
|
143
140
|
</div>
|
144
141
|
<hr>
|
145
|
-
<div class="refsect2"
|
142
|
+
<div class="refsect2">
|
146
143
|
<a name="gtk-im-multicontext-set-context-id"></a><h3>gtk_im_multicontext_set_context_id ()</h3>
|
147
144
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_im_multicontext_set_context_id (<em class="parameter"><code><a class="link" href="GtkIMMulticontext.html" title="GtkIMMulticontext"><span class="type">GtkIMMulticontext</span></a> *context</code></em>,
|
148
145
|
<em class="parameter"><code>const <span class="type">char</span> *context_id</code></em>);</pre>
|
@@ -163,8 +160,7 @@ replaced by the slave corresponding to the new context id.
|
|
163
160
|
</tr>
|
164
161
|
<tr>
|
165
162
|
<td><p><span class="term"><em class="parameter"><code>context_id</code></em> :</span></p></td>
|
166
|
-
<td>the id to use
|
167
|
-
</td>
|
163
|
+
<td>the id to use</td>
|
168
164
|
</tr>
|
169
165
|
</tbody>
|
170
166
|
</table></div>
|
@@ -174,6 +170,6 @@ replaced by the slave corresponding to the new context id.
|
|
174
170
|
</div>
|
175
171
|
<div class="footer">
|
176
172
|
<hr>
|
177
|
-
Generated by GTK-Doc V1.
|
173
|
+
Generated by GTK-Doc V1.16.1</div>
|
178
174
|
</body>
|
179
175
|
</html>
|
@@ -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-Drag-and-Drop.html" title="Drag and Drop">
|
10
10
|
<link rel="next" href="gtk-Stock-Items.html" title="Stock Items">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -30,7 +30,7 @@
|
|
30
30
|
<a href="#GtkIconTheme.signals" class="shortcut">Signals</a>
|
31
31
|
</td></tr>
|
32
32
|
</table>
|
33
|
-
<div class="refentry"
|
33
|
+
<div class="refentry">
|
34
34
|
<a name="GtkIconTheme"></a><div class="titlepage"></div>
|
35
35
|
<div class="refnamediv"><table width="100%"><tr>
|
36
36
|
<td valign="top">
|
@@ -39,13 +39,13 @@
|
|
39
39
|
</td>
|
40
40
|
<td valign="top" align="right"></td>
|
41
41
|
</tr></table></div>
|
42
|
-
<div class="refsynopsisdiv"
|
42
|
+
<div class="refsynopsisdiv">
|
43
43
|
<a name="GtkIconTheme.synopsis"></a><h2>Synopsis</h2>
|
44
44
|
<pre class="synopsis">
|
45
45
|
#include <gtk/gtk.h>
|
46
46
|
|
47
47
|
<a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo">GtkIconInfo</a>;
|
48
|
-
|
48
|
+
struct <a class="link" href="GtkIconTheme.html#GtkIconTheme-struct" title="struct GtkIconTheme">GtkIconTheme</a>;
|
49
49
|
enum <a class="link" href="GtkIconTheme.html#GtkIconLookupFlags" title="enum GtkIconLookupFlags">GtkIconLookupFlags</a>;
|
50
50
|
#define <a class="link" href="GtkIconTheme.html#GTK-ICON-THEME-ERROR:CAPS" title="GTK_ICON_THEME_ERROR">GTK_ICON_THEME_ERROR</a>
|
51
51
|
enum <a class="link" href="GtkIconTheme.html#GtkIconThemeError" title="enum GtkIconThemeError">GtkIconThemeError</a>;
|
@@ -54,16 +54,10 @@ enum <a class="link" href="GtkIconTheme.html#GtkIconThemeError" t
|
|
54
54
|
<a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="returnvalue">GtkIconTheme</span></a> * <a class="link" href="GtkIconTheme.html#gtk-icon-theme-get-for-screen" title="gtk_icon_theme_get_for_screen ()">gtk_icon_theme_get_for_screen</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);
|
55
55
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconTheme.html#gtk-icon-theme-set-screen" title="gtk_icon_theme_set_screen ()">gtk_icon_theme_set_screen</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme</code></em>,
|
56
56
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);
|
57
|
-
<
|
58
|
-
|
59
|
-
|
60
|
-
<
|
61
|
-
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **path[]</code></em>,
|
62
|
-
<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_elements</code></em>);
|
63
|
-
<span class="returnvalue">void</span> <a class="link" href="GtkIconTheme.html#gtk-icon-theme-append-search-path" title="gtk_icon_theme_append_search_path ()">gtk_icon_theme_append_search_path</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme</code></em>,
|
64
|
-
<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> *path</code></em>);
|
65
|
-
<span class="returnvalue">void</span> <a class="link" href="GtkIconTheme.html#gtk-icon-theme-prepend-search-path" title="gtk_icon_theme_prepend_search_path ()">gtk_icon_theme_prepend_search_path</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme</code></em>,
|
66
|
-
<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> *path</code></em>);
|
57
|
+
#define <a class="link" href="GtkIconTheme.html#gtk-icon-theme-set-search-path" title="gtk_icon_theme_set_search_path">gtk_icon_theme_set_search_path</a>
|
58
|
+
#define <a class="link" href="GtkIconTheme.html#gtk-icon-theme-get-search-path" title="gtk_icon_theme_get_search_path">gtk_icon_theme_get_search_path</a>
|
59
|
+
#define <a class="link" href="GtkIconTheme.html#gtk-icon-theme-append-search-path" title="gtk_icon_theme_append_search_path">gtk_icon_theme_append_search_path</a>
|
60
|
+
#define <a class="link" href="GtkIconTheme.html#gtk-icon-theme-prepend-search-path" title="gtk_icon_theme_prepend_search_path">gtk_icon_theme_prepend_search_path</a>
|
67
61
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconTheme.html#gtk-icon-theme-set-custom-theme" title="gtk_icon_theme_set_custom_theme ()">gtk_icon_theme_set_custom_theme</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme</code></em>,
|
68
62
|
<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> *theme_name</code></em>);
|
69
63
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkIconTheme.html#gtk-icon-theme-has-icon" title="gtk_icon_theme_has_icon ()">gtk_icon_theme_has_icon</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme</code></em>,
|
@@ -96,14 +90,14 @@ enum <a class="link" href="GtkIconTheme.html#GtkIconThemeError" t
|
|
96
90
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconTheme.html#gtk-icon-theme-add-builtin-icon" title="gtk_icon_theme_add_builtin_icon ()">gtk_icon_theme_add_builtin_icon</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *icon_name</code></em>,
|
97
91
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>,
|
98
92
|
<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>);
|
99
|
-
<a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="returnvalue">GtkIconInfo</span></a> *
|
93
|
+
<a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="returnvalue">GtkIconInfo</span></a> * <a class="link" href="GtkIconTheme.html#gtk-icon-info-copy" title="gtk_icon_info_copy ()">gtk_icon_info_copy</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>);
|
100
94
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconTheme.html#gtk-icon-info-free" title="gtk_icon_info_free ()">gtk_icon_info_free</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>);
|
101
|
-
<a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="returnvalue">GtkIconInfo</span></a> *
|
95
|
+
<a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="returnvalue">GtkIconInfo</span></a> * <a class="link" href="GtkIconTheme.html#gtk-icon-info-new-for-pixbuf" title="gtk_icon_info_new_for_pixbuf ()">gtk_icon_info_new_for_pixbuf</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme</code></em>,
|
102
96
|
<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>);
|
103
97
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkIconTheme.html#gtk-icon-info-get-base-size" title="gtk_icon_info_get_base_size ()">gtk_icon_info_get_base_size</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>);
|
104
|
-
|
105
|
-
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
106
|
-
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
98
|
+
#define <a class="link" href="GtkIconTheme.html#gtk-icon-info-get-filename" title="gtk_icon_info_get_filename">gtk_icon_info_get_filename</a>
|
99
|
+
<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="GtkIconTheme.html#gtk-icon-info-get-builtin-pixbuf" title="gtk_icon_info_get_builtin_pixbuf ()">gtk_icon_info_get_builtin_pixbuf</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>);
|
100
|
+
<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="GtkIconTheme.html#gtk-icon-info-load-icon" title="gtk_icon_info_load_icon ()">gtk_icon_info_load_icon</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
107
101
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
|
108
102
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconTheme.html#gtk-icon-info-set-raw-coordinates" title="gtk_icon_info_set_raw_coordinates ()">gtk_icon_info_set_raw_coordinates</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
109
103
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> raw_coordinates</code></em>);
|
@@ -115,20 +109,20 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
115
109
|
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="GtkIconTheme.html#gtk-icon-info-get-display-name" title="gtk_icon_info_get_display_name ()">gtk_icon_info_get_display_name</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>);
|
116
110
|
</pre>
|
117
111
|
</div>
|
118
|
-
<div class="refsect1"
|
112
|
+
<div class="refsect1">
|
119
113
|
<a name="GtkIconTheme.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
120
114
|
<pre class="synopsis">
|
121
115
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
122
116
|
+----GtkIconTheme
|
123
117
|
</pre>
|
124
118
|
</div>
|
125
|
-
<div class="refsect1"
|
119
|
+
<div class="refsect1">
|
126
120
|
<a name="GtkIconTheme.signals"></a><h2>Signals</h2>
|
127
121
|
<pre class="synopsis">
|
128
|
-
"<a class="link" href="GtkIconTheme.html#GtkIconTheme-changed" title='The "changed" signal'>changed</a>" : Run Last
|
122
|
+
"<a class="link" href="GtkIconTheme.html#GtkIconTheme-changed" title='The "changed" signal'>changed</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
129
123
|
</pre>
|
130
124
|
</div>
|
131
|
-
<div class="refsect1"
|
125
|
+
<div class="refsect1">
|
132
126
|
<a name="GtkIconTheme.description"></a><h2>Description</h2>
|
133
127
|
<p>
|
134
128
|
<a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> provides a facility for looking up icons by name
|
@@ -236,9 +230,9 @@ being used, looking up an icon can be as simple as:
|
|
236
230
|
</div>
|
237
231
|
|
238
232
|
</div>
|
239
|
-
<div class="refsect1"
|
233
|
+
<div class="refsect1">
|
240
234
|
<a name="GtkIconTheme.details"></a><h2>Details</h2>
|
241
|
-
<div class="refsect2"
|
235
|
+
<div class="refsect2">
|
242
236
|
<a name="GtkIconInfo"></a><h3>GtkIconInfo</h3>
|
243
237
|
<pre class="programlisting">typedef struct _GtkIconInfo GtkIconInfo;</pre>
|
244
238
|
<p>
|
@@ -247,9 +241,9 @@ an icon theme.
|
|
247
241
|
</p>
|
248
242
|
</div>
|
249
243
|
<hr>
|
250
|
-
<div class="refsect2"
|
251
|
-
<a name="GtkIconTheme-struct"></a><h3>GtkIconTheme</h3>
|
252
|
-
<pre class="programlisting">
|
244
|
+
<div class="refsect2">
|
245
|
+
<a name="GtkIconTheme-struct"></a><h3>struct GtkIconTheme</h3>
|
246
|
+
<pre class="programlisting">struct GtkIconTheme;</pre>
|
253
247
|
<p>
|
254
248
|
Acts as a database of information about an icon theme.
|
255
249
|
Normally, you retrieve the icon theme for a particular
|
@@ -261,7 +255,7 @@ object and set the icon theme name explicitely using
|
|
261
255
|
</p>
|
262
256
|
</div>
|
263
257
|
<hr>
|
264
|
-
<div class="refsect2"
|
258
|
+
<div class="refsect2">
|
265
259
|
<a name="GtkIconLookupFlags"></a><h3>enum GtkIconLookupFlags</h3>
|
266
260
|
<pre class="programlisting">typedef enum
|
267
261
|
{
|
@@ -295,7 +289,7 @@ Used to specify options for <a class="link" href="GtkIconTheme.html#gtk-icon-the
|
|
295
289
|
<td><p><a name="GTK-ICON-LOOKUP-USE-BUILTIN:CAPS"></a><span class="term"><code class="literal">GTK_ICON_LOOKUP_USE_BUILTIN</code></span></p></td>
|
296
290
|
<td>When passed to
|
297
291
|
<a class="link" href="GtkIconTheme.html#gtk-icon-theme-lookup-icon" title="gtk_icon_theme_lookup_icon ()"><code class="function">gtk_icon_theme_lookup_icon()</code></a> includes builtin icons
|
298
|
-
as well as files. For a builtin icon, <a class="link" href="GtkIconTheme.html#gtk-icon-info-get-filename" title="gtk_icon_info_get_filename
|
292
|
+
as well as files. For a builtin icon, <a class="link" href="GtkIconTheme.html#gtk-icon-info-get-filename" title="gtk_icon_info_get_filename"><code class="function">gtk_icon_info_get_filename()</code></a>
|
299
293
|
returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> and you need to call <a class="link" href="GtkIconTheme.html#gtk-icon-info-get-builtin-pixbuf" title="gtk_icon_info_get_builtin_pixbuf ()"><code class="function">gtk_icon_info_get_builtin_pixbuf()</code></a>.
|
300
294
|
</td>
|
301
295
|
</tr>
|
@@ -316,7 +310,7 @@ Used to specify options for <a class="link" href="GtkIconTheme.html#gtk-icon-the
|
|
316
310
|
</table></div>
|
317
311
|
</div>
|
318
312
|
<hr>
|
319
|
-
<div class="refsect2"
|
313
|
+
<div class="refsect2">
|
320
314
|
<a name="GTK-ICON-THEME-ERROR:CAPS"></a><h3>GTK_ICON_THEME_ERROR</h3>
|
321
315
|
<pre class="programlisting">#define GTK_ICON_THEME_ERROR gtk_icon_theme_error_quark ()
|
322
316
|
</pre>
|
@@ -325,7 +319,7 @@ The <a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuar
|
|
325
319
|
</p>
|
326
320
|
</div>
|
327
321
|
<hr>
|
328
|
-
<div class="refsect2"
|
322
|
+
<div class="refsect2">
|
329
323
|
<a name="GtkIconThemeError"></a><h3>enum GtkIconThemeError</h3>
|
330
324
|
<pre class="programlisting">typedef enum {
|
331
325
|
GTK_ICON_THEME_NOT_FOUND,
|
@@ -352,7 +346,7 @@ Error codes for GtkIconTheme operations.
|
|
352
346
|
</table></div>
|
353
347
|
</div>
|
354
348
|
<hr>
|
355
|
-
<div class="refsect2"
|
349
|
+
<div class="refsect2">
|
356
350
|
<a name="gtk-icon-theme-new"></a><h3>gtk_icon_theme_new ()</h3>
|
357
351
|
<pre class="programlisting"><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="returnvalue">GtkIconTheme</span></a> * gtk_icon_theme_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
358
352
|
<p>
|
@@ -366,15 +360,13 @@ a new icon theme object for scratch.
|
|
366
360
|
<col align="left" valign="top">
|
367
361
|
<tbody><tr>
|
368
362
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
369
|
-
<td>
|
370
|
-
|
371
|
-
</td>
|
363
|
+
<td>the newly created <a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> object.</td>
|
372
364
|
</tr></tbody>
|
373
365
|
</table></div>
|
374
366
|
<p class="since">Since 2.4</p>
|
375
367
|
</div>
|
376
368
|
<hr>
|
377
|
-
<div class="refsect2"
|
369
|
+
<div class="refsect2">
|
378
370
|
<a name="gtk-icon-theme-get-default"></a><h3>gtk_icon_theme_get_default ()</h3>
|
379
371
|
<pre class="programlisting"><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="returnvalue">GtkIconTheme</span></a> * gtk_icon_theme_get_default (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
380
372
|
<p>
|
@@ -385,17 +377,17 @@ Gets the icon theme for the default screen. See
|
|
385
377
|
<col align="left" valign="top">
|
386
378
|
<tbody><tr>
|
387
379
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
388
|
-
<td>
|
389
|
-
|
390
|
-
|
391
|
-
|
380
|
+
<td>A unique <a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> associated with
|
381
|
+
the default screen. This icon theme is associated with
|
382
|
+
the screen and can be used as long as the screen
|
383
|
+
is open. Do not ref or unref it. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
392
384
|
</td>
|
393
385
|
</tr></tbody>
|
394
386
|
</table></div>
|
395
387
|
<p class="since">Since 2.4</p>
|
396
388
|
</div>
|
397
389
|
<hr>
|
398
|
-
<div class="refsect2"
|
390
|
+
<div class="refsect2">
|
399
391
|
<a name="gtk-icon-theme-get-for-screen"></a><h3>gtk_icon_theme_get_for_screen ()</h3>
|
400
392
|
<pre class="programlisting"><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="returnvalue">GtkIconTheme</span></a> * gtk_icon_theme_get_for_screen (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);</pre>
|
401
393
|
<p>
|
@@ -418,10 +410,10 @@ a single icon theme object will be shared between users.
|
|
418
410
|
</tr>
|
419
411
|
<tr>
|
420
412
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
421
|
-
<td>
|
422
|
-
|
423
|
-
|
424
|
-
|
413
|
+
<td>A unique <a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> associated with
|
414
|
+
the given screen. This icon theme is associated with
|
415
|
+
the screen and can be used as long as the screen
|
416
|
+
is open. Do not ref or unref it. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
425
417
|
</td>
|
426
418
|
</tr>
|
427
419
|
</tbody>
|
@@ -429,7 +421,7 @@ a single icon theme object will be shared between users.
|
|
429
421
|
<p class="since">Since 2.4</p>
|
430
422
|
</div>
|
431
423
|
<hr>
|
432
|
-
<div class="refsect2"
|
424
|
+
<div class="refsect2">
|
433
425
|
<a name="gtk-icon-theme-set-screen"></a><h3>gtk_icon_theme_set_screen ()</h3>
|
434
426
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_theme_set_screen (<em class="parameter"><code><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme</code></em>,
|
435
427
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);</pre>
|
@@ -456,11 +448,10 @@ which might be different for different screens.
|
|
456
448
|
<p class="since">Since 2.4</p>
|
457
449
|
</div>
|
458
450
|
<hr>
|
459
|
-
<div class="refsect2"
|
460
|
-
<a name="gtk-icon-theme-set-search-path"></a><h3>gtk_icon_theme_set_search_path
|
461
|
-
<pre class="programlisting"
|
462
|
-
|
463
|
-
<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_elements</code></em>);</pre>
|
451
|
+
<div class="refsect2">
|
452
|
+
<a name="gtk-icon-theme-set-search-path"></a><h3>gtk_icon_theme_set_search_path</h3>
|
453
|
+
<pre class="programlisting">#define gtk_icon_theme_set_search_path gtk_icon_theme_set_search_path_utf8
|
454
|
+
</pre>
|
464
455
|
<p>
|
465
456
|
Sets the search path for the icon theme object. When looking
|
466
457
|
for an icon theme, GTK+ will search for a subdirectory of
|
@@ -488,26 +479,23 @@ rather than directly on the icon path.)
|
|
488
479
|
</tr>
|
489
480
|
<tr>
|
490
481
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
491
|
-
<td>array of directories that are searched for icon themes
|
492
|
-
</td>
|
482
|
+
<td>array of directories that are searched for icon themes</td>
|
493
483
|
</tr>
|
494
484
|
<tr>
|
495
485
|
<td><p><span class="term"><em class="parameter"><code>n_elements</code></em> :</span></p></td>
|
496
|
-
<td>number of elements in <em class="parameter"><code>path</code></em
|
497
|
-
</td>
|
486
|
+
<td>number of elements in <em class="parameter"><code>path</code></em>.</td>
|
498
487
|
</tr>
|
499
488
|
</tbody>
|
500
489
|
</table></div>
|
501
490
|
<p class="since">Since 2.4</p>
|
502
491
|
</div>
|
503
492
|
<hr>
|
504
|
-
<div class="refsect2"
|
505
|
-
<a name="gtk-icon-theme-get-search-path"></a><h3>gtk_icon_theme_get_search_path
|
506
|
-
<pre class="programlisting"
|
507
|
-
|
508
|
-
<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_elements</code></em>);</pre>
|
493
|
+
<div class="refsect2">
|
494
|
+
<a name="gtk-icon-theme-get-search-path"></a><h3>gtk_icon_theme_get_search_path</h3>
|
495
|
+
<pre class="programlisting">#define gtk_icon_theme_get_search_path gtk_icon_theme_get_search_path_utf8
|
496
|
+
</pre>
|
509
497
|
<p>
|
510
|
-
Gets the current search path. See <a class="link" href="GtkIconTheme.html#gtk-icon-theme-set-search-path" title="gtk_icon_theme_set_search_path
|
498
|
+
Gets the current search path. See <a class="link" href="GtkIconTheme.html#gtk-icon-theme-set-search-path" title="gtk_icon_theme_set_search_path"><code class="function">gtk_icon_theme_set_search_path()</code></a>.
|
511
499
|
</p>
|
512
500
|
<div class="variablelist"><table border="0">
|
513
501
|
<col align="left" valign="top">
|
@@ -519,14 +507,14 @@ Gets the current search path. See <a class="link" href="GtkIconTheme.html#gtk-ic
|
|
519
507
|
</tr>
|
520
508
|
<tr>
|
521
509
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
522
|
-
<td> location to store a list of icon theme path directories or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
523
|
-
|
510
|
+
<td>(array length=n_elements) (out): location to store a list of icon theme path directories or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
511
|
+
The stored value should be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
524
512
|
</td>
|
525
513
|
</tr>
|
526
514
|
<tr>
|
527
515
|
<td><p><span class="term"><em class="parameter"><code>n_elements</code></em> :</span></p></td>
|
528
516
|
<td>location to store number of elements
|
529
|
-
|
517
|
+
in <em class="parameter"><code>path</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
530
518
|
</td>
|
531
519
|
</tr>
|
532
520
|
</tbody>
|
@@ -534,13 +522,13 @@ Gets the current search path. See <a class="link" href="GtkIconTheme.html#gtk-ic
|
|
534
522
|
<p class="since">Since 2.4</p>
|
535
523
|
</div>
|
536
524
|
<hr>
|
537
|
-
<div class="refsect2"
|
538
|
-
<a name="gtk-icon-theme-append-search-path"></a><h3>gtk_icon_theme_append_search_path
|
539
|
-
<pre class="programlisting"
|
540
|
-
|
525
|
+
<div class="refsect2">
|
526
|
+
<a name="gtk-icon-theme-append-search-path"></a><h3>gtk_icon_theme_append_search_path</h3>
|
527
|
+
<pre class="programlisting">#define gtk_icon_theme_append_search_path gtk_icon_theme_append_search_path_utf8
|
528
|
+
</pre>
|
541
529
|
<p>
|
542
530
|
Appends a directory to the search path.
|
543
|
-
See <a class="link" href="GtkIconTheme.html#gtk-icon-theme-set-search-path" title="gtk_icon_theme_set_search_path
|
531
|
+
See <a class="link" href="GtkIconTheme.html#gtk-icon-theme-set-search-path" title="gtk_icon_theme_set_search_path"><code class="function">gtk_icon_theme_set_search_path()</code></a>.
|
544
532
|
</p>
|
545
533
|
<div class="variablelist"><table border="0">
|
546
534
|
<col align="left" valign="top">
|
@@ -552,21 +540,20 @@ See <a class="link" href="GtkIconTheme.html#gtk-icon-theme-set-search-path" titl
|
|
552
540
|
</tr>
|
553
541
|
<tr>
|
554
542
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
555
|
-
<td>directory name to append to the icon path
|
556
|
-
</td>
|
543
|
+
<td>directory name to append to the icon path</td>
|
557
544
|
</tr>
|
558
545
|
</tbody>
|
559
546
|
</table></div>
|
560
547
|
<p class="since">Since 2.4</p>
|
561
548
|
</div>
|
562
549
|
<hr>
|
563
|
-
<div class="refsect2"
|
564
|
-
<a name="gtk-icon-theme-prepend-search-path"></a><h3>gtk_icon_theme_prepend_search_path
|
565
|
-
<pre class="programlisting"
|
566
|
-
|
550
|
+
<div class="refsect2">
|
551
|
+
<a name="gtk-icon-theme-prepend-search-path"></a><h3>gtk_icon_theme_prepend_search_path</h3>
|
552
|
+
<pre class="programlisting">#define gtk_icon_theme_prepend_search_path gtk_icon_theme_prepend_search_path_utf8
|
553
|
+
</pre>
|
567
554
|
<p>
|
568
555
|
Prepends a directory to the search path.
|
569
|
-
See <a class="link" href="GtkIconTheme.html#gtk-icon-theme-set-search-path" title="gtk_icon_theme_set_search_path
|
556
|
+
See <a class="link" href="GtkIconTheme.html#gtk-icon-theme-set-search-path" title="gtk_icon_theme_set_search_path"><code class="function">gtk_icon_theme_set_search_path()</code></a>.
|
570
557
|
</p>
|
571
558
|
<div class="variablelist"><table border="0">
|
572
559
|
<col align="left" valign="top">
|
@@ -578,15 +565,14 @@ See <a class="link" href="GtkIconTheme.html#gtk-icon-theme-set-search-path" titl
|
|
578
565
|
</tr>
|
579
566
|
<tr>
|
580
567
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
581
|
-
<td>directory name to prepend to the icon path
|
582
|
-
</td>
|
568
|
+
<td>directory name to prepend to the icon path</td>
|
583
569
|
</tr>
|
584
570
|
</tbody>
|
585
571
|
</table></div>
|
586
572
|
<p class="since">Since 2.4</p>
|
587
573
|
</div>
|
588
574
|
<hr>
|
589
|
-
<div class="refsect2"
|
575
|
+
<div class="refsect2">
|
590
576
|
<a name="gtk-icon-theme-set-custom-theme"></a><h3>gtk_icon_theme_set_custom_theme ()</h3>
|
591
577
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_theme_set_custom_theme (<em class="parameter"><code><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme</code></em>,
|
592
578
|
<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> *theme_name</code></em>);</pre>
|
@@ -607,15 +593,14 @@ and <a class="link" href="GtkIconTheme.html#gtk-icon-theme-get-for-screen" title
|
|
607
593
|
<tr>
|
608
594
|
<td><p><span class="term"><em class="parameter"><code>theme_name</code></em> :</span></p></td>
|
609
595
|
<td>name of icon theme to use instead of configured theme,
|
610
|
-
|
611
|
-
</td>
|
596
|
+
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset a previously set custom theme</td>
|
612
597
|
</tr>
|
613
598
|
</tbody>
|
614
599
|
</table></div>
|
615
600
|
<p class="since">Since 2.4</p>
|
616
601
|
</div>
|
617
602
|
<hr>
|
618
|
-
<div class="refsect2"
|
603
|
+
<div class="refsect2">
|
619
604
|
<a name="gtk-icon-theme-has-icon"></a><h3>gtk_icon_theme_has_icon ()</h3>
|
620
605
|
<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_theme_has_icon (<em class="parameter"><code><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme</code></em>,
|
621
606
|
<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>
|
@@ -633,22 +618,20 @@ for a particular name.
|
|
633
618
|
</tr>
|
634
619
|
<tr>
|
635
620
|
<td><p><span class="term"><em class="parameter"><code>icon_name</code></em> :</span></p></td>
|
636
|
-
<td>the name of an icon
|
637
|
-
</td>
|
621
|
+
<td>the name of an icon</td>
|
638
622
|
</tr>
|
639
623
|
<tr>
|
640
624
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
641
|
-
<td>
|
642
|
-
|
643
|
-
|
644
|
-
</td>
|
625
|
+
<td>
|
626
|
+
<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>icon_theme</code></em> includes an
|
627
|
+
icon for <em class="parameter"><code>icon_name</code></em>.</td>
|
645
628
|
</tr>
|
646
629
|
</tbody>
|
647
630
|
</table></div>
|
648
631
|
<p class="since">Since 2.4</p>
|
649
632
|
</div>
|
650
633
|
<hr>
|
651
|
-
<div class="refsect2"
|
634
|
+
<div class="refsect2">
|
652
635
|
<a name="gtk-icon-theme-lookup-icon"></a><h3>gtk_icon_theme_lookup_icon ()</h3>
|
653
636
|
<pre class="programlisting"><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="returnvalue">GtkIconInfo</span></a> * gtk_icon_theme_lookup_icon (<em class="parameter"><code><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme</code></em>,
|
654
637
|
<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>,
|
@@ -671,25 +654,21 @@ combines these two steps if all you need is the pixbuf.)
|
|
671
654
|
</tr>
|
672
655
|
<tr>
|
673
656
|
<td><p><span class="term"><em class="parameter"><code>icon_name</code></em> :</span></p></td>
|
674
|
-
<td>the name of the icon to lookup
|
675
|
-
</td>
|
657
|
+
<td>the name of the icon to lookup</td>
|
676
658
|
</tr>
|
677
659
|
<tr>
|
678
660
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
679
|
-
<td>desired icon size
|
680
|
-
</td>
|
661
|
+
<td>desired icon size</td>
|
681
662
|
</tr>
|
682
663
|
<tr>
|
683
664
|
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
684
|
-
<td>flags modifying the behavior of the icon lookup
|
685
|
-
</td>
|
665
|
+
<td>flags modifying the behavior of the icon lookup</td>
|
686
666
|
</tr>
|
687
667
|
<tr>
|
688
668
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
689
|
-
<td>
|
669
|
+
<td>a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> structure containing information
|
690
670
|
about the icon, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the icon wasn't found. Free with
|
691
671
|
<a class="link" href="GtkIconTheme.html#gtk-icon-info-free" title="gtk_icon_info_free ()"><code class="function">gtk_icon_info_free()</code></a>
|
692
|
-
|
693
672
|
</td>
|
694
673
|
</tr>
|
695
674
|
</tbody>
|
@@ -697,7 +676,7 @@ about the icon, or <a href="http://library.gnome.org/devel/glib/unstable/glib-St
|
|
697
676
|
<p class="since">Since 2.4</p>
|
698
677
|
</div>
|
699
678
|
<hr>
|
700
|
-
<div class="refsect2"
|
679
|
+
<div class="refsect2">
|
701
680
|
<a name="gtk-icon-theme-choose-icon"></a><h3>gtk_icon_theme_choose_icon ()</h3>
|
702
681
|
<pre class="programlisting"><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="returnvalue">GtkIconInfo</span></a> * gtk_icon_theme_choose_icon (<em class="parameter"><code><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme</code></em>,
|
703
682
|
<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_names[]</code></em>,
|
@@ -726,25 +705,21 @@ inherited icon themes.
|
|
726
705
|
<tr>
|
727
706
|
<td><p><span class="term"><em class="parameter"><code>icon_names</code></em> :</span></p></td>
|
728
707
|
<td>
|
729
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of icon names to lookup
|
730
|
-
</td>
|
708
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of icon names to lookup</td>
|
731
709
|
</tr>
|
732
710
|
<tr>
|
733
711
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
734
|
-
<td>desired icon size
|
735
|
-
</td>
|
712
|
+
<td>desired icon size</td>
|
736
713
|
</tr>
|
737
714
|
<tr>
|
738
715
|
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
739
|
-
<td>flags modifying the behavior of the icon lookup
|
740
|
-
</td>
|
716
|
+
<td>flags modifying the behavior of the icon lookup</td>
|
741
717
|
</tr>
|
742
718
|
<tr>
|
743
719
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
744
|
-
<td>
|
720
|
+
<td>a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> structure containing information
|
745
721
|
about the icon, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the icon wasn't found. Free with
|
746
722
|
<a class="link" href="GtkIconTheme.html#gtk-icon-info-free" title="gtk_icon_info_free ()"><code class="function">gtk_icon_info_free()</code></a>
|
747
|
-
|
748
723
|
</td>
|
749
724
|
</tr>
|
750
725
|
</tbody>
|
@@ -752,7 +727,7 @@ about the icon, or <a href="http://library.gnome.org/devel/glib/unstable/glib-St
|
|
752
727
|
<p class="since">Since 2.12</p>
|
753
728
|
</div>
|
754
729
|
<hr>
|
755
|
-
<div class="refsect2"
|
730
|
+
<div class="refsect2">
|
756
731
|
<a name="gtk-icon-theme-lookup-by-gicon"></a><h3>gtk_icon_theme_lookup_by_gicon ()</h3>
|
757
732
|
<pre class="programlisting"><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="returnvalue">GtkIconInfo</span></a> * gtk_icon_theme_lookup_by_gicon (<em class="parameter"><code><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme</code></em>,
|
758
733
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a> *icon</code></em>,
|
@@ -774,25 +749,21 @@ The icon can then be rendered into a pixbuf using
|
|
774
749
|
</tr>
|
775
750
|
<tr>
|
776
751
|
<td><p><span class="term"><em class="parameter"><code>icon</code></em> :</span></p></td>
|
777
|
-
<td>the <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a> to look up
|
778
|
-
</td>
|
752
|
+
<td>the <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a> to look up</td>
|
779
753
|
</tr>
|
780
754
|
<tr>
|
781
755
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
782
|
-
<td>desired icon size
|
783
|
-
</td>
|
756
|
+
<td>desired icon size</td>
|
784
757
|
</tr>
|
785
758
|
<tr>
|
786
759
|
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
787
|
-
<td>flags modifying the behavior of the icon lookup
|
788
|
-
</td>
|
760
|
+
<td>flags modifying the behavior of the icon lookup</td>
|
789
761
|
</tr>
|
790
762
|
<tr>
|
791
763
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
792
|
-
<td>
|
793
|
-
|
794
|
-
|
795
|
-
|
764
|
+
<td>a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> structure containing
|
765
|
+
information about the icon, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the icon
|
766
|
+
wasn't found. Free with <a class="link" href="GtkIconTheme.html#gtk-icon-info-free" title="gtk_icon_info_free ()"><code class="function">gtk_icon_info_free()</code></a>
|
796
767
|
</td>
|
797
768
|
</tr>
|
798
769
|
</tbody>
|
@@ -800,7 +771,7 @@ The icon can then be rendered into a pixbuf using
|
|
800
771
|
<p class="since">Since 2.14</p>
|
801
772
|
</div>
|
802
773
|
<hr>
|
803
|
-
<div class="refsect2"
|
774
|
+
<div class="refsect2">
|
804
775
|
<a name="gtk-icon-theme-load-icon"></a><h3>gtk_icon_theme_load_icon ()</h3>
|
805
776
|
<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_theme_load_icon (<em class="parameter"><code><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme</code></em>,
|
806
777
|
<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>,
|
@@ -832,32 +803,28 @@ icon theme loaded, which would be a waste of memory.
|
|
832
803
|
</tr>
|
833
804
|
<tr>
|
834
805
|
<td><p><span class="term"><em class="parameter"><code>icon_name</code></em> :</span></p></td>
|
835
|
-
<td>the name of the icon to lookup
|
836
|
-
</td>
|
806
|
+
<td>the name of the icon to lookup</td>
|
837
807
|
</tr>
|
838
808
|
<tr>
|
839
809
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
840
810
|
<td>the desired icon size. The resulting icon may not be
|
841
|
-
|
842
|
-
</td>
|
811
|
+
exactly this size; see <a class="link" href="GtkIconTheme.html#gtk-icon-info-load-icon" title="gtk_icon_info_load_icon ()"><code class="function">gtk_icon_info_load_icon()</code></a>.</td>
|
843
812
|
</tr>
|
844
813
|
<tr>
|
845
814
|
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
846
|
-
<td>flags modifying the behavior of the icon lookup
|
847
|
-
</td>
|
815
|
+
<td>flags modifying the behavior of the icon lookup</td>
|
848
816
|
</tr>
|
849
817
|
<tr>
|
850
818
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
851
|
-
<td>
|
819
|
+
<td>Location to store error information on failure, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
852
820
|
</td>
|
853
821
|
</tr>
|
854
822
|
<tr>
|
855
823
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
856
|
-
<td>
|
857
|
-
or a new reference to an internal icon, so you must not modify
|
858
|
-
|
859
|
-
|
860
|
-
|
824
|
+
<td>the rendered icon; this may be a newly
|
825
|
+
created icon or a new reference to an internal icon, so you must not modify
|
826
|
+
the icon. Use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> to release your reference to the
|
827
|
+
icon. <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the icon isn't found. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
861
828
|
</td>
|
862
829
|
</tr>
|
863
830
|
</tbody>
|
@@ -865,7 +832,7 @@ icon theme loaded, which would be a waste of memory.
|
|
865
832
|
<p class="since">Since 2.4</p>
|
866
833
|
</div>
|
867
834
|
<hr>
|
868
|
-
<div class="refsect2"
|
835
|
+
<div class="refsect2">
|
869
836
|
<a name="gtk-icon-theme-list-contexts"></a><h3>gtk_icon_theme_list_contexts ()</h3>
|
870
837
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * gtk_icon_theme_list_contexts (<em class="parameter"><code><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme</code></em>);</pre>
|
871
838
|
<p>
|
@@ -882,10 +849,10 @@ hierarchy of icon themes
|
|
882
849
|
</tr>
|
883
850
|
<tr>
|
884
851
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
885
|
-
<td>
|
886
|
-
|
887
|
-
|
888
|
-
|
852
|
+
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> list holding the names of all the
|
853
|
+
contexts in the theme. You must first free each element
|
854
|
+
in the list with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>, then free the list itself
|
855
|
+
with <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
889
856
|
</td>
|
890
857
|
</tr>
|
891
858
|
</tbody>
|
@@ -893,7 +860,7 @@ hierarchy of icon themes
|
|
893
860
|
<p class="since">Since 2.12</p>
|
894
861
|
</div>
|
895
862
|
<hr>
|
896
|
-
<div class="refsect2"
|
863
|
+
<div class="refsect2">
|
897
864
|
<a name="gtk-icon-theme-list-icons"></a><h3>gtk_icon_theme_list_icons ()</h3>
|
898
865
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * gtk_icon_theme_list_icons (<em class="parameter"><code><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme</code></em>,
|
899
866
|
<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> *context</code></em>);</pre>
|
@@ -915,15 +882,14 @@ but will typically include such values as "Applications" and
|
|
915
882
|
<tr>
|
916
883
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
917
884
|
<td>a string identifying a particular type of icon,
|
918
|
-
|
919
|
-
</td>
|
885
|
+
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to list all icons.</td>
|
920
886
|
</tr>
|
921
887
|
<tr>
|
922
888
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
923
|
-
<td>
|
924
|
-
icons in the theme. You must first
|
925
|
-
in the list with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>, then free the list
|
926
|
-
with <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8][<acronym title="
|
889
|
+
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> list
|
890
|
+
holding the names of all the icons in the theme. You must first
|
891
|
+
free each element in the list with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>, then free the list
|
892
|
+
itself with <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
927
893
|
</td>
|
928
894
|
</tr>
|
929
895
|
</tbody>
|
@@ -931,7 +897,7 @@ but will typically include such values as "Applications" and
|
|
931
897
|
<p class="since">Since 2.4</p>
|
932
898
|
</div>
|
933
899
|
<hr>
|
934
|
-
<div class="refsect2"
|
900
|
+
<div class="refsect2">
|
935
901
|
<a name="gtk-icon-theme-get-icon-sizes"></a><h3>gtk_icon_theme_get_icon_sizes ()</h3>
|
936
902
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> * gtk_icon_theme_get_icon_sizes (<em class="parameter"><code><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme</code></em>,
|
937
903
|
<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>
|
@@ -951,23 +917,20 @@ is zero-terminated.
|
|
951
917
|
</tr>
|
952
918
|
<tr>
|
953
919
|
<td><p><span class="term"><em class="parameter"><code>icon_name</code></em> :</span></p></td>
|
954
|
-
<td>the name of an icon
|
955
|
-
</td>
|
920
|
+
<td>the name of an icon</td>
|
956
921
|
</tr>
|
957
922
|
<tr>
|
958
923
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
959
|
-
<td>
|
924
|
+
<td>An newly allocated array describing the sizes at
|
960
925
|
which the icon is available. The array should be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>
|
961
|
-
when it is no longer needed
|
962
|
-
|
963
|
-
</td>
|
926
|
+
when it is no longer needed.</td>
|
964
927
|
</tr>
|
965
928
|
</tbody>
|
966
929
|
</table></div>
|
967
930
|
<p class="since">Since 2.6</p>
|
968
931
|
</div>
|
969
932
|
<hr>
|
970
|
-
<div class="refsect2"
|
933
|
+
<div class="refsect2">
|
971
934
|
<a name="gtk-icon-theme-get-example-icon-name"></a><h3>gtk_icon_theme_get_example_icon_name ()</h3>
|
972
935
|
<pre class="programlisting"><span class="returnvalue">char</span> * gtk_icon_theme_get_example_icon_name
|
973
936
|
(<em class="parameter"><code><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme</code></em>);</pre>
|
@@ -986,17 +949,15 @@ a list of themes to the user.)
|
|
986
949
|
</tr>
|
987
950
|
<tr>
|
988
951
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
989
|
-
<td>
|
990
|
-
|
991
|
-
|
992
|
-
</td>
|
952
|
+
<td>the name of an example icon or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
953
|
+
Free with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
|
993
954
|
</tr>
|
994
955
|
</tbody>
|
995
956
|
</table></div>
|
996
957
|
<p class="since">Since 2.4</p>
|
997
958
|
</div>
|
998
959
|
<hr>
|
999
|
-
<div class="refsect2"
|
960
|
+
<div class="refsect2">
|
1000
961
|
<a name="gtk-icon-theme-rescan-if-needed"></a><h3>gtk_icon_theme_rescan_if_needed ()</h3>
|
1001
962
|
<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_theme_rescan_if_needed (<em class="parameter"><code><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme</code></em>);</pre>
|
1002
963
|
<p>
|
@@ -1014,17 +975,16 @@ next time <em class="parameter"><code>icon_theme</code></em> is accessed.
|
|
1014
975
|
</tr>
|
1015
976
|
<tr>
|
1016
977
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1017
|
-
<td>
|
1018
|
-
|
1019
|
-
|
1020
|
-
</td>
|
978
|
+
<td>
|
979
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the icon theme has changed and needed
|
980
|
+
to be reloaded.</td>
|
1021
981
|
</tr>
|
1022
982
|
</tbody>
|
1023
983
|
</table></div>
|
1024
984
|
<p class="since">Since 2.4</p>
|
1025
985
|
</div>
|
1026
986
|
<hr>
|
1027
|
-
<div class="refsect2"
|
987
|
+
<div class="refsect2">
|
1028
988
|
<a name="gtk-icon-theme-add-builtin-icon"></a><h3>gtk_icon_theme_add_builtin_icon ()</h3>
|
1029
989
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_theme_add_builtin_icon (<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>,
|
1030
990
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>,
|
@@ -1051,31 +1011,28 @@ via <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-creat
|
|
1051
1011
|
<tbody>
|
1052
1012
|
<tr>
|
1053
1013
|
<td><p><span class="term"><em class="parameter"><code>icon_name</code></em> :</span></p></td>
|
1054
|
-
<td>the name of the icon to register
|
1055
|
-
</td>
|
1014
|
+
<td>the name of the icon to register</td>
|
1056
1015
|
</tr>
|
1057
1016
|
<tr>
|
1058
1017
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
1059
1018
|
<td>the size at which to register the icon (different
|
1060
|
-
|
1061
|
-
|
1062
|
-
</td>
|
1019
|
+
images can be registered for the same icon name
|
1020
|
+
at different sizes.)</td>
|
1063
1021
|
</tr>
|
1064
1022
|
<tr>
|
1065
1023
|
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
1066
1024
|
<td>
|
1067
1025
|
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> that contains the image to use
|
1068
|
-
|
1069
|
-
</td>
|
1026
|
+
for <em class="parameter"><code>icon_name</code></em>.</td>
|
1070
1027
|
</tr>
|
1071
1028
|
</tbody>
|
1072
1029
|
</table></div>
|
1073
1030
|
<p class="since">Since 2.4</p>
|
1074
1031
|
</div>
|
1075
1032
|
<hr>
|
1076
|
-
<div class="refsect2"
|
1033
|
+
<div class="refsect2">
|
1077
1034
|
<a name="gtk-icon-info-copy"></a><h3>gtk_icon_info_copy ()</h3>
|
1078
|
-
<pre class="programlisting"><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="returnvalue">GtkIconInfo</span></a> *
|
1035
|
+
<pre class="programlisting"><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="returnvalue">GtkIconInfo</span></a> * gtk_icon_info_copy (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>);</pre>
|
1079
1036
|
<p>
|
1080
1037
|
Make a copy of a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a>.
|
1081
1038
|
</p>
|
@@ -1089,16 +1046,14 @@ Make a copy of a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="Gtk
|
|
1089
1046
|
</tr>
|
1090
1047
|
<tr>
|
1091
1048
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1092
|
-
<td>
|
1093
|
-
|
1094
|
-
</td>
|
1049
|
+
<td>the new GtkIconInfo</td>
|
1095
1050
|
</tr>
|
1096
1051
|
</tbody>
|
1097
1052
|
</table></div>
|
1098
1053
|
<p class="since">Since 2.4</p>
|
1099
1054
|
</div>
|
1100
1055
|
<hr>
|
1101
|
-
<div class="refsect2"
|
1056
|
+
<div class="refsect2">
|
1102
1057
|
<a name="gtk-icon-info-free"></a><h3>gtk_icon_info_free ()</h3>
|
1103
1058
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_info_free (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>);</pre>
|
1104
1059
|
<p>
|
@@ -1115,9 +1070,9 @@ Free a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo">
|
|
1115
1070
|
<p class="since">Since 2.4</p>
|
1116
1071
|
</div>
|
1117
1072
|
<hr>
|
1118
|
-
<div class="refsect2"
|
1073
|
+
<div class="refsect2">
|
1119
1074
|
<a name="gtk-icon-info-new-for-pixbuf"></a><h3>gtk_icon_info_new_for_pixbuf ()</h3>
|
1120
|
-
<pre class="programlisting"><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="returnvalue">GtkIconInfo</span></a> *
|
1075
|
+
<pre class="programlisting"><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="returnvalue">GtkIconInfo</span></a> * gtk_icon_info_new_for_pixbuf (<em class="parameter"><code><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme</code></em>,
|
1121
1076
|
<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>
|
1122
1077
|
<p>
|
1123
1078
|
Creates a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> for a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>.
|
@@ -1137,8 +1092,7 @@ Creates a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInf
|
|
1137
1092
|
</tr>
|
1138
1093
|
<tr>
|
1139
1094
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1140
|
-
<td>
|
1141
|
-
|
1095
|
+
<td>a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a>
|
1142
1096
|
</td>
|
1143
1097
|
</tr>
|
1144
1098
|
</tbody>
|
@@ -1146,7 +1100,7 @@ Creates a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInf
|
|
1146
1100
|
<p class="since">Since 2.14</p>
|
1147
1101
|
</div>
|
1148
1102
|
<hr>
|
1149
|
-
<div class="refsect2"
|
1103
|
+
<div class="refsect2">
|
1150
1104
|
<a name="gtk-icon-info-get-base-size"></a><h3>gtk_icon_info_get_base_size ()</h3>
|
1151
1105
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_icon_info_get_base_size (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>);</pre>
|
1152
1106
|
<p>
|
@@ -1169,19 +1123,18 @@ they are attached.
|
|
1169
1123
|
</tr>
|
1170
1124
|
<tr>
|
1171
1125
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1172
|
-
<td>
|
1173
|
-
|
1174
|
-
|
1175
|
-
</td>
|
1126
|
+
<td>the base size, or 0, if no base
|
1127
|
+
size is known for the icon.</td>
|
1176
1128
|
</tr>
|
1177
1129
|
</tbody>
|
1178
1130
|
</table></div>
|
1179
1131
|
<p class="since">Since 2.4</p>
|
1180
1132
|
</div>
|
1181
1133
|
<hr>
|
1182
|
-
<div class="refsect2"
|
1183
|
-
<a name="gtk-icon-info-get-filename"></a><h3>gtk_icon_info_get_filename
|
1184
|
-
<pre class="programlisting"
|
1134
|
+
<div class="refsect2">
|
1135
|
+
<a name="gtk-icon-info-get-filename"></a><h3>gtk_icon_info_get_filename</h3>
|
1136
|
+
<pre class="programlisting">#define gtk_icon_info_get_filename gtk_icon_info_get_filename_utf8
|
1137
|
+
</pre>
|
1185
1138
|
<p>
|
1186
1139
|
Gets the filename for the icon. If the
|
1187
1140
|
<a class="link" href="GtkIconTheme.html#GTK-ICON-LOOKUP-USE-BUILTIN:CAPS"><code class="literal">GTK_ICON_LOOKUP_USE_BUILTIN</code></a> flag was passed
|
@@ -1191,29 +1144,20 @@ case, you should use <a class="link" href="GtkIconTheme.html#gtk-icon-info-get-b
|
|
1191
1144
|
</p>
|
1192
1145
|
<div class="variablelist"><table border="0">
|
1193
1146
|
<col align="left" valign="top">
|
1194
|
-
<tbody>
|
1195
|
-
<tr>
|
1196
|
-
<td><p><span class="term"><em class="parameter"><code>icon_info</code></em> :</span></p></td>
|
1197
|
-
<td>a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a>
|
1198
|
-
</td>
|
1199
|
-
</tr>
|
1200
|
-
<tr>
|
1147
|
+
<tbody><tr>
|
1201
1148
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1202
|
-
<td>
|
1203
|
-
|
1204
|
-
|
1205
|
-
|
1206
|
-
|
1207
|
-
</td>
|
1208
|
-
</tr>
|
1209
|
-
</tbody>
|
1149
|
+
<td>the filename for the icon, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1150
|
+
if <a class="link" href="GtkIconTheme.html#gtk-icon-info-get-builtin-pixbuf" title="gtk_icon_info_get_builtin_pixbuf ()"><code class="function">gtk_icon_info_get_builtin_pixbuf()</code></a> should
|
1151
|
+
be used instead. The return value is owned by
|
1152
|
+
GTK+ and should not be modified or freed.</td>
|
1153
|
+
</tr></tbody>
|
1210
1154
|
</table></div>
|
1211
1155
|
<p class="since">Since 2.4</p>
|
1212
1156
|
</div>
|
1213
1157
|
<hr>
|
1214
|
-
<div class="refsect2"
|
1158
|
+
<div class="refsect2">
|
1215
1159
|
<a name="gtk-icon-info-get-builtin-pixbuf"></a><h3>gtk_icon_info_get_builtin_pixbuf ()</h3>
|
1216
|
-
<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> *
|
1160
|
+
<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_info_get_builtin_pixbuf (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>);</pre>
|
1217
1161
|
<p>
|
1218
1162
|
Gets the built-in image for this icon, if any. To allow
|
1219
1163
|
GTK+ to use built in icon images, you must pass the
|
@@ -1225,15 +1169,14 @@ GTK+ to use built in icon images, you must pass the
|
|
1225
1169
|
<tbody>
|
1226
1170
|
<tr>
|
1227
1171
|
<td><p><span class="term"><em class="parameter"><code>icon_info</code></em> :</span></p></td>
|
1228
|
-
<td>a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> structure
|
1229
|
-
</td>
|
1172
|
+
<td>a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> structure</td>
|
1230
1173
|
</tr>
|
1231
1174
|
<tr>
|
1232
1175
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1233
|
-
<td>
|
1234
|
-
|
1235
|
-
|
1236
|
-
|
1176
|
+
<td>the built-in image pixbuf, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. No
|
1177
|
+
extra reference is added to the returned pixbuf, so if
|
1178
|
+
you want to keep it around, you must use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a>.
|
1179
|
+
The returned image must not be modified. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1237
1180
|
</td>
|
1238
1181
|
</tr>
|
1239
1182
|
</tbody>
|
@@ -1241,9 +1184,9 @@ GTK+ to use built in icon images, you must pass the
|
|
1241
1184
|
<p class="since">Since 2.4</p>
|
1242
1185
|
</div>
|
1243
1186
|
<hr>
|
1244
|
-
<div class="refsect2"
|
1187
|
+
<div class="refsect2">
|
1245
1188
|
<a name="gtk-icon-info-load-icon"></a><h3>gtk_icon_info_load_icon ()</h3>
|
1246
|
-
<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> *
|
1189
|
+
<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_info_load_icon (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
1247
1190
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1248
1191
|
<p>
|
1249
1192
|
Renders an icon previously looked up in an icon theme using
|
@@ -1268,16 +1211,16 @@ returned by this function will be scaled to the exact size.
|
|
1268
1211
|
</tr>
|
1269
1212
|
<tr>
|
1270
1213
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1271
|
-
<td>
|
1214
|
+
<td>location to store error information on failure,
|
1215
|
+
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>
|
1272
1216
|
</td>
|
1273
1217
|
</tr>
|
1274
1218
|
<tr>
|
1275
1219
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1276
|
-
<td>
|
1277
|
-
or a new reference to an internal icon, so you must
|
1278
|
-
the icon. Use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> to release your reference
|
1279
|
-
icon.
|
1280
|
-
|
1220
|
+
<td>the rendered icon; this may be a newly
|
1221
|
+
created icon or a new reference to an internal icon, so you must
|
1222
|
+
not modify the icon. Use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> to release your reference
|
1223
|
+
to the icon. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
1281
1224
|
</td>
|
1282
1225
|
</tr>
|
1283
1226
|
</tbody>
|
@@ -1285,7 +1228,7 @@ returned by this function will be scaled to the exact size.
|
|
1285
1228
|
<p class="since">Since 2.4</p>
|
1286
1229
|
</div>
|
1287
1230
|
<hr>
|
1288
|
-
<div class="refsect2"
|
1231
|
+
<div class="refsect2">
|
1289
1232
|
<a name="gtk-icon-info-set-raw-coordinates"></a><h3>gtk_icon_info_set_raw_coordinates ()</h3>
|
1290
1233
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_info_set_raw_coordinates (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
1291
1234
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> raw_coordinates</code></em>);</pre>
|
@@ -1300,7 +1243,7 @@ Raw coordinates are somewhat strange; they are specified to be with
|
|
1300
1243
|
respect to the unscaled pixmap for PNG and XPM icons, but for SVG
|
1301
1244
|
icons, they are in a 1000x1000 coordinate space that is scaled
|
1302
1245
|
to the final size of the icon. You can determine if the icon is an SVG
|
1303
|
-
icon by using <a class="link" href="GtkIconTheme.html#gtk-icon-info-get-filename" title="gtk_icon_info_get_filename
|
1246
|
+
icon by using <a class="link" href="GtkIconTheme.html#gtk-icon-info-get-filename" title="gtk_icon_info_get_filename"><code class="function">gtk_icon_info_get_filename()</code></a>, and seeing if it is non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1304
1247
|
and ends in '.svg'.
|
1305
1248
|
</p>
|
1306
1249
|
<p>
|
@@ -1318,16 +1261,15 @@ for older API's, and is not expected to be useful for applications.
|
|
1318
1261
|
<tr>
|
1319
1262
|
<td><p><span class="term"><em class="parameter"><code>raw_coordinates</code></em> :</span></p></td>
|
1320
1263
|
<td>whether the coordinates of embedded rectangles
|
1321
|
-
|
1322
|
-
|
1323
|
-
</td>
|
1264
|
+
and attached points should be returned in their original
|
1265
|
+
(unscaled) form.</td>
|
1324
1266
|
</tr>
|
1325
1267
|
</tbody>
|
1326
1268
|
</table></div>
|
1327
1269
|
<p class="since">Since 2.4</p>
|
1328
1270
|
</div>
|
1329
1271
|
<hr>
|
1330
|
-
<div class="refsect2"
|
1272
|
+
<div class="refsect2">
|
1331
1273
|
<a name="gtk-icon-info-get-embedded-rect"></a><h3>gtk_icon_info_get_embedded_rect ()</h3>
|
1332
1274
|
<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_info_get_embedded_rect (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
1333
1275
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rectangle</code></em>);</pre>
|
@@ -1350,22 +1292,20 @@ information about the coordinate system.
|
|
1350
1292
|
<td><p><span class="term"><em class="parameter"><code>rectangle</code></em> :</span></p></td>
|
1351
1293
|
<td>
|
1352
1294
|
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> in which to store embedded
|
1353
|
-
|
1354
|
-
|
1355
|
-
</td>
|
1295
|
+
rectangle coordinates; coordinates are only stored
|
1296
|
+
when this function returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.</td>
|
1356
1297
|
</tr>
|
1357
1298
|
<tr>
|
1358
1299
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1359
|
-
<td>
|
1360
|
-
|
1361
|
-
</td>
|
1300
|
+
<td>
|
1301
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the icon has an embedded rectangle</td>
|
1362
1302
|
</tr>
|
1363
1303
|
</tbody>
|
1364
1304
|
</table></div>
|
1365
1305
|
<p class="since">Since 2.4</p>
|
1366
1306
|
</div>
|
1367
1307
|
<hr>
|
1368
|
-
<div class="refsect2"
|
1308
|
+
<div class="refsect2">
|
1369
1309
|
<a name="gtk-icon-info-get-attach-points"></a><h3>gtk_icon_info_get_attach_points ()</h3>
|
1370
1310
|
<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_info_get_attach_points (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
1371
1311
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Points-Rectangles-and-Regions.html#GdkPoint"><span class="type">GdkPoint</span></a> **points</code></em>,
|
@@ -1385,27 +1325,26 @@ emblems or overlays to the icon.
|
|
1385
1325
|
</tr>
|
1386
1326
|
<tr>
|
1387
1327
|
<td><p><span class="term"><em class="parameter"><code>points</code></em> :</span></p></td>
|
1388
|
-
<td> location to store pointer to an array of points, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1389
|
-
|
1328
|
+
<td>(array length=n_points) (out): location to store pointer to an array of points, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1329
|
+
free the array of points with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1390
1330
|
</td>
|
1391
1331
|
</tr>
|
1392
1332
|
<tr>
|
1393
1333
|
<td><p><span class="term"><em class="parameter"><code>n_points</code></em> :</span></p></td>
|
1394
|
-
<td>
|
1334
|
+
<td>location to store the number of points in <em class="parameter"><code>points</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>
|
1395
1335
|
</td>
|
1396
1336
|
</tr>
|
1397
1337
|
<tr>
|
1398
1338
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1399
|
-
<td>
|
1400
|
-
|
1401
|
-
</td>
|
1339
|
+
<td>
|
1340
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there are any attach points for the icon.</td>
|
1402
1341
|
</tr>
|
1403
1342
|
</tbody>
|
1404
1343
|
</table></div>
|
1405
1344
|
<p class="since">Since 2.4</p>
|
1406
1345
|
</div>
|
1407
1346
|
<hr>
|
1408
|
-
<div class="refsect2"
|
1347
|
+
<div class="refsect2">
|
1409
1348
|
<a name="gtk-icon-info-get-display-name"></a><h3>gtk_icon_info_get_display_name ()</h3>
|
1410
1349
|
<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_info_get_display_name (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>);</pre>
|
1411
1350
|
<p>
|
@@ -1423,23 +1362,21 @@ visible context like a list of icons.
|
|
1423
1362
|
</tr>
|
1424
1363
|
<tr>
|
1425
1364
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1426
|
-
<td>
|
1427
|
-
|
1428
|
-
|
1429
|
-
|
1430
|
-
</td>
|
1365
|
+
<td>the display name for the icon or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, if
|
1366
|
+
the icon doesn't have a specified display name. This value
|
1367
|
+
is owned <em class="parameter"><code>icon_info</code></em> and must not be modified or free.</td>
|
1431
1368
|
</tr>
|
1432
1369
|
</tbody>
|
1433
1370
|
</table></div>
|
1434
1371
|
<p class="since">Since 2.4</p>
|
1435
1372
|
</div>
|
1436
1373
|
</div>
|
1437
|
-
<div class="refsect1"
|
1374
|
+
<div class="refsect1">
|
1438
1375
|
<a name="GtkIconTheme.signal-details"></a><h2>Signal Details</h2>
|
1439
|
-
<div class="refsect2"
|
1376
|
+
<div class="refsect2">
|
1440
1377
|
<a name="GtkIconTheme-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
|
1441
1378
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme,
|
1442
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
1379
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
1443
1380
|
<p>
|
1444
1381
|
Emitted when the current icon theme is switched or GTK+ detects
|
1445
1382
|
that a change has occurred in the contents of the current
|
@@ -1450,8 +1387,7 @@ icon theme.
|
|
1450
1387
|
<tbody>
|
1451
1388
|
<tr>
|
1452
1389
|
<td><p><span class="term"><em class="parameter"><code>icon_theme</code></em> :</span></p></td>
|
1453
|
-
<td>the icon theme
|
1454
|
-
</td>
|
1390
|
+
<td>the icon theme</td>
|
1455
1391
|
</tr>
|
1456
1392
|
<tr>
|
1457
1393
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1464,6 +1400,6 @@ icon theme.
|
|
1464
1400
|
</div>
|
1465
1401
|
<div class="footer">
|
1466
1402
|
<hr>
|
1467
|
-
Generated by GTK-Doc V1.
|
1403
|
+
Generated by GTK-Doc V1.16.1</div>
|
1468
1404
|
</body>
|
1469
1405
|
</html>
|