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
@@ -76,6 +76,7 @@ include/gtk-2.0/gtk/gtkcolorseldialog.h
|
|
76
76
|
include/gtk-2.0/gtk/gtkcombo.h
|
77
77
|
include/gtk-2.0/gtk/gtkcombobox.h
|
78
78
|
include/gtk-2.0/gtk/gtkcomboboxentry.h
|
79
|
+
include/gtk-2.0/gtk/gtkcomboboxtext.h
|
79
80
|
include/gtk-2.0/gtk/gtkcontainer.h
|
80
81
|
include/gtk-2.0/gtk/gtkctree.h
|
81
82
|
include/gtk-2.0/gtk/gtkcurve.h
|
@@ -477,6 +478,7 @@ share/gtk-doc/html/gtk/api-index-2-18.html
|
|
477
478
|
share/gtk-doc/html/gtk/api-index-2-2.html
|
478
479
|
share/gtk-doc/html/gtk/api-index-2-20.html
|
479
480
|
share/gtk-doc/html/gtk/api-index-2-22.html
|
481
|
+
share/gtk-doc/html/gtk/api-index-2-24.html
|
480
482
|
share/gtk-doc/html/gtk/api-index-2-4.html
|
481
483
|
share/gtk-doc/html/gtk/api-index-2-6.html
|
482
484
|
share/gtk-doc/html/gtk/api-index-2-8.html
|
@@ -593,8 +595,6 @@ share/gtk-doc/html/gtk/gtk-General.html
|
|
593
595
|
share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html
|
594
596
|
share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html
|
595
597
|
share/gtk-doc/html/gtk/gtk-gtkfilefilter.html
|
596
|
-
share/gtk-doc/html/gtk/gtk-GtkPaperSize.html
|
597
|
-
share/gtk-doc/html/gtk/gtk-GtkTextIter.html
|
598
598
|
share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html
|
599
599
|
share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html
|
600
600
|
share/gtk-doc/html/gtk/gtk-index.png
|
@@ -685,6 +685,7 @@ share/gtk-doc/html/gtk/GtkColorSelectionDialog.html
|
|
685
685
|
share/gtk-doc/html/gtk/GtkCombo.html
|
686
686
|
share/gtk-doc/html/gtk/GtkComboBox.html
|
687
687
|
share/gtk-doc/html/gtk/GtkComboBoxEntry.html
|
688
|
+
share/gtk-doc/html/gtk/GtkComboBoxText.html
|
688
689
|
share/gtk-doc/html/gtk/GtkContainer.html
|
689
690
|
share/gtk-doc/html/gtk/GtkCTree.html
|
690
691
|
share/gtk-doc/html/gtk/GtkCurve.html
|
@@ -754,6 +755,7 @@ share/gtk-doc/html/gtk/GtkOptionMenu.html
|
|
754
755
|
share/gtk-doc/html/gtk/GtkPageSetup.html
|
755
756
|
share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html
|
756
757
|
share/gtk-doc/html/gtk/GtkPaned.html
|
758
|
+
share/gtk-doc/html/gtk/GtkPaperSize.html
|
757
759
|
share/gtk-doc/html/gtk/GtkPixmap.html
|
758
760
|
share/gtk-doc/html/gtk/GtkPlug.html
|
759
761
|
share/gtk-doc/html/gtk/GtkPreview.html
|
@@ -798,6 +800,7 @@ share/gtk-doc/html/gtk/GtkTable.html
|
|
798
800
|
share/gtk-doc/html/gtk/GtkTearoffMenuItem.html
|
799
801
|
share/gtk-doc/html/gtk/GtkText.html
|
800
802
|
share/gtk-doc/html/gtk/GtkTextBuffer.html
|
803
|
+
share/gtk-doc/html/gtk/GtkTextIter.html
|
801
804
|
share/gtk-doc/html/gtk/GtkTextMark.html
|
802
805
|
share/gtk-doc/html/gtk/GtkTextTag.html
|
803
806
|
share/gtk-doc/html/gtk/GtkTextTagTable.html
|
@@ -940,8 +943,8 @@ share/gtk-doc/html/gtk/zoom-fit-best.png
|
|
940
943
|
share/gtk-doc/html/gtk/zoom-in.png
|
941
944
|
share/gtk-doc/html/gtk/zoom-original.png
|
942
945
|
share/gtk-doc/html/gtk/zoom-out.png
|
943
|
-
share/doc/gtk+-dev-2.
|
946
|
+
share/doc/gtk+-dev-2.24.0/COPYING
|
944
947
|
bin/gtk-update-icon-cache.exe.manifest
|
945
|
-
src/tml/packaging/gtk+_2.
|
946
|
-
src/tml/packaging/gtk+_2.
|
947
|
-
manifest/gtk+-dev_2.
|
948
|
+
src/tml/packaging/gtk+_2.24.0-1_win32.sh
|
949
|
+
src/tml/packaging/gtk+_2.24.0-1_win32.log
|
950
|
+
manifest/gtk+-dev_2.24.0-1_win32.mft
|
@@ -59,12 +59,10 @@ share/locale/is/LC_MESSAGES/gtk20.mo
|
|
59
59
|
share/locale/it/LC_MESSAGES/gtk20.mo
|
60
60
|
share/locale/ja/LC_MESSAGES/gtk20.mo
|
61
61
|
share/locale/ka/LC_MESSAGES/gtk20.mo
|
62
|
-
share/locale/kg/LC_MESSAGES/gtk20.mo
|
63
62
|
share/locale/kk/LC_MESSAGES/gtk20.mo
|
64
63
|
share/locale/kn/LC_MESSAGES/gtk20.mo
|
65
64
|
share/locale/ko/LC_MESSAGES/gtk20.mo
|
66
65
|
share/locale/ku/LC_MESSAGES/gtk20.mo
|
67
|
-
share/locale/lg/LC_MESSAGES/gtk20.mo
|
68
66
|
share/locale/li/LC_MESSAGES/gtk20.mo
|
69
67
|
share/locale/lt/LC_MESSAGES/gtk20.mo
|
70
68
|
share/locale/lv/LC_MESSAGES/gtk20.mo
|
@@ -166,12 +164,10 @@ share/locale/is/LC_MESSAGES/gtk20-properties.mo
|
|
166
164
|
share/locale/it/LC_MESSAGES/gtk20-properties.mo
|
167
165
|
share/locale/ja/LC_MESSAGES/gtk20-properties.mo
|
168
166
|
share/locale/ka/LC_MESSAGES/gtk20-properties.mo
|
169
|
-
share/locale/kg/LC_MESSAGES/gtk20-properties.mo
|
170
167
|
share/locale/kk/LC_MESSAGES/gtk20-properties.mo
|
171
168
|
share/locale/kn/LC_MESSAGES/gtk20-properties.mo
|
172
169
|
share/locale/ko/LC_MESSAGES/gtk20-properties.mo
|
173
170
|
share/locale/ku/LC_MESSAGES/gtk20-properties.mo
|
174
|
-
share/locale/lg/LC_MESSAGES/gtk20-properties.mo
|
175
171
|
share/locale/li/LC_MESSAGES/gtk20-properties.mo
|
176
172
|
share/locale/lt/LC_MESSAGES/gtk20-properties.mo
|
177
173
|
share/locale/lv/LC_MESSAGES/gtk20-properties.mo
|
@@ -225,5 +221,5 @@ share/locale/yi/LC_MESSAGES/gtk20-properties.mo
|
|
225
221
|
share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo
|
226
222
|
share/locale/zh_HK/LC_MESSAGES/gtk20-properties.mo
|
227
223
|
share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo
|
228
|
-
share/doc/gtk+-2.
|
229
|
-
manifest/gtk+_2.
|
224
|
+
share/doc/gtk+-2.24.0/COPYING
|
225
|
+
manifest/gtk+_2.24.0-1_win32.mft
|
File without changes
|
File without changes
|
@@ -57,25 +57,6 @@ activate_radio_action (GtkAction *action, GtkRadioAction *current)
|
|
57
57
|
}
|
58
58
|
}
|
59
59
|
|
60
|
-
static void
|
61
|
-
activate_email (GtkAboutDialog *about,
|
62
|
-
const gchar *link,
|
63
|
-
gpointer data)
|
64
|
-
{
|
65
|
-
gchar *text;
|
66
|
-
text = g_strdup_printf ("send mail to %s", link);
|
67
|
-
g_print ("%s\n", text);
|
68
|
-
g_free (text);
|
69
|
-
}
|
70
|
-
|
71
|
-
static void
|
72
|
-
activate_url (GtkAboutDialog *about,
|
73
|
-
const gchar *link,
|
74
|
-
gpointer data)
|
75
|
-
{
|
76
|
-
g_print ("show url %s\n", link);
|
77
|
-
}
|
78
|
-
|
79
60
|
static void
|
80
61
|
about_cb (GtkAction *action,
|
81
62
|
GtkWidget *window)
|
@@ -126,8 +107,6 @@ about_cb (GtkAction *action,
|
|
126
107
|
g_object_unref (pixbuf);
|
127
108
|
}
|
128
109
|
|
129
|
-
gtk_about_dialog_set_email_hook (activate_email, NULL, NULL);
|
130
|
-
gtk_about_dialog_set_url_hook (activate_url, NULL, NULL);
|
131
110
|
gtk_show_about_dialog (GTK_WINDOW (window),
|
132
111
|
"program-name", "GTK+ Code Demos",
|
133
112
|
"version", PACKAGE_VERSION,
|
@@ -238,12 +238,12 @@ is_capital_sensitive (GtkCellLayout *cell_layout,
|
|
238
238
|
}
|
239
239
|
|
240
240
|
static void
|
241
|
-
fill_combo_entry (GtkWidget *
|
241
|
+
fill_combo_entry (GtkWidget *combo)
|
242
242
|
{
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
243
|
+
gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo), "One");
|
244
|
+
gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo), "Two");
|
245
|
+
gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo), "2\302\275");
|
246
|
+
gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo), "Three");
|
247
247
|
}
|
248
248
|
|
249
249
|
|
@@ -428,7 +428,7 @@ do_combobox (GtkWidget *do_widget)
|
|
428
428
|
gtk_container_set_border_width (GTK_CONTAINER (box), 5);
|
429
429
|
gtk_container_add (GTK_CONTAINER (frame), box);
|
430
430
|
|
431
|
-
combo =
|
431
|
+
combo = gtk_combo_box_text_new_with_entry ();
|
432
432
|
fill_combo_entry (combo);
|
433
433
|
gtk_container_add (GTK_CONTAINER (box), combo);
|
434
434
|
|
@@ -493,7 +493,7 @@ gtk_rotated_bin_expose (GtkWidget *widget,
|
|
493
493
|
cairo_translate (cr, -child_area.width / 2, -child_area.height / 2);
|
494
494
|
|
495
495
|
/* clip */
|
496
|
-
|
496
|
+
gdk_pixmap_get_size (pixmap, &width, &height);
|
497
497
|
cairo_rectangle (cr, 0, 0, width, height);
|
498
498
|
cairo_clip (cr);
|
499
499
|
/* paint */
|
@@ -381,7 +381,7 @@ gtk_mirror_bin_expose (GtkWidget *widget,
|
|
381
381
|
if (bin->child && gtk_widget_get_visible (bin->child))
|
382
382
|
{
|
383
383
|
pixmap = gdk_offscreen_window_get_pixmap (bin->offscreen_window);
|
384
|
-
|
384
|
+
gdk_pixmap_get_size (pixmap, &width, &height);
|
385
385
|
|
386
386
|
cr = gdk_cairo_create (widget->window);
|
387
387
|
|
@@ -25,10 +25,10 @@ create_combo_box (const char **strings)
|
|
25
25
|
GtkWidget *combo_box;
|
26
26
|
const char **str;
|
27
27
|
|
28
|
-
combo_box =
|
28
|
+
combo_box = gtk_combo_box_text_new ();
|
29
29
|
|
30
30
|
for (str = strings; *str; str++)
|
31
|
-
|
31
|
+
gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo_box), *str);
|
32
32
|
|
33
33
|
gtk_combo_box_set_active (GTK_COMBO_BOX (combo_box), 0);
|
34
34
|
|
@@ -371,11 +371,11 @@ attach_widgets (GtkTextView *text_view)
|
|
371
371
|
}
|
372
372
|
else if (i == 1)
|
373
373
|
{
|
374
|
-
widget =
|
374
|
+
widget = gtk_combo_box_text_new ();
|
375
375
|
|
376
|
-
|
377
|
-
|
378
|
-
|
376
|
+
gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (widget), "Option 1");
|
377
|
+
gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (widget), "Option 2");
|
378
|
+
gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (widget), "Option 3");
|
379
379
|
}
|
380
380
|
else if (i == 2)
|
381
381
|
{
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<link rel="home" href="index.html" title="GAIL Reference Manual">
|
8
8
|
<link rel="up" href="libgail-util-main.html" title="GAIL libgail-util Library">
|
9
9
|
<link rel="prev" href="gail-libgail-util-GailTextUtil.html" title="GailTextUtil">
|
10
|
-
<meta name="generator" content="GTK-Doc V1.
|
10
|
+
<meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
|
11
11
|
<link rel="stylesheet" href="style.css" type="text/css">
|
12
12
|
</head>
|
13
13
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<a href="#gail-libgail-util-GailMisc.description" class="shortcut">Description</a>
|
26
26
|
</td></tr>
|
27
27
|
</table>
|
28
|
-
<div class="refentry"
|
28
|
+
<div class="refentry">
|
29
29
|
<a name="gail-libgail-util-GailMisc"></a><div class="titlepage"></div>
|
30
30
|
<div class="refnamediv"><table width="100%"><tr>
|
31
31
|
<td valign="top">
|
@@ -35,9 +35,9 @@
|
|
35
35
|
</td>
|
36
36
|
<td valign="top" align="right"></td>
|
37
37
|
</tr></table></div>
|
38
|
-
<div class="refsynopsisdiv"
|
38
|
+
<div class="refsynopsisdiv">
|
39
39
|
<a name="gail-libgail-util-GailMisc.synopsis"></a><h2>Synopsis</h2>
|
40
|
-
<pre class="synopsis"><a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="returnvalue">AtkAttributeSet</span></a
|
40
|
+
<pre class="synopsis"><a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="returnvalue">AtkAttributeSet</span></a> * <a class="link" href="gail-libgail-util-GailMisc.html#gail-misc-add-attribute" title="gail_misc_add_attribute ()">gail_misc_add_attribute</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="type">AtkAttributeSet</span></a> *attrib_set</code></em>,
|
41
41
|
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkTextAttribute"><span class="type">AtkTextAttribute</span></a> attr</code></em>,
|
42
42
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);
|
43
43
|
<a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="returnvalue">AtkAttributeSet</span></a> * <a class="link" href="gail-libgail-util-GailMisc.html#gail-misc-layout-get-run-attributes" title="gail_misc_layout_get_run_attributes ()">gail_misc_layout_get_run_attributes</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="type">AtkAttributeSet</span></a> *attrib_set</code></em>,
|
@@ -46,7 +46,7 @@
|
|
46
46
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offset</code></em>,
|
47
47
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *start_offset</code></em>,
|
48
48
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *end_offset</code></em>);
|
49
|
-
<a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="returnvalue">AtkAttributeSet</span></a
|
49
|
+
<a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="returnvalue">AtkAttributeSet</span></a> * <a class="link" href="gail-libgail-util-GailMisc.html#gail-misc-get-default-attributes" title="gail_misc_get_default_attributes ()">gail_misc_get_default_attributes</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="type">AtkAttributeSet</span></a> *attrib_set</code></em>,
|
50
50
|
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
51
51
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
52
52
|
<span class="returnvalue">void</span> <a class="link" href="gail-libgail-util-GailMisc.html#gail-misc-get-extents-from-pango-rectangle" title="gail_misc_get_extents_from_pango_rectangle ()">gail_misc_get_extents_from_pango_rectangle</a>
|
@@ -72,7 +72,7 @@
|
|
72
72
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y_window</code></em>,
|
73
73
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x_toplevel</code></em>,
|
74
74
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y_toplevel</code></em>);
|
75
|
-
<a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="returnvalue">AtkAttributeSet</span></a
|
75
|
+
<a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="returnvalue">AtkAttributeSet</span></a> * <a class="link" href="gail-libgail-util-GailMisc.html#gail-misc-add-to-attr-set" title="gail_misc_add_to_attr_set ()">gail_misc_add_to_attr_set</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="type">AtkAttributeSet</span></a> *attrib_set</code></em>,
|
76
76
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkTextTag.html#GtkTextAttributes"><span class="type">GtkTextAttributes</span></a> *attrs</code></em>,
|
77
77
|
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkTextAttribute"><span class="type">AtkTextAttribute</span></a> attr</code></em>);
|
78
78
|
<a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="returnvalue">AtkAttributeSet</span></a> * <a class="link" href="gail-libgail-util-GailMisc.html#gail-misc-buffer-get-run-attributes" title="gail_misc_buffer_get_run_attributes ()">gail_misc_buffer_get_run_attributes</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
@@ -81,7 +81,7 @@
|
|
81
81
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *end_offset</code></em>);
|
82
82
|
</pre>
|
83
83
|
</div>
|
84
|
-
<div class="refsect1"
|
84
|
+
<div class="refsect1">
|
85
85
|
<a name="gail-libgail-util-GailMisc.description"></a><h2>Description</h2>
|
86
86
|
<p>
|
87
87
|
GailMisc is a set of utility function which are used in the implemementation
|
@@ -89,11 +89,11 @@ of Atk interfaces for GTK+ widgets. They may be useful to implementors of
|
|
89
89
|
Atk interfaces for custom widgets.
|
90
90
|
</p>
|
91
91
|
</div>
|
92
|
-
<div class="refsect1"
|
92
|
+
<div class="refsect1">
|
93
93
|
<a name="gail-libgail-util-GailMisc.details"></a><h2>Details</h2>
|
94
|
-
<div class="refsect2"
|
94
|
+
<div class="refsect2">
|
95
95
|
<a name="gail-misc-add-attribute"></a><h3>gail_misc_add_attribute ()</h3>
|
96
|
-
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="returnvalue">AtkAttributeSet</span></a
|
96
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="returnvalue">AtkAttributeSet</span></a> * gail_misc_add_attribute (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="type">AtkAttributeSet</span></a> *attrib_set</code></em>,
|
97
97
|
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkTextAttribute"><span class="type">AtkTextAttribute</span></a> attr</code></em>,
|
98
98
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);</pre>
|
99
99
|
<p>
|
@@ -105,29 +105,25 @@ to <em class="parameter"><code>attrib_set</code></em>.
|
|
105
105
|
<tbody>
|
106
106
|
<tr>
|
107
107
|
<td><p><span class="term"><em class="parameter"><code>attrib_set</code></em> :</span></p></td>
|
108
|
-
<td>The <a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="type">AtkAttributeSet</span></a> to add the attribute to
|
109
|
-
</td>
|
108
|
+
<td>The <a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="type">AtkAttributeSet</span></a> to add the attribute to</td>
|
110
109
|
</tr>
|
111
110
|
<tr>
|
112
111
|
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
|
113
|
-
<td>The AtkTextAttrribute which identifies the attribute to be added
|
114
|
-
</td>
|
112
|
+
<td>The AtkTextAttrribute which identifies the attribute to be added</td>
|
115
113
|
</tr>
|
116
114
|
<tr>
|
117
115
|
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
118
|
-
<td>The attribute value
|
119
|
-
</td>
|
116
|
+
<td>The attribute value</td>
|
120
117
|
</tr>
|
121
118
|
<tr>
|
122
119
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
123
|
-
<td>
|
124
|
-
</td>
|
120
|
+
<td>A pointer to the new <a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="type">AtkAttributeSet</span></a>.</td>
|
125
121
|
</tr>
|
126
122
|
</tbody>
|
127
123
|
</table></div>
|
128
124
|
</div>
|
129
125
|
<hr>
|
130
|
-
<div class="refsect2"
|
126
|
+
<div class="refsect2">
|
131
127
|
<a name="gail-misc-layout-get-run-attributes"></a><h3>gail_misc_layout_get_run_attributes ()</h3>
|
132
128
|
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="returnvalue">AtkAttributeSet</span></a> * gail_misc_layout_get_run_attributes (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="type">AtkAttributeSet</span></a> *attrib_set</code></em>,
|
133
129
|
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
@@ -144,46 +140,39 @@ attribute set.
|
|
144
140
|
<tbody>
|
145
141
|
<tr>
|
146
142
|
<td><p><span class="term"><em class="parameter"><code>attrib_set</code></em> :</span></p></td>
|
147
|
-
<td>The <a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="type">AtkAttributeSet</span></a> to add the attribute to
|
148
|
-
</td>
|
143
|
+
<td>The <a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="type">AtkAttributeSet</span></a> to add the attribute to</td>
|
149
144
|
</tr>
|
150
145
|
<tr>
|
151
146
|
<td><p><span class="term"><em class="parameter"><code>layout</code></em> :</span></p></td>
|
152
|
-
<td>The PangoLayout from which the attributes will be obtained
|
153
|
-
</td>
|
147
|
+
<td>The PangoLayout from which the attributes will be obtained</td>
|
154
148
|
</tr>
|
155
149
|
<tr>
|
156
150
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
157
|
-
<td>The text
|
158
|
-
</td>
|
151
|
+
<td>The text</td>
|
159
152
|
</tr>
|
160
153
|
<tr>
|
161
154
|
<td><p><span class="term"><em class="parameter"><code>offset</code></em> :</span></p></td>
|
162
|
-
<td>The offset at which the attributes are required
|
163
|
-
</td>
|
155
|
+
<td>The offset at which the attributes are required</td>
|
164
156
|
</tr>
|
165
157
|
<tr>
|
166
158
|
<td><p><span class="term"><em class="parameter"><code>start_offset</code></em> :</span></p></td>
|
167
|
-
<td>The start offset of the current run
|
168
|
-
</td>
|
159
|
+
<td>The start offset of the current run</td>
|
169
160
|
</tr>
|
170
161
|
<tr>
|
171
162
|
<td><p><span class="term"><em class="parameter"><code>end_offset</code></em> :</span></p></td>
|
172
|
-
<td>The end offset of the current run
|
173
|
-
</td>
|
163
|
+
<td>The end offset of the current run</td>
|
174
164
|
</tr>
|
175
165
|
<tr>
|
176
166
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
177
|
-
<td>
|
178
|
-
</td>
|
167
|
+
<td>A pointer to the <a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="type">AtkAttributeSet</span></a>.</td>
|
179
168
|
</tr>
|
180
169
|
</tbody>
|
181
170
|
</table></div>
|
182
171
|
</div>
|
183
172
|
<hr>
|
184
|
-
<div class="refsect2"
|
173
|
+
<div class="refsect2">
|
185
174
|
<a name="gail-misc-get-default-attributes"></a><h3>gail_misc_get_default_attributes ()</h3>
|
186
|
-
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="returnvalue">AtkAttributeSet</span></a
|
175
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="returnvalue">AtkAttributeSet</span></a> * gail_misc_get_default_attributes (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="type">AtkAttributeSet</span></a> *attrib_set</code></em>,
|
187
176
|
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
188
177
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
189
178
|
<p>
|
@@ -194,29 +183,25 @@ Adds the default attributes to the specified attribute set.
|
|
194
183
|
<tbody>
|
195
184
|
<tr>
|
196
185
|
<td><p><span class="term"><em class="parameter"><code>attrib_set</code></em> :</span></p></td>
|
197
|
-
<td>The <a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="type">AtkAttributeSet</span></a> to add the attribute to
|
198
|
-
</td>
|
186
|
+
<td>The <a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="type">AtkAttributeSet</span></a> to add the attribute to</td>
|
199
187
|
</tr>
|
200
188
|
<tr>
|
201
189
|
<td><p><span class="term"><em class="parameter"><code>layout</code></em> :</span></p></td>
|
202
|
-
<td>The PangoLayout from which the attributes will be obtained
|
203
|
-
</td>
|
190
|
+
<td>The PangoLayout from which the attributes will be obtained</td>
|
204
191
|
</tr>
|
205
192
|
<tr>
|
206
193
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
207
|
-
<td>The GtkWidget for which the default attributes are required
|
208
|
-
</td>
|
194
|
+
<td>The GtkWidget for which the default attributes are required.</td>
|
209
195
|
</tr>
|
210
196
|
<tr>
|
211
197
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
212
|
-
<td>
|
213
|
-
</td>
|
198
|
+
<td>A pointer to the <a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="type">AtkAttributeSet</span></a>.</td>
|
214
199
|
</tr>
|
215
200
|
</tbody>
|
216
201
|
</table></div>
|
217
202
|
</div>
|
218
203
|
<hr>
|
219
|
-
<div class="refsect2"
|
204
|
+
<div class="refsect2">
|
220
205
|
<a name="gail-misc-get-extents-from-pango-rectangle"></a><h3>gail_misc_get_extents_from_pango_rectangle ()</h3>
|
221
206
|
<pre class="programlisting"><span class="returnvalue">void</span> gail_misc_get_extents_from_pango_rectangle
|
222
207
|
(<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
@@ -239,24 +224,22 @@ specified by <em class="parameter"><code>coords</code></em>.
|
|
239
224
|
<tr>
|
240
225
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
241
226
|
<td>The widget that contains the PangoLayout, that contains
|
242
|
-
|
243
|
-
</td>
|
227
|
+
the PangoRectangle</td>
|
244
228
|
</tr>
|
245
229
|
<tr>
|
246
230
|
<td><p><span class="term"><em class="parameter"><code>char_rect</code></em> :</span></p></td>
|
247
|
-
<td>The <a href="/usr/share/gtk-doc/html/pango/pango-Glyph-Storage.html#PangoRectangle"><span class="type">PangoRectangle</span></a> from which to calculate extents
|
248
|
-
</td>
|
231
|
+
<td>The <a href="/usr/share/gtk-doc/html/pango/pango-Glyph-Storage.html#PangoRectangle"><span class="type">PangoRectangle</span></a> from which to calculate extents</td>
|
249
232
|
</tr>
|
250
233
|
<tr>
|
251
234
|
<td><p><span class="term"><em class="parameter"><code>x_layout</code></em> :</span></p></td>
|
252
235
|
<td>The x-offset at which the widget displays the
|
253
|
-
|
236
|
+
PangoLayout that contains the PangoRectangle, relative to <em class="parameter"><code>widget</code></em>
|
254
237
|
</td>
|
255
238
|
</tr>
|
256
239
|
<tr>
|
257
240
|
<td><p><span class="term"><em class="parameter"><code>y_layout</code></em> :</span></p></td>
|
258
241
|
<td>The y-offset at which the widget displays the
|
259
|
-
|
242
|
+
PangoLayout that contains the PangoRectangle, relative to <em class="parameter"><code>widget</code></em>
|
260
243
|
</td>
|
261
244
|
</tr>
|
262
245
|
<tr>
|
@@ -281,14 +264,13 @@ specified by <em class="parameter"><code>coords</code></em>.
|
|
281
264
|
</tr>
|
282
265
|
<tr>
|
283
266
|
<td><p><span class="term"><em class="parameter"><code>coords</code></em> :</span></p></td>
|
284
|
-
<td>An <a href="/usr/share/gtk-doc/html/atk/AtkUtil.html#AtkCoordType"><span class="type">AtkCoordType</span></a> enumeration
|
285
|
-
</td>
|
267
|
+
<td>An <a href="/usr/share/gtk-doc/html/atk/AtkUtil.html#AtkCoordType"><span class="type">AtkCoordType</span></a> enumeration</td>
|
286
268
|
</tr>
|
287
269
|
</tbody>
|
288
270
|
</table></div>
|
289
271
|
</div>
|
290
272
|
<hr>
|
291
|
-
<div class="refsect2"
|
273
|
+
<div class="refsect2">
|
292
274
|
<a name="gail-misc-get-index-at-point-in-layout"></a><h3>gail_misc_get_index_at_point_in_layout ()</h3>
|
293
275
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gail_misc_get_index_at_point_in_layout
|
294
276
|
(<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
@@ -312,49 +294,45 @@ Gets the byte offset at the specified <em class="parameter"><code>x</code></em>
|
|
312
294
|
<tr>
|
313
295
|
<td><p><span class="term"><em class="parameter"><code>layout</code></em> :</span></p></td>
|
314
296
|
<td>The <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> from which to get the index at the
|
315
|
-
|
316
|
-
</td>
|
297
|
+
specified point.</td>
|
317
298
|
</tr>
|
318
299
|
<tr>
|
319
300
|
<td><p><span class="term"><em class="parameter"><code>x_layout</code></em> :</span></p></td>
|
320
301
|
<td>The x-offset at which the widget displays the
|
321
|
-
|
302
|
+
<a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>, relative to <em class="parameter"><code>widget</code></em>
|
322
303
|
</td>
|
323
304
|
</tr>
|
324
305
|
<tr>
|
325
306
|
<td><p><span class="term"><em class="parameter"><code>y_layout</code></em> :</span></p></td>
|
326
307
|
<td>The y-offset at which the widget displays the
|
327
|
-
|
308
|
+
<a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>, relative to <em class="parameter"><code>widget</code></em>
|
328
309
|
</td>
|
329
310
|
</tr>
|
330
311
|
<tr>
|
331
312
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
332
313
|
<td>The x-coordinate relative to <em class="parameter"><code>coords</code></em> at which to
|
333
|
-
|
334
|
-
</td>
|
314
|
+
calculate the index</td>
|
335
315
|
</tr>
|
336
316
|
<tr>
|
337
317
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
338
318
|
<td>The y-coordinate relative to <em class="parameter"><code>coords</code></em> at which to
|
339
|
-
|
340
|
-
</td>
|
319
|
+
calculate the index</td>
|
341
320
|
</tr>
|
342
321
|
<tr>
|
343
322
|
<td><p><span class="term"><em class="parameter"><code>coords</code></em> :</span></p></td>
|
344
|
-
<td>An <a href="/usr/share/gtk-doc/html/atk/AtkUtil.html#AtkCoordType"><span class="type">AtkCoordType</span></a> enumeration
|
345
|
-
</td>
|
323
|
+
<td>An <a href="/usr/share/gtk-doc/html/atk/AtkUtil.html#AtkCoordType"><span class="type">AtkCoordType</span></a> enumeration</td>
|
346
324
|
</tr>
|
347
325
|
<tr>
|
348
326
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
349
|
-
<td>
|
350
|
-
|
327
|
+
<td>the byte offset at the specified <em class="parameter"><code>x</code></em> and <em class="parameter"><code>y</code></em> in a
|
328
|
+
<a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>
|
351
329
|
</td>
|
352
330
|
</tr>
|
353
331
|
</tbody>
|
354
332
|
</table></div>
|
355
333
|
</div>
|
356
334
|
<hr>
|
357
|
-
<div class="refsect2"
|
335
|
+
<div class="refsect2">
|
358
336
|
<a name="gail-misc-get-origins"></a><h3>gail_misc_get_origins ()</h3>
|
359
337
|
<pre class="programlisting"><span class="returnvalue">void</span> gail_misc_get_origins (<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
360
338
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x_window</code></em>,
|
@@ -375,31 +353,27 @@ widgets top-level window.
|
|
375
353
|
</tr>
|
376
354
|
<tr>
|
377
355
|
<td><p><span class="term"><em class="parameter"><code>x_window</code></em> :</span></p></td>
|
378
|
-
<td>the x-origin of the widget->window
|
379
|
-
</td>
|
356
|
+
<td>the x-origin of the widget->window</td>
|
380
357
|
</tr>
|
381
358
|
<tr>
|
382
359
|
<td><p><span class="term"><em class="parameter"><code>y_window</code></em> :</span></p></td>
|
383
|
-
<td>the y-origin of the widget->window
|
384
|
-
</td>
|
360
|
+
<td>the y-origin of the widget->window</td>
|
385
361
|
</tr>
|
386
362
|
<tr>
|
387
363
|
<td><p><span class="term"><em class="parameter"><code>x_toplevel</code></em> :</span></p></td>
|
388
|
-
<td>the x-origin of the toplevel window for widget->window
|
389
|
-
</td>
|
364
|
+
<td>the x-origin of the toplevel window for widget->window</td>
|
390
365
|
</tr>
|
391
366
|
<tr>
|
392
367
|
<td><p><span class="term"><em class="parameter"><code>y_toplevel</code></em> :</span></p></td>
|
393
|
-
<td>the y-origin of the toplevel window for widget->window
|
394
|
-
</td>
|
368
|
+
<td>the y-origin of the toplevel window for widget->window</td>
|
395
369
|
</tr>
|
396
370
|
</tbody>
|
397
371
|
</table></div>
|
398
372
|
</div>
|
399
373
|
<hr>
|
400
|
-
<div class="refsect2"
|
374
|
+
<div class="refsect2">
|
401
375
|
<a name="gail-misc-add-to-attr-set"></a><h3>gail_misc_add_to_attr_set ()</h3>
|
402
|
-
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="returnvalue">AtkAttributeSet</span></a
|
376
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="returnvalue">AtkAttributeSet</span></a> * gail_misc_add_to_attr_set (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="type">AtkAttributeSet</span></a> *attrib_set</code></em>,
|
403
377
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkTextTag.html#GtkTextAttributes"><span class="type">GtkTextAttributes</span></a> *attrs</code></em>,
|
404
378
|
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkTextAttribute"><span class="type">AtkTextAttribute</span></a> attr</code></em>);</pre>
|
405
379
|
<p>
|
@@ -416,24 +390,21 @@ and adds it to the AttributeSet.
|
|
416
390
|
</tr>
|
417
391
|
<tr>
|
418
392
|
<td><p><span class="term"><em class="parameter"><code>attrs</code></em> :</span></p></td>
|
419
|
-
<td>The <a href="http://library.gnome.org/devel/gtk/unstable/GtkTextTag.html#GtkTextAttributes"><span class="type">GtkTextAttributes</span></a> containing the attribute value
|
420
|
-
</td>
|
393
|
+
<td>The <a href="http://library.gnome.org/devel/gtk/unstable/GtkTextTag.html#GtkTextAttributes"><span class="type">GtkTextAttributes</span></a> containing the attribute value</td>
|
421
394
|
</tr>
|
422
395
|
<tr>
|
423
396
|
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
|
424
|
-
<td>The <a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkTextAttribute"><span class="type">AtkTextAttribute</span></a> to be added
|
425
|
-
</td>
|
397
|
+
<td>The <a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkTextAttribute"><span class="type">AtkTextAttribute</span></a> to be added</td>
|
426
398
|
</tr>
|
427
399
|
<tr>
|
428
400
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
429
|
-
<td>
|
430
|
-
</td>
|
401
|
+
<td>A pointer to the updated <a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="type">AtkAttributeSet</span></a>.</td>
|
431
402
|
</tr>
|
432
403
|
</tbody>
|
433
404
|
</table></div>
|
434
405
|
</div>
|
435
406
|
<hr>
|
436
|
-
<div class="refsect2"
|
407
|
+
<div class="refsect2">
|
437
408
|
<a name="gail-misc-buffer-get-run-attributes"></a><h3>gail_misc_buffer_get_run_attributes ()</h3>
|
438
409
|
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="returnvalue">AtkAttributeSet</span></a> * gail_misc_buffer_get_run_attributes (<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
439
410
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offset</code></em>,
|
@@ -448,28 +419,23 @@ run starting at offset.
|
|
448
419
|
<tbody>
|
449
420
|
<tr>
|
450
421
|
<td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td>
|
451
|
-
<td>The <a href="http://library.gnome.org/devel/gtk/unstable/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a> for which the attributes will be obtained
|
452
|
-
</td>
|
422
|
+
<td>The <a href="http://library.gnome.org/devel/gtk/unstable/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a> for which the attributes will be obtained</td>
|
453
423
|
</tr>
|
454
424
|
<tr>
|
455
425
|
<td><p><span class="term"><em class="parameter"><code>offset</code></em> :</span></p></td>
|
456
|
-
<td>The offset at which the attributes are required
|
457
|
-
</td>
|
426
|
+
<td>The offset at which the attributes are required</td>
|
458
427
|
</tr>
|
459
428
|
<tr>
|
460
429
|
<td><p><span class="term"><em class="parameter"><code>start_offset</code></em> :</span></p></td>
|
461
|
-
<td>The start offset of the current run
|
462
|
-
</td>
|
430
|
+
<td>The start offset of the current run</td>
|
463
431
|
</tr>
|
464
432
|
<tr>
|
465
433
|
<td><p><span class="term"><em class="parameter"><code>end_offset</code></em> :</span></p></td>
|
466
|
-
<td>The end offset of the current run
|
467
|
-
</td>
|
434
|
+
<td>The end offset of the current run</td>
|
468
435
|
</tr>
|
469
436
|
<tr>
|
470
437
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
471
|
-
<td>
|
472
|
-
</td>
|
438
|
+
<td>A pointer to the <a href="/usr/share/gtk-doc/html/atk/AtkText.html#AtkAttributeSet"><span class="type">AtkAttributeSet</span></a>.</td>
|
473
439
|
</tr>
|
474
440
|
</tbody>
|
475
441
|
</table></div>
|
@@ -478,6 +444,6 @@ run starting at offset.
|
|
478
444
|
</div>
|
479
445
|
<div class="footer">
|
480
446
|
<hr>
|
481
|
-
Generated by GTK-Doc V1.
|
447
|
+
Generated by GTK-Doc V1.16.1</div>
|
482
448
|
</body>
|
483
449
|
</html>
|