gdk3 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +3 -2
- data/lib/gdk3.rb +9 -0
- data/lib/gdk3/event.rb +10 -0
- data/lib/gdk3/loader.rb +1 -7
- data/vendor/local/bin/gtk-builder-tool.exe +0 -0
- data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
- data/vendor/local/bin/gtk-launch.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
- data/vendor/local/bin/gtk-query-settings.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/gtk3-demo-application.exe +0 -0
- data/vendor/local/bin/gtk3-demo.exe +0 -0
- data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
- data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
- data/vendor/local/bin/libepoxy-0.dll +0 -0
- data/vendor/local/bin/libgailutil-3-0.dll +0 -0
- data/vendor/local/bin/libgdk-3-0.dll +0 -0
- data/vendor/local/bin/libgtk-3-0.dll +0 -0
- data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
- data/vendor/local/include/gtk-3.0/gdk/gdk.h +4 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +5 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +11 -28
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicepad.h +74 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicetool.h +78 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +18 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdrawingcontext.h +53 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +18 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +120 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +5 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +4 -4
- data/vendor/local/include/gtk-3.0/gdk/gdkmonitor.h +95 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkpango.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkscreen.h +17 -17
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +69 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +26 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkvisual.h +13 -13
- data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +60 -8
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32keys.h +25 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32monitor.h +50 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkstackaccessible.h +54 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +4 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +2 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcsssection.h +5 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +0 -88
- data/vendor/local/include/gtk-3.0/gtk/gtkdragdest.h +110 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooser.h +17 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilefilter.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkglarea.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +23 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkpadcontroller.h +99 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpagesetup.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +9 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkprintsettings.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +23 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkselection.h +21 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutlabel.h +59 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsshortcut.h +6 -6
- data/vendor/local/include/gtk-3.0/gtk/gtkshow.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksizegroup.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktreeviewcolumn.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +9 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +1 -1
- data/vendor/local/lib/gdk-win32-3.0.def +49 -0
- data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GdkWin32-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
- data/vendor/local/lib/gtk-win32-3.0.def +1 -1
- data/vendor/local/lib/libepoxy.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.la +3 -3
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +6 -6
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +6 -6
- data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
- data/vendor/local/lib/libgtkreftestprivate.la +3 -3
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +2 -2
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +1726 -68
- data/vendor/local/share/gir-1.0/GdkWin32-3.0.gir +45 -0
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +1589 -182
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +32 -32
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +15 -15
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +528 -141
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +45 -42
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevicePad.html +332 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +414 -99
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +25 -25
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDrawingContext.html +272 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +40 -40
- data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +120 -34
- data/vendor/local/share/gtk-doc/html/gdk3/GdkMonitor.html +751 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +147 -88
- data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +114 -22
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +29 -3
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-22.html +258 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +180 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +278 -2
- data/vendor/local/share/gtk-doc/html/gdk3/context_menu_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +17 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +74 -25
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +17 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +25 -25
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +60 -55
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +381 -154
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +290 -102
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +81 -65
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +107 -107
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +109 -62
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +22 -22
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +12 -12
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +35 -35
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +18 -18
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +28 -28
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +12 -12
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +122 -122
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +105 -38
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +15 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +700 -358
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +104 -104
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +193 -53
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +16 -4
- data/vendor/local/share/gtk-doc/html/gdk3/no_drop_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +7 -1
- data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +7 -2
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +5 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +121 -114
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +187 -187
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +99 -99
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +221 -221
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +88 -88
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +40 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +78 -78
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +46 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +175 -175
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +88 -82
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +79 -79
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +252 -252
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +142 -142
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +92 -92
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +69 -69
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +159 -153
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +146 -146
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +131 -131
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +301 -301
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +46 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +101 -101
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +12 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +91 -91
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +280 -280
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +67 -67
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +108 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +109 -109
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +215 -121
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +134 -134
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +74 -74
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +257 -257
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +210 -210
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +113 -113
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +67 -68
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +185 -185
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +72 -72
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +115 -101
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +106 -106
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +658 -129
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +86 -86
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +65 -65
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +227 -227
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +56 -54
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPadController.html +471 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +138 -69
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +82 -82
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +133 -60
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +139 -139
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +139 -59
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +226 -153
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +86 -86
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +57 -57
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +92 -92
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +95 -95
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +158 -157
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +74 -70
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +592 -179
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +246 -246
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +41 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +46 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +146 -146
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +170 -166
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +185 -185
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +189 -189
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +71 -71
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +221 -221
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +295 -295
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +185 -185
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +272 -274
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +65 -65
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +221 -221
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +70 -70
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +467 -467
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +161 -161
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +151 -151
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1458 -1443
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +492 -443
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +137 -137
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +22 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-18.html +12 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-22.html +197 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +48 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +172 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +635 -665
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk3/ch26s02.html +305 -305
- data/vendor/local/share/gtk-doc/html/gtk3/ch28s02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/ch30s02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s02.html +70 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s03.html +61 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s04.html +36 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s05.html +76 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s06.html +54 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s07.html +67 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s08.html +63 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s09.html +40 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s10.html +80 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s11.html +67 -0
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +161 -161
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +32 -11
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +132 -132
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-3-x-to-y.html +61 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +140 -140
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +145 -145
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +123 -91
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +166 -619
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +367 -121
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +162 -162
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +71 -55
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +129 -127
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +227 -227
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +132 -132
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +126 -126
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +168 -168
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +88 -88
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +96 -29
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +4 -1
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +20 -2
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +14 -0
- data/vendor/local/share/gtk-doc/html/gtk3/popup-anchors.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/popup-flip.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/popup-slide.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +2 -2
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/call-missed-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/bluetooth-disabled-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/call-missed-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/application-x-appliance-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/mail-attachment-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/call-missed-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-error-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-offline-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/user-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/user-status-pending-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/emblems/emblem-music-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/mimetypes/application-x-appliance-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/places/folder-music-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-error-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-offline-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/user-status-pending-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/call-missed-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-error-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-offline-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/user-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/user-status-pending-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/context-menu +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-no-drop +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grab +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand1 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/no-drop +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/wait +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/watch +0 -0
- data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
- data/vendor/local/share/icons/Adwaita/index.theme +6 -1
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-clear-all-symbolic.svg +20 -16
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-down-symbolic.svg +11 -10
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-up-symbolic.svg +9 -5
- data/vendor/local/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg +5 -1
- data/vendor/local/share/icons/Adwaita/scalable/apps/text-editor-symbolic.svg +13 -9
- data/vendor/local/share/icons/Adwaita/scalable/devices/input-tablet-symbolic.svg +19 -16
- data/vendor/local/share/icons/Adwaita/scalable/devices/modem-symbolic.svg +10 -6
- data/vendor/local/share/icons/Adwaita/scalable/places/folder-download-symbolic.svg +21 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/network-vpn-acquiring-symbolic.svg +15 -14
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg +5 -4
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg +5 -5
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-connected-symbolic.svg +18 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/user-available-symbolic.svg +142 -21
- data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ia/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/io/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/io/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/mi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/man/man1/broadwayd.1 +1 -1
- data/vendor/local/share/man/man1/gtk-builder-tool.1 +1 -1
- data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
- data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-settings.1 +1 -1
- data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-icon-browser.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
- data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
- metadata +44 -17
- data/vendor/local/share/icons/Adwaita/16x16/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/send-to-symbolic.symbolic.png +0 -0
@@ -60,7 +60,7 @@
|
|
60
60
|
</tr>
|
61
61
|
<tr>
|
62
62
|
<td class="function_type">
|
63
|
-
<a href="
|
63
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
64
64
|
</td>
|
65
65
|
<td class="function_name">
|
66
66
|
<a class="link" href="GtkTextTagTable.html#gtk-text-tag-table-add" title="gtk_text_tag_table_add ()">gtk_text_tag_table_add</a> <span class="c_punctuation">()</span>
|
@@ -92,7 +92,7 @@
|
|
92
92
|
</tr>
|
93
93
|
<tr>
|
94
94
|
<td class="function_type">
|
95
|
-
<a href="
|
95
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
96
96
|
</td>
|
97
97
|
<td class="function_name">
|
98
98
|
<a class="link" href="GtkTextTagTable.html#gtk-text-tag-table-get-size" title="gtk_text_tag_table_get_size ()">gtk_text_tag_table_get_size</a> <span class="c_punctuation">()</span>
|
@@ -113,17 +113,17 @@
|
|
113
113
|
<tr>
|
114
114
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
115
115
|
<td class="signal_name"><a class="link" href="GtkTextTagTable.html#GtkTextTagTable-tag-added" title="The “tag-added” signal">tag-added</a></td>
|
116
|
-
<td class="signal_flags"><a href="
|
116
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
117
117
|
</tr>
|
118
118
|
<tr>
|
119
119
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
120
120
|
<td class="signal_name"><a class="link" href="GtkTextTagTable.html#GtkTextTagTable-tag-changed" title="The “tag-changed” signal">tag-changed</a></td>
|
121
|
-
<td class="signal_flags"><a href="
|
121
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
122
122
|
</tr>
|
123
123
|
<tr>
|
124
124
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
125
125
|
<td class="signal_name"><a class="link" href="GtkTextTagTable.html#GtkTextTagTable-tag-removed" title="The “tag-removed” signal">tag-removed</a></td>
|
126
|
-
<td class="signal_flags"><a href="
|
126
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
127
127
|
</tr>
|
128
128
|
</tbody>
|
129
129
|
</table></div>
|
@@ -143,7 +143,7 @@
|
|
143
143
|
</div>
|
144
144
|
<div class="refsect1">
|
145
145
|
<a name="GtkTextTagTable.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
146
|
-
<pre class="screen"> <a href="
|
146
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
147
147
|
<span class="lineart">╰──</span> GtkTextTagTable
|
148
148
|
</pre>
|
149
149
|
</div>
|
@@ -179,11 +179,11 @@ of a <child> element.</p>
|
|
179
179
|
3
|
180
180
|
4
|
181
181
|
5</pre></td>
|
182
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
183
|
-
<span class="
|
184
|
-
<span class="
|
185
|
-
<span class="
|
186
|
-
<span class="
|
182
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc opt"><</span>object <span class="gtkdoc kwc">class</span><span class="gtkdoc opt">=</span><span class="string">"GtkTextTagTable"</span><span class="gtkdoc opt">></span>
|
183
|
+
<span class="gtkdoc opt"><</span>child type<span class="gtkdoc opt">=</span><span class="string">"tag"</span><span class="gtkdoc opt">></span>
|
184
|
+
<span class="gtkdoc opt"><</span>object <span class="gtkdoc kwc">class</span><span class="gtkdoc opt">=</span><span class="string">"GtkTextTag"</span><span class="gtkdoc opt">/></span>
|
185
|
+
<span class="gtkdoc opt"></</span>child<span class="gtkdoc opt">></span>
|
186
|
+
<span class="gtkdoc opt"></</span>object<span class="gtkdoc opt">></span></pre></td>
|
187
187
|
</tr>
|
188
188
|
</tbody>
|
189
189
|
</table>
|
@@ -198,7 +198,7 @@ of a <child> element.</p>
|
|
198
198
|
<a name="GtkTextTagTableForeach"></a><h3>GtkTextTagTableForeach ()</h3>
|
199
199
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
200
200
|
<span class="c_punctuation">(</span>*GtkTextTagTableForeach<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>,
|
201
|
-
<em class="parameter"><code><a href="
|
201
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
202
202
|
<div class="refsect3">
|
203
203
|
<a name="GtkTextTagTableForeach.parameters"></a><h4>Parameters</h4>
|
204
204
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -237,7 +237,7 @@ default.</p>
|
|
237
237
|
<hr>
|
238
238
|
<div class="refsect2">
|
239
239
|
<a name="gtk-text-tag-table-add"></a><h3>gtk_text_tag_table_add ()</h3>
|
240
|
-
<pre class="programlisting"><a href="
|
240
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
241
241
|
gtk_text_tag_table_add (<em class="parameter"><code><a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a> *table</code></em>,
|
242
242
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>);</pre>
|
243
243
|
<p>Add a tag to the table. The tag is assigned the highest priority
|
@@ -269,7 +269,7 @@ the same name as an already-added tag.</p>
|
|
269
269
|
</div>
|
270
270
|
<div class="refsect3">
|
271
271
|
<a name="gtk-text-tag-table-add.returns"></a><h4>Returns</h4>
|
272
|
-
<p> <a href="
|
272
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
273
273
|
</div>
|
274
274
|
</div>
|
275
275
|
<hr>
|
@@ -311,7 +311,7 @@ it.</p>
|
|
311
311
|
<a name="gtk-text-tag-table-lookup"></a><h3>gtk_text_tag_table_lookup ()</h3>
|
312
312
|
<pre class="programlisting"><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="returnvalue">GtkTextTag</span></a> *
|
313
313
|
gtk_text_tag_table_lookup (<em class="parameter"><code><a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a> *table</code></em>,
|
314
|
-
<em class="parameter"><code>const <a href="
|
314
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
|
315
315
|
<p>Look up a named tag.</p>
|
316
316
|
<div class="refsect3">
|
317
317
|
<a name="gtk-text-tag-table-lookup.parameters"></a><h4>Parameters</h4>
|
@@ -337,7 +337,7 @@ gtk_text_tag_table_lookup (<em class="parameter"><code><a class="link" href="Gtk
|
|
337
337
|
</div>
|
338
338
|
<div class="refsect3">
|
339
339
|
<a name="gtk-text-tag-table-lookup.returns"></a><h4>Returns</h4>
|
340
|
-
<p> The tag, or <a href="
|
340
|
+
<p> The tag, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none by that
|
341
341
|
name is in the table. </p>
|
342
342
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
343
343
|
</div>
|
@@ -348,7 +348,7 @@ name is in the table. </p>
|
|
348
348
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
349
349
|
gtk_text_tag_table_foreach (<em class="parameter"><code><a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a> *table</code></em>,
|
350
350
|
<em class="parameter"><code><a class="link" href="GtkTextTagTable.html#GtkTextTagTableForeach" title="GtkTextTagTableForeach ()"><span class="type">GtkTextTagTableForeach</span></a> func</code></em>,
|
351
|
-
<em class="parameter"><code><a href="
|
351
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
352
352
|
<p>Calls <em class="parameter"><code>func</code></em>
|
353
353
|
on each tag in <em class="parameter"><code>table</code></em>
|
354
354
|
, with user data <em class="parameter"><code>data</code></em>
|
@@ -386,7 +386,7 @@ over it (you can’t add/remove tags).</p>
|
|
386
386
|
<hr>
|
387
387
|
<div class="refsect2">
|
388
388
|
<a name="gtk-text-tag-table-get-size"></a><h3>gtk_text_tag_table_get_size ()</h3>
|
389
|
-
<pre class="programlisting"><a href="
|
389
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
390
390
|
gtk_text_tag_table_get_size (<em class="parameter"><code><a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a> *table</code></em>);</pre>
|
391
391
|
<p>Returns the size of the table (number of tags)</p>
|
392
392
|
<div class="refsect3">
|
@@ -425,7 +425,7 @@ gtk_text_tag_table_get_size (<em class="parameter"><code><a class="link" href="G
|
|
425
425
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
426
426
|
user_function (<a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a> *texttagtable,
|
427
427
|
<a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag,
|
428
|
-
<a href="
|
428
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
429
429
|
<div class="refsect3">
|
430
430
|
<a name="GtkTextTagTable-tag-added.parameters"></a><h4>Parameters</h4>
|
431
431
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -453,7 +453,7 @@ user_function (<a class="link" href="GtkTextTagTable.html" title="GtkTextTagTabl
|
|
453
453
|
</tbody>
|
454
454
|
</table></div>
|
455
455
|
</div>
|
456
|
-
<p>Flags: <a href="
|
456
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
457
457
|
</div>
|
458
458
|
<hr>
|
459
459
|
<div class="refsect2">
|
@@ -461,8 +461,8 @@ user_function (<a class="link" href="GtkTextTagTable.html" title="GtkTextTagTabl
|
|
461
461
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
462
462
|
user_function (<a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a> *texttagtable,
|
463
463
|
<a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag,
|
464
|
-
<a href="
|
465
|
-
<a href="
|
464
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> size_changed,
|
465
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
466
466
|
<div class="refsect3">
|
467
467
|
<a name="GtkTextTagTable-tag-changed.parameters"></a><h4>Parameters</h4>
|
468
468
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -495,7 +495,7 @@ user_function (<a class="link" href="GtkTextTagTable.html" title="GtkTextTagTabl
|
|
495
495
|
</tbody>
|
496
496
|
</table></div>
|
497
497
|
</div>
|
498
|
-
<p>Flags: <a href="
|
498
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
499
499
|
</div>
|
500
500
|
<hr>
|
501
501
|
<div class="refsect2">
|
@@ -503,7 +503,7 @@ user_function (<a class="link" href="GtkTextTagTable.html" title="GtkTextTagTabl
|
|
503
503
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
504
504
|
user_function (<a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a> *texttagtable,
|
505
505
|
<a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag,
|
506
|
-
<a href="
|
506
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
507
507
|
<div class="refsect3">
|
508
508
|
<a name="GtkTextTagTable-tag-removed.parameters"></a><h4>Parameters</h4>
|
509
509
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -531,7 +531,7 @@ user_function (<a class="link" href="GtkTextTagTable.html" title="GtkTextTagTabl
|
|
531
531
|
</tbody>
|
532
532
|
</table></div>
|
533
533
|
</div>
|
534
|
-
<p>Flags: <a href="
|
534
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
535
535
|
</div>
|
536
536
|
</div>
|
537
537
|
</div>
|
@@ -102,7 +102,7 @@
|
|
102
102
|
</tr>
|
103
103
|
<tr>
|
104
104
|
<td class="function_type">
|
105
|
-
<a href="
|
105
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
106
106
|
</td>
|
107
107
|
<td class="function_name">
|
108
108
|
<a class="link" href="GtkTextView.html#gtk-text-view-scroll-to-iter" title="gtk_text_view_scroll_to_iter ()">gtk_text_view_scroll_to_iter</a> <span class="c_punctuation">()</span>
|
@@ -118,7 +118,7 @@
|
|
118
118
|
</tr>
|
119
119
|
<tr>
|
120
120
|
<td class="function_type">
|
121
|
-
<a href="
|
121
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
122
122
|
</td>
|
123
123
|
<td class="function_name">
|
124
124
|
<a class="link" href="GtkTextView.html#gtk-text-view-move-mark-onscreen" title="gtk_text_view_move_mark_onscreen ()">gtk_text_view_move_mark_onscreen</a> <span class="c_punctuation">()</span>
|
@@ -126,7 +126,7 @@
|
|
126
126
|
</tr>
|
127
127
|
<tr>
|
128
128
|
<td class="function_type">
|
129
|
-
<a href="
|
129
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
130
130
|
</td>
|
131
131
|
<td class="function_name">
|
132
132
|
<a class="link" href="GtkTextView.html#gtk-text-view-place-cursor-onscreen" title="gtk_text_view_place_cursor_onscreen ()">gtk_text_view_place_cursor_onscreen</a> <span class="c_punctuation">()</span>
|
@@ -174,7 +174,7 @@
|
|
174
174
|
</tr>
|
175
175
|
<tr>
|
176
176
|
<td class="function_type">
|
177
|
-
<a href="
|
177
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
178
178
|
</td>
|
179
179
|
<td class="function_name">
|
180
180
|
<a class="link" href="GtkTextView.html#gtk-text-view-get-iter-at-location" title="gtk_text_view_get_iter_at_location ()">gtk_text_view_get_iter_at_location</a> <span class="c_punctuation">()</span>
|
@@ -182,7 +182,7 @@
|
|
182
182
|
</tr>
|
183
183
|
<tr>
|
184
184
|
<td class="function_type">
|
185
|
-
<a href="
|
185
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
186
186
|
</td>
|
187
187
|
<td class="function_name">
|
188
188
|
<a class="link" href="GtkTextView.html#gtk-text-view-get-iter-at-position" title="gtk_text_view_get_iter_at_position ()">gtk_text_view_get_iter_at_position</a> <span class="c_punctuation">()</span>
|
@@ -206,7 +206,7 @@
|
|
206
206
|
</tr>
|
207
207
|
<tr>
|
208
208
|
<td class="function_type">
|
209
|
-
<a href="http://
|
209
|
+
<a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindow-struct"><span class="returnvalue">GdkWindow</span></a> *
|
210
210
|
</td>
|
211
211
|
<td class="function_name">
|
212
212
|
<a class="link" href="GtkTextView.html#gtk-text-view-get-window" title="gtk_text_view_get_window ()">gtk_text_view_get_window</a> <span class="c_punctuation">()</span>
|
@@ -230,7 +230,7 @@
|
|
230
230
|
</tr>
|
231
231
|
<tr>
|
232
232
|
<td class="function_type">
|
233
|
-
<a href="
|
233
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
234
234
|
</td>
|
235
235
|
<td class="function_name">
|
236
236
|
<a class="link" href="GtkTextView.html#gtk-text-view-get-border-window-size" title="gtk_text_view_get_border_window_size ()">gtk_text_view_get_border_window_size</a> <span class="c_punctuation">()</span>
|
@@ -238,7 +238,7 @@
|
|
238
238
|
</tr>
|
239
239
|
<tr>
|
240
240
|
<td class="function_type">
|
241
|
-
<a href="
|
241
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
242
242
|
</td>
|
243
243
|
<td class="function_name">
|
244
244
|
<a class="link" href="GtkTextView.html#gtk-text-view-forward-display-line" title="gtk_text_view_forward_display_line ()">gtk_text_view_forward_display_line</a> <span class="c_punctuation">()</span>
|
@@ -246,7 +246,7 @@
|
|
246
246
|
</tr>
|
247
247
|
<tr>
|
248
248
|
<td class="function_type">
|
249
|
-
<a href="
|
249
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
250
250
|
</td>
|
251
251
|
<td class="function_name">
|
252
252
|
<a class="link" href="GtkTextView.html#gtk-text-view-backward-display-line" title="gtk_text_view_backward_display_line ()">gtk_text_view_backward_display_line</a> <span class="c_punctuation">()</span>
|
@@ -254,7 +254,7 @@
|
|
254
254
|
</tr>
|
255
255
|
<tr>
|
256
256
|
<td class="function_type">
|
257
|
-
<a href="
|
257
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
258
258
|
</td>
|
259
259
|
<td class="function_name">
|
260
260
|
<a class="link" href="GtkTextView.html#gtk-text-view-forward-display-line-end" title="gtk_text_view_forward_display_line_end ()">gtk_text_view_forward_display_line_end</a> <span class="c_punctuation">()</span>
|
@@ -262,7 +262,7 @@
|
|
262
262
|
</tr>
|
263
263
|
<tr>
|
264
264
|
<td class="function_type">
|
265
|
-
<a href="
|
265
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
266
266
|
</td>
|
267
267
|
<td class="function_name">
|
268
268
|
<a class="link" href="GtkTextView.html#gtk-text-view-backward-display-line-start" title="gtk_text_view_backward_display_line_start ()">gtk_text_view_backward_display_line_start</a> <span class="c_punctuation">()</span>
|
@@ -270,7 +270,7 @@
|
|
270
270
|
</tr>
|
271
271
|
<tr>
|
272
272
|
<td class="function_type">
|
273
|
-
<a href="
|
273
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
274
274
|
</td>
|
275
275
|
<td class="function_name">
|
276
276
|
<a class="link" href="GtkTextView.html#gtk-text-view-starts-display-line" title="gtk_text_view_starts_display_line ()">gtk_text_view_starts_display_line</a> <span class="c_punctuation">()</span>
|
@@ -278,7 +278,7 @@
|
|
278
278
|
</tr>
|
279
279
|
<tr>
|
280
280
|
<td class="function_type">
|
281
|
-
<a href="
|
281
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
282
282
|
</td>
|
283
283
|
<td class="function_name">
|
284
284
|
<a class="link" href="GtkTextView.html#gtk-text-view-move-visually" title="gtk_text_view_move_visually ()">gtk_text_view_move_visually</a> <span class="c_punctuation">()</span>
|
@@ -302,7 +302,7 @@
|
|
302
302
|
</tr>
|
303
303
|
<tr>
|
304
304
|
<td class="function_type">
|
305
|
-
<a href="
|
305
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
306
306
|
</td>
|
307
307
|
<td class="function_name">
|
308
308
|
<a class="link" href="GtkTextView.html#gtk-text-child-anchor-get-widgets" title="gtk_text_child_anchor_get_widgets ()">gtk_text_child_anchor_get_widgets</a> <span class="c_punctuation">()</span>
|
@@ -310,7 +310,7 @@
|
|
310
310
|
</tr>
|
311
311
|
<tr>
|
312
312
|
<td class="function_type">
|
313
|
-
<a href="
|
313
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
314
314
|
</td>
|
315
315
|
<td class="function_name">
|
316
316
|
<a class="link" href="GtkTextView.html#gtk-text-child-anchor-get-deleted" title="gtk_text_child_anchor_get_deleted ()">gtk_text_child_anchor_get_deleted</a> <span class="c_punctuation">()</span>
|
@@ -358,7 +358,7 @@
|
|
358
358
|
</tr>
|
359
359
|
<tr>
|
360
360
|
<td class="function_type">
|
361
|
-
<a href="
|
361
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
362
362
|
</td>
|
363
363
|
<td class="function_name">
|
364
364
|
<a class="link" href="GtkTextView.html#gtk-text-view-get-editable" title="gtk_text_view_get_editable ()">gtk_text_view_get_editable</a> <span class="c_punctuation">()</span>
|
@@ -374,7 +374,7 @@
|
|
374
374
|
</tr>
|
375
375
|
<tr>
|
376
376
|
<td class="function_type">
|
377
|
-
<a href="
|
377
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
378
378
|
</td>
|
379
379
|
<td class="function_name">
|
380
380
|
<a class="link" href="GtkTextView.html#gtk-text-view-get-cursor-visible" title="gtk_text_view_get_cursor_visible ()">gtk_text_view_get_cursor_visible</a> <span class="c_punctuation">()</span>
|
@@ -398,7 +398,7 @@
|
|
398
398
|
</tr>
|
399
399
|
<tr>
|
400
400
|
<td class="function_type">
|
401
|
-
<a href="
|
401
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
402
402
|
</td>
|
403
403
|
<td class="function_name">
|
404
404
|
<a class="link" href="GtkTextView.html#gtk-text-view-get-overwrite" title="gtk_text_view_get_overwrite ()">gtk_text_view_get_overwrite</a> <span class="c_punctuation">()</span>
|
@@ -414,7 +414,7 @@
|
|
414
414
|
</tr>
|
415
415
|
<tr>
|
416
416
|
<td class="function_type">
|
417
|
-
<a href="
|
417
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
418
418
|
</td>
|
419
419
|
<td class="function_name">
|
420
420
|
<a class="link" href="GtkTextView.html#gtk-text-view-get-pixels-above-lines" title="gtk_text_view_get_pixels_above_lines ()">gtk_text_view_get_pixels_above_lines</a> <span class="c_punctuation">()</span>
|
@@ -430,7 +430,7 @@
|
|
430
430
|
</tr>
|
431
431
|
<tr>
|
432
432
|
<td class="function_type">
|
433
|
-
<a href="
|
433
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
434
434
|
</td>
|
435
435
|
<td class="function_name">
|
436
436
|
<a class="link" href="GtkTextView.html#gtk-text-view-get-pixels-below-lines" title="gtk_text_view_get_pixels_below_lines ()">gtk_text_view_get_pixels_below_lines</a> <span class="c_punctuation">()</span>
|
@@ -446,7 +446,7 @@
|
|
446
446
|
</tr>
|
447
447
|
<tr>
|
448
448
|
<td class="function_type">
|
449
|
-
<a href="
|
449
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
450
450
|
</td>
|
451
451
|
<td class="function_name">
|
452
452
|
<a class="link" href="GtkTextView.html#gtk-text-view-get-pixels-inside-wrap" title="gtk_text_view_get_pixels_inside_wrap ()">gtk_text_view_get_pixels_inside_wrap</a> <span class="c_punctuation">()</span>
|
@@ -478,7 +478,7 @@
|
|
478
478
|
</tr>
|
479
479
|
<tr>
|
480
480
|
<td class="function_type">
|
481
|
-
<a href="
|
481
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
482
482
|
</td>
|
483
483
|
<td class="function_name">
|
484
484
|
<a class="link" href="GtkTextView.html#gtk-text-view-get-left-margin" title="gtk_text_view_get_left_margin ()">gtk_text_view_get_left_margin</a> <span class="c_punctuation">()</span>
|
@@ -494,7 +494,7 @@
|
|
494
494
|
</tr>
|
495
495
|
<tr>
|
496
496
|
<td class="function_type">
|
497
|
-
<a href="
|
497
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
498
498
|
</td>
|
499
499
|
<td class="function_name">
|
500
500
|
<a class="link" href="GtkTextView.html#gtk-text-view-get-right-margin" title="gtk_text_view_get_right_margin ()">gtk_text_view_get_right_margin</a> <span class="c_punctuation">()</span>
|
@@ -510,7 +510,7 @@
|
|
510
510
|
</tr>
|
511
511
|
<tr>
|
512
512
|
<td class="function_type">
|
513
|
-
<a href="
|
513
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
514
514
|
</td>
|
515
515
|
<td class="function_name">
|
516
516
|
<a class="link" href="GtkTextView.html#gtk-text-view-get-top-margin" title="gtk_text_view_get_top_margin ()">gtk_text_view_get_top_margin</a> <span class="c_punctuation">()</span>
|
@@ -526,7 +526,7 @@
|
|
526
526
|
</tr>
|
527
527
|
<tr>
|
528
528
|
<td class="function_type">
|
529
|
-
<a href="
|
529
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
530
530
|
</td>
|
531
531
|
<td class="function_name">
|
532
532
|
<a class="link" href="GtkTextView.html#gtk-text-view-get-bottom-margin" title="gtk_text_view_get_bottom_margin ()">gtk_text_view_get_bottom_margin</a> <span class="c_punctuation">()</span>
|
@@ -542,7 +542,7 @@
|
|
542
542
|
</tr>
|
543
543
|
<tr>
|
544
544
|
<td class="function_type">
|
545
|
-
<a href="
|
545
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
546
546
|
</td>
|
547
547
|
<td class="function_name">
|
548
548
|
<a class="link" href="GtkTextView.html#gtk-text-view-get-indent" title="gtk_text_view_get_indent ()">gtk_text_view_get_indent</a> <span class="c_punctuation">()</span>
|
@@ -574,7 +574,7 @@
|
|
574
574
|
</tr>
|
575
575
|
<tr>
|
576
576
|
<td class="function_type">
|
577
|
-
<a href="
|
577
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
578
578
|
</td>
|
579
579
|
<td class="function_name">
|
580
580
|
<a class="link" href="GtkTextView.html#gtk-text-view-get-accepts-tab" title="gtk_text_view_get_accepts_tab ()">gtk_text_view_get_accepts_tab</a> <span class="c_punctuation">()</span>
|
@@ -590,7 +590,7 @@
|
|
590
590
|
</tr>
|
591
591
|
<tr>
|
592
592
|
<td class="function_type">
|
593
|
-
<a href="
|
593
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
594
594
|
</td>
|
595
595
|
<td class="function_name">
|
596
596
|
<a class="link" href="GtkTextView.html#gtk-text-view-im-context-filter-keypress" title="gtk_text_view_im_context_filter_keypress ()">gtk_text_view_im_context_filter_keypress</a> <span class="c_punctuation">()</span>
|
@@ -646,7 +646,7 @@
|
|
646
646
|
</tr>
|
647
647
|
<tr>
|
648
648
|
<td class="function_type">
|
649
|
-
<a href="
|
649
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
650
650
|
</td>
|
651
651
|
<td class="function_name">
|
652
652
|
<a class="link" href="GtkTextView.html#gtk-text-view-get-monospace" title="gtk_text_view_get_monospace ()">gtk_text_view_get_monospace</a> <span class="c_punctuation">()</span>
|
@@ -665,12 +665,12 @@
|
|
665
665
|
</colgroup>
|
666
666
|
<tbody>
|
667
667
|
<tr>
|
668
|
-
<td class="property_type"><a href="
|
668
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
669
669
|
<td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--accepts-tab" title="The “accepts-tab” property">accepts-tab</a></td>
|
670
670
|
<td class="property_flags">Read / Write</td>
|
671
671
|
</tr>
|
672
672
|
<tr>
|
673
|
-
<td class="property_type"><a href="
|
673
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
674
674
|
<td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--bottom-margin" title="The “bottom-margin” property">bottom-margin</a></td>
|
675
675
|
<td class="property_flags">Read / Write</td>
|
676
676
|
</tr>
|
@@ -681,23 +681,23 @@
|
|
681
681
|
<td class="property_flags">Read / Write</td>
|
682
682
|
</tr>
|
683
683
|
<tr>
|
684
|
-
<td class="property_type"><a href="
|
684
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
685
685
|
<td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--cursor-visible" title="The “cursor-visible” property">cursor-visible</a></td>
|
686
686
|
<td class="property_flags">Read / Write</td>
|
687
687
|
</tr>
|
688
688
|
<tr>
|
689
|
-
<td class="property_type"><a href="
|
689
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
690
690
|
<td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--editable" title="The “editable” property">editable</a></td>
|
691
691
|
<td class="property_flags">Read / Write</td>
|
692
692
|
</tr>
|
693
693
|
<tr>
|
694
694
|
<td class="property_type">
|
695
|
-
<a href="
|
695
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
696
696
|
<td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--im-module" title="The “im-module” property">im-module</a></td>
|
697
697
|
<td class="property_flags">Read / Write</td>
|
698
698
|
</tr>
|
699
699
|
<tr>
|
700
|
-
<td class="property_type"><a href="
|
700
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
701
701
|
<td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--indent" title="The “indent” property">indent</a></td>
|
702
702
|
<td class="property_flags">Read / Write</td>
|
703
703
|
</tr>
|
@@ -717,42 +717,42 @@
|
|
717
717
|
<td class="property_flags">Read / Write</td>
|
718
718
|
</tr>
|
719
719
|
<tr>
|
720
|
-
<td class="property_type"><a href="
|
720
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
721
721
|
<td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--left-margin" title="The “left-margin” property">left-margin</a></td>
|
722
722
|
<td class="property_flags">Read / Write</td>
|
723
723
|
</tr>
|
724
724
|
<tr>
|
725
|
-
<td class="property_type"><a href="
|
725
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
726
726
|
<td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--monospace" title="The “monospace” property">monospace</a></td>
|
727
727
|
<td class="property_flags">Read / Write</td>
|
728
728
|
</tr>
|
729
729
|
<tr>
|
730
|
-
<td class="property_type"><a href="
|
730
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
731
731
|
<td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--overwrite" title="The “overwrite” property">overwrite</a></td>
|
732
732
|
<td class="property_flags">Read / Write</td>
|
733
733
|
</tr>
|
734
734
|
<tr>
|
735
|
-
<td class="property_type"><a href="
|
735
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
736
736
|
<td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--pixels-above-lines" title="The “pixels-above-lines” property">pixels-above-lines</a></td>
|
737
737
|
<td class="property_flags">Read / Write</td>
|
738
738
|
</tr>
|
739
739
|
<tr>
|
740
|
-
<td class="property_type"><a href="
|
740
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
741
741
|
<td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--pixels-below-lines" title="The “pixels-below-lines” property">pixels-below-lines</a></td>
|
742
742
|
<td class="property_flags">Read / Write</td>
|
743
743
|
</tr>
|
744
744
|
<tr>
|
745
|
-
<td class="property_type"><a href="
|
745
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
746
746
|
<td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--pixels-inside-wrap" title="The “pixels-inside-wrap” property">pixels-inside-wrap</a></td>
|
747
747
|
<td class="property_flags">Read / Write</td>
|
748
748
|
</tr>
|
749
749
|
<tr>
|
750
|
-
<td class="property_type"><a href="
|
750
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
751
751
|
<td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--populate-all" title="The “populate-all” property">populate-all</a></td>
|
752
752
|
<td class="property_flags">Read / Write</td>
|
753
753
|
</tr>
|
754
754
|
<tr>
|
755
|
-
<td class="property_type"><a href="
|
755
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
756
756
|
<td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--right-margin" title="The “right-margin” property">right-margin</a></td>
|
757
757
|
<td class="property_flags">Read / Write</td>
|
758
758
|
</tr>
|
@@ -763,7 +763,7 @@
|
|
763
763
|
<td class="property_flags">Read / Write</td>
|
764
764
|
</tr>
|
765
765
|
<tr>
|
766
|
-
<td class="property_type"><a href="
|
766
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
767
767
|
<td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--top-margin" title="The “top-margin” property">top-margin</a></td>
|
768
768
|
<td class="property_flags">Read / Write</td>
|
769
769
|
</tr>
|
@@ -785,7 +785,7 @@
|
|
785
785
|
</colgroup>
|
786
786
|
<tbody><tr>
|
787
787
|
<td class="property_type">
|
788
|
-
<
|
788
|
+
<span class="type">GdkColor</span> *</td>
|
789
789
|
<td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--s-error-underline-color" title="The “error-underline-color” style property">error-underline-color</a></td>
|
790
790
|
<td class="property_flags">Read</td>
|
791
791
|
</tr></tbody>
|
@@ -803,77 +803,77 @@
|
|
803
803
|
<tr>
|
804
804
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
805
805
|
<td class="signal_name"><a class="link" href="GtkTextView.html#GtkTextView-backspace" title="The “backspace” signal">backspace</a></td>
|
806
|
-
<td class="signal_flags"><a href="
|
806
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
807
807
|
</tr>
|
808
808
|
<tr>
|
809
809
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
810
810
|
<td class="signal_name"><a class="link" href="GtkTextView.html#GtkTextView-copy-clipboard" title="The “copy-clipboard” signal">copy-clipboard</a></td>
|
811
|
-
<td class="signal_flags"><a href="
|
811
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
812
812
|
</tr>
|
813
813
|
<tr>
|
814
814
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
815
815
|
<td class="signal_name"><a class="link" href="GtkTextView.html#GtkTextView-cut-clipboard" title="The “cut-clipboard” signal">cut-clipboard</a></td>
|
816
|
-
<td class="signal_flags"><a href="
|
816
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
817
817
|
</tr>
|
818
818
|
<tr>
|
819
819
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
820
820
|
<td class="signal_name"><a class="link" href="GtkTextView.html#GtkTextView-delete-from-cursor" title="The “delete-from-cursor” signal">delete-from-cursor</a></td>
|
821
|
-
<td class="signal_flags"><a href="
|
821
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
822
822
|
</tr>
|
823
823
|
<tr>
|
824
|
-
<td class="signal_type"><a href="
|
824
|
+
<td class="signal_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
|
825
825
|
<td class="signal_name"><a class="link" href="GtkTextView.html#GtkTextView-extend-selection" title="The “extend-selection” signal">extend-selection</a></td>
|
826
|
-
<td class="signal_flags"><a href="
|
826
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
827
827
|
</tr>
|
828
828
|
<tr>
|
829
829
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
830
830
|
<td class="signal_name"><a class="link" href="GtkTextView.html#GtkTextView-insert-at-cursor" title="The “insert-at-cursor” signal">insert-at-cursor</a></td>
|
831
|
-
<td class="signal_flags"><a href="
|
831
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
832
832
|
</tr>
|
833
833
|
<tr>
|
834
834
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
835
835
|
<td class="signal_name"><a class="link" href="GtkTextView.html#GtkTextView-move-cursor" title="The “move-cursor” signal">move-cursor</a></td>
|
836
|
-
<td class="signal_flags"><a href="
|
836
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
837
837
|
</tr>
|
838
838
|
<tr>
|
839
839
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
840
840
|
<td class="signal_name"><a class="link" href="GtkTextView.html#GtkTextView-move-viewport" title="The “move-viewport” signal">move-viewport</a></td>
|
841
|
-
<td class="signal_flags"><a href="
|
841
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
842
842
|
</tr>
|
843
843
|
<tr>
|
844
844
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
845
845
|
<td class="signal_name"><a class="link" href="GtkTextView.html#GtkTextView-paste-clipboard" title="The “paste-clipboard” signal">paste-clipboard</a></td>
|
846
|
-
<td class="signal_flags"><a href="
|
846
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
847
847
|
</tr>
|
848
848
|
<tr>
|
849
849
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
850
850
|
<td class="signal_name"><a class="link" href="GtkTextView.html#GtkTextView-populate-popup" title="The “populate-popup” signal">populate-popup</a></td>
|
851
|
-
<td class="signal_flags"><a href="
|
851
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
852
852
|
</tr>
|
853
853
|
<tr>
|
854
854
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
855
855
|
<td class="signal_name"><a class="link" href="GtkTextView.html#GtkTextView-preedit-changed" title="The “preedit-changed” signal">preedit-changed</a></td>
|
856
|
-
<td class="signal_flags"><a href="
|
856
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
857
857
|
</tr>
|
858
858
|
<tr>
|
859
859
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
860
860
|
<td class="signal_name"><a class="link" href="GtkTextView.html#GtkTextView-select-all" title="The “select-all” signal">select-all</a></td>
|
861
|
-
<td class="signal_flags"><a href="
|
861
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
862
862
|
</tr>
|
863
863
|
<tr>
|
864
864
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
865
865
|
<td class="signal_name"><a class="link" href="GtkTextView.html#GtkTextView-set-anchor" title="The “set-anchor” signal">set-anchor</a></td>
|
866
|
-
<td class="signal_flags"><a href="
|
866
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
867
867
|
</tr>
|
868
868
|
<tr>
|
869
869
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
870
870
|
<td class="signal_name"><a class="link" href="GtkTextView.html#GtkTextView-toggle-cursor-visible" title="The “toggle-cursor-visible” signal">toggle-cursor-visible</a></td>
|
871
|
-
<td class="signal_flags"><a href="
|
871
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
872
872
|
</tr>
|
873
873
|
<tr>
|
874
874
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
875
875
|
<td class="signal_name"><a class="link" href="GtkTextView.html#GtkTextView-toggle-overwrite" title="The “toggle-overwrite” signal">toggle-overwrite</a></td>
|
876
|
-
<td class="signal_flags"><a href="
|
876
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
877
877
|
</tr>
|
878
878
|
</tbody>
|
879
879
|
</table></div>
|
@@ -923,8 +923,8 @@
|
|
923
923
|
</div>
|
924
924
|
<div class="refsect1">
|
925
925
|
<a name="GtkTextView.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
926
|
-
<pre class="screen"> <a href="
|
927
|
-
<span class="lineart">├──</span> <a href="
|
926
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
927
|
+
<span class="lineart">├──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
928
928
|
<span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
929
929
|
<span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
930
930
|
<span class="lineart">│</span> <span class="lineart">╰──</span> GtkTextView
|
@@ -962,14 +962,14 @@ types related to the text widget and how they work together.</p>
|
|
962
962
|
6
|
963
963
|
7
|
964
964
|
8</pre></td>
|
965
|
-
<td class="listing_code"><pre class="programlisting"
|
966
|
-
<span class="
|
967
|
-
<span class="
|
968
|
-
|
969
|
-
|
970
|
-
<span class="
|
971
|
-
<span class="
|
972
|
-
<span class="
|
965
|
+
<td class="listing_code"><pre class="programlisting">textview<span class="gtkdoc opt">.</span>view
|
966
|
+
├── border<span class="gtkdoc opt">.</span>top
|
967
|
+
├── border<span class="gtkdoc opt">.</span>left
|
968
|
+
├── text
|
969
|
+
│ ╰── <span class="gtkdoc opt">[</span>selection<span class="gtkdoc opt">]</span>
|
970
|
+
├── border<span class="gtkdoc opt">.</span>right
|
971
|
+
├── border<span class="gtkdoc opt">.</span>bottom
|
972
|
+
╰── <span class="gtkdoc opt">[</span>window<span class="gtkdoc opt">.</span>popup<span class="gtkdoc opt">]</span></pre></td>
|
973
973
|
</tr>
|
974
974
|
</tbody>
|
975
975
|
</table>
|
@@ -1009,7 +1009,7 @@ gtk_text_view_new_with_buffer (<em class="parameter"><code><a class="link" href=
|
|
1009
1009
|
<em class="parameter"><code>buffer</code></em>
|
1010
1010
|
. One buffer can be shared among many widgets.
|
1011
1011
|
<em class="parameter"><code>buffer</code></em>
|
1012
|
-
may be <a href="
|
1012
|
+
may be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to create a default buffer, in which case
|
1013
1013
|
this function is equivalent to <a class="link" href="GtkTextView.html#gtk-text-view-new" title="gtk_text_view_new ()"><code class="function">gtk_text_view_new()</code></a>. The
|
1014
1014
|
text view adds its own reference count to the buffer; it does not
|
1015
1015
|
take over an existing reference.</p>
|
@@ -1170,10 +1170,10 @@ gtk_text_view_get_vadjustment (<em class="parameter"><code><a class="link" href=
|
|
1170
1170
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1171
1171
|
gtk_text_view_scroll_to_mark (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1172
1172
|
<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>,
|
1173
|
-
<em class="parameter"><code><a href="
|
1174
|
-
<em class="parameter"><code><a href="
|
1175
|
-
<em class="parameter"><code><a href="
|
1176
|
-
<em class="parameter"><code><a href="
|
1173
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> within_margin</code></em>,
|
1174
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_align</code></em>,
|
1175
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> xalign</code></em>,
|
1176
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> yalign</code></em>);</pre>
|
1177
1177
|
<p>Scrolls <em class="parameter"><code>text_view</code></em>
|
1178
1178
|
so that <em class="parameter"><code>mark</code></em>
|
1179
1179
|
is on the screen in the position
|
@@ -1182,7 +1182,7 @@ indicated by <em class="parameter"><code>xalign</code></em>
|
|
1182
1182
|
. An alignment of 0.0 indicates
|
1183
1183
|
left or top, 1.0 indicates right or bottom, 0.5 means center.
|
1184
1184
|
If <em class="parameter"><code>use_align</code></em>
|
1185
|
-
is <a href="
|
1185
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, the text scrolls the minimal distance to
|
1186
1186
|
get the mark onscreen, possibly not scrolling at all. The effective
|
1187
1187
|
screen for purposes of this function is reduced by a margin of size
|
1188
1188
|
<em class="parameter"><code>within_margin</code></em>
|
@@ -1213,7 +1213,7 @@ screen for purposes of this function is reduced by a margin of size
|
|
1213
1213
|
</tr>
|
1214
1214
|
<tr>
|
1215
1215
|
<td class="parameter_name"><p>use_align</p></td>
|
1216
|
-
<td class="parameter_description"><p>whether to use alignment arguments (if <a href="
|
1216
|
+
<td class="parameter_description"><p>whether to use alignment arguments (if <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, just
|
1217
1217
|
get the mark onscreen)</p></td>
|
1218
1218
|
<td class="parameter_annotations"> </td>
|
1219
1219
|
</tr>
|
@@ -1234,13 +1234,13 @@ get the mark onscreen)</p></td>
|
|
1234
1234
|
<hr>
|
1235
1235
|
<div class="refsect2">
|
1236
1236
|
<a name="gtk-text-view-scroll-to-iter"></a><h3>gtk_text_view_scroll_to_iter ()</h3>
|
1237
|
-
<pre class="programlisting"><a href="
|
1237
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1238
1238
|
gtk_text_view_scroll_to_iter (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1239
1239
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1240
|
-
<em class="parameter"><code><a href="
|
1241
|
-
<em class="parameter"><code><a href="
|
1242
|
-
<em class="parameter"><code><a href="
|
1243
|
-
<em class="parameter"><code><a href="
|
1240
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> within_margin</code></em>,
|
1241
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_align</code></em>,
|
1242
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> xalign</code></em>,
|
1243
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> yalign</code></em>);</pre>
|
1244
1244
|
<p>Scrolls <em class="parameter"><code>text_view</code></em>
|
1245
1245
|
so that <em class="parameter"><code>iter</code></em>
|
1246
1246
|
is on the screen in the position
|
@@ -1249,7 +1249,7 @@ indicated by <em class="parameter"><code>xalign</code></em>
|
|
1249
1249
|
. An alignment of 0.0 indicates
|
1250
1250
|
left or top, 1.0 indicates right or bottom, 0.5 means center.
|
1251
1251
|
If <em class="parameter"><code>use_align</code></em>
|
1252
|
-
is <a href="
|
1252
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, the text scrolls the minimal distance to
|
1253
1253
|
get the mark onscreen, possibly not scrolling at all. The effective
|
1254
1254
|
screen for purposes of this function is reduced by a margin of size
|
1255
1255
|
<em class="parameter"><code>within_margin</code></em>
|
@@ -1286,7 +1286,7 @@ scrolled to after line validation.</p>
|
|
1286
1286
|
</tr>
|
1287
1287
|
<tr>
|
1288
1288
|
<td class="parameter_name"><p>use_align</p></td>
|
1289
|
-
<td class="parameter_description"><p>whether to use alignment arguments (if <a href="
|
1289
|
+
<td class="parameter_description"><p>whether to use alignment arguments (if <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>,
|
1290
1290
|
just get the mark onscreen)</p></td>
|
1291
1291
|
<td class="parameter_annotations"> </td>
|
1292
1292
|
</tr>
|
@@ -1305,7 +1305,7 @@ just get the mark onscreen)</p></td>
|
|
1305
1305
|
</div>
|
1306
1306
|
<div class="refsect3">
|
1307
1307
|
<a name="gtk-text-view-scroll-to-iter.returns"></a><h4>Returns</h4>
|
1308
|
-
<p> <a href="
|
1308
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if scrolling occurred</p>
|
1309
1309
|
</div>
|
1310
1310
|
</div>
|
1311
1311
|
<hr>
|
@@ -1345,7 +1345,7 @@ within the visible area of the widget.</p>
|
|
1345
1345
|
<hr>
|
1346
1346
|
<div class="refsect2">
|
1347
1347
|
<a name="gtk-text-view-move-mark-onscreen"></a><h3>gtk_text_view_move_mark_onscreen ()</h3>
|
1348
|
-
<pre class="programlisting"><a href="
|
1348
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1349
1349
|
gtk_text_view_move_mark_onscreen (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1350
1350
|
<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>);</pre>
|
1351
1351
|
<p>Moves a mark within the buffer so that it's
|
@@ -1374,13 +1374,13 @@ located within the currently-visible text area.</p>
|
|
1374
1374
|
</div>
|
1375
1375
|
<div class="refsect3">
|
1376
1376
|
<a name="gtk-text-view-move-mark-onscreen.returns"></a><h4>Returns</h4>
|
1377
|
-
<p> <a href="
|
1377
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the mark moved (wasn’t already onscreen)</p>
|
1378
1378
|
</div>
|
1379
1379
|
</div>
|
1380
1380
|
<hr>
|
1381
1381
|
<div class="refsect2">
|
1382
1382
|
<a name="gtk-text-view-place-cursor-onscreen"></a><h3>gtk_text_view_place_cursor_onscreen ()</h3>
|
1383
|
-
<pre class="programlisting"><a href="
|
1383
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1384
1384
|
gtk_text_view_place_cursor_onscreen (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
1385
1385
|
<p>Moves the cursor to the currently visible region of the
|
1386
1386
|
buffer, it it isn’t there already.</p>
|
@@ -1401,7 +1401,7 @@ buffer, it it isn’t there already.</p>
|
|
1401
1401
|
</div>
|
1402
1402
|
<div class="refsect3">
|
1403
1403
|
<a name="gtk-text-view-place-cursor-onscreen.returns"></a><h4>Returns</h4>
|
1404
|
-
<p> <a href="
|
1404
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the cursor had to be moved.</p>
|
1405
1405
|
</div>
|
1406
1406
|
</div>
|
1407
1407
|
<hr>
|
@@ -1409,7 +1409,7 @@ buffer, it it isn’t there already.</p>
|
|
1409
1409
|
<a name="gtk-text-view-get-visible-rect"></a><h3>gtk_text_view_get_visible_rect ()</h3>
|
1410
1410
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1411
1411
|
gtk_text_view_get_visible_rect (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1412
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
1412
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *visible_rect</code></em>);</pre>
|
1413
1413
|
<p>Fills <em class="parameter"><code>visible_rect</code></em>
|
1414
1414
|
with the currently-visible
|
1415
1415
|
region of the buffer, in buffer coordinates. Convert to window coordinates
|
@@ -1443,7 +1443,7 @@ with <a class="link" href="GtkTextView.html#gtk-text-view-buffer-to-window-coord
|
|
1443
1443
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1444
1444
|
gtk_text_view_get_iter_location (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1445
1445
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1446
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
1446
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *location</code></em>);</pre>
|
1447
1447
|
<p>Gets a rectangle which roughly contains the character at <em class="parameter"><code>iter</code></em>
|
1448
1448
|
.
|
1449
1449
|
The rectangle position is in buffer coordinates; use
|
@@ -1484,8 +1484,8 @@ coordinates to coordinates for one of the windows in the text view.</p>
|
|
1484
1484
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1485
1485
|
gtk_text_view_get_cursor_locations (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1486
1486
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1487
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
1488
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
1487
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *strong</code></em>,
|
1488
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *weak</code></em>);</pre>
|
1489
1489
|
<p>Given an <em class="parameter"><code>iter</code></em>
|
1490
1490
|
within a text layout, determine the positions of the
|
1491
1491
|
strong and weak cursors if the insertion point is at that
|
@@ -1496,7 +1496,7 @@ paragraph are inserted. The weak cursor location is the location
|
|
1496
1496
|
where characters of the directionality opposite to the base
|
1497
1497
|
direction of the paragraph are inserted.</p>
|
1498
1498
|
<p>If <em class="parameter"><code>iter</code></em>
|
1499
|
-
is <a href="
|
1499
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the actual cursor position is used.</p>
|
1500
1500
|
<p>Note that if <em class="parameter"><code>iter</code></em>
|
1501
1501
|
happens to be the actual cursor position, and
|
1502
1502
|
there is currently an IM preedit sequence being entered, the
|
@@ -1527,13 +1527,13 @@ coordinates to coordinates for one of the windows in the text view.</p>
|
|
1527
1527
|
<tr>
|
1528
1528
|
<td class="parameter_name"><p>strong</p></td>
|
1529
1529
|
<td class="parameter_description"><p> location to store the strong
|
1530
|
-
cursor position (may be <a href="
|
1530
|
+
cursor position (may be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>). </p></td>
|
1531
1531
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1532
1532
|
</tr>
|
1533
1533
|
<tr>
|
1534
1534
|
<td class="parameter_name"><p>weak</p></td>
|
1535
1535
|
<td class="parameter_description"><p> location to store the weak
|
1536
|
-
cursor position (may be <a href="
|
1536
|
+
cursor position (may be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>). </p></td>
|
1537
1537
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1538
1538
|
</tr>
|
1539
1539
|
</tbody>
|
@@ -1547,14 +1547,14 @@ cursor position (may be <a href="https://developer.gnome.org/glib/unstable/glib-
|
|
1547
1547
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1548
1548
|
gtk_text_view_get_line_at_y (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1549
1549
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *target_iter</code></em>,
|
1550
|
-
<em class="parameter"><code><a href="
|
1551
|
-
<em class="parameter"><code><a href="
|
1550
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
1551
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *line_top</code></em>);</pre>
|
1552
1552
|
<p>Gets the <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> at the start of the line containing
|
1553
1553
|
the coordinate <em class="parameter"><code>y</code></em>
|
1554
1554
|
. <em class="parameter"><code>y</code></em>
|
1555
1555
|
is in buffer coordinates, convert from
|
1556
1556
|
window coordinates with <a class="link" href="GtkTextView.html#gtk-text-view-window-to-buffer-coords" title="gtk_text_view_window_to_buffer_coords ()"><code class="function">gtk_text_view_window_to_buffer_coords()</code></a>.
|
1557
|
-
If non-<a href="
|
1557
|
+
If non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>line_top</code></em>
|
1558
1558
|
will be filled with the coordinate of the top
|
1559
1559
|
edge of the line.</p>
|
1560
1560
|
<div class="refsect3">
|
@@ -1596,8 +1596,8 @@ edge of the line.</p>
|
|
1596
1596
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1597
1597
|
gtk_text_view_get_line_yrange (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1598
1598
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1599
|
-
<em class="parameter"><code><a href="
|
1600
|
-
<em class="parameter"><code><a href="
|
1599
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>,
|
1600
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *height</code></em>);</pre>
|
1601
1601
|
<p>Gets the y coordinate of the top of the line containing <em class="parameter"><code>iter</code></em>
|
1602
1602
|
,
|
1603
1603
|
and the height of the line. The coordinate is a buffer coordinate;
|
@@ -1638,11 +1638,11 @@ convert to window coordinates with <a class="link" href="GtkTextView.html#gtk-te
|
|
1638
1638
|
<hr>
|
1639
1639
|
<div class="refsect2">
|
1640
1640
|
<a name="gtk-text-view-get-iter-at-location"></a><h3>gtk_text_view_get_iter_at_location ()</h3>
|
1641
|
-
<pre class="programlisting"><a href="
|
1641
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1642
1642
|
gtk_text_view_get_iter_at_location (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1643
1643
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1644
|
-
<em class="parameter"><code><a href="
|
1645
|
-
<em class="parameter"><code><a href="
|
1644
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
1645
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
|
1646
1646
|
<p>Retrieves the iterator at buffer coordinates <em class="parameter"><code>x</code></em>
|
1647
1647
|
and <em class="parameter"><code>y</code></em>
|
1648
1648
|
. Buffer
|
@@ -1684,18 +1684,18 @@ event, you have to convert those to buffer coordinates with
|
|
1684
1684
|
</div>
|
1685
1685
|
<div class="refsect3">
|
1686
1686
|
<a name="gtk-text-view-get-iter-at-location.returns"></a><h4>Returns</h4>
|
1687
|
-
<p> <a href="
|
1687
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the position is over text</p>
|
1688
1688
|
</div>
|
1689
1689
|
</div>
|
1690
1690
|
<hr>
|
1691
1691
|
<div class="refsect2">
|
1692
1692
|
<a name="gtk-text-view-get-iter-at-position"></a><h3>gtk_text_view_get_iter_at_position ()</h3>
|
1693
|
-
<pre class="programlisting"><a href="
|
1693
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1694
1694
|
gtk_text_view_get_iter_at_position (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1695
1695
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1696
|
-
<em class="parameter"><code><a href="
|
1697
|
-
<em class="parameter"><code><a href="
|
1698
|
-
<em class="parameter"><code><a href="
|
1696
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *trailing</code></em>,
|
1697
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
1698
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
|
1699
1699
|
<p>Retrieves the iterator pointing to the character at buffer
|
1700
1700
|
coordinates <em class="parameter"><code>x</code></em>
|
1701
1701
|
and <em class="parameter"><code>y</code></em>
|
@@ -1728,7 +1728,7 @@ characters.</p>
|
|
1728
1728
|
</tr>
|
1729
1729
|
<tr>
|
1730
1730
|
<td class="parameter_name"><p>trailing</p></td>
|
1731
|
-
<td class="parameter_description"><p> if non-<a href="
|
1731
|
+
<td class="parameter_description"><p> if non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, location to store an integer indicating where
|
1732
1732
|
in the grapheme the user clicked. It will either be
|
1733
1733
|
zero, or the number of characters in the grapheme.
|
1734
1734
|
0 represents the trailing edge of the grapheme. </p></td>
|
@@ -1749,7 +1749,7 @@ zero, or the number of characters in the grapheme.
|
|
1749
1749
|
</div>
|
1750
1750
|
<div class="refsect3">
|
1751
1751
|
<a name="gtk-text-view-get-iter-at-position.returns"></a><h4>Returns</h4>
|
1752
|
-
<p> <a href="
|
1752
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the position is over text</p>
|
1753
1753
|
</div>
|
1754
1754
|
<p class="since">Since: 2.6</p>
|
1755
1755
|
</div>
|
@@ -1759,10 +1759,10 @@ zero, or the number of characters in the grapheme.
|
|
1759
1759
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1760
1760
|
gtk_text_view_buffer_to_window_coords (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1761
1761
|
<em class="parameter"><code><a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> win</code></em>,
|
1762
|
-
<em class="parameter"><code><a href="
|
1763
|
-
<em class="parameter"><code><a href="
|
1764
|
-
<em class="parameter"><code><a href="
|
1765
|
-
<em class="parameter"><code><a href="
|
1762
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> buffer_x</code></em>,
|
1763
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> buffer_y</code></em>,
|
1764
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *window_x</code></em>,
|
1765
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *window_y</code></em>);</pre>
|
1766
1766
|
<p>Converts coordinate (<em class="parameter"><code>buffer_x</code></em>
|
1767
1767
|
, <em class="parameter"><code>buffer_y</code></em>
|
1768
1768
|
) to coordinates for the window
|
@@ -1788,7 +1788,7 @@ gtk_text_view_buffer_to_window_coords (<em class="parameter"><code><a class="lin
|
|
1788
1788
|
</tr>
|
1789
1789
|
<tr>
|
1790
1790
|
<td class="parameter_name"><p>win</p></td>
|
1791
|
-
<td class="parameter_description"><p>a <a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> except <
|
1791
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> except <span class="type">GTK_TEXT_WINDOW_PRIVATE</span></p></td>
|
1792
1792
|
<td class="parameter_annotations"> </td>
|
1793
1793
|
</tr>
|
1794
1794
|
<tr>
|
@@ -1803,12 +1803,12 @@ gtk_text_view_buffer_to_window_coords (<em class="parameter"><code><a class="lin
|
|
1803
1803
|
</tr>
|
1804
1804
|
<tr>
|
1805
1805
|
<td class="parameter_name"><p>window_x</p></td>
|
1806
|
-
<td class="parameter_description"><p> window x coordinate return location or <a href="
|
1806
|
+
<td class="parameter_description"><p> window x coordinate return location or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1807
1807
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1808
1808
|
</tr>
|
1809
1809
|
<tr>
|
1810
1810
|
<td class="parameter_name"><p>window_y</p></td>
|
1811
|
-
<td class="parameter_description"><p> window y coordinate return location or <a href="
|
1811
|
+
<td class="parameter_description"><p> window y coordinate return location or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1812
1812
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1813
1813
|
</tr>
|
1814
1814
|
</tbody>
|
@@ -1821,10 +1821,10 @@ gtk_text_view_buffer_to_window_coords (<em class="parameter"><code><a class="lin
|
|
1821
1821
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1822
1822
|
gtk_text_view_window_to_buffer_coords (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1823
1823
|
<em class="parameter"><code><a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> win</code></em>,
|
1824
|
-
<em class="parameter"><code><a href="
|
1825
|
-
<em class="parameter"><code><a href="
|
1826
|
-
<em class="parameter"><code><a href="
|
1827
|
-
<em class="parameter"><code><a href="
|
1824
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> window_x</code></em>,
|
1825
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> window_y</code></em>,
|
1826
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *buffer_x</code></em>,
|
1827
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *buffer_y</code></em>);</pre>
|
1828
1828
|
<p>Converts coordinates on the window identified by <em class="parameter"><code>win</code></em>
|
1829
1829
|
to buffer
|
1830
1830
|
coordinates, storing the result in (<em class="parameter"><code>buffer_x</code></em>
|
@@ -1848,7 +1848,7 @@ coordinates, storing the result in (<em class="parameter"><code>buffer_x</code><
|
|
1848
1848
|
</tr>
|
1849
1849
|
<tr>
|
1850
1850
|
<td class="parameter_name"><p>win</p></td>
|
1851
|
-
<td class="parameter_description"><p>a <a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> except <
|
1851
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> except <span class="type">GTK_TEXT_WINDOW_PRIVATE</span></p></td>
|
1852
1852
|
<td class="parameter_annotations"> </td>
|
1853
1853
|
</tr>
|
1854
1854
|
<tr>
|
@@ -1863,12 +1863,12 @@ coordinates, storing the result in (<em class="parameter"><code>buffer_x</code><
|
|
1863
1863
|
</tr>
|
1864
1864
|
<tr>
|
1865
1865
|
<td class="parameter_name"><p>buffer_x</p></td>
|
1866
|
-
<td class="parameter_description"><p> buffer x coordinate return location or <a href="
|
1866
|
+
<td class="parameter_description"><p> buffer x coordinate return location or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1867
1867
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1868
1868
|
</tr>
|
1869
1869
|
<tr>
|
1870
1870
|
<td class="parameter_name"><p>buffer_y</p></td>
|
1871
|
-
<td class="parameter_description"><p> buffer y coordinate return location or <a href="
|
1871
|
+
<td class="parameter_description"><p> buffer y coordinate return location or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1872
1872
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1873
1873
|
</tr>
|
1874
1874
|
</tbody>
|
@@ -1878,13 +1878,13 @@ coordinates, storing the result in (<em class="parameter"><code>buffer_x</code><
|
|
1878
1878
|
<hr>
|
1879
1879
|
<div class="refsect2">
|
1880
1880
|
<a name="gtk-text-view-get-window"></a><h3>gtk_text_view_get_window ()</h3>
|
1881
|
-
<pre class="programlisting"><a href="http://
|
1881
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindow-struct"><span class="returnvalue">GdkWindow</span></a> *
|
1882
1882
|
gtk_text_view_get_window (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1883
1883
|
<em class="parameter"><code><a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> win</code></em>);</pre>
|
1884
|
-
<p>Retrieves the <a href="http://
|
1884
|
+
<p>Retrieves the <a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> corresponding to an area of the text view;
|
1885
1885
|
possible windows include the overall widget window, child windows
|
1886
1886
|
on the left, right, top, bottom, and the window that displays the
|
1887
|
-
text buffer. Windows are <a href="
|
1887
|
+
text buffer. Windows are <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> and nonexistent if their width or
|
1888
1888
|
height is 0, and are nonexistent before the widget has been
|
1889
1889
|
realized.</p>
|
1890
1890
|
<div class="refsect3">
|
@@ -1911,7 +1911,7 @@ realized.</p>
|
|
1911
1911
|
</div>
|
1912
1912
|
<div class="refsect3">
|
1913
1913
|
<a name="gtk-text-view-get-window.returns"></a><h4>Returns</h4>
|
1914
|
-
<p> a <a href="http://
|
1914
|
+
<p> a <a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
1915
1915
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1916
1916
|
</div>
|
1917
1917
|
</div>
|
@@ -1920,7 +1920,7 @@ realized.</p>
|
|
1920
1920
|
<a name="gtk-text-view-get-window-type"></a><h3>gtk_text_view_get_window_type ()</h3>
|
1921
1921
|
<pre class="programlisting"><a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="returnvalue">GtkTextWindowType</span></a>
|
1922
1922
|
gtk_text_view_get_window_type (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1923
|
-
<em class="parameter"><code><a href="http://
|
1923
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
1924
1924
|
<p>Usually used to find out which window an event corresponds to.
|
1925
1925
|
If you connect to an event signal on <em class="parameter"><code>text_view</code></em>
|
1926
1926
|
, this function
|
@@ -1959,14 +1959,14 @@ see which window it was.</p>
|
|
1959
1959
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1960
1960
|
gtk_text_view_set_border_window_size (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1961
1961
|
<em class="parameter"><code><a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> type</code></em>,
|
1962
|
-
<em class="parameter"><code><a href="
|
1962
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>);</pre>
|
1963
1963
|
<p>Sets the width of <a class="link" href="GtkTextView.html#GTK-TEXT-WINDOW-LEFT:CAPS"><code class="literal">GTK_TEXT_WINDOW_LEFT</code></a> or <a class="link" href="GtkTextView.html#GTK-TEXT-WINDOW-RIGHT:CAPS"><code class="literal">GTK_TEXT_WINDOW_RIGHT</code></a>,
|
1964
1964
|
or the height of <a class="link" href="GtkTextView.html#GTK-TEXT-WINDOW-TOP:CAPS"><code class="literal">GTK_TEXT_WINDOW_TOP</code></a> or <a class="link" href="GtkTextView.html#GTK-TEXT-WINDOW-BOTTOM:CAPS"><code class="literal">GTK_TEXT_WINDOW_BOTTOM</code></a>.
|
1965
1965
|
Automatically destroys the corresponding window if the size is set
|
1966
1966
|
to 0, and creates the window if the size is set to non-zero. This
|
1967
1967
|
function can only be used for the “border windows,” it doesn’t work
|
1968
1968
|
with <a class="link" href="GtkTextView.html#GTK-TEXT-WINDOW-WIDGET:CAPS"><span class="type">GTK_TEXT_WINDOW_WIDGET</span></a>, <a class="link" href="GtkTextView.html#GTK-TEXT-WINDOW-TEXT:CAPS"><span class="type">GTK_TEXT_WINDOW_TEXT</span></a>, or
|
1969
|
-
<
|
1969
|
+
<span class="type">GTK_TEXT_WINDOW_PRIVATE</span>.</p>
|
1970
1970
|
<div class="refsect3">
|
1971
1971
|
<a name="gtk-text-view-set-border-window-size.parameters"></a><h4>Parameters</h4>
|
1972
1972
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1998,7 +1998,7 @@ with <a class="link" href="GtkTextView.html#GTK-TEXT-WINDOW-WIDGET:CAPS"><span c
|
|
1998
1998
|
<hr>
|
1999
1999
|
<div class="refsect2">
|
2000
2000
|
<a name="gtk-text-view-get-border-window-size"></a><h3>gtk_text_view_get_border_window_size ()</h3>
|
2001
|
-
<pre class="programlisting"><a href="
|
2001
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
2002
2002
|
gtk_text_view_get_border_window_size (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
2003
2003
|
<em class="parameter"><code><a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> type</code></em>);</pre>
|
2004
2004
|
<p>Gets the width of the specified border window. See
|
@@ -2033,7 +2033,7 @@ gtk_text_view_get_border_window_size (<em class="parameter"><code><a class="link
|
|
2033
2033
|
<hr>
|
2034
2034
|
<div class="refsect2">
|
2035
2035
|
<a name="gtk-text-view-forward-display-line"></a><h3>gtk_text_view_forward_display_line ()</h3>
|
2036
|
-
<pre class="programlisting"><a href="
|
2036
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2037
2037
|
gtk_text_view_forward_display_line (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
2038
2038
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
2039
2039
|
<p>Moves the given <em class="parameter"><code>iter</code></em>
|
@@ -2069,14 +2069,14 @@ views, since they depend on the contents of the <a class="link" href="GtkTextBuf
|
|
2069
2069
|
</div>
|
2070
2070
|
<div class="refsect3">
|
2071
2071
|
<a name="gtk-text-view-forward-display-line.returns"></a><h4>Returns</h4>
|
2072
|
-
<p> <a href="
|
2072
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em>
|
2073
2073
|
was moved and is not on the end iterator</p>
|
2074
2074
|
</div>
|
2075
2075
|
</div>
|
2076
2076
|
<hr>
|
2077
2077
|
<div class="refsect2">
|
2078
2078
|
<a name="gtk-text-view-backward-display-line"></a><h3>gtk_text_view_backward_display_line ()</h3>
|
2079
|
-
<pre class="programlisting"><a href="
|
2079
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2080
2080
|
gtk_text_view_backward_display_line (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
2081
2081
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
2082
2082
|
<p>Moves the given <em class="parameter"><code>iter</code></em>
|
@@ -2112,14 +2112,14 @@ views, since they depend on the contents of the <a class="link" href="GtkTextBuf
|
|
2112
2112
|
</div>
|
2113
2113
|
<div class="refsect3">
|
2114
2114
|
<a name="gtk-text-view-backward-display-line.returns"></a><h4>Returns</h4>
|
2115
|
-
<p> <a href="
|
2115
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em>
|
2116
2116
|
was moved and is not on the end iterator</p>
|
2117
2117
|
</div>
|
2118
2118
|
</div>
|
2119
2119
|
<hr>
|
2120
2120
|
<div class="refsect2">
|
2121
2121
|
<a name="gtk-text-view-forward-display-line-end"></a><h3>gtk_text_view_forward_display_line_end ()</h3>
|
2122
|
-
<pre class="programlisting"><a href="
|
2122
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2123
2123
|
gtk_text_view_forward_display_line_end
|
2124
2124
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
2125
2125
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
@@ -2156,14 +2156,14 @@ views, since they depend on the contents of the <a class="link" href="GtkTextBuf
|
|
2156
2156
|
</div>
|
2157
2157
|
<div class="refsect3">
|
2158
2158
|
<a name="gtk-text-view-forward-display-line-end.returns"></a><h4>Returns</h4>
|
2159
|
-
<p> <a href="
|
2159
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em>
|
2160
2160
|
was moved and is not on the end iterator</p>
|
2161
2161
|
</div>
|
2162
2162
|
</div>
|
2163
2163
|
<hr>
|
2164
2164
|
<div class="refsect2">
|
2165
2165
|
<a name="gtk-text-view-backward-display-line-start"></a><h3>gtk_text_view_backward_display_line_start ()</h3>
|
2166
|
-
<pre class="programlisting"><a href="
|
2166
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2167
2167
|
gtk_text_view_backward_display_line_start
|
2168
2168
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
2169
2169
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
@@ -2200,14 +2200,14 @@ views, since they depend on the contents of the <a class="link" href="GtkTextBuf
|
|
2200
2200
|
</div>
|
2201
2201
|
<div class="refsect3">
|
2202
2202
|
<a name="gtk-text-view-backward-display-line-start.returns"></a><h4>Returns</h4>
|
2203
|
-
<p> <a href="
|
2203
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em>
|
2204
2204
|
was moved and is not on the end iterator</p>
|
2205
2205
|
</div>
|
2206
2206
|
</div>
|
2207
2207
|
<hr>
|
2208
2208
|
<div class="refsect2">
|
2209
2209
|
<a name="gtk-text-view-starts-display-line"></a><h3>gtk_text_view_starts_display_line ()</h3>
|
2210
|
-
<pre class="programlisting"><a href="
|
2210
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2211
2211
|
gtk_text_view_starts_display_line (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
2212
2212
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
2213
2213
|
<p>Determines whether <em class="parameter"><code>iter</code></em>
|
@@ -2238,17 +2238,17 @@ display lines vs. paragraphs.</p>
|
|
2238
2238
|
</div>
|
2239
2239
|
<div class="refsect3">
|
2240
2240
|
<a name="gtk-text-view-starts-display-line.returns"></a><h4>Returns</h4>
|
2241
|
-
<p> <a href="
|
2241
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em>
|
2242
2242
|
begins a wrapped line</p>
|
2243
2243
|
</div>
|
2244
2244
|
</div>
|
2245
2245
|
<hr>
|
2246
2246
|
<div class="refsect2">
|
2247
2247
|
<a name="gtk-text-view-move-visually"></a><h3>gtk_text_view_move_visually ()</h3>
|
2248
|
-
<pre class="programlisting"><a href="
|
2248
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2249
2249
|
gtk_text_view_move_visually (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
2250
2250
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2251
|
-
<em class="parameter"><code><a href="
|
2251
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);</pre>
|
2252
2252
|
<p>Move the iterator a given number of characters visually, treating
|
2253
2253
|
it as the strong cursor position. If <em class="parameter"><code>count</code></em>
|
2254
2254
|
is positive, then the
|
@@ -2293,7 +2293,7 @@ positive moves right)</p></td>
|
|
2293
2293
|
</div>
|
2294
2294
|
<div class="refsect3">
|
2295
2295
|
<a name="gtk-text-view-move-visually.returns"></a><h4>Returns</h4>
|
2296
|
-
<p> <a href="
|
2296
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em>
|
2297
2297
|
moved and is not on the end iterator</p>
|
2298
2298
|
</div>
|
2299
2299
|
</div>
|
@@ -2352,10 +2352,10 @@ convenience function <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-cr
|
|
2352
2352
|
<hr>
|
2353
2353
|
<div class="refsect2">
|
2354
2354
|
<a name="gtk-text-child-anchor-get-widgets"></a><h3>gtk_text_child_anchor_get_widgets ()</h3>
|
2355
|
-
<pre class="programlisting"><a href="
|
2355
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
2356
2356
|
gtk_text_child_anchor_get_widgets (<em class="parameter"><code><a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="type">GtkTextChildAnchor</span></a> *anchor</code></em>);</pre>
|
2357
2357
|
<p>Gets a list of all widgets anchored at this child anchor.
|
2358
|
-
The returned list should be freed with <a href="
|
2358
|
+
The returned list should be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>.</p>
|
2359
2359
|
<div class="refsect3">
|
2360
2360
|
<a name="gtk-text-child-anchor-get-widgets.parameters"></a><h4>Parameters</h4>
|
2361
2361
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2381,12 +2381,12 @@ The returned list should be freed with <a href="https://developer.gnome.org/glib
|
|
2381
2381
|
<hr>
|
2382
2382
|
<div class="refsect2">
|
2383
2383
|
<a name="gtk-text-child-anchor-get-deleted"></a><h3>gtk_text_child_anchor_get_deleted ()</h3>
|
2384
|
-
<pre class="programlisting"><a href="
|
2384
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2385
2385
|
gtk_text_child_anchor_get_deleted (<em class="parameter"><code><a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="type">GtkTextChildAnchor</span></a> *anchor</code></em>);</pre>
|
2386
2386
|
<p>Determines whether a child anchor has been deleted from
|
2387
2387
|
the buffer. Keep in mind that the child anchor will be
|
2388
2388
|
unreferenced when removed from the buffer, so you need to
|
2389
|
-
hold your own reference (with <a href="
|
2389
|
+
hold your own reference (with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a>) if you plan
|
2390
2390
|
to use this function — otherwise all deleted child anchors
|
2391
2391
|
will also be finalized.</p>
|
2392
2392
|
<div class="refsect3">
|
@@ -2406,7 +2406,7 @@ will also be finalized.</p>
|
|
2406
2406
|
</div>
|
2407
2407
|
<div class="refsect3">
|
2408
2408
|
<a name="gtk-text-child-anchor-get-deleted.returns"></a><h4>Returns</h4>
|
2409
|
-
<p> <a href="
|
2409
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the child anchor has been deleted from its buffer</p>
|
2410
2410
|
</div>
|
2411
2411
|
</div>
|
2412
2412
|
<hr>
|
@@ -2416,8 +2416,8 @@ will also be finalized.</p>
|
|
2416
2416
|
gtk_text_view_add_child_in_window (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
2417
2417
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
2418
2418
|
<em class="parameter"><code><a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> which_window</code></em>,
|
2419
|
-
<em class="parameter"><code><a href="
|
2420
|
-
<em class="parameter"><code><a href="
|
2419
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> xpos</code></em>,
|
2420
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ypos</code></em>);</pre>
|
2421
2421
|
<p>Adds a child at fixed coordinates in one of the text widget's
|
2422
2422
|
windows.</p>
|
2423
2423
|
<p>The window must have nonzero size (see
|
@@ -2471,8 +2471,8 @@ text window) it will move with the scrolling as needed.</p>
|
|
2471
2471
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2472
2472
|
gtk_text_view_move_child (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
2473
2473
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
2474
|
-
<em class="parameter"><code><a href="
|
2475
|
-
<em class="parameter"><code><a href="
|
2474
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> xpos</code></em>,
|
2475
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ypos</code></em>);</pre>
|
2476
2476
|
<p>Updates the position of a child, as for <a class="link" href="GtkTextView.html#gtk-text-view-add-child-in-window" title="gtk_text_view_add_child_in_window ()"><code class="function">gtk_text_view_add_child_in_window()</code></a>.</p>
|
2477
2477
|
<div class="refsect3">
|
2478
2478
|
<a name="gtk-text-view-move-child.parameters"></a><h4>Parameters</h4>
|
@@ -2568,7 +2568,7 @@ gtk_text_view_get_wrap_mode (<em class="parameter"><code><a class="link" href="G
|
|
2568
2568
|
<a name="gtk-text-view-set-editable"></a><h3>gtk_text_view_set_editable ()</h3>
|
2569
2569
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2570
2570
|
gtk_text_view_set_editable (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
2571
|
-
<em class="parameter"><code><a href="
|
2571
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
|
2572
2572
|
<p>Sets the default editability of the <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a>. You can override
|
2573
2573
|
this default setting with tags in the buffer, using the “editable”
|
2574
2574
|
attribute of tags.</p>
|
@@ -2598,7 +2598,7 @@ attribute of tags.</p>
|
|
2598
2598
|
<hr>
|
2599
2599
|
<div class="refsect2">
|
2600
2600
|
<a name="gtk-text-view-get-editable"></a><h3>gtk_text_view_get_editable ()</h3>
|
2601
|
-
<pre class="programlisting"><a href="
|
2601
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2602
2602
|
gtk_text_view_get_editable (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
2603
2603
|
<p>Returns the default editability of the <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a>. Tags in the
|
2604
2604
|
buffer may override this setting for some ranges of text.</p>
|
@@ -2627,7 +2627,7 @@ buffer may override this setting for some ranges of text.</p>
|
|
2627
2627
|
<a name="gtk-text-view-set-cursor-visible"></a><h3>gtk_text_view_set_cursor_visible ()</h3>
|
2628
2628
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2629
2629
|
gtk_text_view_set_cursor_visible (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
2630
|
-
<em class="parameter"><code><a href="
|
2630
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
|
2631
2631
|
<p>Toggles whether the insertion point should be displayed. A buffer with
|
2632
2632
|
no editable text probably shouldn’t have a visible cursor, so you may
|
2633
2633
|
want to turn the cursor off.</p>
|
@@ -2659,7 +2659,7 @@ want to turn the cursor off.</p>
|
|
2659
2659
|
<hr>
|
2660
2660
|
<div class="refsect2">
|
2661
2661
|
<a name="gtk-text-view-get-cursor-visible"></a><h3>gtk_text_view_get_cursor_visible ()</h3>
|
2662
|
-
<pre class="programlisting"><a href="
|
2662
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2663
2663
|
gtk_text_view_get_cursor_visible (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
2664
2664
|
<p>Find out whether the cursor should be displayed.</p>
|
2665
2665
|
<div class="refsect3">
|
@@ -2715,7 +2715,7 @@ visible, in case blinking is disabled).</p>
|
|
2715
2715
|
<a name="gtk-text-view-set-overwrite"></a><h3>gtk_text_view_set_overwrite ()</h3>
|
2716
2716
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2717
2717
|
gtk_text_view_set_overwrite (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
2718
|
-
<em class="parameter"><code><a href="
|
2718
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> overwrite</code></em>);</pre>
|
2719
2719
|
<p>Changes the <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> overwrite mode.</p>
|
2720
2720
|
<div class="refsect3">
|
2721
2721
|
<a name="gtk-text-view-set-overwrite.parameters"></a><h4>Parameters</h4>
|
@@ -2733,7 +2733,7 @@ gtk_text_view_set_overwrite (<em class="parameter"><code><a class="link" href="G
|
|
2733
2733
|
</tr>
|
2734
2734
|
<tr>
|
2735
2735
|
<td class="parameter_name"><p>overwrite</p></td>
|
2736
|
-
<td class="parameter_description"><p><a href="
|
2736
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to turn on overwrite mode, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to turn it off</p></td>
|
2737
2737
|
<td class="parameter_annotations"> </td>
|
2738
2738
|
</tr>
|
2739
2739
|
</tbody>
|
@@ -2744,7 +2744,7 @@ gtk_text_view_set_overwrite (<em class="parameter"><code><a class="link" href="G
|
|
2744
2744
|
<hr>
|
2745
2745
|
<div class="refsect2">
|
2746
2746
|
<a name="gtk-text-view-get-overwrite"></a><h3>gtk_text_view_get_overwrite ()</h3>
|
2747
|
-
<pre class="programlisting"><a href="
|
2747
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2748
2748
|
gtk_text_view_get_overwrite (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
2749
2749
|
<p>Returns whether the <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> is in overwrite mode or not.</p>
|
2750
2750
|
<div class="refsect3">
|
@@ -2774,7 +2774,7 @@ is in overwrite mode or not.</p>
|
|
2774
2774
|
<a name="gtk-text-view-set-pixels-above-lines"></a><h3>gtk_text_view_set_pixels_above_lines ()</h3>
|
2775
2775
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2776
2776
|
gtk_text_view_set_pixels_above_lines (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
2777
|
-
<em class="parameter"><code><a href="
|
2777
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> pixels_above_lines</code></em>);</pre>
|
2778
2778
|
<p>Sets the default number of blank pixels above paragraphs in <em class="parameter"><code>text_view</code></em>
|
2779
2779
|
.
|
2780
2780
|
Tags in the buffer for <em class="parameter"><code>text_view</code></em>
|
@@ -2805,7 +2805,7 @@ Tags in the buffer for <em class="parameter"><code>text_view</code></em>
|
|
2805
2805
|
<hr>
|
2806
2806
|
<div class="refsect2">
|
2807
2807
|
<a name="gtk-text-view-get-pixels-above-lines"></a><h3>gtk_text_view_get_pixels_above_lines ()</h3>
|
2808
|
-
<pre class="programlisting"><a href="
|
2808
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
2809
2809
|
gtk_text_view_get_pixels_above_lines (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
2810
2810
|
<p>Gets the default number of pixels to put above paragraphs.
|
2811
2811
|
Adding this function with <a class="link" href="GtkTextView.html#gtk-text-view-get-pixels-below-lines" title="gtk_text_view_get_pixels_below_lines ()"><code class="function">gtk_text_view_get_pixels_below_lines()</code></a>
|
@@ -2835,7 +2835,7 @@ is equal to the line space between each paragraph.</p>
|
|
2835
2835
|
<a name="gtk-text-view-set-pixels-below-lines"></a><h3>gtk_text_view_set_pixels_below_lines ()</h3>
|
2836
2836
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2837
2837
|
gtk_text_view_set_pixels_below_lines (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
2838
|
-
<em class="parameter"><code><a href="
|
2838
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> pixels_below_lines</code></em>);</pre>
|
2839
2839
|
<p>Sets the default number of pixels of blank space
|
2840
2840
|
to put below paragraphs in <em class="parameter"><code>text_view</code></em>
|
2841
2841
|
. May be overridden
|
@@ -2867,7 +2867,7 @@ by tags applied to <em class="parameter"><code>text_view</code></em>
|
|
2867
2867
|
<hr>
|
2868
2868
|
<div class="refsect2">
|
2869
2869
|
<a name="gtk-text-view-get-pixels-below-lines"></a><h3>gtk_text_view_get_pixels_below_lines ()</h3>
|
2870
|
-
<pre class="programlisting"><a href="
|
2870
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
2871
2871
|
gtk_text_view_get_pixels_below_lines (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
2872
2872
|
<p>Gets the value set by <a class="link" href="GtkTextView.html#gtk-text-view-set-pixels-below-lines" title="gtk_text_view_set_pixels_below_lines ()"><code class="function">gtk_text_view_set_pixels_below_lines()</code></a>.</p>
|
2873
2873
|
<p>The line space is the sum of the value returned by this function and the
|
@@ -2897,7 +2897,7 @@ value returned by <a class="link" href="GtkTextView.html#gtk-text-view-get-pixel
|
|
2897
2897
|
<a name="gtk-text-view-set-pixels-inside-wrap"></a><h3>gtk_text_view_set_pixels_inside_wrap ()</h3>
|
2898
2898
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2899
2899
|
gtk_text_view_set_pixels_inside_wrap (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
2900
|
-
<em class="parameter"><code><a href="
|
2900
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> pixels_inside_wrap</code></em>);</pre>
|
2901
2901
|
<p>Sets the default number of pixels of blank space to leave between
|
2902
2902
|
display/wrapped lines within a paragraph. May be overridden by
|
2903
2903
|
tags in <em class="parameter"><code>text_view</code></em>
|
@@ -2928,7 +2928,7 @@ tags in <em class="parameter"><code>text_view</code></em>
|
|
2928
2928
|
<hr>
|
2929
2929
|
<div class="refsect2">
|
2930
2930
|
<a name="gtk-text-view-get-pixels-inside-wrap"></a><h3>gtk_text_view_get_pixels_inside_wrap ()</h3>
|
2931
|
-
<pre class="programlisting"><a href="
|
2931
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
2932
2932
|
gtk_text_view_get_pixels_inside_wrap (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
2933
2933
|
<p>Gets the value set by <a class="link" href="GtkTextView.html#gtk-text-view-set-pixels-inside-wrap" title="gtk_text_view_set_pixels_inside_wrap ()"><code class="function">gtk_text_view_set_pixels_inside_wrap()</code></a>.</p>
|
2934
2934
|
<div class="refsect3">
|
@@ -3016,7 +3016,7 @@ Tags in the buffer may override the default.</p>
|
|
3016
3016
|
<a name="gtk-text-view-set-left-margin"></a><h3>gtk_text_view_set_left_margin ()</h3>
|
3017
3017
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3018
3018
|
gtk_text_view_set_left_margin (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
3019
|
-
<em class="parameter"><code><a href="
|
3019
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> left_margin</code></em>);</pre>
|
3020
3020
|
<p>Sets the default left margin for text in <em class="parameter"><code>text_view</code></em>
|
3021
3021
|
.
|
3022
3022
|
Tags in the buffer may override the default.</p>
|
@@ -3048,7 +3048,7 @@ In CSS terms, the value set here is padding.</p>
|
|
3048
3048
|
<hr>
|
3049
3049
|
<div class="refsect2">
|
3050
3050
|
<a name="gtk-text-view-get-left-margin"></a><h3>gtk_text_view_get_left_margin ()</h3>
|
3051
|
-
<pre class="programlisting"><a href="
|
3051
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
3052
3052
|
gtk_text_view_get_left_margin (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
3053
3053
|
<p>Gets the default left margin size of paragraphs in the <em class="parameter"><code>text_view</code></em>
|
3054
3054
|
.
|
@@ -3078,7 +3078,7 @@ Tags in the buffer may override the default.</p>
|
|
3078
3078
|
<a name="gtk-text-view-set-right-margin"></a><h3>gtk_text_view_set_right_margin ()</h3>
|
3079
3079
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3080
3080
|
gtk_text_view_set_right_margin (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
3081
|
-
<em class="parameter"><code><a href="
|
3081
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> right_margin</code></em>);</pre>
|
3082
3082
|
<p>Sets the default right margin for text in the text view.
|
3083
3083
|
Tags in the buffer may override the default.</p>
|
3084
3084
|
<p>Note that this function is confusingly named.
|
@@ -3109,7 +3109,7 @@ In CSS terms, the value set here is padding.</p>
|
|
3109
3109
|
<hr>
|
3110
3110
|
<div class="refsect2">
|
3111
3111
|
<a name="gtk-text-view-get-right-margin"></a><h3>gtk_text_view_get_right_margin ()</h3>
|
3112
|
-
<pre class="programlisting"><a href="
|
3112
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
3113
3113
|
gtk_text_view_get_right_margin (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
3114
3114
|
<p>Gets the default right margin for text in <em class="parameter"><code>text_view</code></em>
|
3115
3115
|
. Tags
|
@@ -3139,7 +3139,7 @@ in the buffer may override the default.</p>
|
|
3139
3139
|
<a name="gtk-text-view-set-top-margin"></a><h3>gtk_text_view_set_top_margin ()</h3>
|
3140
3140
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3141
3141
|
gtk_text_view_set_top_margin (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
3142
|
-
<em class="parameter"><code><a href="
|
3142
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> top_margin</code></em>);</pre>
|
3143
3143
|
<p>Sets the top margin for text in <em class="parameter"><code>text_view</code></em>
|
3144
3144
|
.</p>
|
3145
3145
|
<p>Note that this function is confusingly named.
|
@@ -3171,7 +3171,7 @@ In CSS terms, the value set here is padding.</p>
|
|
3171
3171
|
<hr>
|
3172
3172
|
<div class="refsect2">
|
3173
3173
|
<a name="gtk-text-view-get-top-margin"></a><h3>gtk_text_view_get_top_margin ()</h3>
|
3174
|
-
<pre class="programlisting"><a href="
|
3174
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
3175
3175
|
gtk_text_view_get_top_margin (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
3176
3176
|
<p>Gets the top margin for text in the <em class="parameter"><code>text_view</code></em>
|
3177
3177
|
.</p>
|
@@ -3201,7 +3201,7 @@ gtk_text_view_get_top_margin (<em class="parameter"><code><a class="link" href="
|
|
3201
3201
|
<a name="gtk-text-view-set-bottom-margin"></a><h3>gtk_text_view_set_bottom_margin ()</h3>
|
3202
3202
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3203
3203
|
gtk_text_view_set_bottom_margin (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
3204
|
-
<em class="parameter"><code><a href="
|
3204
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> bottom_margin</code></em>);</pre>
|
3205
3205
|
<p>Sets the bottom margin for text in <em class="parameter"><code>text_view</code></em>
|
3206
3206
|
.</p>
|
3207
3207
|
<p>Note that this function is confusingly named.
|
@@ -3233,7 +3233,7 @@ In CSS terms, the value set here is padding.</p>
|
|
3233
3233
|
<hr>
|
3234
3234
|
<div class="refsect2">
|
3235
3235
|
<a name="gtk-text-view-get-bottom-margin"></a><h3>gtk_text_view_get_bottom_margin ()</h3>
|
3236
|
-
<pre class="programlisting"><a href="
|
3236
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
3237
3237
|
gtk_text_view_get_bottom_margin (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
3238
3238
|
<p>Gets the bottom margin for text in the <em class="parameter"><code>text_view</code></em>
|
3239
3239
|
.</p>
|
@@ -3263,7 +3263,7 @@ gtk_text_view_get_bottom_margin (<em class="parameter"><code><a class="link" hre
|
|
3263
3263
|
<a name="gtk-text-view-set-indent"></a><h3>gtk_text_view_set_indent ()</h3>
|
3264
3264
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3265
3265
|
gtk_text_view_set_indent (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
3266
|
-
<em class="parameter"><code><a href="
|
3266
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> indent</code></em>);</pre>
|
3267
3267
|
<p>Sets the default indentation for paragraphs in <em class="parameter"><code>text_view</code></em>
|
3268
3268
|
.
|
3269
3269
|
Tags in the buffer may override the default.</p>
|
@@ -3293,7 +3293,7 @@ Tags in the buffer may override the default.</p>
|
|
3293
3293
|
<hr>
|
3294
3294
|
<div class="refsect2">
|
3295
3295
|
<a name="gtk-text-view-get-indent"></a><h3>gtk_text_view_get_indent ()</h3>
|
3296
|
-
<pre class="programlisting"><a href="
|
3296
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
3297
3297
|
gtk_text_view_get_indent (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
3298
3298
|
<p>Gets the default indentation of paragraphs in <em class="parameter"><code>text_view</code></em>
|
3299
3299
|
.
|
@@ -3358,7 +3358,7 @@ Tags in the buffer may override the default.</p>
|
|
3358
3358
|
gtk_text_view_get_tabs (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
3359
3359
|
<p>Gets the default tabs for <em class="parameter"><code>text_view</code></em>
|
3360
3360
|
. Tags in the buffer may
|
3361
|
-
override the defaults. The returned array will be <a href="
|
3361
|
+
override the defaults. The returned array will be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
|
3362
3362
|
“standard” (8-space) tabs are used. Free the return value
|
3363
3363
|
with <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Tab-Stops.html#pango-tab-array-free"><code class="function">pango_tab_array_free()</code></a>.</p>
|
3364
3364
|
<div class="refsect3">
|
@@ -3378,7 +3378,7 @@ with <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Tab-Stops.html#
|
|
3378
3378
|
</div>
|
3379
3379
|
<div class="refsect3">
|
3380
3380
|
<a name="gtk-text-view-get-tabs.returns"></a><h4>Returns</h4>
|
3381
|
-
<p> copy of default tab array, or <a href="
|
3381
|
+
<p> copy of default tab array, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
|
3382
3382
|
“standard" tabs are used; must be freed with <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Tab-Stops.html#pango-tab-array-free"><code class="function">pango_tab_array_free()</code></a>. </p>
|
3383
3383
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
3384
3384
|
</div>
|
@@ -3388,12 +3388,12 @@ with <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Tab-Stops.html#
|
|
3388
3388
|
<a name="gtk-text-view-set-accepts-tab"></a><h3>gtk_text_view_set_accepts_tab ()</h3>
|
3389
3389
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3390
3390
|
gtk_text_view_set_accepts_tab (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
3391
|
-
<em class="parameter"><code><a href="
|
3391
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> accepts_tab</code></em>);</pre>
|
3392
3392
|
<p>Sets the behavior of the text widget when the Tab key is pressed.
|
3393
3393
|
If <em class="parameter"><code>accepts_tab</code></em>
|
3394
|
-
is <a href="
|
3394
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, a tab character is inserted. If <em class="parameter"><code>accepts_tab</code></em>
|
3395
3395
|
|
3396
|
-
is <a href="
|
3396
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> the keyboard focus is moved to the next widget in the focus
|
3397
3397
|
chain.</p>
|
3398
3398
|
<div class="refsect3">
|
3399
3399
|
<a name="gtk-text-view-set-accepts-tab.parameters"></a><h4>Parameters</h4>
|
@@ -3411,8 +3411,8 @@ chain.</p>
|
|
3411
3411
|
</tr>
|
3412
3412
|
<tr>
|
3413
3413
|
<td class="parameter_name"><p>accepts_tab</p></td>
|
3414
|
-
<td class="parameter_description"><p><a href="
|
3415
|
-
character, <a href="
|
3414
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if pressing the Tab key should insert a tab
|
3415
|
+
character, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, if pressing the Tab key should move the
|
3416
3416
|
keyboard focus.</p></td>
|
3417
3417
|
<td class="parameter_annotations"> </td>
|
3418
3418
|
</tr>
|
@@ -3424,7 +3424,7 @@ keyboard focus.</p></td>
|
|
3424
3424
|
<hr>
|
3425
3425
|
<div class="refsect2">
|
3426
3426
|
<a name="gtk-text-view-get-accepts-tab"></a><h3>gtk_text_view_get_accepts_tab ()</h3>
|
3427
|
-
<pre class="programlisting"><a href="
|
3427
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3428
3428
|
gtk_text_view_get_accepts_tab (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
3429
3429
|
<p>Returns whether pressing the Tab key inserts a tab characters.
|
3430
3430
|
<a class="link" href="GtkTextView.html#gtk-text-view-set-accepts-tab" title="gtk_text_view_set_accepts_tab ()"><code class="function">gtk_text_view_set_accepts_tab()</code></a>.</p>
|
@@ -3445,8 +3445,8 @@ gtk_text_view_get_accepts_tab (<em class="parameter"><code><a class="link" href=
|
|
3445
3445
|
</div>
|
3446
3446
|
<div class="refsect3">
|
3447
3447
|
<a name="gtk-text-view-get-accepts-tab.returns"></a><h4>Returns</h4>
|
3448
|
-
<p> <a href="
|
3449
|
-
<a href="
|
3448
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if pressing the Tab key inserts a tab character,
|
3449
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if pressing the Tab key moves the keyboard focus.</p>
|
3450
3450
|
</div>
|
3451
3451
|
<p class="since">Since: 2.4</p>
|
3452
3452
|
</div>
|
@@ -3485,12 +3485,12 @@ and should be freed with <a class="link" href="GtkTextTag.html#gtk-text-attribut
|
|
3485
3485
|
<hr>
|
3486
3486
|
<div class="refsect2">
|
3487
3487
|
<a name="gtk-text-view-im-context-filter-keypress"></a><h3>gtk_text_view_im_context_filter_keypress ()</h3>
|
3488
|
-
<pre class="programlisting"><a href="
|
3488
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3489
3489
|
gtk_text_view_im_context_filter_keypress
|
3490
3490
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
3491
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
3491
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);</pre>
|
3492
3492
|
<p>Allow the <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> input method to internally handle key press
|
3493
|
-
and release events. If this function returns <a href="
|
3493
|
+
and release events. If this function returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then no further
|
3494
3494
|
processing should be done for this key event. See
|
3495
3495
|
<a class="link" href="GtkIMContext.html#gtk-im-context-filter-keypress" title="gtk_im_context_filter_keypress ()"><code class="function">gtk_im_context_filter_keypress()</code></a>.</p>
|
3496
3496
|
<p>Note that you are expected to call this function from your handler
|
@@ -3515,20 +3515,20 @@ and the default key event handling of the <a class="link" href="GtkTextView.html
|
|
3515
3515
|
12
|
3516
3516
|
13
|
3517
3517
|
14</pre></td>
|
3518
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
3519
|
-
<span class="function">gtk_foo_bar_key_press_event</span
|
3520
|
-
|
3521
|
-
<span class="
|
3522
|
-
<span class="
|
3523
|
-
<span class="
|
3524
|
-
<span class="
|
3525
|
-
<span class="
|
3526
|
-
<span class="
|
3518
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">static</span> gboolean
|
3519
|
+
<span class="function">gtk_foo_bar_key_press_event</span> <span class="gtkdoc opt">(</span>GtkWidget <span class="gtkdoc opt">*</span>widget<span class="gtkdoc opt">,</span>
|
3520
|
+
GdkEventKey <span class="gtkdoc opt">*</span>event<span class="gtkdoc opt">)</span>
|
3521
|
+
<span class="gtkdoc opt">{</span>
|
3522
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">((</span>key<span class="gtkdoc opt">-></span>keyval <span class="gtkdoc opt">==</span> GDK_KEY_Return <span class="gtkdoc opt">||</span> key<span class="gtkdoc opt">-></span>keyval <span class="gtkdoc opt">==</span> GDK_KEY_KP_Enter<span class="gtkdoc opt">))</span>
|
3523
|
+
<span class="gtkdoc opt">{</span>
|
3524
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(</span><span class="function"><a href="GtkTextView.html#gtk-text-view-im-context-filter-keypress">gtk_text_view_im_context_filter_keypress</a></span> <span class="gtkdoc opt">(</span><span class="function">GTK_TEXT_VIEW</span> <span class="gtkdoc opt">(</span>view<span class="gtkdoc opt">),</span> event<span class="gtkdoc opt">))</span>
|
3525
|
+
<span class="keyword">return</span> TRUE<span class="gtkdoc opt">;</span>
|
3526
|
+
<span class="gtkdoc opt">}</span>
|
3527
3527
|
|
3528
|
-
<span class="
|
3528
|
+
<span class="gtkdoc slc">// Do some stuff</span>
|
3529
3529
|
|
3530
|
-
<span class="
|
3531
|
-
<span class="
|
3530
|
+
<span class="keyword">return</span> <span class="function">GTK_WIDGET_CLASS</span> <span class="gtkdoc opt">(</span>gtk_foo_bar_parent_class<span class="gtkdoc opt">)-></span><span class="function">key_press_event</span> <span class="gtkdoc opt">(</span>widget<span class="gtkdoc opt">,</span> event<span class="gtkdoc opt">);</span>
|
3531
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
3532
3532
|
</tr>
|
3533
3533
|
</tbody>
|
3534
3534
|
</table>
|
@@ -3559,7 +3559,7 @@ and the default key event handling of the <a class="link" href="GtkTextView.html
|
|
3559
3559
|
</div>
|
3560
3560
|
<div class="refsect3">
|
3561
3561
|
<a name="gtk-text-view-im-context-filter-keypress.returns"></a><h4>Returns</h4>
|
3562
|
-
<p> <a href="
|
3562
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the input method handled the key event.</p>
|
3563
3563
|
</div>
|
3564
3564
|
<p class="since">Since: 2.22</p>
|
3565
3565
|
</div>
|
@@ -3704,7 +3704,7 @@ gtk_text_view_get_input_hints (<em class="parameter"><code><a class="link" href=
|
|
3704
3704
|
<a name="gtk-text-view-set-monospace"></a><h3>gtk_text_view_set_monospace ()</h3>
|
3705
3705
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3706
3706
|
gtk_text_view_set_monospace (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
3707
|
-
<em class="parameter"><code><a href="
|
3707
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> monospace</code></em>);</pre>
|
3708
3708
|
<p>Sets the <a class="link" href="GtkTextView.html#GtkTextView--monospace" title="The “monospace” property"><span class="type">“monospace”</span></a> property, which
|
3709
3709
|
indicates that the text view should use monospace
|
3710
3710
|
fonts.</p>
|
@@ -3724,7 +3724,7 @@ fonts.</p>
|
|
3724
3724
|
</tr>
|
3725
3725
|
<tr>
|
3726
3726
|
<td class="parameter_name"><p>monospace</p></td>
|
3727
|
-
<td class="parameter_description"><p><a href="
|
3727
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to request monospace styling</p></td>
|
3728
3728
|
<td class="parameter_annotations"> </td>
|
3729
3729
|
</tr>
|
3730
3730
|
</tbody>
|
@@ -3735,10 +3735,10 @@ fonts.</p>
|
|
3735
3735
|
<hr>
|
3736
3736
|
<div class="refsect2">
|
3737
3737
|
<a name="gtk-text-view-get-monospace"></a><h3>gtk_text_view_get_monospace ()</h3>
|
3738
|
-
<pre class="programlisting"><a href="
|
3738
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3739
3739
|
gtk_text_view_get_monospace (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
3740
3740
|
<p>Gets the value of the <a class="link" href="GtkTextView.html#GtkTextView--monospace" title="The “monospace” property"><span class="type">“monospace”</span></a> property.</p>
|
3741
|
-
<p>Return: <a href="
|
3741
|
+
<p>Return: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if monospace fonts are desired</p>
|
3742
3742
|
<div class="refsect3">
|
3743
3743
|
<a name="gtk-text-view-get-monospace.parameters"></a><h4>Parameters</h4>
|
3744
3744
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -4104,7 +4104,7 @@ in an idle job in the background.</p>
|
|
4104
4104
|
<a name="GtkTextView.property-details"></a><h2>Property Details</h2>
|
4105
4105
|
<div class="refsect2">
|
4106
4106
|
<a name="GtkTextView--accepts-tab"></a><h3>The <code class="literal">“accepts-tab”</code> property</h3>
|
4107
|
-
<pre class="programlisting"> “accepts-tab” <a href="
|
4107
|
+
<pre class="programlisting"> “accepts-tab” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
4108
4108
|
<p>Whether Tab will result in a tab character being entered.</p>
|
4109
4109
|
<p>Flags: Read / Write</p>
|
4110
4110
|
<p>Default value: TRUE</p>
|
@@ -4112,7 +4112,7 @@ in an idle job in the background.</p>
|
|
4112
4112
|
<hr>
|
4113
4113
|
<div class="refsect2">
|
4114
4114
|
<a name="GtkTextView--bottom-margin"></a><h3>The <code class="literal">“bottom-margin”</code> property</h3>
|
4115
|
-
<pre class="programlisting"> “bottom-margin” <a href="
|
4115
|
+
<pre class="programlisting"> “bottom-margin” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
4116
4116
|
<p>The bottom margin for text in the text view.</p>
|
4117
4117
|
<p>Note that this property is confusingly named. In CSS terms,
|
4118
4118
|
the value set here is padding, and it is applied in addition
|
@@ -4133,7 +4133,7 @@ to the padding from the theme.</p>
|
|
4133
4133
|
<hr>
|
4134
4134
|
<div class="refsect2">
|
4135
4135
|
<a name="GtkTextView--cursor-visible"></a><h3>The <code class="literal">“cursor-visible”</code> property</h3>
|
4136
|
-
<pre class="programlisting"> “cursor-visible” <a href="
|
4136
|
+
<pre class="programlisting"> “cursor-visible” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
4137
4137
|
<p>If the insertion cursor is shown.</p>
|
4138
4138
|
<p>Flags: Read / Write</p>
|
4139
4139
|
<p>Default value: TRUE</p>
|
@@ -4141,7 +4141,7 @@ to the padding from the theme.</p>
|
|
4141
4141
|
<hr>
|
4142
4142
|
<div class="refsect2">
|
4143
4143
|
<a name="GtkTextView--editable"></a><h3>The <code class="literal">“editable”</code> property</h3>
|
4144
|
-
<pre class="programlisting"> “editable” <a href="
|
4144
|
+
<pre class="programlisting"> “editable” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
4145
4145
|
<p>Whether the text can be modified by the user.</p>
|
4146
4146
|
<p>Flags: Read / Write</p>
|
4147
4147
|
<p>Default value: TRUE</p>
|
@@ -4149,11 +4149,11 @@ to the padding from the theme.</p>
|
|
4149
4149
|
<hr>
|
4150
4150
|
<div class="refsect2">
|
4151
4151
|
<a name="GtkTextView--im-module"></a><h3>The <code class="literal">“im-module”</code> property</h3>
|
4152
|
-
<pre class="programlisting"> “im-module” <a href="
|
4152
|
+
<pre class="programlisting"> “im-module” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
4153
4153
|
<p>Which IM (input method) module should be used for this text_view.
|
4154
4154
|
|
4155
4155
|
See <a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a>.</p>
|
4156
|
-
<p>Setting this to a non-<a href="
|
4156
|
+
<p>Setting this to a non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> value overrides the
|
4157
4157
|
system-wide IM module setting. See the GtkSettings
|
4158
4158
|
|
4159
4159
|
<a class="link" href="GtkSettings.html#GtkSettings--gtk-im-module" title="The “gtk-im-module” property"><span class="type">“gtk-im-module”</span></a> property.</p>
|
@@ -4164,7 +4164,7 @@ system-wide IM module setting. See the GtkSettings
|
|
4164
4164
|
<hr>
|
4165
4165
|
<div class="refsect2">
|
4166
4166
|
<a name="GtkTextView--indent"></a><h3>The <code class="literal">“indent”</code> property</h3>
|
4167
|
-
<pre class="programlisting"> “indent” <a href="
|
4167
|
+
<pre class="programlisting"> “indent” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
4168
4168
|
<p>Amount to indent the paragraph, in pixels.</p>
|
4169
4169
|
<p>Flags: Read / Write</p>
|
4170
4170
|
<p>Default value: 0</p>
|
@@ -4200,7 +4200,7 @@ methods to adjust their behaviour.</p>
|
|
4200
4200
|
<hr>
|
4201
4201
|
<div class="refsect2">
|
4202
4202
|
<a name="GtkTextView--left-margin"></a><h3>The <code class="literal">“left-margin”</code> property</h3>
|
4203
|
-
<pre class="programlisting"> “left-margin” <a href="
|
4203
|
+
<pre class="programlisting"> “left-margin” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
4204
4204
|
<p>The default left margin for text in the text view.
|
4205
4205
|
Tags in the buffer may override the default.</p>
|
4206
4206
|
<p>Note that this property is confusingly named. In CSS terms,
|
@@ -4214,7 +4214,7 @@ to the padding from the theme.</p>
|
|
4214
4214
|
<hr>
|
4215
4215
|
<div class="refsect2">
|
4216
4216
|
<a name="GtkTextView--monospace"></a><h3>The <code class="literal">“monospace”</code> property</h3>
|
4217
|
-
<pre class="programlisting"> “monospace” <a href="
|
4217
|
+
<pre class="programlisting"> “monospace” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
4218
4218
|
<p>Whether to use a monospace font.</p>
|
4219
4219
|
<p>Flags: Read / Write</p>
|
4220
4220
|
<p>Default value: FALSE</p>
|
@@ -4222,7 +4222,7 @@ to the padding from the theme.</p>
|
|
4222
4222
|
<hr>
|
4223
4223
|
<div class="refsect2">
|
4224
4224
|
<a name="GtkTextView--overwrite"></a><h3>The <code class="literal">“overwrite”</code> property</h3>
|
4225
|
-
<pre class="programlisting"> “overwrite” <a href="
|
4225
|
+
<pre class="programlisting"> “overwrite” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
4226
4226
|
<p>Whether entered text overwrites existing contents.</p>
|
4227
4227
|
<p>Flags: Read / Write</p>
|
4228
4228
|
<p>Default value: FALSE</p>
|
@@ -4230,7 +4230,7 @@ to the padding from the theme.</p>
|
|
4230
4230
|
<hr>
|
4231
4231
|
<div class="refsect2">
|
4232
4232
|
<a name="GtkTextView--pixels-above-lines"></a><h3>The <code class="literal">“pixels-above-lines”</code> property</h3>
|
4233
|
-
<pre class="programlisting"> “pixels-above-lines” <a href="
|
4233
|
+
<pre class="programlisting"> “pixels-above-lines” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
4234
4234
|
<p>Pixels of blank space above paragraphs.</p>
|
4235
4235
|
<p>Flags: Read / Write</p>
|
4236
4236
|
<p>Allowed values: >= 0</p>
|
@@ -4239,7 +4239,7 @@ to the padding from the theme.</p>
|
|
4239
4239
|
<hr>
|
4240
4240
|
<div class="refsect2">
|
4241
4241
|
<a name="GtkTextView--pixels-below-lines"></a><h3>The <code class="literal">“pixels-below-lines”</code> property</h3>
|
4242
|
-
<pre class="programlisting"> “pixels-below-lines” <a href="
|
4242
|
+
<pre class="programlisting"> “pixels-below-lines” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
4243
4243
|
<p>Pixels of blank space below paragraphs.</p>
|
4244
4244
|
<p>Flags: Read / Write</p>
|
4245
4245
|
<p>Allowed values: >= 0</p>
|
@@ -4248,7 +4248,7 @@ to the padding from the theme.</p>
|
|
4248
4248
|
<hr>
|
4249
4249
|
<div class="refsect2">
|
4250
4250
|
<a name="GtkTextView--pixels-inside-wrap"></a><h3>The <code class="literal">“pixels-inside-wrap”</code> property</h3>
|
4251
|
-
<pre class="programlisting"> “pixels-inside-wrap” <a href="
|
4251
|
+
<pre class="programlisting"> “pixels-inside-wrap” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
4252
4252
|
<p>Pixels of blank space between wrapped lines in a paragraph.</p>
|
4253
4253
|
<p>Flags: Read / Write</p>
|
4254
4254
|
<p>Allowed values: >= 0</p>
|
@@ -4257,8 +4257,8 @@ to the padding from the theme.</p>
|
|
4257
4257
|
<hr>
|
4258
4258
|
<div class="refsect2">
|
4259
4259
|
<a name="GtkTextView--populate-all"></a><h3>The <code class="literal">“populate-all”</code> property</h3>
|
4260
|
-
<pre class="programlisting"> “populate-all” <a href="
|
4261
|
-
<p>If :populate-all is <a href="
|
4260
|
+
<pre class="programlisting"> “populate-all” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
4261
|
+
<p>If :populate-all is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the <a class="link" href="GtkTextView.html#GtkTextView-populate-popup" title="The “populate-popup” signal"><span class="type">“populate-popup”</span></a>
|
4262
4262
|
signal is also emitted for touch popups.</p>
|
4263
4263
|
<p>Flags: Read / Write</p>
|
4264
4264
|
<p>Default value: FALSE</p>
|
@@ -4267,7 +4267,7 @@ signal is also emitted for touch popups.</p>
|
|
4267
4267
|
<hr>
|
4268
4268
|
<div class="refsect2">
|
4269
4269
|
<a name="GtkTextView--right-margin"></a><h3>The <code class="literal">“right-margin”</code> property</h3>
|
4270
|
-
<pre class="programlisting"> “right-margin” <a href="
|
4270
|
+
<pre class="programlisting"> “right-margin” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
4271
4271
|
<p>The default right margin for text in the text view.
|
4272
4272
|
Tags in the buffer may override the default.</p>
|
4273
4273
|
<p>Note that this property is confusingly named. In CSS terms,
|
@@ -4288,7 +4288,7 @@ to the padding from the theme.</p>
|
|
4288
4288
|
<hr>
|
4289
4289
|
<div class="refsect2">
|
4290
4290
|
<a name="GtkTextView--top-margin"></a><h3>The <code class="literal">“top-margin”</code> property</h3>
|
4291
|
-
<pre class="programlisting"> “top-margin” <a href="
|
4291
|
+
<pre class="programlisting"> “top-margin” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
4292
4292
|
<p>The top margin for text in the text view.</p>
|
4293
4293
|
<p>Note that this property is confusingly named. In CSS terms,
|
4294
4294
|
the value set here is padding, and it is applied in addition
|
@@ -4312,7 +4312,7 @@ to the padding from the theme.</p>
|
|
4312
4312
|
<a name="GtkTextView.style-property-details"></a><h2>Style Property Details</h2>
|
4313
4313
|
<div class="refsect2">
|
4314
4314
|
<a name="GtkTextView--s-error-underline-color"></a><h3>The <code class="literal">“error-underline-color”</code> style property</h3>
|
4315
|
-
<pre class="programlisting"> “error-underline-color” <
|
4315
|
+
<pre class="programlisting"> “error-underline-color” <span class="type">GdkColor</span> *</pre>
|
4316
4316
|
<p>Color with which to draw error-indication underlines.</p>
|
4317
4317
|
<p>Flags: Read</p>
|
4318
4318
|
</div>
|
@@ -4323,7 +4323,7 @@ to the padding from the theme.</p>
|
|
4323
4323
|
<a name="GtkTextView-backspace"></a><h3>The <code class="literal">“backspace”</code> signal</h3>
|
4324
4324
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4325
4325
|
user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
4326
|
-
<a href="
|
4326
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
4327
4327
|
<p>The ::backspace signal is a
|
4328
4328
|
|
4329
4329
|
<a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
@@ -4353,14 +4353,14 @@ Backspace and Shift-Backspace.</p>
|
|
4353
4353
|
</tbody>
|
4354
4354
|
</table></div>
|
4355
4355
|
</div>
|
4356
|
-
<p>Flags: <a href="
|
4356
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
4357
4357
|
</div>
|
4358
4358
|
<hr>
|
4359
4359
|
<div class="refsect2">
|
4360
4360
|
<a name="GtkTextView-copy-clipboard"></a><h3>The <code class="literal">“copy-clipboard”</code> signal</h3>
|
4361
4361
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4362
4362
|
user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
4363
|
-
<a href="
|
4363
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
4364
4364
|
<p>The ::copy-clipboard signal is a
|
4365
4365
|
|
4366
4366
|
<a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
@@ -4390,14 +4390,14 @@ Ctrl-c and Ctrl-Insert.</p>
|
|
4390
4390
|
</tbody>
|
4391
4391
|
</table></div>
|
4392
4392
|
</div>
|
4393
|
-
<p>Flags: <a href="
|
4393
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
4394
4394
|
</div>
|
4395
4395
|
<hr>
|
4396
4396
|
<div class="refsect2">
|
4397
4397
|
<a name="GtkTextView-cut-clipboard"></a><h3>The <code class="literal">“cut-clipboard”</code> signal</h3>
|
4398
4398
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4399
4399
|
user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
4400
|
-
<a href="
|
4400
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
4401
4401
|
<p>The ::cut-clipboard signal is a
|
4402
4402
|
|
4403
4403
|
<a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
@@ -4427,7 +4427,7 @@ Ctrl-x and Shift-Delete.</p>
|
|
4427
4427
|
</tbody>
|
4428
4428
|
</table></div>
|
4429
4429
|
</div>
|
4430
|
-
<p>Flags: <a href="
|
4430
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
4431
4431
|
</div>
|
4432
4432
|
<hr>
|
4433
4433
|
<div class="refsect2">
|
@@ -4435,8 +4435,8 @@ Ctrl-x and Shift-Delete.</p>
|
|
4435
4435
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4436
4436
|
user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
4437
4437
|
<a class="link" href="gtk3-Standard-Enumerations.html#GtkDeleteType" title="enum GtkDeleteType"><span class="type">GtkDeleteType</span></a> type,
|
4438
|
-
<a href="
|
4439
|
-
<a href="
|
4438
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
|
4439
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
4440
4440
|
<p>The ::delete-from-cursor signal is a
|
4441
4441
|
|
4442
4442
|
<a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
@@ -4485,18 +4485,18 @@ units to delete</p></td>
|
|
4485
4485
|
</tbody>
|
4486
4486
|
</table></div>
|
4487
4487
|
</div>
|
4488
|
-
<p>Flags: <a href="
|
4488
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
4489
4489
|
</div>
|
4490
4490
|
<hr>
|
4491
4491
|
<div class="refsect2">
|
4492
4492
|
<a name="GtkTextView-extend-selection"></a><h3>The <code class="literal">“extend-selection”</code> signal</h3>
|
4493
|
-
<pre class="programlisting"><a href="
|
4493
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
4494
4494
|
user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
4495
4495
|
<a class="link" href="GtkTextView.html#GtkTextExtendSelection" title="enum GtkTextExtendSelection"><span class="type">GtkTextExtendSelection</span></a> granularity,
|
4496
4496
|
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *location,
|
4497
4497
|
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start,
|
4498
4498
|
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end,
|
4499
|
-
<a href="
|
4499
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
4500
4500
|
<p>The ::extend-selection signal is emitted when the selection needs to be
|
4501
4501
|
extended at <em class="parameter"><code>location</code></em>
|
4502
4502
|
.</p>
|
@@ -4544,10 +4544,10 @@ extended at <em class="parameter"><code>location</code></em>
|
|
4544
4544
|
</div>
|
4545
4545
|
<div class="refsect3">
|
4546
4546
|
<a name="GtkTextView-extend-selection.returns"></a><h4>Returns</h4>
|
4547
|
-
<p> <a href="http://developer.gnome.org/gdk3/
|
4548
|
-
event. <a href="http://developer.gnome.org/gdk3/
|
4547
|
+
<p> <a href="http://developer.gnome.org/gdk3/gdk4-Events.html#GDK-EVENT-STOP:CAPS"><code class="literal">GDK_EVENT_STOP</code></a> to stop other handlers from being invoked for the
|
4548
|
+
event. <a href="http://developer.gnome.org/gdk3/gdk4-Events.html#GDK-EVENT-PROPAGATE:CAPS"><code class="literal">GDK_EVENT_PROPAGATE</code></a> to propagate the event further.</p>
|
4549
4549
|
</div>
|
4550
|
-
<p>Flags: <a href="
|
4550
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
4551
4551
|
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
4552
4552
|
</div>
|
4553
4553
|
<hr>
|
@@ -4555,8 +4555,8 @@ event. <a href="http://developer.gnome.org/gdk3/gdk3-Events.html#GDK-EVENT-PROPA
|
|
4555
4555
|
<a name="GtkTextView-insert-at-cursor"></a><h3>The <code class="literal">“insert-at-cursor”</code> signal</h3>
|
4556
4556
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4557
4557
|
user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
4558
|
-
<a href="
|
4559
|
-
<a href="
|
4558
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *string,
|
4559
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
4560
4560
|
<p>The ::insert-at-cursor signal is a
|
4561
4561
|
<a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
4562
4562
|
which gets emitted when the user initiates the insertion of a
|
@@ -4590,7 +4590,7 @@ fixed string at the cursor.</p>
|
|
4590
4590
|
</tbody>
|
4591
4591
|
</table></div>
|
4592
4592
|
</div>
|
4593
|
-
<p>Flags: <a href="
|
4593
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
4594
4594
|
</div>
|
4595
4595
|
<hr>
|
4596
4596
|
<div class="refsect2">
|
@@ -4598,9 +4598,9 @@ fixed string at the cursor.</p>
|
|
4598
4598
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4599
4599
|
user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
4600
4600
|
<a class="link" href="gtk3-Standard-Enumerations.html#GtkMovementStep" title="enum GtkMovementStep"><span class="type">GtkMovementStep</span></a> step,
|
4601
|
-
<a href="
|
4602
|
-
<a href="
|
4603
|
-
<a href="
|
4601
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
|
4602
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> extend_selection,
|
4603
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
4604
4604
|
<p>The ::move-cursor signal is a
|
4605
4605
|
|
4606
4606
|
<a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
@@ -4612,7 +4612,7 @@ If the cursor is not visible in <em class="parameter"><code>text_view</code></em
|
|
4612
4612
|
the viewport to be moved instead.</p>
|
4613
4613
|
<p>Applications should not connect to it, but may emit it with
|
4614
4614
|
|
4615
|
-
<a href="
|
4615
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control the cursor
|
4616
4616
|
programmatically.</p>
|
4617
4617
|
<p>The default bindings for this signal come in two variants,
|
4618
4618
|
the variant with the Shift modifier extends the selection,
|
@@ -4652,7 +4652,7 @@ units to move</p></td>
|
|
4652
4652
|
</tr>
|
4653
4653
|
<tr>
|
4654
4654
|
<td class="parameter_name"><p>extend_selection</p></td>
|
4655
|
-
<td class="parameter_description"><p><a href="
|
4655
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the move should extend the selection</p></td>
|
4656
4656
|
<td class="parameter_annotations"> </td>
|
4657
4657
|
</tr>
|
4658
4658
|
<tr>
|
@@ -4663,7 +4663,7 @@ units to move</p></td>
|
|
4663
4663
|
</tbody>
|
4664
4664
|
</table></div>
|
4665
4665
|
</div>
|
4666
|
-
<p>Flags: <a href="
|
4666
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
4667
4667
|
</div>
|
4668
4668
|
<hr>
|
4669
4669
|
<div class="refsect2">
|
@@ -4671,12 +4671,10 @@ units to move</p></td>
|
|
4671
4671
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4672
4672
|
user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
4673
4673
|
<a class="link" href="gtk3-Standard-Enumerations.html#GtkScrollStep" title="enum GtkScrollStep"><span class="type">GtkScrollStep</span></a> step,
|
4674
|
-
<a href="
|
4675
|
-
<a href="
|
4674
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
|
4675
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
4676
4676
|
<p>The ::move-viewport signal is a
|
4677
|
-
|
4678
4677
|
<a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
4679
|
-
|
4680
4678
|
which can be bound to key combinations to allow the user
|
4681
4679
|
to move the viewport, i.e. change what part of the text view
|
4682
4680
|
is visible in a containing scrolled window.</p>
|
@@ -4697,7 +4695,7 @@ is visible in a containing scrolled window.</p>
|
|
4697
4695
|
</tr>
|
4698
4696
|
<tr>
|
4699
4697
|
<td class="parameter_name"><p>step</p></td>
|
4700
|
-
<td class="parameter_description"><p>the granularity of the
|
4698
|
+
<td class="parameter_description"><p>the granularity of the movement, as a <a class="link" href="gtk3-Standard-Enumerations.html#GtkScrollStep" title="enum GtkScrollStep"><span class="type">GtkScrollStep</span></a></p></td>
|
4701
4699
|
<td class="parameter_annotations"> </td>
|
4702
4700
|
</tr>
|
4703
4701
|
<tr>
|
@@ -4714,14 +4712,14 @@ units to move</p></td>
|
|
4714
4712
|
</tbody>
|
4715
4713
|
</table></div>
|
4716
4714
|
</div>
|
4717
|
-
<p>Flags: <a href="
|
4715
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
4718
4716
|
</div>
|
4719
4717
|
<hr>
|
4720
4718
|
<div class="refsect2">
|
4721
4719
|
<a name="GtkTextView-paste-clipboard"></a><h3>The <code class="literal">“paste-clipboard”</code> signal</h3>
|
4722
4720
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4723
4721
|
user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
4724
|
-
<a href="
|
4722
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
4725
4723
|
<p>The ::paste-clipboard signal is a
|
4726
4724
|
|
4727
4725
|
<a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
@@ -4753,7 +4751,7 @@ Ctrl-v and Shift-Insert.</p>
|
|
4753
4751
|
</tbody>
|
4754
4752
|
</table></div>
|
4755
4753
|
</div>
|
4756
|
-
<p>Flags: <a href="
|
4754
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
4757
4755
|
</div>
|
4758
4756
|
<hr>
|
4759
4757
|
<div class="refsect2">
|
@@ -4761,14 +4759,14 @@ Ctrl-v and Shift-Insert.</p>
|
|
4761
4759
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4762
4760
|
user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
4763
4761
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *popup,
|
4764
|
-
<a href="
|
4762
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
4765
4763
|
<p>The ::populate-popup signal gets emitted before showing the
|
4766
4764
|
context menu of the text view.</p>
|
4767
4765
|
<p>If you need to add items to the context menu, connect
|
4768
4766
|
to this signal and append your items to the <em class="parameter"><code>popup</code></em>
|
4769
4767
|
, which
|
4770
4768
|
will be a <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> in this case.</p>
|
4771
|
-
<p>If <a class="link" href="GtkTextView.html#GtkTextView--populate-all" title="The “populate-all” property"><span class="type">“populate-all”</span></a> is <a href="
|
4769
|
+
<p>If <a class="link" href="GtkTextView.html#GtkTextView--populate-all" title="The “populate-all” property"><span class="type">“populate-all”</span></a> is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, this signal will
|
4772
4770
|
also be emitted to populate touch popups. In this case,
|
4773
4771
|
<em class="parameter"><code>popup</code></em>
|
4774
4772
|
will be a different container, e.g. a <a class="link" href="GtkToolbar.html" title="GtkToolbar"><span class="type">GtkToolbar</span></a>.</p>
|
@@ -4804,15 +4802,15 @@ or <a class="link" href="GtkToolbar.html" title="GtkToolbar"><span class="type">
|
|
4804
4802
|
</tbody>
|
4805
4803
|
</table></div>
|
4806
4804
|
</div>
|
4807
|
-
<p>Flags: <a href="
|
4805
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
4808
4806
|
</div>
|
4809
4807
|
<hr>
|
4810
4808
|
<div class="refsect2">
|
4811
4809
|
<a name="GtkTextView-preedit-changed"></a><h3>The <code class="literal">“preedit-changed”</code> signal</h3>
|
4812
4810
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4813
4811
|
user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
4814
|
-
<a href="
|
4815
|
-
<a href="
|
4812
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *preedit,
|
4813
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
4816
4814
|
<p>If an input method is used, the typed text will not immediately
|
4817
4815
|
be committed to the buffer. So if you are interested in the text,
|
4818
4816
|
connect to this signal.</p>
|
@@ -4845,7 +4843,7 @@ is actually editable.</p>
|
|
4845
4843
|
</tbody>
|
4846
4844
|
</table></div>
|
4847
4845
|
</div>
|
4848
|
-
<p>Flags: <a href="
|
4846
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
4849
4847
|
<p class="since">Since: 2.20</p>
|
4850
4848
|
</div>
|
4851
4849
|
<hr>
|
@@ -4853,8 +4851,8 @@ is actually editable.</p>
|
|
4853
4851
|
<a name="GtkTextView-select-all"></a><h3>The <code class="literal">“select-all”</code> signal</h3>
|
4854
4852
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4855
4853
|
user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
4856
|
-
<a href="
|
4857
|
-
<a href="
|
4854
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> select,
|
4855
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
4858
4856
|
<p>The ::select-all signal is a
|
4859
4857
|
|
4860
4858
|
<a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
@@ -4880,7 +4878,7 @@ for selecting and Shift-Ctrl-a and Ctrl-\ for unselecting.</p>
|
|
4880
4878
|
</tr>
|
4881
4879
|
<tr>
|
4882
4880
|
<td class="parameter_name"><p>select</p></td>
|
4883
|
-
<td class="parameter_description"><p><a href="
|
4881
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to select, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to unselect</p></td>
|
4884
4882
|
<td class="parameter_annotations"> </td>
|
4885
4883
|
</tr>
|
4886
4884
|
<tr>
|
@@ -4891,14 +4889,14 @@ for selecting and Shift-Ctrl-a and Ctrl-\ for unselecting.</p>
|
|
4891
4889
|
</tbody>
|
4892
4890
|
</table></div>
|
4893
4891
|
</div>
|
4894
|
-
<p>Flags: <a href="
|
4892
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
4895
4893
|
</div>
|
4896
4894
|
<hr>
|
4897
4895
|
<div class="refsect2">
|
4898
4896
|
<a name="GtkTextView-set-anchor"></a><h3>The <code class="literal">“set-anchor”</code> signal</h3>
|
4899
4897
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4900
4898
|
user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
4901
|
-
<a href="
|
4899
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
4902
4900
|
<p>The ::set-anchor signal is a
|
4903
4901
|
<a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
4904
4902
|
which gets emitted when the user initiates setting the "anchor"
|
@@ -4928,14 +4926,14 @@ mark. The "anchor" mark gets placed at the same position as the
|
|
4928
4926
|
</tbody>
|
4929
4927
|
</table></div>
|
4930
4928
|
</div>
|
4931
|
-
<p>Flags: <a href="
|
4929
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
4932
4930
|
</div>
|
4933
4931
|
<hr>
|
4934
4932
|
<div class="refsect2">
|
4935
4933
|
<a name="GtkTextView-toggle-cursor-visible"></a><h3>The <code class="literal">“toggle-cursor-visible”</code> signal</h3>
|
4936
4934
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4937
4935
|
user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
4938
|
-
<a href="
|
4936
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
4939
4937
|
<p>The ::toggle-cursor-visible signal is a
|
4940
4938
|
<a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
4941
4939
|
which gets emitted to toggle the <a class="link" href="GtkTextView.html#GtkTextView--cursor-visible" title="The “cursor-visible” property"><span class="type">“cursor-visible”</span></a>
|
@@ -4963,14 +4961,14 @@ property.</p>
|
|
4963
4961
|
</tbody>
|
4964
4962
|
</table></div>
|
4965
4963
|
</div>
|
4966
|
-
<p>Flags: <a href="
|
4964
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
4967
4965
|
</div>
|
4968
4966
|
<hr>
|
4969
4967
|
<div class="refsect2">
|
4970
4968
|
<a name="GtkTextView-toggle-overwrite"></a><h3>The <code class="literal">“toggle-overwrite”</code> signal</h3>
|
4971
4969
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4972
4970
|
user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
4973
|
-
<a href="
|
4971
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
4974
4972
|
<p>The ::toggle-overwrite signal is a
|
4975
4973
|
|
4976
4974
|
<a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
@@ -4999,7 +4997,7 @@ which gets emitted to toggle the overwrite mode of the text view.</p>
|
|
4999
4997
|
</tbody>
|
5000
4998
|
</table></div>
|
5001
4999
|
</div>
|
5002
|
-
<p>Flags: <a href="
|
5000
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
5003
5001
|
</div>
|
5004
5002
|
</div>
|
5005
5003
|
<div class="refsect1">
|