gtk2 1.0.0-x86-mingw32 → 1.0.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +52 -0
- data/ext/gtk2/extconf.rb +18 -9
- data/ext/gtk2/rbgdk.h +3 -0
- data/ext/gtk2/rbgdkdragcontext.c +4 -4
- data/ext/gtk2/rbgdkevent.c +18 -5
- data/ext/gtk2/rbgdkpixmap.c +43 -48
- data/ext/gtk2/rbgdkproperty.c +6 -5
- data/ext/gtk2/rbgdkscreen.c +18 -74
- data/ext/gtk2/rbgdkselection.c +2 -2
- data/ext/gtk2/rbgdkwindow.c +11 -18
- data/ext/gtk2/rbgdkwindowattr.c +1 -1
- data/ext/gtk2/rbgtkaccelgroup.c +1 -1
- data/ext/gtk2/rbgtkaction.c +8 -26
- data/ext/gtk2/rbgtkactiongroup.c +6 -6
- data/ext/gtk2/rbgtkadjustment.c +20 -74
- data/ext/gtk2/rbgtkbindingset.c +1 -1
- data/ext/gtk2/rbgtkbuilder.c +2 -1
- data/ext/gtk2/rbgtkbutton.c +1 -9
- data/ext/gtk2/rbgtkcalendar.c +1 -1
- data/ext/gtk2/rbgtkcellrendererspinner.c +0 -3
- data/ext/gtk2/rbgtkcellrenderertext.c +1 -2
- data/ext/gtk2/rbgtkcellview.c +6 -11
- data/ext/gtk2/rbgtkcolorselectiondialog.c +2 -28
- data/ext/gtk2/rbgtkcombo.c +2 -2
- data/ext/gtk2/rbgtkcombobox.c +9 -29
- data/ext/gtk2/rbgtkcontainer.c +1 -1
- data/ext/gtk2/rbgtkcurve.c +4 -2
- data/ext/gtk2/rbgtkdialog.c +2 -3
- data/ext/gtk2/rbgtkdrag.c +3 -3
- data/ext/gtk2/rbgtkentry.c +2 -2
- data/ext/gtk2/rbgtkentrycompletion.c +1 -4
- data/ext/gtk2/rbgtkfilechooser.c +32 -29
- data/ext/gtk2/rbgtkfilechooserdialog.c +8 -6
- data/ext/gtk2/rbgtkfilefilter.c +8 -4
- data/ext/gtk2/rbgtkframe.c +3 -4
- data/ext/gtk2/rbgtkhandlebox.c +0 -7
- data/ext/gtk2/rbgtkicontheme.c +4 -13
- data/ext/gtk2/rbgtkiconview.c +4 -15
- data/ext/gtk2/rbgtkimcontext.c +1 -1
- data/ext/gtk2/rbgtkinvisible.c +5 -21
- data/ext/gtk2/rbgtkitemfactory.c +3 -3
- data/ext/gtk2/rbgtklabel.c +0 -2
- data/ext/gtk2/rbgtklinkbutton.c +0 -2
- data/ext/gtk2/rbgtkmain.c +7 -10
- data/ext/gtk2/rbgtkmenu.c +22 -74
- data/ext/gtk2/rbgtkmenuitem.c +16 -55
- data/ext/gtk2/rbgtkmenushell.c +3 -11
- data/ext/gtk2/rbgtkmessagedialog.c +11 -20
- data/ext/gtk2/rbgtknotebook.c +0 -1
- data/ext/gtk2/rbgtkoptionmenu.c +1 -2
- data/ext/gtk2/rbgtkprintjob.c +1 -2
- data/ext/gtk2/rbgtkprintoperation.c +0 -2
- data/ext/gtk2/rbgtkradioaction.c +2 -7
- data/ext/gtk2/rbgtkradiobutton.c +1 -1
- data/ext/gtk2/rbgtkradiomenuitem.c +4 -6
- data/ext/gtk2/rbgtkradiotoolbutton.c +2 -4
- data/ext/gtk2/rbgtkrange.c +1 -2
- data/ext/gtk2/rbgtkrc.c +8 -9
- data/ext/gtk2/rbgtkrcstyle.c +2 -2
- data/ext/gtk2/rbgtkrecentaction.c +0 -1
- data/ext/gtk2/rbgtkrecentchooser.c +3 -3
- data/ext/gtk2/rbgtkrecentdata.c +2 -9
- data/ext/gtk2/rbgtkrecentfilter.c +2 -1
- data/ext/gtk2/rbgtkrecentfilterinfo.c +5 -16
- data/ext/gtk2/rbgtkrecentinfo.c +2 -2
- data/ext/gtk2/rbgtkrecentmanager.c +1 -2
- data/ext/gtk2/rbgtkruler.c +6 -16
- data/ext/gtk2/rbgtkscalebutton.c +16 -48
- data/ext/gtk2/rbgtkscrolledwindow.c +1 -1
- data/ext/gtk2/rbgtkselectiondata.c +10 -34
- data/ext/gtk2/rbgtksettings.c +1 -1
- data/ext/gtk2/rbgtkspinner.c +0 -3
- data/ext/gtk2/rbgtkstatusbar.c +5 -16
- data/ext/gtk2/rbgtkstatusicon.c +2 -9
- data/ext/gtk2/rbgtkstock.c +4 -4
- data/ext/gtk2/rbgtktable.c +8 -13
- data/ext/gtk2/rbgtktextattributes.c +0 -2
- data/ext/gtk2/rbgtktextbuffer.c +17 -16
- data/ext/gtk2/rbgtktextmark.c +7 -14
- data/ext/gtk2/rbgtktexttag.c +1 -2
- data/ext/gtk2/rbgtktextview.c +3 -4
- data/ext/gtk2/rbgtktoggleaction.c +5 -16
- data/ext/gtk2/rbgtktogglebutton.c +1 -2
- data/ext/gtk2/rbgtktoggletoolbutton.c +5 -16
- data/ext/gtk2/rbgtktoolbar.c +8 -31
- data/ext/gtk2/rbgtktoolitem.c +3 -1
- data/ext/gtk2/rbgtktreerowreference.c +4 -4
- data/ext/gtk2/rbgtktreesortable.c +0 -3
- data/ext/gtk2/rbgtktreestore.c +10 -7
- data/ext/gtk2/rbgtktreeview.c +5 -8
- data/ext/gtk2/rbgtktreeviewcolumn.c +13 -34
- data/ext/gtk2/rbgtkuimanager.c +2 -3
- data/ext/gtk2/rbgtkwidget.c +24 -44
- data/ext/gtk2/rbgtkwindow.c +32 -92
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/lib/gtk2/base.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +2 -29
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdk.h +5 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +0 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +4 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +0 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +9 -13
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +0 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +6 -16
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +3 -14
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +0 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +3 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +0 -6
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +1 -2
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/manifest/{gtk+-dev_2.24.0-1_win32.mft → gtk+-dev_2.22.1-1_win32.mft} +6 -9
- data/vendor/local/manifest/{gtk+_2.24.0-1_win32.mft → gtk+_2.22.1-1_win32.mft} +6 -2
- data/vendor/local/share/doc/{gtk+-2.24.0 → gtk+-2.22.1}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.24.0 → gtk+-dev-2.22.1}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +21 -0
- data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
- data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
- data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +94 -60
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +58 -44
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +208 -151
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +37 -33
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +239 -180
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +5 -135
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +47 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +23 -20
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +39 -81
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +199 -135
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +90 -71
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +200 -161
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +409 -293
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +435 -320
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +141 -109
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +234 -155
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +217 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +124 -103
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +250 -168
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +131 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +191 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +53 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +195 -162
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +112 -85
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +137 -79
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +176 -144
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +235 -188
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +134 -97
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +35 -22
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +70 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +108 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +744 -653
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +490 -476
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +44 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +76 -85
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +1 -10
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +186 -193
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +46 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +236 -169
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +258 -175
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +50 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +114 -78
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +66 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +46 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +118 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +120 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +117 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +137 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +185 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +76 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +895 -615
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +1780 -509
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +163 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +87 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +130 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +44 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +32 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +25 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +74 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +54 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +76 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +34 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +75 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +180 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +32 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +81 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +186 -344
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +46 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +260 -311
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +79 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +121 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +88 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +470 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +104 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +185 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +38 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +96 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +403 -331
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +89 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +35 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +26 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +146 -102
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +49 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +86 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +81 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +61 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +58 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +34 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +101 -65
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +66 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +182 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +248 -184
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +447 -321
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +195 -174
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +80 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +41 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +42 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +272 -179
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +249 -197
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +76 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +60 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +180 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +130 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +168 -138
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +221 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +49 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +145 -112
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +118 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +49 -73
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +39 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +452 -396
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +206 -148
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +25 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +165 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +66 -56
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +160 -115
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +25 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +134 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +44 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +67 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +136 -109
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +53 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +68 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +403 -265
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +134 -100
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +111 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +108 -91
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +53 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +79 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +71 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +42 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +185 -218
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +41 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +194 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +29 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +19 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +85 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +269 -202
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +58 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +72 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +83 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +143 -93
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +27 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +259 -129
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +45 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +53 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +177 -132
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +254 -190
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +75 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +928 -546
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +135 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +140 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +656 -494
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +46 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +194 -164
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +76 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +425 -340
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +57 -43
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +38 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +85 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +166 -133
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +103 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +139 -116
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +59 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +360 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +70 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +152 -105
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +134 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +557 -428
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +126 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +70 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +171 -123
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +62 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +199 -170
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +863 -565
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +282 -203
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +189 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +34 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +24 -31
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +29 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1579 -1278
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +532 -380
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +39 -21
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +45 -236
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +385 -469
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +4 -15
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +124 -69
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +211 -149
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +293 -189
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +246 -175
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +41 -35
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +47 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +318 -270
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +22 -16
- data/vendor/local/share/gtk-doc/html/gtk/{GtkPaperSize.html → gtk-GtkPaperSize.html} +252 -204
- data/vendor/local/share/gtk-doc/html/gtk/{GtkTextIter.html → gtk-GtkTextIter.html} +806 -664
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +82 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +289 -221
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +232 -142
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +190 -150
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +408 -328
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +306 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +158 -152
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +136 -85
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +239 -204
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +343 -271
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +11 -18
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +75 -63
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +75 -58
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +10 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +31 -39
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +412 -445
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +455 -488
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +5 -8
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/index.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +142 -194
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +5048 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.24.0-1_win32.sh → gtk+_2.22.1-1_win32.sh} +2 -2
- metadata +25 -25
- data/vendor/local/etc/gtk-2.0/gtkrc +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +0 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +0 -301
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +0 -117
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +0 -4934
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="NumericEntry.html" title="Numeric/Text Data Entry">
|
9
9
|
<link rel="prev" href="NumericEntry.html" title="Numeric/Text Data Entry">
|
10
10
|
<link rel="next" href="GtkEntryBuffer.html" title="GtkEntryBuffer">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -36,7 +36,7 @@
|
|
36
36
|
<a href="#GtkEntry.signals" class="shortcut">Signals</a>
|
37
37
|
</td></tr>
|
38
38
|
</table>
|
39
|
-
<div class="refentry">
|
39
|
+
<div class="refentry" title="GtkEntry">
|
40
40
|
<a name="GtkEntry"></a><div class="titlepage"></div>
|
41
41
|
<div class="refnamediv"><table width="100%"><tr>
|
42
42
|
<td valign="top">
|
@@ -45,16 +45,16 @@
|
|
45
45
|
</td>
|
46
46
|
<td valign="top" align="right"><img src="entry.png"></td>
|
47
47
|
</tr></table></div>
|
48
|
-
<div class="refsynopsisdiv">
|
48
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
49
49
|
<a name="GtkEntry.synopsis"></a><h2>Synopsis</h2>
|
50
50
|
<pre class="synopsis">
|
51
51
|
#include <gtk/gtk.h>
|
52
52
|
|
53
|
-
|
54
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
55
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
56
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
57
|
-
<a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="returnvalue">GtkEntryBuffer</span></a
|
53
|
+
<a class="link" href="GtkEntry.html#GtkEntry-struct" title="GtkEntry">GtkEntry</a>;
|
54
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkEntry.html#gtk-entry-new" title="gtk_entry_new ()">gtk_entry_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
55
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkEntry.html#gtk-entry-new-with-buffer" title="gtk_entry_new_with_buffer ()">gtk_entry_new_with_buffer</a> (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>);
|
56
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkEntry.html#gtk-entry-new-with-max-length" title="gtk_entry_new_with_max_length ()">gtk_entry_new_with_max_length</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> max</code></em>);
|
57
|
+
<a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="returnvalue">GtkEntryBuffer</span></a>* <a class="link" href="GtkEntry.html#gtk-entry-get-buffer" title="gtk_entry_get_buffer ()">gtk_entry_get_buffer</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
58
58
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-buffer" title="gtk_entry_set_buffer ()">gtk_entry_set_buffer</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
59
59
|
<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>);
|
60
60
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-text" title="gtk_entry_set_text ()">gtk_entry_set_text</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
@@ -65,7 +65,7 @@ struct <a class="link" href="GtkEntry.html#GtkEntry-struct" title="
|
|
65
65
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);
|
66
66
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-position" title="gtk_entry_set_position ()">gtk_entry_set_position</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
67
67
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);
|
68
|
-
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
68
|
+
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* <a class="link" href="GtkEntry.html#gtk-entry-get-text" title="gtk_entry_get_text ()">gtk_entry_get_text</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
69
69
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a> <a class="link" href="GtkEntry.html#gtk-entry-get-text-length" title="gtk_entry_get_text_length ()">gtk_entry_get_text_length</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
70
70
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-select-region" title="gtk_entry_select_region ()">gtk_entry_select_region</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
71
71
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> start</code></em>,
|
@@ -81,14 +81,14 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
81
81
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> max</code></em>);
|
82
82
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkEntry.html#gtk-entry-get-activates-default" title="gtk_entry_get_activates_default ()">gtk_entry_get_activates_default</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
83
83
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkEntry.html#gtk-entry-get-has-frame" title="gtk_entry_get_has_frame ()">gtk_entry_get_has_frame</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
84
|
-
const <a class="link" href="GtkStyle.html#GtkBorder"><span class="returnvalue">GtkBorder</span></a
|
84
|
+
const <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="returnvalue">GtkBorder</span></a>* <a class="link" href="GtkEntry.html#gtk-entry-get-inner-border" title="gtk_entry_get_inner_border ()">gtk_entry_get_inner_border</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
85
85
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkEntry.html#gtk-entry-get-width-chars" title="gtk_entry_get_width_chars ()">gtk_entry_get_width_chars</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
86
86
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-activates-default" title="gtk_entry_set_activates_default ()">gtk_entry_set_activates_default</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
87
87
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
|
88
88
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-has-frame" title="gtk_entry_set_has_frame ()">gtk_entry_set_has_frame</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
89
89
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
|
90
90
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-inner-border" title="gtk_entry_set_inner_border ()">gtk_entry_set_inner_border</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
91
|
-
<em class="parameter"><code>const <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a> *border</code></em>);
|
91
|
+
<em class="parameter"><code>const <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="type">GtkBorder</span></a> *border</code></em>);
|
92
92
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-width-chars" title="gtk_entry_set_width_chars ()">gtk_entry_set_width_chars</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
93
93
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_chars</code></em>);
|
94
94
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="returnvalue">gunichar</span></a> <a class="link" href="GtkEntry.html#gtk-entry-get-invisible-char" title="gtk_entry_get_invisible_char ()">gtk_entry_get_invisible_char</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
@@ -98,7 +98,7 @@ const <a class="link" href="GtkStyle.html#GtkBorder"><span class="returnvalue">G
|
|
98
98
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-overwrite-mode" title="gtk_entry_set_overwrite_mode ()">gtk_entry_set_overwrite_mode</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
99
99
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> overwrite</code></em>);
|
100
100
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkEntry.html#gtk-entry-get-overwrite-mode" title="gtk_entry_get_overwrite_mode ()">gtk_entry_get_overwrite_mode</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
101
|
-
<a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a
|
101
|
+
<a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a>* <a class="link" href="GtkEntry.html#gtk-entry-get-layout" title="gtk_entry_get_layout ()">gtk_entry_get_layout</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
102
102
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-get-layout-offsets" title="gtk_entry_get_layout_offsets ()">gtk_entry_get_layout_offsets</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
103
103
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
|
104
104
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>);
|
@@ -115,7 +115,7 @@ const <a class="link" href="GtkStyle.html#GtkBorder"><span class="returnvalue">G
|
|
115
115
|
<a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="returnvalue">GtkEntryCompletion</span></a> * <a class="link" href="GtkEntry.html#gtk-entry-get-completion" title="gtk_entry_get_completion ()">gtk_entry_get_completion</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
116
116
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-cursor-hadjustment" title="gtk_entry_set_cursor_hadjustment ()">gtk_entry_set_cursor_hadjustment</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
117
117
|
<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);
|
118
|
-
<a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a
|
118
|
+
<a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a>* <a class="link" href="GtkEntry.html#gtk-entry-get-cursor-hadjustment" title="gtk_entry_get_cursor_hadjustment ()">gtk_entry_get_cursor_hadjustment</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
119
119
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-progress-fraction" title="gtk_entry_set_progress_fraction ()">gtk_entry_set_progress_fraction</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
120
120
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> fraction</code></em>);
|
121
121
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a> <a class="link" href="GtkEntry.html#gtk-entry-get-progress-fraction" title="gtk_entry_get_progress_fraction ()">gtk_entry_get_progress_fraction</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
@@ -142,13 +142,13 @@ enum <a class="link" href="GtkEntry.html#GtkEntryIconPosition" ti
|
|
142
142
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a> *icon</code></em>);
|
143
143
|
<a class="link" href="GtkImage.html#GtkImageType" title="enum GtkImageType"><span class="returnvalue">GtkImageType</span></a> <a class="link" href="GtkEntry.html#gtk-entry-get-icon-storage-type" title="gtk_entry_get_icon_storage_type ()">gtk_entry_get_icon_storage_type</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
144
144
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);
|
145
|
-
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a
|
145
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a>* <a class="link" href="GtkEntry.html#gtk-entry-get-icon-pixbuf" title="gtk_entry_get_icon_pixbuf ()">gtk_entry_get_icon_pixbuf</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
146
146
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);
|
147
|
-
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
147
|
+
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* <a class="link" href="GtkEntry.html#gtk-entry-get-icon-stock" title="gtk_entry_get_icon_stock ()">gtk_entry_get_icon_stock</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
148
148
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);
|
149
|
-
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
149
|
+
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* <a class="link" href="GtkEntry.html#gtk-entry-get-icon-name" title="gtk_entry_get_icon_name ()">gtk_entry_get_icon_name</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
150
150
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);
|
151
|
-
<a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="returnvalue">GIcon</span></a
|
151
|
+
<a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="returnvalue">GIcon</span></a>* <a class="link" href="GtkEntry.html#gtk-entry-get-icon-gicon" title="gtk_entry_get_icon_gicon ()">gtk_entry_get_icon_gicon</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
152
152
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);
|
153
153
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-icon-activatable" title="gtk_entry_set_icon_activatable ()">gtk_entry_set_icon_activatable</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
154
154
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
@@ -175,7 +175,7 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
175
175
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);
|
176
176
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-icon-drag-source" title="gtk_entry_set_icon_drag_source ()">gtk_entry_set_icon_drag_source</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
177
177
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
178
|
-
<em class="parameter"><code><a class="link" href="gtk-Selections.html#GtkTargetList"><span class="type">GtkTargetList</span></a> *target_list</code></em>,
|
178
|
+
<em class="parameter"><code><a class="link" href="gtk-Selections.html#GtkTargetList" title="GtkTargetList"><span class="type">GtkTargetList</span></a> *target_list</code></em>,
|
179
179
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);
|
180
180
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkEntry.html#gtk-entry-get-current-icon-drag-source" title="gtk_entry_get_current_icon_drag_source ()">gtk_entry_get_current_icon_drag_source</a>
|
181
181
|
(<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
@@ -184,7 +184,7 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
184
184
|
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * <a class="link" href="GtkEntry.html#gtk-entry-get-text-window" title="gtk_entry_get_text_window ()">gtk_entry_get_text_window</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
185
185
|
</pre>
|
186
186
|
</div>
|
187
|
-
<div class="refsect1">
|
187
|
+
<div class="refsect1" title="Object Hierarchy">
|
188
188
|
<a name="GtkEntry.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
189
189
|
<pre class="synopsis">
|
190
190
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -195,13 +195,13 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
195
195
|
+----<a class="link" href="GtkSpinButton.html" title="GtkSpinButton">GtkSpinButton</a>
|
196
196
|
</pre>
|
197
197
|
</div>
|
198
|
-
<div class="refsect1">
|
198
|
+
<div class="refsect1" title="Implemented Interfaces">
|
199
199
|
<a name="GtkEntry.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
200
200
|
<p>
|
201
201
|
GtkEntry implements
|
202
202
|
AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>, <a class="link" href="GtkEditable.html" title="GtkEditable">GtkEditable</a> and <a class="link" href="GtkCellEditable.html" title="GtkCellEditable">GtkCellEditable</a>.</p>
|
203
203
|
</div>
|
204
|
-
<div class="refsect1">
|
204
|
+
<div class="refsect1" title="Properties">
|
205
205
|
<a name="GtkEntry.properties"></a><h2>Properties</h2>
|
206
206
|
<pre class="synopsis">
|
207
207
|
"<a class="link" href="GtkEntry.html#GtkEntry--activates-default" title='The "activates-default" property'>activates-default</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
@@ -211,7 +211,7 @@ GtkEntry implements
|
|
211
211
|
"<a class="link" href="GtkEntry.html#GtkEntry--editable" title='The "editable" property'>editable</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
212
212
|
"<a class="link" href="GtkEntry.html#GtkEntry--has-frame" title='The "has-frame" property'>has-frame</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
213
213
|
"<a class="link" href="GtkEntry.html#GtkEntry--im-module" title='The "im-module" property'>im-module</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
214
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--inner-border" title='The "inner-border" property'>inner-border</a>" <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a>* : Read / Write
|
214
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--inner-border" title='The "inner-border" property'>inner-border</a>" <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="type">GtkBorder</span></a>* : Read / Write
|
215
215
|
"<a class="link" href="GtkEntry.html#GtkEntry--invisible-char" title='The "invisible-char" property'>invisible-char</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write
|
216
216
|
"<a class="link" href="GtkEntry.html#GtkEntry--invisible-char-set" title='The "invisible-char-set" property'>invisible-char-set</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
217
217
|
"<a class="link" href="GtkEntry.html#GtkEntry--max-length" title='The "max-length" property'>max-length</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
@@ -247,35 +247,35 @@ GtkEntry implements
|
|
247
247
|
"<a class="link" href="GtkEntry.html#GtkEntry--xalign" title='The "xalign" property'>xalign</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> : Read / Write
|
248
248
|
</pre>
|
249
249
|
</div>
|
250
|
-
<div class="refsect1">
|
250
|
+
<div class="refsect1" title="Style Properties">
|
251
251
|
<a name="GtkEntry.style-properties"></a><h2>Style Properties</h2>
|
252
252
|
<pre class="synopsis">
|
253
253
|
"<a class="link" href="GtkEntry.html#GtkEntry--s-icon-prelight" title='The "icon-prelight" style property'>icon-prelight</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read
|
254
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--s-inner-border" title='The "inner-border" style property'>inner-border</a>" <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a>* : Read
|
254
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--s-inner-border" title='The "inner-border" style property'>inner-border</a>" <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="type">GtkBorder</span></a>* : Read
|
255
255
|
"<a class="link" href="GtkEntry.html#GtkEntry--s-invisible-char" title='The "invisible-char" style property'>invisible-char</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read
|
256
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--s-progress-border" title='The "progress-border" style property'>progress-border</a>" <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a>* : Read
|
256
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--s-progress-border" title='The "progress-border" style property'>progress-border</a>" <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="type">GtkBorder</span></a>* : Read
|
257
257
|
"<a class="link" href="GtkEntry.html#GtkEntry--s-state-hint" title='The "state-hint" style property'>state-hint</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read
|
258
258
|
</pre>
|
259
259
|
</div>
|
260
|
-
<div class="refsect1">
|
260
|
+
<div class="refsect1" title="Signals">
|
261
261
|
<a name="GtkEntry.signals"></a><h2>Signals</h2>
|
262
262
|
<pre class="synopsis">
|
263
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-activate" title='The "activate" signal'>activate</a>" :
|
264
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-backspace" title='The "backspace" signal'>backspace</a>" :
|
265
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-copy-clipboard" title='The "copy-clipboard" signal'>copy-clipboard</a>" :
|
266
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-cut-clipboard" title='The "cut-clipboard" signal'>cut-clipboard</a>" :
|
267
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-delete-from-cursor" title='The "delete-from-cursor" signal'>delete-from-cursor</a>" :
|
268
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-icon-press" title='The "icon-press" signal'>icon-press</a>" :
|
269
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-icon-release" title='The "icon-release" signal'>icon-release</a>" :
|
270
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-insert-at-cursor" title='The "insert-at-cursor" signal'>insert-at-cursor</a>" :
|
271
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-move-cursor" title='The "move-cursor" signal'>move-cursor</a>" :
|
272
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-paste-clipboard" title='The "paste-clipboard" signal'>paste-clipboard</a>" :
|
273
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-populate-popup" title='The "populate-popup" signal'>populate-popup</a>" :
|
274
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-preedit-changed" title='The "preedit-changed" signal'>preedit-changed</a>" :
|
275
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-toggle-overwrite" title='The "toggle-overwrite" signal'>toggle-overwrite</a>" :
|
263
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-activate" title='The "activate" signal'>activate</a>" : Run Last / Action
|
264
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-backspace" title='The "backspace" signal'>backspace</a>" : Run Last / Action
|
265
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-copy-clipboard" title='The "copy-clipboard" signal'>copy-clipboard</a>" : Run Last / Action
|
266
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-cut-clipboard" title='The "cut-clipboard" signal'>cut-clipboard</a>" : Run Last / Action
|
267
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-delete-from-cursor" title='The "delete-from-cursor" signal'>delete-from-cursor</a>" : Run Last / Action
|
268
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-icon-press" title='The "icon-press" signal'>icon-press</a>" : Run Last
|
269
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-icon-release" title='The "icon-release" signal'>icon-release</a>" : Run Last
|
270
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-insert-at-cursor" title='The "insert-at-cursor" signal'>insert-at-cursor</a>" : Run Last / Action
|
271
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-move-cursor" title='The "move-cursor" signal'>move-cursor</a>" : Run Last / Action
|
272
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-paste-clipboard" title='The "paste-clipboard" signal'>paste-clipboard</a>" : Run Last / Action
|
273
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-populate-popup" title='The "populate-popup" signal'>populate-popup</a>" : Run Last
|
274
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-preedit-changed" title='The "preedit-changed" signal'>preedit-changed</a>" : Run Last / Action
|
275
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-toggle-overwrite" title='The "toggle-overwrite" signal'>toggle-overwrite</a>" : Run Last / Action
|
276
276
|
</pre>
|
277
277
|
</div>
|
278
|
-
<div class="refsect1">
|
278
|
+
<div class="refsect1" title="Description">
|
279
279
|
<a name="GtkEntry.description"></a><h2>Description</h2>
|
280
280
|
<p>
|
281
281
|
The <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> widget is a single line text entry
|
@@ -319,19 +319,19 @@ that any such functionality should also be available by other means, e.g.
|
|
319
319
|
via the context menu of the entry.
|
320
320
|
</p>
|
321
321
|
</div>
|
322
|
-
<div class="refsect1">
|
322
|
+
<div class="refsect1" title="Details">
|
323
323
|
<a name="GtkEntry.details"></a><h2>Details</h2>
|
324
|
-
<div class="refsect2">
|
325
|
-
<a name="GtkEntry-struct"></a><h3>
|
326
|
-
<pre class="programlisting">struct GtkEntry;</pre>
|
324
|
+
<div class="refsect2" title="GtkEntry">
|
325
|
+
<a name="GtkEntry-struct"></a><h3>GtkEntry</h3>
|
326
|
+
<pre class="programlisting">typedef struct _GtkEntry GtkEntry;</pre>
|
327
327
|
<p>
|
328
|
-
The <a class="link" href="GtkEntry.html#GtkEntry-struct" title="
|
328
|
+
The <a class="link" href="GtkEntry.html#GtkEntry-struct" title="GtkEntry"><span class="type">GtkEntry</span></a> struct contains only private data.
|
329
329
|
</p>
|
330
330
|
</div>
|
331
331
|
<hr>
|
332
|
-
<div class="refsect2">
|
332
|
+
<div class="refsect2" title="gtk_entry_new ()">
|
333
333
|
<a name="gtk-entry-new"></a><h3>gtk_entry_new ()</h3>
|
334
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
334
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_entry_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
335
335
|
<p>
|
336
336
|
Creates a new entry.
|
337
337
|
</p>
|
@@ -339,14 +339,15 @@ Creates a new entry.
|
|
339
339
|
<col align="left" valign="top">
|
340
340
|
<tbody><tr>
|
341
341
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
342
|
-
<td>a new <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a
|
342
|
+
<td> a new <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>.
|
343
|
+
</td>
|
343
344
|
</tr></tbody>
|
344
345
|
</table></div>
|
345
346
|
</div>
|
346
347
|
<hr>
|
347
|
-
<div class="refsect2">
|
348
|
+
<div class="refsect2" title="gtk_entry_new_with_buffer ()">
|
348
349
|
<a name="gtk-entry-new-with-buffer"></a><h3>gtk_entry_new_with_buffer ()</h3>
|
349
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
350
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_entry_new_with_buffer (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>);</pre>
|
350
351
|
<p>
|
351
352
|
Creates a new entry with the specified text buffer.
|
352
353
|
</p>
|
@@ -355,11 +356,13 @@ Creates a new entry with the specified text buffer.
|
|
355
356
|
<tbody>
|
356
357
|
<tr>
|
357
358
|
<td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td>
|
358
|
-
<td>The buffer to use for the new <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a
|
359
|
+
<td>The buffer to use for the new <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>.
|
360
|
+
</td>
|
359
361
|
</tr>
|
360
362
|
<tr>
|
361
363
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
362
|
-
<td>a new <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>
|
364
|
+
<td> a new <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>
|
365
|
+
|
363
366
|
</td>
|
364
367
|
</tr>
|
365
368
|
</tbody>
|
@@ -367,10 +370,10 @@ Creates a new entry with the specified text buffer.
|
|
367
370
|
<p class="since">Since 2.18</p>
|
368
371
|
</div>
|
369
372
|
<hr>
|
370
|
-
<div class="refsect2">
|
373
|
+
<div class="refsect2" title="gtk_entry_new_with_max_length ()">
|
371
374
|
<a name="gtk-entry-new-with-max-length"></a><h3>gtk_entry_new_with_max_length ()</h3>
|
372
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
373
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
375
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_entry_new_with_max_length (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> max</code></em>);</pre>
|
376
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
374
377
|
<h3 class="title">Warning</h3>
|
375
378
|
<p><code class="literal">gtk_entry_new_with_max_length</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkEntry.html#gtk-entry-set-max-length" title="gtk_entry_set_max_length ()"><code class="function">gtk_entry_set_max_length()</code></a> instead.</p>
|
376
379
|
</div>
|
@@ -383,21 +386,23 @@ Creates a new <a class="link" href="GtkEntry.html" title="GtkEntry"><span class=
|
|
383
386
|
<tr>
|
384
387
|
<td><p><span class="term"><em class="parameter"><code>max</code></em> :</span></p></td>
|
385
388
|
<td>the maximum length of the entry, or 0 for no maximum.
|
386
|
-
(other than the maximum length of entries.) The value passed in will
|
387
|
-
be clamped to the range 0-65536
|
389
|
+
(other than the maximum length of entries.) The value passed in will
|
390
|
+
be clamped to the range 0-65536.
|
391
|
+
</td>
|
388
392
|
</tr>
|
389
393
|
<tr>
|
390
394
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
391
|
-
<td>a new <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>
|
395
|
+
<td> a new <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>
|
396
|
+
|
392
397
|
</td>
|
393
398
|
</tr>
|
394
399
|
</tbody>
|
395
400
|
</table></div>
|
396
401
|
</div>
|
397
402
|
<hr>
|
398
|
-
<div class="refsect2">
|
403
|
+
<div class="refsect2" title="gtk_entry_get_buffer ()">
|
399
404
|
<a name="gtk-entry-get-buffer"></a><h3>gtk_entry_get_buffer ()</h3>
|
400
|
-
<pre class="programlisting"><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="returnvalue">GtkEntryBuffer</span></a
|
405
|
+
<pre class="programlisting"><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="returnvalue">GtkEntryBuffer</span></a>* gtk_entry_get_buffer (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
401
406
|
<p>
|
402
407
|
Get the <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> object which holds the text for
|
403
408
|
this widget.
|
@@ -412,7 +417,7 @@ this widget.
|
|
412
417
|
</tr>
|
413
418
|
<tr>
|
414
419
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
415
|
-
<td>A <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> object.
|
420
|
+
<td> A <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> object.
|
416
421
|
</td>
|
417
422
|
</tr>
|
418
423
|
</tbody>
|
@@ -420,7 +425,7 @@ this widget.
|
|
420
425
|
<p class="since">Since 2.18</p>
|
421
426
|
</div>
|
422
427
|
<hr>
|
423
|
-
<div class="refsect2">
|
428
|
+
<div class="refsect2" title="gtk_entry_set_buffer ()">
|
424
429
|
<a name="gtk-entry-set-buffer"></a><h3>gtk_entry_set_buffer ()</h3>
|
425
430
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_buffer (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
426
431
|
<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>);</pre>
|
@@ -446,7 +451,7 @@ this widget.
|
|
446
451
|
<p class="since">Since 2.18</p>
|
447
452
|
</div>
|
448
453
|
<hr>
|
449
|
-
<div class="refsect2">
|
454
|
+
<div class="refsect2" title="gtk_entry_set_text ()">
|
450
455
|
<a name="gtk-entry-set-text"></a><h3>gtk_entry_set_text ()</h3>
|
451
456
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_text (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
452
457
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
|
@@ -467,17 +472,18 @@ See <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-set-text" title="
|
|
467
472
|
</tr>
|
468
473
|
<tr>
|
469
474
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
470
|
-
<td>the new text
|
475
|
+
<td>the new text
|
476
|
+
</td>
|
471
477
|
</tr>
|
472
478
|
</tbody>
|
473
479
|
</table></div>
|
474
480
|
</div>
|
475
481
|
<hr>
|
476
|
-
<div class="refsect2">
|
482
|
+
<div class="refsect2" title="gtk_entry_append_text ()">
|
477
483
|
<a name="gtk-entry-append-text"></a><h3>gtk_entry_append_text ()</h3>
|
478
484
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_append_text (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
479
485
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
|
480
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
486
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
481
487
|
<h3 class="title">Warning</h3>
|
482
488
|
<p><code class="literal">gtk_entry_append_text</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkEditable.html#gtk-editable-insert-text" title="gtk_editable_insert_text ()"><code class="function">gtk_editable_insert_text()</code></a> instead.</p>
|
483
489
|
</div>
|
@@ -494,17 +500,18 @@ Appends the given text to the contents of the widget.
|
|
494
500
|
</tr>
|
495
501
|
<tr>
|
496
502
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
497
|
-
<td>the text to append
|
503
|
+
<td>the text to append
|
504
|
+
</td>
|
498
505
|
</tr>
|
499
506
|
</tbody>
|
500
507
|
</table></div>
|
501
508
|
</div>
|
502
509
|
<hr>
|
503
|
-
<div class="refsect2">
|
510
|
+
<div class="refsect2" title="gtk_entry_prepend_text ()">
|
504
511
|
<a name="gtk-entry-prepend-text"></a><h3>gtk_entry_prepend_text ()</h3>
|
505
512
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_prepend_text (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
506
513
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
|
507
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
514
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
508
515
|
<h3 class="title">Warning</h3>
|
509
516
|
<p><code class="literal">gtk_entry_prepend_text</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkEditable.html#gtk-editable-insert-text" title="gtk_editable_insert_text ()"><code class="function">gtk_editable_insert_text()</code></a> instead.</p>
|
510
517
|
</div>
|
@@ -521,17 +528,18 @@ Prepends the given text to the contents of the widget.
|
|
521
528
|
</tr>
|
522
529
|
<tr>
|
523
530
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
524
|
-
<td>the text to prepend
|
531
|
+
<td>the text to prepend
|
532
|
+
</td>
|
525
533
|
</tr>
|
526
534
|
</tbody>
|
527
535
|
</table></div>
|
528
536
|
</div>
|
529
537
|
<hr>
|
530
|
-
<div class="refsect2">
|
538
|
+
<div class="refsect2" title="gtk_entry_set_position ()">
|
531
539
|
<a name="gtk-entry-set-position"></a><h3>gtk_entry_set_position ()</h3>
|
532
540
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_position (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
533
541
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);</pre>
|
534
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
542
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
535
543
|
<h3 class="title">Warning</h3>
|
536
544
|
<p><code class="literal">gtk_entry_set_position</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkEditable.html#gtk-editable-set-position" title="gtk_editable_set_position ()"><code class="function">gtk_editable_set_position()</code></a> instead.</p>
|
537
545
|
</div>
|
@@ -549,19 +557,20 @@ Sets the cursor position in an entry to the given value.
|
|
549
557
|
<tr>
|
550
558
|
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
|
551
559
|
<td>the position of the cursor. The cursor is displayed
|
552
|
-
before the character with the given (base 0) index in the widget.
|
553
|
-
The value must be less than or equal to the number of characters
|
554
|
-
in the widget. A value of -1 indicates that the position should
|
555
|
-
be set after the last character in the entry. Note that this
|
556
|
-
position is in characters, not in bytes
|
560
|
+
before the character with the given (base 0) index in the widget.
|
561
|
+
The value must be less than or equal to the number of characters
|
562
|
+
in the widget. A value of -1 indicates that the position should
|
563
|
+
be set after the last character in the entry. Note that this
|
564
|
+
position is in characters, not in bytes.
|
565
|
+
</td>
|
557
566
|
</tr>
|
558
567
|
</tbody>
|
559
568
|
</table></div>
|
560
569
|
</div>
|
561
570
|
<hr>
|
562
|
-
<div class="refsect2">
|
571
|
+
<div class="refsect2" title="gtk_entry_get_text ()">
|
563
572
|
<a name="gtk-entry-get-text"></a><h3>gtk_entry_get_text ()</h3>
|
564
|
-
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
573
|
+
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* gtk_entry_get_text (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
565
574
|
<p>
|
566
575
|
Retrieves the contents of the entry widget.
|
567
576
|
See also <a class="link" href="GtkEditable.html#gtk-editable-get-chars" title="gtk_editable_get_chars ()"><code class="function">gtk_editable_get_chars()</code></a>.
|
@@ -594,16 +603,17 @@ This is equivalent to:
|
|
594
603
|
</tr>
|
595
604
|
<tr>
|
596
605
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
597
|
-
<td>a pointer to the contents of the widget as a
|
598
|
-
string. This string points to internally allocated
|
599
|
-
storage in the widget and must not be freed, modified or
|
600
|
-
stored
|
606
|
+
<td> a pointer to the contents of the widget as a
|
607
|
+
string. This string points to internally allocated
|
608
|
+
storage in the widget and must not be freed, modified or
|
609
|
+
stored.
|
610
|
+
</td>
|
601
611
|
</tr>
|
602
612
|
</tbody>
|
603
613
|
</table></div>
|
604
614
|
</div>
|
605
615
|
<hr>
|
606
|
-
<div class="refsect2">
|
616
|
+
<div class="refsect2" title="gtk_entry_get_text_length ()">
|
607
617
|
<a name="gtk-entry-get-text-length"></a><h3>gtk_entry_get_text_length ()</h3>
|
608
618
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a> gtk_entry_get_text_length (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
609
619
|
<p>
|
@@ -638,20 +648,22 @@ This is equivalent to:
|
|
638
648
|
</tr>
|
639
649
|
<tr>
|
640
650
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
641
|
-
<td>the current number of characters
|
642
|
-
in <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>, or 0 if there are none
|
651
|
+
<td> the current number of characters
|
652
|
+
in <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>, or 0 if there are none.
|
653
|
+
|
654
|
+
</td>
|
643
655
|
</tr>
|
644
656
|
</tbody>
|
645
657
|
</table></div>
|
646
658
|
<p class="since">Since 2.14</p>
|
647
659
|
</div>
|
648
660
|
<hr>
|
649
|
-
<div class="refsect2">
|
661
|
+
<div class="refsect2" title="gtk_entry_select_region ()">
|
650
662
|
<a name="gtk-entry-select-region"></a><h3>gtk_entry_select_region ()</h3>
|
651
663
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_select_region (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
652
664
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> start</code></em>,
|
653
665
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> end</code></em>);</pre>
|
654
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
666
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
655
667
|
<h3 class="title">Warning</h3>
|
656
668
|
<p><code class="literal">gtk_entry_select_region</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkEditable.html#gtk-editable-select-region" title="gtk_editable_select_region ()"><code class="function">gtk_editable_select_region()</code></a> instead.</p>
|
657
669
|
</div>
|
@@ -672,17 +684,19 @@ the text.
|
|
672
684
|
</tr>
|
673
685
|
<tr>
|
674
686
|
<td><p><span class="term"><em class="parameter"><code>start</code></em> :</span></p></td>
|
675
|
-
<td>the starting position
|
687
|
+
<td>the starting position
|
688
|
+
</td>
|
676
689
|
</tr>
|
677
690
|
<tr>
|
678
691
|
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
|
679
|
-
<td>the end position
|
692
|
+
<td>the end position
|
693
|
+
</td>
|
680
694
|
</tr>
|
681
695
|
</tbody>
|
682
696
|
</table></div>
|
683
697
|
</div>
|
684
698
|
<hr>
|
685
|
-
<div class="refsect2">
|
699
|
+
<div class="refsect2" title="gtk_entry_set_visibility ()">
|
686
700
|
<a name="gtk-entry-set-visibility"></a><h3>gtk_entry_set_visibility ()</h3>
|
687
701
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_visibility (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
688
702
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> visible</code></em>);</pre>
|
@@ -709,13 +723,14 @@ in the current font, but it can be changed with
|
|
709
723
|
<td><p><span class="term"><em class="parameter"><code>visible</code></em> :</span></p></td>
|
710
724
|
<td>
|
711
725
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the contents of the entry are displayed
|
712
|
-
as plaintext
|
726
|
+
as plaintext
|
727
|
+
</td>
|
713
728
|
</tr>
|
714
729
|
</tbody>
|
715
730
|
</table></div>
|
716
731
|
</div>
|
717
732
|
<hr>
|
718
|
-
<div class="refsect2">
|
733
|
+
<div class="refsect2" title="gtk_entry_set_invisible_char ()">
|
719
734
|
<a name="gtk-entry-set-invisible-char"></a><h3>gtk_entry_set_invisible_char ()</h3>
|
720
735
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_invisible_char (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
721
736
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> ch</code></em>);</pre>
|
@@ -738,13 +753,14 @@ at all; there will be no text on the screen as they type.
|
|
738
753
|
</tr>
|
739
754
|
<tr>
|
740
755
|
<td><p><span class="term"><em class="parameter"><code>ch</code></em> :</span></p></td>
|
741
|
-
<td>a Unicode character
|
756
|
+
<td>a Unicode character
|
757
|
+
</td>
|
742
758
|
</tr>
|
743
759
|
</tbody>
|
744
760
|
</table></div>
|
745
761
|
</div>
|
746
762
|
<hr>
|
747
|
-
<div class="refsect2">
|
763
|
+
<div class="refsect2" title="gtk_entry_unset_invisible_char ()">
|
748
764
|
<a name="gtk-entry-unset-invisible-char"></a><h3>gtk_entry_unset_invisible_char ()</h3>
|
749
765
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_unset_invisible_char (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
750
766
|
<p>
|
@@ -763,11 +779,11 @@ default invisible char is used again.
|
|
763
779
|
<p class="since">Since 2.16</p>
|
764
780
|
</div>
|
765
781
|
<hr>
|
766
|
-
<div class="refsect2">
|
782
|
+
<div class="refsect2" title="gtk_entry_set_editable ()">
|
767
783
|
<a name="gtk-entry-set-editable"></a><h3>gtk_entry_set_editable ()</h3>
|
768
784
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_editable (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
769
785
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> editable</code></em>);</pre>
|
770
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
786
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
771
787
|
<h3 class="title">Warning</h3>
|
772
788
|
<p><code class="literal">gtk_entry_set_editable</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkEditable.html#gtk-editable-set-editable" title="gtk_editable_set_editable ()"><code class="function">gtk_editable_set_editable()</code></a> instead.</p>
|
773
789
|
</div>
|
@@ -787,13 +803,14 @@ widget or not.
|
|
787
803
|
<td><p><span class="term"><em class="parameter"><code>editable</code></em> :</span></p></td>
|
788
804
|
<td>
|
789
805
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is allowed to edit the text
|
790
|
-
in the widget
|
806
|
+
in the widget
|
807
|
+
</td>
|
791
808
|
</tr>
|
792
809
|
</tbody>
|
793
810
|
</table></div>
|
794
811
|
</div>
|
795
812
|
<hr>
|
796
|
-
<div class="refsect2">
|
813
|
+
<div class="refsect2" title="gtk_entry_set_max_length ()">
|
797
814
|
<a name="gtk-entry-set-max-length"></a><h3>gtk_entry_set_max_length ()</h3>
|
798
815
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_max_length (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
799
816
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> max</code></em>);</pre>
|
@@ -831,14 +848,15 @@ This is equivalent to:
|
|
831
848
|
<tr>
|
832
849
|
<td><p><span class="term"><em class="parameter"><code>max</code></em> :</span></p></td>
|
833
850
|
<td>the maximum length of the entry, or 0 for no maximum.
|
834
|
-
(other than the maximum length of entries.) The value passed in will
|
835
|
-
be clamped to the range 0-65536
|
851
|
+
(other than the maximum length of entries.) The value passed in will
|
852
|
+
be clamped to the range 0-65536.
|
853
|
+
</td>
|
836
854
|
</tr>
|
837
855
|
</tbody>
|
838
856
|
</table></div>
|
839
857
|
</div>
|
840
858
|
<hr>
|
841
|
-
<div class="refsect2">
|
859
|
+
<div class="refsect2" title="gtk_entry_get_activates_default ()">
|
842
860
|
<a name="gtk-entry-get-activates-default"></a><h3>gtk_entry_get_activates_default ()</h3>
|
843
861
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_entry_get_activates_default (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
844
862
|
<p>
|
@@ -854,14 +872,14 @@ Retrieves the value set by <a class="link" href="GtkEntry.html#gtk-entry-set-act
|
|
854
872
|
</tr>
|
855
873
|
<tr>
|
856
874
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
857
|
-
<td>
|
858
|
-
|
875
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the entry will activate the default widget
|
876
|
+
</td>
|
859
877
|
</tr>
|
860
878
|
</tbody>
|
861
879
|
</table></div>
|
862
880
|
</div>
|
863
881
|
<hr>
|
864
|
-
<div class="refsect2">
|
882
|
+
<div class="refsect2" title="gtk_entry_get_has_frame ()">
|
865
883
|
<a name="gtk-entry-get-has-frame"></a><h3>gtk_entry_get_has_frame ()</h3>
|
866
884
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_entry_get_has_frame (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
867
885
|
<p>
|
@@ -877,15 +895,16 @@ Gets the value set by <a class="link" href="GtkEntry.html#gtk-entry-set-has-fram
|
|
877
895
|
</tr>
|
878
896
|
<tr>
|
879
897
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
880
|
-
<td>whether the entry has a beveled frame
|
898
|
+
<td> whether the entry has a beveled frame
|
899
|
+
</td>
|
881
900
|
</tr>
|
882
901
|
</tbody>
|
883
902
|
</table></div>
|
884
903
|
</div>
|
885
904
|
<hr>
|
886
|
-
<div class="refsect2">
|
905
|
+
<div class="refsect2" title="gtk_entry_get_inner_border ()">
|
887
906
|
<a name="gtk-entry-get-inner-border"></a><h3>gtk_entry_get_inner_border ()</h3>
|
888
|
-
<pre class="programlisting">const <a class="link" href="GtkStyle.html#GtkBorder"><span class="returnvalue">GtkBorder</span></a
|
907
|
+
<pre class="programlisting">const <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="returnvalue">GtkBorder</span></a>* gtk_entry_get_inner_border (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
889
908
|
<p>
|
890
909
|
This function returns the entry's <a class="link" href="GtkEntry.html#GtkEntry--inner-border" title='The "inner-border" property'><span class="type">"inner-border"</span></a> property. See
|
891
910
|
<a class="link" href="GtkEntry.html#gtk-entry-set-inner-border" title="gtk_entry_set_inner_border ()"><code class="function">gtk_entry_set_inner_border()</code></a> for more information.
|
@@ -900,7 +919,7 @@ This function returns the entry's <a class="link" href="GtkEntry.html#GtkEntry--
|
|
900
919
|
</tr>
|
901
920
|
<tr>
|
902
921
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
903
|
-
<td>the entry's <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none was set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
922
|
+
<td> the entry's <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="type">GtkBorder</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none was set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
904
923
|
</td>
|
905
924
|
</tr>
|
906
925
|
</tbody>
|
@@ -908,7 +927,7 @@ This function returns the entry's <a class="link" href="GtkEntry.html#GtkEntry--
|
|
908
927
|
<p class="since">Since 2.10</p>
|
909
928
|
</div>
|
910
929
|
<hr>
|
911
|
-
<div class="refsect2">
|
930
|
+
<div class="refsect2" title="gtk_entry_get_width_chars ()">
|
912
931
|
<a name="gtk-entry-get-width-chars"></a><h3>gtk_entry_get_width_chars ()</h3>
|
913
932
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_entry_get_width_chars (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
914
933
|
<p>
|
@@ -924,13 +943,14 @@ Gets the value set by <a class="link" href="GtkEntry.html#gtk-entry-set-width-ch
|
|
924
943
|
</tr>
|
925
944
|
<tr>
|
926
945
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
927
|
-
<td>number of chars to request space for, or negative if unset
|
946
|
+
<td> number of chars to request space for, or negative if unset
|
947
|
+
</td>
|
928
948
|
</tr>
|
929
949
|
</tbody>
|
930
950
|
</table></div>
|
931
951
|
</div>
|
932
952
|
<hr>
|
933
|
-
<div class="refsect2">
|
953
|
+
<div class="refsect2" title="gtk_entry_set_activates_default ()">
|
934
954
|
<a name="gtk-entry-set-activates-default"></a><h3>gtk_entry_set_activates_default ()</h3>
|
935
955
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_activates_default (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
936
956
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
|
@@ -956,13 +976,14 @@ the default handler for the <span class="type">"activate"</span> signal.)
|
|
956
976
|
<tr>
|
957
977
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
958
978
|
<td>
|
959
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to activate window's default widget on Enter keypress
|
979
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to activate window's default widget on Enter keypress
|
980
|
+
</td>
|
960
981
|
</tr>
|
961
982
|
</tbody>
|
962
983
|
</table></div>
|
963
984
|
</div>
|
964
985
|
<hr>
|
965
|
-
<div class="refsect2">
|
986
|
+
<div class="refsect2" title="gtk_entry_set_has_frame ()">
|
966
987
|
<a name="gtk-entry-set-has-frame"></a><h3>gtk_entry_set_has_frame ()</h3>
|
967
988
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_has_frame (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
968
989
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
|
@@ -979,16 +1000,17 @@ Sets whether the entry has a beveled frame around it.
|
|
979
1000
|
</tr>
|
980
1001
|
<tr>
|
981
1002
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
982
|
-
<td>new value
|
1003
|
+
<td>new value
|
1004
|
+
</td>
|
983
1005
|
</tr>
|
984
1006
|
</tbody>
|
985
1007
|
</table></div>
|
986
1008
|
</div>
|
987
1009
|
<hr>
|
988
|
-
<div class="refsect2">
|
1010
|
+
<div class="refsect2" title="gtk_entry_set_inner_border ()">
|
989
1011
|
<a name="gtk-entry-set-inner-border"></a><h3>gtk_entry_set_inner_border ()</h3>
|
990
1012
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_inner_border (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
991
|
-
<em class="parameter"><code>const <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a> *border</code></em>);</pre>
|
1013
|
+
<em class="parameter"><code>const <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="type">GtkBorder</span></a> *border</code></em>);</pre>
|
992
1014
|
<p>
|
993
1015
|
Sets <code class="literal">entry</code>'s inner-border property to <code class="literal">border</code>, or clears it if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
994
1016
|
is passed. The inner-border is the area around the entry's text, but
|
@@ -1010,7 +1032,7 @@ pixel-exact positioning of the entry is important.
|
|
1010
1032
|
</tr>
|
1011
1033
|
<tr>
|
1012
1034
|
<td><p><span class="term"><em class="parameter"><code>border</code></em> :</span></p></td>
|
1013
|
-
<td>a <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1035
|
+
<td> a <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="type">GtkBorder</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1014
1036
|
</td>
|
1015
1037
|
</tr>
|
1016
1038
|
</tbody>
|
@@ -1018,7 +1040,7 @@ pixel-exact positioning of the entry is important.
|
|
1018
1040
|
<p class="since">Since 2.10</p>
|
1019
1041
|
</div>
|
1020
1042
|
<hr>
|
1021
|
-
<div class="refsect2">
|
1043
|
+
<div class="refsect2" title="gtk_entry_set_width_chars ()">
|
1022
1044
|
<a name="gtk-entry-set-width-chars"></a><h3>gtk_entry_set_width_chars ()</h3>
|
1023
1045
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_width_chars (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1024
1046
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_chars</code></em>);</pre>
|
@@ -1039,13 +1061,14 @@ size reverts to the default entry size.
|
|
1039
1061
|
</tr>
|
1040
1062
|
<tr>
|
1041
1063
|
<td><p><span class="term"><em class="parameter"><code>n_chars</code></em> :</span></p></td>
|
1042
|
-
<td>width in chars
|
1064
|
+
<td>width in chars
|
1065
|
+
</td>
|
1043
1066
|
</tr>
|
1044
1067
|
</tbody>
|
1045
1068
|
</table></div>
|
1046
1069
|
</div>
|
1047
1070
|
<hr>
|
1048
|
-
<div class="refsect2">
|
1071
|
+
<div class="refsect2" title="gtk_entry_get_invisible_char ()">
|
1049
1072
|
<a name="gtk-entry-get-invisible-char"></a><h3>gtk_entry_get_invisible_char ()</h3>
|
1050
1073
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="returnvalue">gunichar</span></a> gtk_entry_get_invisible_char (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
1051
1074
|
<p>
|
@@ -1062,14 +1085,15 @@ for entries with visibility set to false. See <a class="link" href="GtkEntry.htm
|
|
1062
1085
|
</tr>
|
1063
1086
|
<tr>
|
1064
1087
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1065
|
-
<td>the current invisible char, or 0, if the entry does not
|
1066
|
-
show invisible text at all
|
1088
|
+
<td> the current invisible char, or 0, if the entry does not
|
1089
|
+
show invisible text at all.
|
1090
|
+
</td>
|
1067
1091
|
</tr>
|
1068
1092
|
</tbody>
|
1069
1093
|
</table></div>
|
1070
1094
|
</div>
|
1071
1095
|
<hr>
|
1072
|
-
<div class="refsect2">
|
1096
|
+
<div class="refsect2" title="gtk_entry_set_alignment ()">
|
1073
1097
|
<a name="gtk-entry-set-alignment"></a><h3>gtk_entry_set_alignment ()</h3>
|
1074
1098
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_alignment (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1075
1099
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> xalign</code></em>);</pre>
|
@@ -1089,14 +1113,15 @@ text is shorter than the width of the entry.
|
|
1089
1113
|
<tr>
|
1090
1114
|
<td><p><span class="term"><em class="parameter"><code>xalign</code></em> :</span></p></td>
|
1091
1115
|
<td>The horizontal alignment, from 0 (left) to 1 (right).
|
1092
|
-
Reversed for RTL layouts
|
1116
|
+
Reversed for RTL layouts
|
1117
|
+
</td>
|
1093
1118
|
</tr>
|
1094
1119
|
</tbody>
|
1095
1120
|
</table></div>
|
1096
1121
|
<p class="since">Since 2.4</p>
|
1097
1122
|
</div>
|
1098
1123
|
<hr>
|
1099
|
-
<div class="refsect2">
|
1124
|
+
<div class="refsect2" title="gtk_entry_get_alignment ()">
|
1100
1125
|
<a name="gtk-entry-get-alignment"></a><h3>gtk_entry_get_alignment ()</h3>
|
1101
1126
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a> gtk_entry_get_alignment (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
1102
1127
|
<p>
|
@@ -1112,14 +1137,16 @@ Gets the value set by <a class="link" href="GtkEntry.html#gtk-entry-set-alignmen
|
|
1112
1137
|
</tr>
|
1113
1138
|
<tr>
|
1114
1139
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1115
|
-
<td>the alignment
|
1140
|
+
<td> the alignment
|
1141
|
+
|
1142
|
+
</td>
|
1116
1143
|
</tr>
|
1117
1144
|
</tbody>
|
1118
1145
|
</table></div>
|
1119
1146
|
<p class="since">Since 2.4</p>
|
1120
1147
|
</div>
|
1121
1148
|
<hr>
|
1122
|
-
<div class="refsect2">
|
1149
|
+
<div class="refsect2" title="gtk_entry_set_overwrite_mode ()">
|
1123
1150
|
<a name="gtk-entry-set-overwrite-mode"></a><h3>gtk_entry_set_overwrite_mode ()</h3>
|
1124
1151
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_overwrite_mode (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1125
1152
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> overwrite</code></em>);</pre>
|
@@ -1136,14 +1163,15 @@ Sets whether the text is overwritten when typing in the <a class="link" href="Gt
|
|
1136
1163
|
</tr>
|
1137
1164
|
<tr>
|
1138
1165
|
<td><p><span class="term"><em class="parameter"><code>overwrite</code></em> :</span></p></td>
|
1139
|
-
<td>new value
|
1166
|
+
<td>new value
|
1167
|
+
</td>
|
1140
1168
|
</tr>
|
1141
1169
|
</tbody>
|
1142
1170
|
</table></div>
|
1143
1171
|
<p class="since">Since 2.14</p>
|
1144
1172
|
</div>
|
1145
1173
|
<hr>
|
1146
|
-
<div class="refsect2">
|
1174
|
+
<div class="refsect2" title="gtk_entry_get_overwrite_mode ()">
|
1147
1175
|
<a name="gtk-entry-get-overwrite-mode"></a><h3>gtk_entry_get_overwrite_mode ()</h3>
|
1148
1176
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_entry_get_overwrite_mode (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
1149
1177
|
<p>
|
@@ -1159,16 +1187,18 @@ Gets the value set by <a class="link" href="GtkEntry.html#gtk-entry-set-overwrit
|
|
1159
1187
|
</tr>
|
1160
1188
|
<tr>
|
1161
1189
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1162
|
-
<td>whether the text is overwritten when typing
|
1190
|
+
<td> whether the text is overwritten when typing.
|
1191
|
+
|
1192
|
+
</td>
|
1163
1193
|
</tr>
|
1164
1194
|
</tbody>
|
1165
1195
|
</table></div>
|
1166
1196
|
<p class="since">Since 2.14</p>
|
1167
1197
|
</div>
|
1168
1198
|
<hr>
|
1169
|
-
<div class="refsect2">
|
1199
|
+
<div class="refsect2" title="gtk_entry_get_layout ()">
|
1170
1200
|
<a name="gtk-entry-get-layout"></a><h3>gtk_entry_get_layout ()</h3>
|
1171
|
-
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a
|
1201
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a>* gtk_entry_get_layout (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
1172
1202
|
<p>
|
1173
1203
|
Gets the <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> used to display the entry.
|
1174
1204
|
The layout is useful to e.g. convert text positions to
|
@@ -1192,14 +1222,14 @@ indices in the layout to byte indices in the entry contents.
|
|
1192
1222
|
</tr>
|
1193
1223
|
<tr>
|
1194
1224
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1195
|
-
<td>the <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> for this entry. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1225
|
+
<td> the <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> for this entry. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1196
1226
|
</td>
|
1197
1227
|
</tr>
|
1198
1228
|
</tbody>
|
1199
1229
|
</table></div>
|
1200
1230
|
</div>
|
1201
1231
|
<hr>
|
1202
|
-
<div class="refsect2">
|
1232
|
+
<div class="refsect2" title="gtk_entry_get_layout_offsets ()">
|
1203
1233
|
<a name="gtk-entry-get-layout-offsets"></a><h3>gtk_entry_get_layout_offsets ()</h3>
|
1204
1234
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_get_layout_offsets (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1205
1235
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
|
@@ -1238,19 +1268,19 @@ indices in the layout to byte indices in the entry contents.
|
|
1238
1268
|
</tr>
|
1239
1269
|
<tr>
|
1240
1270
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1241
|
-
<td>location to store X offset of layout, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1271
|
+
<td> location to store X offset of layout, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1242
1272
|
</td>
|
1243
1273
|
</tr>
|
1244
1274
|
<tr>
|
1245
1275
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1246
|
-
<td>location to store Y offset of layout, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1276
|
+
<td> location to store Y offset of layout, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1247
1277
|
</td>
|
1248
1278
|
</tr>
|
1249
1279
|
</tbody>
|
1250
1280
|
</table></div>
|
1251
1281
|
</div>
|
1252
1282
|
<hr>
|
1253
|
-
<div class="refsect2">
|
1283
|
+
<div class="refsect2" title="gtk_entry_layout_index_to_text_index ()">
|
1254
1284
|
<a name="gtk-entry-layout-index-to-text-index"></a><h3>gtk_entry_layout_index_to_text_index ()</h3>
|
1255
1285
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_entry_layout_index_to_text_index
|
1256
1286
|
(<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
@@ -1271,17 +1301,19 @@ with text retrieved via <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Obje
|
|
1271
1301
|
</tr>
|
1272
1302
|
<tr>
|
1273
1303
|
<td><p><span class="term"><em class="parameter"><code>layout_index</code></em> :</span></p></td>
|
1274
|
-
<td>byte index into the entry layout text
|
1304
|
+
<td>byte index into the entry layout text
|
1305
|
+
</td>
|
1275
1306
|
</tr>
|
1276
1307
|
<tr>
|
1277
1308
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1278
|
-
<td>byte index into the entry contents
|
1309
|
+
<td> byte index into the entry contents
|
1310
|
+
</td>
|
1279
1311
|
</tr>
|
1280
1312
|
</tbody>
|
1281
1313
|
</table></div>
|
1282
1314
|
</div>
|
1283
1315
|
<hr>
|
1284
|
-
<div class="refsect2">
|
1316
|
+
<div class="refsect2" title="gtk_entry_text_index_to_layout_index ()">
|
1285
1317
|
<a name="gtk-entry-text-index-to-layout-index"></a><h3>gtk_entry_text_index_to_layout_index ()</h3>
|
1286
1318
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_entry_text_index_to_layout_index
|
1287
1319
|
(<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
@@ -1301,17 +1333,19 @@ Converts from a position in the entry's <a href="/usr/share/gtk-doc/html/pango/p
|
|
1301
1333
|
</tr>
|
1302
1334
|
<tr>
|
1303
1335
|
<td><p><span class="term"><em class="parameter"><code>text_index</code></em> :</span></p></td>
|
1304
|
-
<td>byte index into the entry contents
|
1336
|
+
<td>byte index into the entry contents
|
1337
|
+
</td>
|
1305
1338
|
</tr>
|
1306
1339
|
<tr>
|
1307
1340
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1308
|
-
<td>byte index into the entry layout text
|
1341
|
+
<td> byte index into the entry layout text
|
1342
|
+
</td>
|
1309
1343
|
</tr>
|
1310
1344
|
</tbody>
|
1311
1345
|
</table></div>
|
1312
1346
|
</div>
|
1313
1347
|
<hr>
|
1314
|
-
<div class="refsect2">
|
1348
|
+
<div class="refsect2" title="gtk_entry_get_max_length ()">
|
1315
1349
|
<a name="gtk-entry-get-max-length"></a><h3>gtk_entry_get_max_length ()</h3>
|
1316
1350
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_entry_get_max_length (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
1317
1351
|
<p>
|
@@ -1346,14 +1380,15 @@ This is equivalent to:
|
|
1346
1380
|
</tr>
|
1347
1381
|
<tr>
|
1348
1382
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1349
|
-
<td>the maximum allowed number of characters
|
1350
|
-
in <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>, or 0 if there is no maximum
|
1383
|
+
<td> the maximum allowed number of characters
|
1384
|
+
in <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>, or 0 if there is no maximum.
|
1385
|
+
</td>
|
1351
1386
|
</tr>
|
1352
1387
|
</tbody>
|
1353
1388
|
</table></div>
|
1354
1389
|
</div>
|
1355
1390
|
<hr>
|
1356
|
-
<div class="refsect2">
|
1391
|
+
<div class="refsect2" title="gtk_entry_get_visibility ()">
|
1357
1392
|
<a name="gtk-entry-get-visibility"></a><h3>gtk_entry_get_visibility ()</h3>
|
1358
1393
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_entry_get_visibility (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
1359
1394
|
<p>
|
@@ -1370,14 +1405,14 @@ Retrieves whether the text in <em class="parameter"><code>entry</code></em> is v
|
|
1370
1405
|
</tr>
|
1371
1406
|
<tr>
|
1372
1407
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1373
|
-
<td>
|
1374
|
-
|
1408
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the text is currently visible
|
1409
|
+
</td>
|
1375
1410
|
</tr>
|
1376
1411
|
</tbody>
|
1377
1412
|
</table></div>
|
1378
1413
|
</div>
|
1379
1414
|
<hr>
|
1380
|
-
<div class="refsect2">
|
1415
|
+
<div class="refsect2" title="gtk_entry_set_completion ()">
|
1381
1416
|
<a name="gtk-entry-set-completion"></a><h3>gtk_entry_set_completion ()</h3>
|
1382
1417
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_completion (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1383
1418
|
<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>);</pre>
|
@@ -1397,7 +1432,7 @@ All further configuration of the completion mechanism is done on
|
|
1397
1432
|
</tr>
|
1398
1433
|
<tr>
|
1399
1434
|
<td><p><span class="term"><em class="parameter"><code>completion</code></em> :</span></p></td>
|
1400
|
-
<td>The <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1435
|
+
<td> The <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1401
1436
|
</td>
|
1402
1437
|
</tr>
|
1403
1438
|
</tbody>
|
@@ -1405,7 +1440,7 @@ All further configuration of the completion mechanism is done on
|
|
1405
1440
|
<p class="since">Since 2.4</p>
|
1406
1441
|
</div>
|
1407
1442
|
<hr>
|
1408
|
-
<div class="refsect2">
|
1443
|
+
<div class="refsect2" title="gtk_entry_get_completion ()">
|
1409
1444
|
<a name="gtk-entry-get-completion"></a><h3>gtk_entry_get_completion ()</h3>
|
1410
1445
|
<pre class="programlisting"><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="returnvalue">GtkEntryCompletion</span></a> * gtk_entry_get_completion (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
1411
1446
|
<p>
|
@@ -1421,8 +1456,8 @@ Returns the auxiliary completion object currently in use by <em class="parameter
|
|
1421
1456
|
</tr>
|
1422
1457
|
<tr>
|
1423
1458
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1424
|
-
<td>The auxiliary completion object currently
|
1425
|
-
|
1459
|
+
<td> The auxiliary completion object currently in use by <em class="parameter"><code>entry</code></em>.
|
1460
|
+
|
1426
1461
|
</td>
|
1427
1462
|
</tr>
|
1428
1463
|
</tbody>
|
@@ -1430,7 +1465,7 @@ in use by <em class="parameter"><code>entry</code></em>. <span class="annotation
|
|
1430
1465
|
<p class="since">Since 2.4</p>
|
1431
1466
|
</div>
|
1432
1467
|
<hr>
|
1433
|
-
<div class="refsect2">
|
1468
|
+
<div class="refsect2" title="gtk_entry_set_cursor_hadjustment ()">
|
1434
1469
|
<a name="gtk-entry-set-cursor-hadjustment"></a><h3>gtk_entry_set_cursor_hadjustment ()</h3>
|
1435
1470
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_cursor_hadjustment (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1436
1471
|
<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);</pre>
|
@@ -1454,8 +1489,8 @@ as the entry.
|
|
1454
1489
|
</tr>
|
1455
1490
|
<tr>
|
1456
1491
|
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
|
1457
|
-
<td>an adjustment which should be adjusted when the cursor
|
1458
|
-
is moved, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1492
|
+
<td>an adjustment which should be adjusted when the cursor
|
1493
|
+
is moved, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1459
1494
|
</td>
|
1460
1495
|
</tr>
|
1461
1496
|
</tbody>
|
@@ -1463,9 +1498,9 @@ is moved, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard
|
|
1463
1498
|
<p class="since">Since 2.12</p>
|
1464
1499
|
</div>
|
1465
1500
|
<hr>
|
1466
|
-
<div class="refsect2">
|
1501
|
+
<div class="refsect2" title="gtk_entry_get_cursor_hadjustment ()">
|
1467
1502
|
<a name="gtk-entry-get-cursor-hadjustment"></a><h3>gtk_entry_get_cursor_hadjustment ()</h3>
|
1468
|
-
<pre class="programlisting"><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a
|
1503
|
+
<pre class="programlisting"><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a>* gtk_entry_get_cursor_hadjustment (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
1469
1504
|
<p>
|
1470
1505
|
Retrieves the horizontal cursor adjustment for the entry.
|
1471
1506
|
See <a class="link" href="GtkEntry.html#gtk-entry-set-cursor-hadjustment" title="gtk_entry_set_cursor_hadjustment ()"><code class="function">gtk_entry_set_cursor_hadjustment()</code></a>.
|
@@ -1480,8 +1515,8 @@ See <a class="link" href="GtkEntry.html#gtk-entry-set-cursor-hadjustment" title=
|
|
1480
1515
|
</tr>
|
1481
1516
|
<tr>
|
1482
1517
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1483
|
-
<td>the horizontal cursor adjustment, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1484
|
-
if none has been set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1518
|
+
<td> the horizontal cursor adjustment, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1519
|
+
if none has been set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1485
1520
|
</td>
|
1486
1521
|
</tr>
|
1487
1522
|
</tbody>
|
@@ -1489,7 +1524,7 @@ if none has been set. <span class="annotation">[<acronym title="Don't free data
|
|
1489
1524
|
<p class="since">Since 2.12</p>
|
1490
1525
|
</div>
|
1491
1526
|
<hr>
|
1492
|
-
<div class="refsect2">
|
1527
|
+
<div class="refsect2" title="gtk_entry_set_progress_fraction ()">
|
1493
1528
|
<a name="gtk-entry-set-progress-fraction"></a><h3>gtk_entry_set_progress_fraction ()</h3>
|
1494
1529
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_progress_fraction (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1495
1530
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> fraction</code></em>);</pre>
|
@@ -1508,14 +1543,15 @@ inclusive.
|
|
1508
1543
|
</tr>
|
1509
1544
|
<tr>
|
1510
1545
|
<td><p><span class="term"><em class="parameter"><code>fraction</code></em> :</span></p></td>
|
1511
|
-
<td>fraction of the task that's been completed
|
1546
|
+
<td>fraction of the task that's been completed
|
1547
|
+
</td>
|
1512
1548
|
</tr>
|
1513
1549
|
</tbody>
|
1514
1550
|
</table></div>
|
1515
1551
|
<p class="since">Since 2.16</p>
|
1516
1552
|
</div>
|
1517
1553
|
<hr>
|
1518
|
-
<div class="refsect2">
|
1554
|
+
<div class="refsect2" title="gtk_entry_get_progress_fraction ()">
|
1519
1555
|
<a name="gtk-entry-get-progress-fraction"></a><h3>gtk_entry_get_progress_fraction ()</h3>
|
1520
1556
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a> gtk_entry_get_progress_fraction (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
1521
1557
|
<p>
|
@@ -1532,14 +1568,16 @@ See <a class="link" href="GtkEntry.html#gtk-entry-set-progress-fraction" title="
|
|
1532
1568
|
</tr>
|
1533
1569
|
<tr>
|
1534
1570
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1535
|
-
<td>a fraction from 0.0 to 1.0
|
1571
|
+
<td> a fraction from 0.0 to 1.0
|
1572
|
+
|
1573
|
+
</td>
|
1536
1574
|
</tr>
|
1537
1575
|
</tbody>
|
1538
1576
|
</table></div>
|
1539
1577
|
<p class="since">Since 2.16</p>
|
1540
1578
|
</div>
|
1541
1579
|
<hr>
|
1542
|
-
<div class="refsect2">
|
1580
|
+
<div class="refsect2" title="gtk_entry_set_progress_pulse_step ()">
|
1543
1581
|
<a name="gtk-entry-set-progress-pulse-step"></a><h3>gtk_entry_set_progress_pulse_step ()</h3>
|
1544
1582
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_progress_pulse_step (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1545
1583
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> fraction</code></em>);</pre>
|
@@ -1557,14 +1595,15 @@ bouncing block for each call to <a class="link" href="GtkEntry.html#gtk-entry-pr
|
|
1557
1595
|
</tr>
|
1558
1596
|
<tr>
|
1559
1597
|
<td><p><span class="term"><em class="parameter"><code>fraction</code></em> :</span></p></td>
|
1560
|
-
<td>fraction between 0.0 and 1.0
|
1598
|
+
<td>fraction between 0.0 and 1.0
|
1599
|
+
</td>
|
1561
1600
|
</tr>
|
1562
1601
|
</tbody>
|
1563
1602
|
</table></div>
|
1564
1603
|
<p class="since">Since 2.16</p>
|
1565
1604
|
</div>
|
1566
1605
|
<hr>
|
1567
|
-
<div class="refsect2">
|
1606
|
+
<div class="refsect2" title="gtk_entry_get_progress_pulse_step ()">
|
1568
1607
|
<a name="gtk-entry-get-progress-pulse-step"></a><h3>gtk_entry_get_progress_pulse_step ()</h3>
|
1569
1608
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a> gtk_entry_get_progress_pulse_step (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
1570
1609
|
<p>
|
@@ -1580,14 +1619,16 @@ Retrieves the pulse step set with <a class="link" href="GtkEntry.html#gtk-entry-
|
|
1580
1619
|
</tr>
|
1581
1620
|
<tr>
|
1582
1621
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1583
|
-
<td>a fraction from 0.0 to 1.0
|
1622
|
+
<td> a fraction from 0.0 to 1.0
|
1623
|
+
|
1624
|
+
</td>
|
1584
1625
|
</tr>
|
1585
1626
|
</tbody>
|
1586
1627
|
</table></div>
|
1587
1628
|
<p class="since">Since 2.16</p>
|
1588
1629
|
</div>
|
1589
1630
|
<hr>
|
1590
|
-
<div class="refsect2">
|
1631
|
+
<div class="refsect2" title="gtk_entry_progress_pulse ()">
|
1591
1632
|
<a name="gtk-entry-progress-pulse"></a><h3>gtk_entry_progress_pulse ()</h3>
|
1592
1633
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_progress_pulse (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
1593
1634
|
<p>
|
@@ -1609,7 +1650,7 @@ where a block bounces back and forth. Each call to
|
|
1609
1650
|
<p class="since">Since 2.16</p>
|
1610
1651
|
</div>
|
1611
1652
|
<hr>
|
1612
|
-
<div class="refsect2">
|
1653
|
+
<div class="refsect2" title="gtk_entry_im_context_filter_keypress ()">
|
1613
1654
|
<a name="gtk-entry-im-context-filter-keypress"></a><h3>gtk_entry_im_context_filter_keypress ()</h3>
|
1614
1655
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_entry_im_context_filter_keypress
|
1615
1656
|
(<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
@@ -1637,19 +1678,21 @@ See <a class="link" href="GtkTextView.html#gtk-text-view-reset-im-context" title
|
|
1637
1678
|
</tr>
|
1638
1679
|
<tr>
|
1639
1680
|
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
|
1640
|
-
<td>the key event
|
1681
|
+
<td>the key event
|
1682
|
+
</td>
|
1641
1683
|
</tr>
|
1642
1684
|
<tr>
|
1643
1685
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1644
|
-
<td>
|
1645
|
-
|
1686
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the input method handled the key event.
|
1687
|
+
|
1688
|
+
</td>
|
1646
1689
|
</tr>
|
1647
1690
|
</tbody>
|
1648
1691
|
</table></div>
|
1649
1692
|
<p class="since">Since 2.22</p>
|
1650
1693
|
</div>
|
1651
1694
|
<hr>
|
1652
|
-
<div class="refsect2">
|
1695
|
+
<div class="refsect2" title="gtk_entry_reset_im_context ()">
|
1653
1696
|
<a name="gtk-entry-reset-im-context"></a><h3>gtk_entry_reset_im_context ()</h3>
|
1654
1697
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_reset_im_context (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
1655
1698
|
<p>
|
@@ -1670,7 +1713,7 @@ would confuse on-going input method behavior.
|
|
1670
1713
|
<p class="since">Since 2.22</p>
|
1671
1714
|
</div>
|
1672
1715
|
<hr>
|
1673
|
-
<div class="refsect2">
|
1716
|
+
<div class="refsect2" title="enum GtkEntryIconPosition">
|
1674
1717
|
<a name="GtkEntryIconPosition"></a><h3>enum GtkEntryIconPosition</h3>
|
1675
1718
|
<pre class="programlisting">typedef enum
|
1676
1719
|
{
|
@@ -1699,7 +1742,7 @@ Specifies the side of the entry at which an icon is placed.
|
|
1699
1742
|
<p class="since">Since 2.16</p>
|
1700
1743
|
</div>
|
1701
1744
|
<hr>
|
1702
|
-
<div class="refsect2">
|
1745
|
+
<div class="refsect2" title="gtk_entry_set_icon_from_pixbuf ()">
|
1703
1746
|
<a name="gtk-entry-set-icon-from-pixbuf"></a><h3>gtk_entry_set_icon_from_pixbuf ()</h3>
|
1704
1747
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_icon_from_pixbuf (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1705
1748
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
@@ -1720,11 +1763,12 @@ If <em class="parameter"><code>pixbuf</code></em> is <a href="http://library.gno
|
|
1720
1763
|
</tr>
|
1721
1764
|
<tr>
|
1722
1765
|
<td><p><span class="term"><em class="parameter"><code>icon_pos</code></em> :</span></p></td>
|
1723
|
-
<td>Icon position
|
1766
|
+
<td>Icon position
|
1767
|
+
</td>
|
1724
1768
|
</tr>
|
1725
1769
|
<tr>
|
1726
1770
|
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
1727
|
-
<td>A <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1771
|
+
<td> A <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1728
1772
|
</td>
|
1729
1773
|
</tr>
|
1730
1774
|
</tbody>
|
@@ -1732,7 +1776,7 @@ If <em class="parameter"><code>pixbuf</code></em> is <a href="http://library.gno
|
|
1732
1776
|
<p class="since">Since 2.16</p>
|
1733
1777
|
</div>
|
1734
1778
|
<hr>
|
1735
|
-
<div class="refsect2">
|
1779
|
+
<div class="refsect2" title="gtk_entry_set_icon_from_stock ()">
|
1736
1780
|
<a name="gtk-entry-set-icon-from-stock"></a><h3>gtk_entry_set_icon_from_stock ()</h3>
|
1737
1781
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_icon_from_stock (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1738
1782
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
@@ -1754,11 +1798,12 @@ If <em class="parameter"><code>stock_id</code></em> is <a href="http://library.g
|
|
1754
1798
|
</tr>
|
1755
1799
|
<tr>
|
1756
1800
|
<td><p><span class="term"><em class="parameter"><code>icon_pos</code></em> :</span></p></td>
|
1757
|
-
<td>Icon position
|
1801
|
+
<td>Icon position
|
1802
|
+
</td>
|
1758
1803
|
</tr>
|
1759
1804
|
<tr>
|
1760
1805
|
<td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
|
1761
|
-
<td>The name of the stock item, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1806
|
+
<td> The name of the stock item, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1762
1807
|
</td>
|
1763
1808
|
</tr>
|
1764
1809
|
</tbody>
|
@@ -1766,7 +1811,7 @@ If <em class="parameter"><code>stock_id</code></em> is <a href="http://library.g
|
|
1766
1811
|
<p class="since">Since 2.16</p>
|
1767
1812
|
</div>
|
1768
1813
|
<hr>
|
1769
|
-
<div class="refsect2">
|
1814
|
+
<div class="refsect2" title="gtk_entry_set_icon_from_icon_name ()">
|
1770
1815
|
<a name="gtk-entry-set-icon-from-icon-name"></a><h3>gtk_entry_set_icon_from_icon_name ()</h3>
|
1771
1816
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_icon_from_icon_name (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1772
1817
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
@@ -1792,11 +1837,12 @@ If <em class="parameter"><code>icon_name</code></em> is <a href="http://library.
|
|
1792
1837
|
</tr>
|
1793
1838
|
<tr>
|
1794
1839
|
<td><p><span class="term"><em class="parameter"><code>icon_pos</code></em> :</span></p></td>
|
1795
|
-
<td>The position at which to set the icon
|
1840
|
+
<td>The position at which to set the icon
|
1841
|
+
</td>
|
1796
1842
|
</tr>
|
1797
1843
|
<tr>
|
1798
1844
|
<td><p><span class="term"><em class="parameter"><code>icon_name</code></em> :</span></p></td>
|
1799
|
-
<td>An icon name, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1845
|
+
<td> An icon name, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1800
1846
|
</td>
|
1801
1847
|
</tr>
|
1802
1848
|
</tbody>
|
@@ -1804,7 +1850,7 @@ If <em class="parameter"><code>icon_name</code></em> is <a href="http://library.
|
|
1804
1850
|
<p class="since">Since 2.16</p>
|
1805
1851
|
</div>
|
1806
1852
|
<hr>
|
1807
|
-
<div class="refsect2">
|
1853
|
+
<div class="refsect2" title="gtk_entry_set_icon_from_gicon ()">
|
1808
1854
|
<a name="gtk-entry-set-icon-from-gicon"></a><h3>gtk_entry_set_icon_from_gicon ()</h3>
|
1809
1855
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_icon_from_gicon (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1810
1856
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
@@ -1828,11 +1874,12 @@ If <em class="parameter"><code>icon</code></em> is <a href="http://library.gnome
|
|
1828
1874
|
</tr>
|
1829
1875
|
<tr>
|
1830
1876
|
<td><p><span class="term"><em class="parameter"><code>icon_pos</code></em> :</span></p></td>
|
1831
|
-
<td>The position at which to set the icon
|
1877
|
+
<td>The position at which to set the icon
|
1878
|
+
</td>
|
1832
1879
|
</tr>
|
1833
1880
|
<tr>
|
1834
1881
|
<td><p><span class="term"><em class="parameter"><code>icon</code></em> :</span></p></td>
|
1835
|
-
<td>The icon to set, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1882
|
+
<td> The icon to set, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1836
1883
|
</td>
|
1837
1884
|
</tr>
|
1838
1885
|
</tbody>
|
@@ -1840,7 +1887,7 @@ If <em class="parameter"><code>icon</code></em> is <a href="http://library.gnome
|
|
1840
1887
|
<p class="since">Since 2.16</p>
|
1841
1888
|
</div>
|
1842
1889
|
<hr>
|
1843
|
-
<div class="refsect2">
|
1890
|
+
<div class="refsect2" title="gtk_entry_get_icon_storage_type ()">
|
1844
1891
|
<a name="gtk-entry-get-icon-storage-type"></a><h3>gtk_entry_get_icon_storage_type ()</h3>
|
1845
1892
|
<pre class="programlisting"><a class="link" href="GtkImage.html#GtkImageType" title="enum GtkImageType"><span class="returnvalue">GtkImageType</span></a> gtk_entry_get_icon_storage_type (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1846
1893
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);</pre>
|
@@ -1859,20 +1906,23 @@ the return value will be <a class="link" href="GtkImage.html#GTK-IMAGE-EMPTY:CAP
|
|
1859
1906
|
</tr>
|
1860
1907
|
<tr>
|
1861
1908
|
<td><p><span class="term"><em class="parameter"><code>icon_pos</code></em> :</span></p></td>
|
1862
|
-
<td>Icon position
|
1909
|
+
<td>Icon position
|
1910
|
+
</td>
|
1863
1911
|
</tr>
|
1864
1912
|
<tr>
|
1865
1913
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1866
|
-
<td>image representation being used
|
1914
|
+
<td> image representation being used
|
1915
|
+
|
1916
|
+
</td>
|
1867
1917
|
</tr>
|
1868
1918
|
</tbody>
|
1869
1919
|
</table></div>
|
1870
1920
|
<p class="since">Since 2.16</p>
|
1871
1921
|
</div>
|
1872
1922
|
<hr>
|
1873
|
-
<div class="refsect2">
|
1923
|
+
<div class="refsect2" title="gtk_entry_get_icon_pixbuf ()">
|
1874
1924
|
<a name="gtk-entry-get-icon-pixbuf"></a><h3>gtk_entry_get_icon_pixbuf ()</h3>
|
1875
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a
|
1925
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a>* gtk_entry_get_icon_pixbuf (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1876
1926
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);</pre>
|
1877
1927
|
<p>
|
1878
1928
|
Retrieves the image used for the icon.
|
@@ -1892,12 +1942,13 @@ method will work regardless of whether the icon was set using a
|
|
1892
1942
|
</tr>
|
1893
1943
|
<tr>
|
1894
1944
|
<td><p><span class="term"><em class="parameter"><code>icon_pos</code></em> :</span></p></td>
|
1895
|
-
<td>Icon position
|
1945
|
+
<td>Icon position
|
1946
|
+
</td>
|
1896
1947
|
</tr>
|
1897
1948
|
<tr>
|
1898
1949
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1899
|
-
<td>A <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon is
|
1900
|
-
|
1950
|
+
<td> A <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon is set for this position.
|
1951
|
+
|
1901
1952
|
</td>
|
1902
1953
|
</tr>
|
1903
1954
|
</tbody>
|
@@ -1905,9 +1956,9 @@ set for this position. <span class="annotation">[<acronym title="Don't free data
|
|
1905
1956
|
<p class="since">Since 2.16</p>
|
1906
1957
|
</div>
|
1907
1958
|
<hr>
|
1908
|
-
<div class="refsect2">
|
1959
|
+
<div class="refsect2" title="gtk_entry_get_icon_stock ()">
|
1909
1960
|
<a name="gtk-entry-get-icon-stock"></a><h3>gtk_entry_get_icon_stock ()</h3>
|
1910
|
-
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
1961
|
+
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* gtk_entry_get_icon_stock (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1911
1962
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);</pre>
|
1912
1963
|
<p>
|
1913
1964
|
Retrieves the stock id used for the icon, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is
|
@@ -1924,21 +1975,24 @@ pixbuf, icon name or gicon).
|
|
1924
1975
|
</tr>
|
1925
1976
|
<tr>
|
1926
1977
|
<td><p><span class="term"><em class="parameter"><code>icon_pos</code></em> :</span></p></td>
|
1927
|
-
<td>Icon position
|
1978
|
+
<td>Icon position
|
1979
|
+
</td>
|
1928
1980
|
</tr>
|
1929
1981
|
<tr>
|
1930
1982
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1931
|
-
<td>A stock id, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon is set or if the icon
|
1932
|
-
wasn't set from a stock id
|
1983
|
+
<td> A stock id, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon is set or if the icon
|
1984
|
+
wasn't set from a stock id
|
1985
|
+
|
1986
|
+
</td>
|
1933
1987
|
</tr>
|
1934
1988
|
</tbody>
|
1935
1989
|
</table></div>
|
1936
1990
|
<p class="since">Since 2.16</p>
|
1937
1991
|
</div>
|
1938
1992
|
<hr>
|
1939
|
-
<div class="refsect2">
|
1993
|
+
<div class="refsect2" title="gtk_entry_get_icon_name ()">
|
1940
1994
|
<a name="gtk-entry-get-icon-name"></a><h3>gtk_entry_get_icon_name ()</h3>
|
1941
|
-
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
1995
|
+
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* gtk_entry_get_icon_name (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1942
1996
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);</pre>
|
1943
1997
|
<p>
|
1944
1998
|
Retrieves the icon name used for the icon, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is
|
@@ -1955,21 +2009,24 @@ pixbuf, stock or gicon).
|
|
1955
2009
|
</tr>
|
1956
2010
|
<tr>
|
1957
2011
|
<td><p><span class="term"><em class="parameter"><code>icon_pos</code></em> :</span></p></td>
|
1958
|
-
<td>Icon position
|
2012
|
+
<td>Icon position
|
2013
|
+
</td>
|
1959
2014
|
</tr>
|
1960
2015
|
<tr>
|
1961
2016
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1962
|
-
<td>An icon name, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon is set or if the icon
|
1963
|
-
wasn't set from an icon name
|
2017
|
+
<td> An icon name, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon is set or if the icon
|
2018
|
+
wasn't set from an icon name
|
2019
|
+
|
2020
|
+
</td>
|
1964
2021
|
</tr>
|
1965
2022
|
</tbody>
|
1966
2023
|
</table></div>
|
1967
2024
|
<p class="since">Since 2.16</p>
|
1968
2025
|
</div>
|
1969
2026
|
<hr>
|
1970
|
-
<div class="refsect2">
|
2027
|
+
<div class="refsect2" title="gtk_entry_get_icon_gicon ()">
|
1971
2028
|
<a name="gtk-entry-get-icon-gicon"></a><h3>gtk_entry_get_icon_gicon ()</h3>
|
1972
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="returnvalue">GIcon</span></a
|
2029
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="returnvalue">GIcon</span></a>* gtk_entry_get_icon_gicon (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1973
2030
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);</pre>
|
1974
2031
|
<p>
|
1975
2032
|
Retrieves the <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a> used for the icon, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is
|
@@ -1986,12 +2043,14 @@ stock, pixbuf, or icon name).
|
|
1986
2043
|
</tr>
|
1987
2044
|
<tr>
|
1988
2045
|
<td><p><span class="term"><em class="parameter"><code>icon_pos</code></em> :</span></p></td>
|
1989
|
-
<td>Icon position
|
2046
|
+
<td>Icon position
|
2047
|
+
</td>
|
1990
2048
|
</tr>
|
1991
2049
|
<tr>
|
1992
2050
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1993
|
-
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon is set
|
1994
|
-
|
2051
|
+
<td> A <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon is set or if the icon
|
2052
|
+
is not a <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a>
|
2053
|
+
|
1995
2054
|
</td>
|
1996
2055
|
</tr>
|
1997
2056
|
</tbody>
|
@@ -1999,7 +2058,7 @@ or if the icon is not a <a href="http://library.gnome.org/devel/gio/unstable/GIc
|
|
1999
2058
|
<p class="since">Since 2.16</p>
|
2000
2059
|
</div>
|
2001
2060
|
<hr>
|
2002
|
-
<div class="refsect2">
|
2061
|
+
<div class="refsect2" title="gtk_entry_set_icon_activatable ()">
|
2003
2062
|
<a name="gtk-entry-set-icon-activatable"></a><h3>gtk_entry_set_icon_activatable ()</h3>
|
2004
2063
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_icon_activatable (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
2005
2064
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
@@ -2017,19 +2076,21 @@ Sets whether the icon is activatable.
|
|
2017
2076
|
</tr>
|
2018
2077
|
<tr>
|
2019
2078
|
<td><p><span class="term"><em class="parameter"><code>icon_pos</code></em> :</span></p></td>
|
2020
|
-
<td>Icon position
|
2079
|
+
<td>Icon position
|
2080
|
+
</td>
|
2021
2081
|
</tr>
|
2022
2082
|
<tr>
|
2023
2083
|
<td><p><span class="term"><em class="parameter"><code>activatable</code></em> :</span></p></td>
|
2024
2084
|
<td>
|
2025
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the icon should be activatable
|
2085
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the icon should be activatable
|
2086
|
+
</td>
|
2026
2087
|
</tr>
|
2027
2088
|
</tbody>
|
2028
2089
|
</table></div>
|
2029
2090
|
<p class="since">Since 2.16</p>
|
2030
2091
|
</div>
|
2031
2092
|
<hr>
|
2032
|
-
<div class="refsect2">
|
2093
|
+
<div class="refsect2" title="gtk_entry_get_icon_activatable ()">
|
2033
2094
|
<a name="gtk-entry-get-icon-activatable"></a><h3>gtk_entry_get_icon_activatable ()</h3>
|
2034
2095
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_entry_get_icon_activatable (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
2035
2096
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);</pre>
|
@@ -2046,19 +2107,21 @@ Returns whether the icon is activatable.
|
|
2046
2107
|
</tr>
|
2047
2108
|
<tr>
|
2048
2109
|
<td><p><span class="term"><em class="parameter"><code>icon_pos</code></em> :</span></p></td>
|
2049
|
-
<td>Icon position
|
2110
|
+
<td>Icon position
|
2111
|
+
</td>
|
2050
2112
|
</tr>
|
2051
2113
|
<tr>
|
2052
2114
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2053
|
-
<td>
|
2054
|
-
|
2115
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the icon is activatable.
|
2116
|
+
|
2117
|
+
</td>
|
2055
2118
|
</tr>
|
2056
2119
|
</tbody>
|
2057
2120
|
</table></div>
|
2058
2121
|
<p class="since">Since 2.16</p>
|
2059
2122
|
</div>
|
2060
2123
|
<hr>
|
2061
|
-
<div class="refsect2">
|
2124
|
+
<div class="refsect2" title="gtk_entry_set_icon_sensitive ()">
|
2062
2125
|
<a name="gtk-entry-set-icon-sensitive"></a><h3>gtk_entry_set_icon_sensitive ()</h3>
|
2063
2126
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_icon_sensitive (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
2064
2127
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
@@ -2076,19 +2139,21 @@ Sets the sensitivity for the specified icon.
|
|
2076
2139
|
</tr>
|
2077
2140
|
<tr>
|
2078
2141
|
<td><p><span class="term"><em class="parameter"><code>icon_pos</code></em> :</span></p></td>
|
2079
|
-
<td>Icon position
|
2142
|
+
<td>Icon position
|
2143
|
+
</td>
|
2080
2144
|
</tr>
|
2081
2145
|
<tr>
|
2082
2146
|
<td><p><span class="term"><em class="parameter"><code>sensitive</code></em> :</span></p></td>
|
2083
2147
|
<td>Specifies whether the icon should appear
|
2084
|
-
sensitive or insensitive
|
2148
|
+
sensitive or insensitive
|
2149
|
+
</td>
|
2085
2150
|
</tr>
|
2086
2151
|
</tbody>
|
2087
2152
|
</table></div>
|
2088
2153
|
<p class="since">Since 2.16</p>
|
2089
2154
|
</div>
|
2090
2155
|
<hr>
|
2091
|
-
<div class="refsect2">
|
2156
|
+
<div class="refsect2" title="gtk_entry_get_icon_sensitive ()">
|
2092
2157
|
<a name="gtk-entry-get-icon-sensitive"></a><h3>gtk_entry_get_icon_sensitive ()</h3>
|
2093
2158
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_entry_get_icon_sensitive (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
2094
2159
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);</pre>
|
@@ -2105,19 +2170,21 @@ Returns whether the icon appears sensitive or insensitive.
|
|
2105
2170
|
</tr>
|
2106
2171
|
<tr>
|
2107
2172
|
<td><p><span class="term"><em class="parameter"><code>icon_pos</code></em> :</span></p></td>
|
2108
|
-
<td>Icon position
|
2173
|
+
<td>Icon position
|
2174
|
+
</td>
|
2109
2175
|
</tr>
|
2110
2176
|
<tr>
|
2111
2177
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2112
|
-
<td>
|
2113
|
-
|
2178
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the icon is sensitive.
|
2179
|
+
|
2180
|
+
</td>
|
2114
2181
|
</tr>
|
2115
2182
|
</tbody>
|
2116
2183
|
</table></div>
|
2117
2184
|
<p class="since">Since 2.16</p>
|
2118
2185
|
</div>
|
2119
2186
|
<hr>
|
2120
|
-
<div class="refsect2">
|
2187
|
+
<div class="refsect2" title="gtk_entry_get_icon_at_pos ()">
|
2121
2188
|
<a name="gtk-entry-get-icon-at-pos"></a><h3>gtk_entry_get_icon_at_pos ()</h3>
|
2122
2189
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_entry_get_icon_at_pos (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
2123
2190
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
@@ -2138,22 +2205,26 @@ signal handler.
|
|
2138
2205
|
</tr>
|
2139
2206
|
<tr>
|
2140
2207
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2141
|
-
<td>the x coordinate of the position to find
|
2208
|
+
<td>the x coordinate of the position to find
|
2209
|
+
</td>
|
2142
2210
|
</tr>
|
2143
2211
|
<tr>
|
2144
2212
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2145
|
-
<td>the y coordinate of the position to find
|
2213
|
+
<td>the y coordinate of the position to find
|
2214
|
+
</td>
|
2146
2215
|
</tr>
|
2147
2216
|
<tr>
|
2148
2217
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2149
|
-
<td>the index of the icon at the given position, or -1
|
2218
|
+
<td> the index of the icon at the given position, or -1
|
2219
|
+
|
2220
|
+
</td>
|
2150
2221
|
</tr>
|
2151
2222
|
</tbody>
|
2152
2223
|
</table></div>
|
2153
2224
|
<p class="since">Since 2.16</p>
|
2154
2225
|
</div>
|
2155
2226
|
<hr>
|
2156
|
-
<div class="refsect2">
|
2227
|
+
<div class="refsect2" title="gtk_entry_set_icon_tooltip_text ()">
|
2157
2228
|
<a name="gtk-entry-set-icon-tooltip-text"></a><h3>gtk_entry_set_icon_tooltip_text ()</h3>
|
2158
2229
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_icon_tooltip_text (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
2159
2230
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
@@ -2179,11 +2250,12 @@ See also <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-text" title
|
|
2179
2250
|
</tr>
|
2180
2251
|
<tr>
|
2181
2252
|
<td><p><span class="term"><em class="parameter"><code>icon_pos</code></em> :</span></p></td>
|
2182
|
-
<td>the icon position
|
2253
|
+
<td>the icon position
|
2254
|
+
</td>
|
2183
2255
|
</tr>
|
2184
2256
|
<tr>
|
2185
2257
|
<td><p><span class="term"><em class="parameter"><code>tooltip</code></em> :</span></p></td>
|
2186
|
-
<td>the contents of the tooltip for the icon, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2258
|
+
<td> the contents of the tooltip for the icon, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2187
2259
|
</td>
|
2188
2260
|
</tr>
|
2189
2261
|
</tbody>
|
@@ -2191,7 +2263,7 @@ See also <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-text" title
|
|
2191
2263
|
<p class="since">Since 2.16</p>
|
2192
2264
|
</div>
|
2193
2265
|
<hr>
|
2194
|
-
<div class="refsect2">
|
2266
|
+
<div class="refsect2" title="gtk_entry_get_icon_tooltip_text ()">
|
2195
2267
|
<a name="gtk-entry-get-icon-tooltip-text"></a><h3>gtk_entry_get_icon_tooltip_text ()</h3>
|
2196
2268
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_entry_get_icon_tooltip_text (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
2197
2269
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);</pre>
|
@@ -2209,19 +2281,22 @@ position in <em class="parameter"><code>entry</code></em>.
|
|
2209
2281
|
</tr>
|
2210
2282
|
<tr>
|
2211
2283
|
<td><p><span class="term"><em class="parameter"><code>icon_pos</code></em> :</span></p></td>
|
2212
|
-
<td>the icon position
|
2284
|
+
<td>the icon position
|
2285
|
+
</td>
|
2213
2286
|
</tr>
|
2214
2287
|
<tr>
|
2215
2288
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2216
|
-
<td>the tooltip text, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. Free the returned string
|
2217
|
-
with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done
|
2289
|
+
<td> the tooltip text, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. Free the returned string
|
2290
|
+
with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done.
|
2291
|
+
|
2292
|
+
</td>
|
2218
2293
|
</tr>
|
2219
2294
|
</tbody>
|
2220
2295
|
</table></div>
|
2221
2296
|
<p class="since">Since 2.16</p>
|
2222
2297
|
</div>
|
2223
2298
|
<hr>
|
2224
|
-
<div class="refsect2">
|
2299
|
+
<div class="refsect2" title="gtk_entry_set_icon_tooltip_markup ()">
|
2225
2300
|
<a name="gtk-entry-set-icon-tooltip-markup"></a><h3>gtk_entry_set_icon_tooltip_markup ()</h3>
|
2226
2301
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_icon_tooltip_markup (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
2227
2302
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
@@ -2248,11 +2323,12 @@ See also <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-markup" tit
|
|
2248
2323
|
</tr>
|
2249
2324
|
<tr>
|
2250
2325
|
<td><p><span class="term"><em class="parameter"><code>icon_pos</code></em> :</span></p></td>
|
2251
|
-
<td>the icon position
|
2326
|
+
<td>the icon position
|
2327
|
+
</td>
|
2252
2328
|
</tr>
|
2253
2329
|
<tr>
|
2254
2330
|
<td><p><span class="term"><em class="parameter"><code>tooltip</code></em> :</span></p></td>
|
2255
|
-
<td>the contents of the tooltip for the icon, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2331
|
+
<td> the contents of the tooltip for the icon, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2256
2332
|
</td>
|
2257
2333
|
</tr>
|
2258
2334
|
</tbody>
|
@@ -2260,7 +2336,7 @@ See also <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-markup" tit
|
|
2260
2336
|
<p class="since">Since 2.16</p>
|
2261
2337
|
</div>
|
2262
2338
|
<hr>
|
2263
|
-
<div class="refsect2">
|
2339
|
+
<div class="refsect2" title="gtk_entry_get_icon_tooltip_markup ()">
|
2264
2340
|
<a name="gtk-entry-get-icon-tooltip-markup"></a><h3>gtk_entry_get_icon_tooltip_markup ()</h3>
|
2265
2341
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_entry_get_icon_tooltip_markup (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
2266
2342
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);</pre>
|
@@ -2278,23 +2354,26 @@ position in <em class="parameter"><code>entry</code></em>.
|
|
2278
2354
|
</tr>
|
2279
2355
|
<tr>
|
2280
2356
|
<td><p><span class="term"><em class="parameter"><code>icon_pos</code></em> :</span></p></td>
|
2281
|
-
<td>the icon position
|
2357
|
+
<td>the icon position
|
2358
|
+
</td>
|
2282
2359
|
</tr>
|
2283
2360
|
<tr>
|
2284
2361
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2285
|
-
<td>the tooltip text, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. Free the returned string
|
2286
|
-
with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done
|
2362
|
+
<td> the tooltip text, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. Free the returned string
|
2363
|
+
with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done.
|
2364
|
+
|
2365
|
+
</td>
|
2287
2366
|
</tr>
|
2288
2367
|
</tbody>
|
2289
2368
|
</table></div>
|
2290
2369
|
<p class="since">Since 2.16</p>
|
2291
2370
|
</div>
|
2292
2371
|
<hr>
|
2293
|
-
<div class="refsect2">
|
2372
|
+
<div class="refsect2" title="gtk_entry_set_icon_drag_source ()">
|
2294
2373
|
<a name="gtk-entry-set-icon-drag-source"></a><h3>gtk_entry_set_icon_drag_source ()</h3>
|
2295
2374
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_icon_drag_source (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
2296
2375
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
2297
|
-
<em class="parameter"><code><a class="link" href="gtk-Selections.html#GtkTargetList"><span class="type">GtkTargetList</span></a> *target_list</code></em>,
|
2376
|
+
<em class="parameter"><code><a class="link" href="gtk-Selections.html#GtkTargetList" title="GtkTargetList"><span class="type">GtkTargetList</span></a> *target_list</code></em>,
|
2298
2377
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);</pre>
|
2299
2378
|
<p>
|
2300
2379
|
Sets up the icon at the given position so that GTK+ will start a drag
|
@@ -2323,22 +2402,25 @@ gets executed after the default handler.
|
|
2323
2402
|
</tr>
|
2324
2403
|
<tr>
|
2325
2404
|
<td><p><span class="term"><em class="parameter"><code>icon_pos</code></em> :</span></p></td>
|
2326
|
-
<td>icon position
|
2405
|
+
<td>icon position
|
2406
|
+
</td>
|
2327
2407
|
</tr>
|
2328
2408
|
<tr>
|
2329
2409
|
<td><p><span class="term"><em class="parameter"><code>target_list</code></em> :</span></p></td>
|
2330
|
-
<td>the targets (data formats) in which the data can be provided
|
2410
|
+
<td>the targets (data formats) in which the data can be provided
|
2411
|
+
</td>
|
2331
2412
|
</tr>
|
2332
2413
|
<tr>
|
2333
2414
|
<td><p><span class="term"><em class="parameter"><code>actions</code></em> :</span></p></td>
|
2334
|
-
<td>a bitmask of the allowed drag actions
|
2415
|
+
<td>a bitmask of the allowed drag actions
|
2416
|
+
</td>
|
2335
2417
|
</tr>
|
2336
2418
|
</tbody>
|
2337
2419
|
</table></div>
|
2338
2420
|
<p class="since">Since 2.16</p>
|
2339
2421
|
</div>
|
2340
2422
|
<hr>
|
2341
|
-
<div class="refsect2">
|
2423
|
+
<div class="refsect2" title="gtk_entry_get_current_icon_drag_source ()">
|
2342
2424
|
<a name="gtk-entry-get-current-icon-drag-source"></a><h3>gtk_entry_get_current_icon_drag_source ()</h3>
|
2343
2425
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_entry_get_current_icon_drag_source
|
2344
2426
|
(<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
@@ -2360,15 +2442,17 @@ callback.
|
|
2360
2442
|
</tr>
|
2361
2443
|
<tr>
|
2362
2444
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2363
|
-
<td>index of the icon which is the source of the current
|
2364
|
-
DND operation, or -1
|
2445
|
+
<td> index of the icon which is the source of the current
|
2446
|
+
DND operation, or -1.
|
2447
|
+
|
2448
|
+
</td>
|
2365
2449
|
</tr>
|
2366
2450
|
</tbody>
|
2367
2451
|
</table></div>
|
2368
2452
|
<p class="since">Since 2.16</p>
|
2369
2453
|
</div>
|
2370
2454
|
<hr>
|
2371
|
-
<div class="refsect2">
|
2455
|
+
<div class="refsect2" title="gtk_entry_get_icon_window ()">
|
2372
2456
|
<a name="gtk-entry-get-icon-window"></a><h3>gtk_entry_get_icon_window ()</h3>
|
2373
2457
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * gtk_entry_get_icon_window (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
2374
2458
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);</pre>
|
@@ -2391,11 +2475,13 @@ See also <a class="link" href="GtkEntry.html#gtk-entry-get-text-window" title="g
|
|
2391
2475
|
</tr>
|
2392
2476
|
<tr>
|
2393
2477
|
<td><p><span class="term"><em class="parameter"><code>icon_pos</code></em> :</span></p></td>
|
2394
|
-
<td>Icon position
|
2478
|
+
<td>Icon position
|
2479
|
+
</td>
|
2395
2480
|
</tr>
|
2396
2481
|
<tr>
|
2397
2482
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2398
|
-
<td>the entry's icon window at <em class="parameter"><code>icon_pos</code></em>.
|
2483
|
+
<td> the entry's icon window at <em class="parameter"><code>icon_pos</code></em>.
|
2484
|
+
|
2399
2485
|
</td>
|
2400
2486
|
</tr>
|
2401
2487
|
</tbody>
|
@@ -2403,7 +2489,7 @@ See also <a class="link" href="GtkEntry.html#gtk-entry-get-text-window" title="g
|
|
2403
2489
|
<p class="since">Since 2.20</p>
|
2404
2490
|
</div>
|
2405
2491
|
<hr>
|
2406
|
-
<div class="refsect2">
|
2492
|
+
<div class="refsect2" title="gtk_entry_get_text_window ()">
|
2407
2493
|
<a name="gtk-entry-get-text-window"></a><h3>gtk_entry_get_text_window ()</h3>
|
2408
2494
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * gtk_entry_get_text_window (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
2409
2495
|
<p>
|
@@ -2425,7 +2511,8 @@ See also <a class="link" href="GtkEntry.html#gtk-entry-get-icon-window" title="g
|
|
2425
2511
|
</tr>
|
2426
2512
|
<tr>
|
2427
2513
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2428
|
-
<td>the entry's text window.
|
2514
|
+
<td> the entry's text window.
|
2515
|
+
|
2429
2516
|
</td>
|
2430
2517
|
</tr>
|
2431
2518
|
</tbody>
|
@@ -2433,22 +2520,22 @@ See also <a class="link" href="GtkEntry.html#gtk-entry-get-icon-window" title="g
|
|
2433
2520
|
<p class="since">Since 2.20</p>
|
2434
2521
|
</div>
|
2435
2522
|
</div>
|
2436
|
-
<div class="refsect1">
|
2523
|
+
<div class="refsect1" title="Property Details">
|
2437
2524
|
<a name="GtkEntry.property-details"></a><h2>Property Details</h2>
|
2438
|
-
<div class="refsect2">
|
2525
|
+
<div class="refsect2" title='The "activates-default" property'>
|
2439
2526
|
<a name="GtkEntry--activates-default"></a><h3>The <code class="literal">"activates-default"</code> property</h3>
|
2440
2527
|
<pre class="programlisting"> "activates-default" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
2441
2528
|
<p>Whether to activate the default widget (such as the default button in a dialog) when Enter is pressed.</p>
|
2442
2529
|
<p>Default value: FALSE</p>
|
2443
2530
|
</div>
|
2444
2531
|
<hr>
|
2445
|
-
<div class="refsect2">
|
2532
|
+
<div class="refsect2" title='The "buffer" property'>
|
2446
2533
|
<a name="GtkEntry--buffer"></a><h3>The <code class="literal">"buffer"</code> property</h3>
|
2447
2534
|
<pre class="programlisting"> "buffer" <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a>* : Read / Write / Construct</pre>
|
2448
2535
|
<p>Text buffer object which actually stores entry text.</p>
|
2449
2536
|
</div>
|
2450
2537
|
<hr>
|
2451
|
-
<div class="refsect2">
|
2538
|
+
<div class="refsect2" title='The "caps-lock-warning" property'>
|
2452
2539
|
<a name="GtkEntry--caps-lock-warning"></a><h3>The <code class="literal">"caps-lock-warning"</code> property</h3>
|
2453
2540
|
<pre class="programlisting"> "caps-lock-warning" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
2454
2541
|
<p>
|
@@ -2463,7 +2550,7 @@ other purpose.
|
|
2463
2550
|
<p class="since">Since 2.16</p>
|
2464
2551
|
</div>
|
2465
2552
|
<hr>
|
2466
|
-
<div class="refsect2">
|
2553
|
+
<div class="refsect2" title='The "cursor-position" property'>
|
2467
2554
|
<a name="GtkEntry--cursor-position"></a><h3>The <code class="literal">"cursor-position"</code> property</h3>
|
2468
2555
|
<pre class="programlisting"> "cursor-position" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
2469
2556
|
<p>The current position of the insertion cursor in chars.</p>
|
@@ -2471,21 +2558,21 @@ other purpose.
|
|
2471
2558
|
<p>Default value: 0</p>
|
2472
2559
|
</div>
|
2473
2560
|
<hr>
|
2474
|
-
<div class="refsect2">
|
2561
|
+
<div class="refsect2" title='The "editable" property'>
|
2475
2562
|
<a name="GtkEntry--editable"></a><h3>The <code class="literal">"editable"</code> property</h3>
|
2476
2563
|
<pre class="programlisting"> "editable" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
2477
2564
|
<p>Whether the entry contents can be edited.</p>
|
2478
2565
|
<p>Default value: TRUE</p>
|
2479
2566
|
</div>
|
2480
2567
|
<hr>
|
2481
|
-
<div class="refsect2">
|
2568
|
+
<div class="refsect2" title='The "has-frame" property'>
|
2482
2569
|
<a name="GtkEntry--has-frame"></a><h3>The <code class="literal">"has-frame"</code> property</h3>
|
2483
2570
|
<pre class="programlisting"> "has-frame" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
2484
2571
|
<p>FALSE removes outside bevel from entry.</p>
|
2485
2572
|
<p>Default value: TRUE</p>
|
2486
2573
|
</div>
|
2487
2574
|
<hr>
|
2488
|
-
<div class="refsect2">
|
2575
|
+
<div class="refsect2" title='The "im-module" property'>
|
2489
2576
|
<a name="GtkEntry--im-module"></a><h3>The <code class="literal">"im-module"</code> property</h3>
|
2490
2577
|
<pre class="programlisting"> "im-module" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
2491
2578
|
<p>
|
@@ -2501,16 +2588,16 @@ system-wide IM module setting. See the GtkSettings
|
|
2501
2588
|
<p class="since">Since 2.16</p>
|
2502
2589
|
</div>
|
2503
2590
|
<hr>
|
2504
|
-
<div class="refsect2">
|
2591
|
+
<div class="refsect2" title='The "inner-border" property'>
|
2505
2592
|
<a name="GtkEntry--inner-border"></a><h3>The <code class="literal">"inner-border"</code> property</h3>
|
2506
|
-
<pre class="programlisting"> "inner-border" <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a>* : Read / Write</pre>
|
2593
|
+
<pre class="programlisting"> "inner-border" <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="type">GtkBorder</span></a>* : Read / Write</pre>
|
2507
2594
|
<p>
|
2508
2595
|
Sets the text area's border between the text and the frame.
|
2509
2596
|
</p>
|
2510
2597
|
<p class="since">Since 2.10</p>
|
2511
2598
|
</div>
|
2512
2599
|
<hr>
|
2513
|
-
<div class="refsect2">
|
2600
|
+
<div class="refsect2" title='The "invisible-char" property'>
|
2514
2601
|
<a name="GtkEntry--invisible-char"></a><h3>The <code class="literal">"invisible-char"</code> property</h3>
|
2515
2602
|
<pre class="programlisting"> "invisible-char" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
|
2516
2603
|
<p>
|
@@ -2528,7 +2615,7 @@ to the list of candidates.
|
|
2528
2615
|
<p class="since">Since 2.18</p>
|
2529
2616
|
</div>
|
2530
2617
|
<hr>
|
2531
|
-
<div class="refsect2">
|
2618
|
+
<div class="refsect2" title='The "invisible-char-set" property'>
|
2532
2619
|
<a name="GtkEntry--invisible-char-set"></a><h3>The <code class="literal">"invisible-char-set"</code> property</h3>
|
2533
2620
|
<pre class="programlisting"> "invisible-char-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
2534
2621
|
<p>
|
@@ -2538,7 +2625,7 @@ Whether the invisible char has been set for the <a class="link" href="GtkEntry.h
|
|
2538
2625
|
<p class="since">Since 2.16</p>
|
2539
2626
|
</div>
|
2540
2627
|
<hr>
|
2541
|
-
<div class="refsect2">
|
2628
|
+
<div class="refsect2" title='The "max-length" property'>
|
2542
2629
|
<a name="GtkEntry--max-length"></a><h3>The <code class="literal">"max-length"</code> property</h3>
|
2543
2630
|
<pre class="programlisting"> "max-length" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
2544
2631
|
<p>Maximum number of characters for this entry. Zero if no maximum.</p>
|
@@ -2546,7 +2633,7 @@ Whether the invisible char has been set for the <a class="link" href="GtkEntry.h
|
|
2546
2633
|
<p>Default value: 0</p>
|
2547
2634
|
</div>
|
2548
2635
|
<hr>
|
2549
|
-
<div class="refsect2">
|
2636
|
+
<div class="refsect2" title='The "overwrite-mode" property'>
|
2550
2637
|
<a name="GtkEntry--overwrite-mode"></a><h3>The <code class="literal">"overwrite-mode"</code> property</h3>
|
2551
2638
|
<pre class="programlisting"> "overwrite-mode" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
2552
2639
|
<p>
|
@@ -2556,7 +2643,7 @@ If text is overwritten when typing in the <a class="link" href="GtkEntry.html" t
|
|
2556
2643
|
<p class="since">Since 2.14</p>
|
2557
2644
|
</div>
|
2558
2645
|
<hr>
|
2559
|
-
<div class="refsect2">
|
2646
|
+
<div class="refsect2" title='The "primary-icon-activatable" property'>
|
2560
2647
|
<a name="GtkEntry--primary-icon-activatable"></a><h3>The <code class="literal">"primary-icon-activatable"</code> property</h3>
|
2561
2648
|
<pre class="programlisting"> "primary-icon-activatable" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
2562
2649
|
<p>
|
@@ -2574,7 +2661,7 @@ informational purposes.
|
|
2574
2661
|
<p class="since">Since 2.16</p>
|
2575
2662
|
</div>
|
2576
2663
|
<hr>
|
2577
|
-
<div class="refsect2">
|
2664
|
+
<div class="refsect2" title='The "primary-icon-gicon" property'>
|
2578
2665
|
<a name="GtkEntry--primary-icon-gicon"></a><h3>The <code class="literal">"primary-icon-gicon"</code> property</h3>
|
2579
2666
|
<pre class="programlisting"> "primary-icon-gicon" <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a>* : Read / Write</pre>
|
2580
2667
|
<p>
|
@@ -2583,7 +2670,7 @@ The <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class
|
|
2583
2670
|
<p class="since">Since 2.16</p>
|
2584
2671
|
</div>
|
2585
2672
|
<hr>
|
2586
|
-
<div class="refsect2">
|
2673
|
+
<div class="refsect2" title='The "primary-icon-name" property'>
|
2587
2674
|
<a name="GtkEntry--primary-icon-name"></a><h3>The <code class="literal">"primary-icon-name"</code> property</h3>
|
2588
2675
|
<pre class="programlisting"> "primary-icon-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
2589
2676
|
<p>
|
@@ -2593,7 +2680,7 @@ The icon name to use for the primary icon for the entry.
|
|
2593
2680
|
<p class="since">Since 2.16</p>
|
2594
2681
|
</div>
|
2595
2682
|
<hr>
|
2596
|
-
<div class="refsect2">
|
2683
|
+
<div class="refsect2" title='The "primary-icon-pixbuf" property'>
|
2597
2684
|
<a name="GtkEntry--primary-icon-pixbuf"></a><h3>The <code class="literal">"primary-icon-pixbuf"</code> property</h3>
|
2598
2685
|
<pre class="programlisting"> "primary-icon-pixbuf" <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>* : Read / Write</pre>
|
2599
2686
|
<p>
|
@@ -2602,7 +2689,7 @@ A pixbuf to use as the primary icon for the entry.
|
|
2602
2689
|
<p class="since">Since 2.16</p>
|
2603
2690
|
</div>
|
2604
2691
|
<hr>
|
2605
|
-
<div class="refsect2">
|
2692
|
+
<div class="refsect2" title='The "primary-icon-sensitive" property'>
|
2606
2693
|
<a name="GtkEntry--primary-icon-sensitive"></a><h3>The <code class="literal">"primary-icon-sensitive"</code> property</h3>
|
2607
2694
|
<pre class="programlisting"> "primary-icon-sensitive" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
2608
2695
|
<p>
|
@@ -2621,7 +2708,7 @@ when clicked is currently not available.
|
|
2621
2708
|
<p class="since">Since 2.16</p>
|
2622
2709
|
</div>
|
2623
2710
|
<hr>
|
2624
|
-
<div class="refsect2">
|
2711
|
+
<div class="refsect2" title='The "primary-icon-stock" property'>
|
2625
2712
|
<a name="GtkEntry--primary-icon-stock"></a><h3>The <code class="literal">"primary-icon-stock"</code> property</h3>
|
2626
2713
|
<pre class="programlisting"> "primary-icon-stock" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
2627
2714
|
<p>
|
@@ -2631,7 +2718,7 @@ The stock id to use for the primary icon for the entry.
|
|
2631
2718
|
<p class="since">Since 2.16</p>
|
2632
2719
|
</div>
|
2633
2720
|
<hr>
|
2634
|
-
<div class="refsect2">
|
2721
|
+
<div class="refsect2" title='The "primary-icon-storage-type" property'>
|
2635
2722
|
<a name="GtkEntry--primary-icon-storage-type"></a><h3>The <code class="literal">"primary-icon-storage-type"</code> property</h3>
|
2636
2723
|
<pre class="programlisting"> "primary-icon-storage-type" <a class="link" href="GtkImage.html#GtkImageType" title="enum GtkImageType"><span class="type">GtkImageType</span></a> : Read</pre>
|
2637
2724
|
<p>
|
@@ -2641,7 +2728,7 @@ The representation which is used for the primary icon of the entry.
|
|
2641
2728
|
<p class="since">Since 2.16</p>
|
2642
2729
|
</div>
|
2643
2730
|
<hr>
|
2644
|
-
<div class="refsect2">
|
2731
|
+
<div class="refsect2" title='The "primary-icon-tooltip-markup" property'>
|
2645
2732
|
<a name="GtkEntry--primary-icon-tooltip-markup"></a><h3>The <code class="literal">"primary-icon-tooltip-markup"</code> property</h3>
|
2646
2733
|
<pre class="programlisting"> "primary-icon-tooltip-markup" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
2647
2734
|
<p>
|
@@ -2656,7 +2743,7 @@ Also see <a class="link" href="GtkEntry.html#gtk-entry-set-icon-tooltip-markup"
|
|
2656
2743
|
<p class="since">Since 2.16</p>
|
2657
2744
|
</div>
|
2658
2745
|
<hr>
|
2659
|
-
<div class="refsect2">
|
2746
|
+
<div class="refsect2" title='The "primary-icon-tooltip-text" property'>
|
2660
2747
|
<a name="GtkEntry--primary-icon-tooltip-text"></a><h3>The <code class="literal">"primary-icon-tooltip-text"</code> property</h3>
|
2661
2748
|
<pre class="programlisting"> "primary-icon-tooltip-text" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
2662
2749
|
<p>
|
@@ -2669,7 +2756,7 @@ Also see <a class="link" href="GtkEntry.html#gtk-entry-set-icon-tooltip-text" ti
|
|
2669
2756
|
<p class="since">Since 2.16</p>
|
2670
2757
|
</div>
|
2671
2758
|
<hr>
|
2672
|
-
<div class="refsect2">
|
2759
|
+
<div class="refsect2" title='The "progress-fraction" property'>
|
2673
2760
|
<a name="GtkEntry--progress-fraction"></a><h3>The <code class="literal">"progress-fraction"</code> property</h3>
|
2674
2761
|
<pre class="programlisting"> "progress-fraction" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : Read / Write</pre>
|
2675
2762
|
<p>
|
@@ -2680,7 +2767,7 @@ The current fraction of the task that's been completed.
|
|
2680
2767
|
<p class="since">Since 2.16</p>
|
2681
2768
|
</div>
|
2682
2769
|
<hr>
|
2683
|
-
<div class="refsect2">
|
2770
|
+
<div class="refsect2" title='The "progress-pulse-step" property'>
|
2684
2771
|
<a name="GtkEntry--progress-pulse-step"></a><h3>The <code class="literal">"progress-pulse-step"</code> property</h3>
|
2685
2772
|
<pre class="programlisting"> "progress-pulse-step" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : Read / Write</pre>
|
2686
2773
|
<p>
|
@@ -2692,7 +2779,7 @@ bouncing block for each call to <a class="link" href="GtkEntry.html#gtk-entry-pr
|
|
2692
2779
|
<p class="since">Since 2.16</p>
|
2693
2780
|
</div>
|
2694
2781
|
<hr>
|
2695
|
-
<div class="refsect2">
|
2782
|
+
<div class="refsect2" title='The "scroll-offset" property'>
|
2696
2783
|
<a name="GtkEntry--scroll-offset"></a><h3>The <code class="literal">"scroll-offset"</code> property</h3>
|
2697
2784
|
<pre class="programlisting"> "scroll-offset" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
2698
2785
|
<p>Number of pixels of the entry scrolled off the screen to the left.</p>
|
@@ -2700,7 +2787,7 @@ bouncing block for each call to <a class="link" href="GtkEntry.html#gtk-entry-pr
|
|
2700
2787
|
<p>Default value: 0</p>
|
2701
2788
|
</div>
|
2702
2789
|
<hr>
|
2703
|
-
<div class="refsect2">
|
2790
|
+
<div class="refsect2" title='The "secondary-icon-activatable" property'>
|
2704
2791
|
<a name="GtkEntry--secondary-icon-activatable"></a><h3>The <code class="literal">"secondary-icon-activatable"</code> property</h3>
|
2705
2792
|
<pre class="programlisting"> "secondary-icon-activatable" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
2706
2793
|
<p>
|
@@ -2718,7 +2805,7 @@ informational purposes.
|
|
2718
2805
|
<p class="since">Since 2.16</p>
|
2719
2806
|
</div>
|
2720
2807
|
<hr>
|
2721
|
-
<div class="refsect2">
|
2808
|
+
<div class="refsect2" title='The "secondary-icon-gicon" property'>
|
2722
2809
|
<a name="GtkEntry--secondary-icon-gicon"></a><h3>The <code class="literal">"secondary-icon-gicon"</code> property</h3>
|
2723
2810
|
<pre class="programlisting"> "secondary-icon-gicon" <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a>* : Read / Write</pre>
|
2724
2811
|
<p>
|
@@ -2727,7 +2814,7 @@ The <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class
|
|
2727
2814
|
<p class="since">Since 2.16</p>
|
2728
2815
|
</div>
|
2729
2816
|
<hr>
|
2730
|
-
<div class="refsect2">
|
2817
|
+
<div class="refsect2" title='The "secondary-icon-name" property'>
|
2731
2818
|
<a name="GtkEntry--secondary-icon-name"></a><h3>The <code class="literal">"secondary-icon-name"</code> property</h3>
|
2732
2819
|
<pre class="programlisting"> "secondary-icon-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
2733
2820
|
<p>
|
@@ -2737,7 +2824,7 @@ The icon name to use for the secondary icon for the entry.
|
|
2737
2824
|
<p class="since">Since 2.16</p>
|
2738
2825
|
</div>
|
2739
2826
|
<hr>
|
2740
|
-
<div class="refsect2">
|
2827
|
+
<div class="refsect2" title='The "secondary-icon-pixbuf" property'>
|
2741
2828
|
<a name="GtkEntry--secondary-icon-pixbuf"></a><h3>The <code class="literal">"secondary-icon-pixbuf"</code> property</h3>
|
2742
2829
|
<pre class="programlisting"> "secondary-icon-pixbuf" <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>* : Read / Write</pre>
|
2743
2830
|
<p>
|
@@ -2746,7 +2833,7 @@ An pixbuf to use as the secondary icon for the entry.
|
|
2746
2833
|
<p class="since">Since 2.16</p>
|
2747
2834
|
</div>
|
2748
2835
|
<hr>
|
2749
|
-
<div class="refsect2">
|
2836
|
+
<div class="refsect2" title='The "secondary-icon-sensitive" property'>
|
2750
2837
|
<a name="GtkEntry--secondary-icon-sensitive"></a><h3>The <code class="literal">"secondary-icon-sensitive"</code> property</h3>
|
2751
2838
|
<pre class="programlisting"> "secondary-icon-sensitive" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
2752
2839
|
<p>
|
@@ -2765,7 +2852,7 @@ when clicked is currently not available.
|
|
2765
2852
|
<p class="since">Since 2.16</p>
|
2766
2853
|
</div>
|
2767
2854
|
<hr>
|
2768
|
-
<div class="refsect2">
|
2855
|
+
<div class="refsect2" title='The "secondary-icon-stock" property'>
|
2769
2856
|
<a name="GtkEntry--secondary-icon-stock"></a><h3>The <code class="literal">"secondary-icon-stock"</code> property</h3>
|
2770
2857
|
<pre class="programlisting"> "secondary-icon-stock" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
2771
2858
|
<p>
|
@@ -2775,7 +2862,7 @@ The stock id to use for the secondary icon for the entry.
|
|
2775
2862
|
<p class="since">Since 2.16</p>
|
2776
2863
|
</div>
|
2777
2864
|
<hr>
|
2778
|
-
<div class="refsect2">
|
2865
|
+
<div class="refsect2" title='The "secondary-icon-storage-type" property'>
|
2779
2866
|
<a name="GtkEntry--secondary-icon-storage-type"></a><h3>The <code class="literal">"secondary-icon-storage-type"</code> property</h3>
|
2780
2867
|
<pre class="programlisting"> "secondary-icon-storage-type" <a class="link" href="GtkImage.html#GtkImageType" title="enum GtkImageType"><span class="type">GtkImageType</span></a> : Read</pre>
|
2781
2868
|
<p>
|
@@ -2785,7 +2872,7 @@ The representation which is used for the secondary icon of the entry.
|
|
2785
2872
|
<p class="since">Since 2.16</p>
|
2786
2873
|
</div>
|
2787
2874
|
<hr>
|
2788
|
-
<div class="refsect2">
|
2875
|
+
<div class="refsect2" title='The "secondary-icon-tooltip-markup" property'>
|
2789
2876
|
<a name="GtkEntry--secondary-icon-tooltip-markup"></a><h3>The <code class="literal">"secondary-icon-tooltip-markup"</code> property</h3>
|
2790
2877
|
<pre class="programlisting"> "secondary-icon-tooltip-markup" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
2791
2878
|
<p>
|
@@ -2800,7 +2887,7 @@ Also see <a class="link" href="GtkEntry.html#gtk-entry-set-icon-tooltip-markup"
|
|
2800
2887
|
<p class="since">Since 2.16</p>
|
2801
2888
|
</div>
|
2802
2889
|
<hr>
|
2803
|
-
<div class="refsect2">
|
2890
|
+
<div class="refsect2" title='The "secondary-icon-tooltip-text" property'>
|
2804
2891
|
<a name="GtkEntry--secondary-icon-tooltip-text"></a><h3>The <code class="literal">"secondary-icon-tooltip-text"</code> property</h3>
|
2805
2892
|
<pre class="programlisting"> "secondary-icon-tooltip-text" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
2806
2893
|
<p>
|
@@ -2813,7 +2900,7 @@ Also see <a class="link" href="GtkEntry.html#gtk-entry-set-icon-tooltip-text" ti
|
|
2813
2900
|
<p class="since">Since 2.16</p>
|
2814
2901
|
</div>
|
2815
2902
|
<hr>
|
2816
|
-
<div class="refsect2">
|
2903
|
+
<div class="refsect2" title='The "selection-bound" property'>
|
2817
2904
|
<a name="GtkEntry--selection-bound"></a><h3>The <code class="literal">"selection-bound"</code> property</h3>
|
2818
2905
|
<pre class="programlisting"> "selection-bound" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
2819
2906
|
<p>The position of the opposite end of the selection from the cursor in chars.</p>
|
@@ -2821,7 +2908,7 @@ Also see <a class="link" href="GtkEntry.html#gtk-entry-set-icon-tooltip-text" ti
|
|
2821
2908
|
<p>Default value: 0</p>
|
2822
2909
|
</div>
|
2823
2910
|
<hr>
|
2824
|
-
<div class="refsect2">
|
2911
|
+
<div class="refsect2" title='The "shadow-type" property'>
|
2825
2912
|
<a name="GtkEntry--shadow-type"></a><h3>The <code class="literal">"shadow-type"</code> property</h3>
|
2826
2913
|
<pre class="programlisting"> "shadow-type" <a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a> : Read / Write</pre>
|
2827
2914
|
<p>
|
@@ -2832,14 +2919,14 @@ Which kind of shadow to draw around the entry when
|
|
2832
2919
|
<p class="since">Since 2.12</p>
|
2833
2920
|
</div>
|
2834
2921
|
<hr>
|
2835
|
-
<div class="refsect2">
|
2922
|
+
<div class="refsect2" title='The "text" property'>
|
2836
2923
|
<a name="GtkEntry--text"></a><h3>The <code class="literal">"text"</code> property</h3>
|
2837
2924
|
<pre class="programlisting"> "text" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
2838
2925
|
<p>The contents of the entry.</p>
|
2839
2926
|
<p>Default value: ""</p>
|
2840
2927
|
</div>
|
2841
2928
|
<hr>
|
2842
|
-
<div class="refsect2">
|
2929
|
+
<div class="refsect2" title='The "text-length" property'>
|
2843
2930
|
<a name="GtkEntry--text-length"></a><h3>The <code class="literal">"text-length"</code> property</h3>
|
2844
2931
|
<pre class="programlisting"> "text-length" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre>
|
2845
2932
|
<p>
|
@@ -2850,7 +2937,7 @@ The length of the text in the <a class="link" href="GtkEntry.html" title="GtkEnt
|
|
2850
2937
|
<p class="since">Since 2.14</p>
|
2851
2938
|
</div>
|
2852
2939
|
<hr>
|
2853
|
-
<div class="refsect2">
|
2940
|
+
<div class="refsect2" title='The "truncate-multiline" property'>
|
2854
2941
|
<a name="GtkEntry--truncate-multiline"></a><h3>The <code class="literal">"truncate-multiline"</code> property</h3>
|
2855
2942
|
<pre class="programlisting"> "truncate-multiline" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
2856
2943
|
<p>
|
@@ -2860,14 +2947,14 @@ When <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.
|
|
2860
2947
|
<p class="since">Since 2.10</p>
|
2861
2948
|
</div>
|
2862
2949
|
<hr>
|
2863
|
-
<div class="refsect2">
|
2950
|
+
<div class="refsect2" title='The "visibility" property'>
|
2864
2951
|
<a name="GtkEntry--visibility"></a><h3>The <code class="literal">"visibility"</code> property</h3>
|
2865
2952
|
<pre class="programlisting"> "visibility" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
2866
2953
|
<p>FALSE displays the "invisible char" instead of the actual text (password mode).</p>
|
2867
2954
|
<p>Default value: TRUE</p>
|
2868
2955
|
</div>
|
2869
2956
|
<hr>
|
2870
|
-
<div class="refsect2">
|
2957
|
+
<div class="refsect2" title='The "width-chars" property'>
|
2871
2958
|
<a name="GtkEntry--width-chars"></a><h3>The <code class="literal">"width-chars"</code> property</h3>
|
2872
2959
|
<pre class="programlisting"> "width-chars" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
2873
2960
|
<p>Number of characters to leave space for in the entry.</p>
|
@@ -2875,7 +2962,7 @@ When <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.
|
|
2875
2962
|
<p>Default value: -1</p>
|
2876
2963
|
</div>
|
2877
2964
|
<hr>
|
2878
|
-
<div class="refsect2">
|
2965
|
+
<div class="refsect2" title='The "xalign" property'>
|
2879
2966
|
<a name="GtkEntry--xalign"></a><h3>The <code class="literal">"xalign"</code> property</h3>
|
2880
2967
|
<pre class="programlisting"> "xalign" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> : Read / Write</pre>
|
2881
2968
|
<p>
|
@@ -2887,9 +2974,9 @@ Reversed for RTL layouts.
|
|
2887
2974
|
<p class="since">Since 2.4</p>
|
2888
2975
|
</div>
|
2889
2976
|
</div>
|
2890
|
-
<div class="refsect1">
|
2977
|
+
<div class="refsect1" title="Style Property Details">
|
2891
2978
|
<a name="GtkEntry.style-property-details"></a><h2>Style Property Details</h2>
|
2892
|
-
<div class="refsect2">
|
2979
|
+
<div class="refsect2" title='The "icon-prelight" style property'>
|
2893
2980
|
<a name="GtkEntry--s-icon-prelight"></a><h3>The <code class="literal">"icon-prelight"</code> style property</h3>
|
2894
2981
|
<pre class="programlisting"> "icon-prelight" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
|
2895
2982
|
<p>
|
@@ -2900,16 +2987,16 @@ icons prelight on mouseover.
|
|
2900
2987
|
<p class="since">Since 2.16</p>
|
2901
2988
|
</div>
|
2902
2989
|
<hr>
|
2903
|
-
<div class="refsect2">
|
2990
|
+
<div class="refsect2" title='The "inner-border" style property'>
|
2904
2991
|
<a name="GtkEntry--s-inner-border"></a><h3>The <code class="literal">"inner-border"</code> style property</h3>
|
2905
|
-
<pre class="programlisting"> "inner-border" <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a>* : Read</pre>
|
2992
|
+
<pre class="programlisting"> "inner-border" <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="type">GtkBorder</span></a>* : Read</pre>
|
2906
2993
|
<p>
|
2907
2994
|
Sets the text area's border between the text and the frame.
|
2908
2995
|
</p>
|
2909
2996
|
<p class="since">Since 2.10</p>
|
2910
2997
|
</div>
|
2911
2998
|
<hr>
|
2912
|
-
<div class="refsect2">
|
2999
|
+
<div class="refsect2" title='The "invisible-char" style property'>
|
2913
3000
|
<a name="GtkEntry--s-invisible-char"></a><h3>The <code class="literal">"invisible-char"</code> style property</h3>
|
2914
3001
|
<pre class="programlisting"> "invisible-char" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre>
|
2915
3002
|
<p>
|
@@ -2927,19 +3014,19 @@ to the list of candidates.
|
|
2927
3014
|
<p class="since">Since 2.18</p>
|
2928
3015
|
</div>
|
2929
3016
|
<hr>
|
2930
|
-
<div class="refsect2">
|
3017
|
+
<div class="refsect2" title='The "progress-border" style property'>
|
2931
3018
|
<a name="GtkEntry--s-progress-border"></a><h3>The <code class="literal">"progress-border"</code> style property</h3>
|
2932
|
-
<pre class="programlisting"> "progress-border" <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a>* : Read</pre>
|
3019
|
+
<pre class="programlisting"> "progress-border" <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="type">GtkBorder</span></a>* : Read</pre>
|
2933
3020
|
<p>
|
2934
3021
|
The border around the progress bar in the entry.
|
2935
3022
|
</p>
|
2936
3023
|
<p class="since">Since 2.16</p>
|
2937
3024
|
</div>
|
2938
3025
|
<hr>
|
2939
|
-
<div class="refsect2">
|
3026
|
+
<div class="refsect2" title='The "state-hint" style property'>
|
2940
3027
|
<a name="GtkEntry--s-state-hint"></a><h3>The <code class="literal">"state-hint"</code> style property</h3>
|
2941
3028
|
<pre class="programlisting"> "state-hint" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
|
2942
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
3029
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2943
3030
|
<h3 class="title">Warning</h3>
|
2944
3031
|
<p><code class="literal">GtkEntry:state-hint</code> has been deprecated since version 2.22 and should not be used in newly-written code. This style property will be removed in GTK+ 3</p>
|
2945
3032
|
</div>
|
@@ -2951,12 +3038,12 @@ drawing the shadow and the widget background.
|
|
2951
3038
|
<p class="since">Since 2.16</p>
|
2952
3039
|
</div>
|
2953
3040
|
</div>
|
2954
|
-
<div class="refsect1">
|
3041
|
+
<div class="refsect1" title="Signal Details">
|
2955
3042
|
<a name="GtkEntry.signal-details"></a><h2>Signal Details</h2>
|
2956
|
-
<div class="refsect2">
|
3043
|
+
<div class="refsect2" title='The "activate" signal'>
|
2957
3044
|
<a name="GtkEntry-activate"></a><h3>The <code class="literal">"activate"</code> signal</h3>
|
2958
3045
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry,
|
2959
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3046
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
|
2960
3047
|
<p>
|
2961
3048
|
A <a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
2962
3049
|
which gets emitted when the user activates the entry.
|
@@ -2974,7 +3061,8 @@ The default bindings for this signal are all forms of the Enter key.
|
|
2974
3061
|
<tbody>
|
2975
3062
|
<tr>
|
2976
3063
|
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
|
2977
|
-
<td>The entry on which the signal is emitted
|
3064
|
+
<td>The entry on which the signal is emitted
|
3065
|
+
</td>
|
2978
3066
|
</tr>
|
2979
3067
|
<tr>
|
2980
3068
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2984,10 +3072,10 @@ The default bindings for this signal are all forms of the Enter key.
|
|
2984
3072
|
</table></div>
|
2985
3073
|
</div>
|
2986
3074
|
<hr>
|
2987
|
-
<div class="refsect2">
|
3075
|
+
<div class="refsect2" title='The "backspace" signal'>
|
2988
3076
|
<a name="GtkEntry-backspace"></a><h3>The <code class="literal">"backspace"</code> signal</h3>
|
2989
3077
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry,
|
2990
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3078
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
|
2991
3079
|
<p>
|
2992
3080
|
The ::backspace signal is a
|
2993
3081
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -3002,7 +3090,8 @@ Backspace and Shift-Backspace.
|
|
3002
3090
|
<tbody>
|
3003
3091
|
<tr>
|
3004
3092
|
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
|
3005
|
-
<td>the object which received the signal
|
3093
|
+
<td>the object which received the signal
|
3094
|
+
</td>
|
3006
3095
|
</tr>
|
3007
3096
|
<tr>
|
3008
3097
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3012,10 +3101,10 @@ Backspace and Shift-Backspace.
|
|
3012
3101
|
</table></div>
|
3013
3102
|
</div>
|
3014
3103
|
<hr>
|
3015
|
-
<div class="refsect2">
|
3104
|
+
<div class="refsect2" title='The "copy-clipboard" signal'>
|
3016
3105
|
<a name="GtkEntry-copy-clipboard"></a><h3>The <code class="literal">"copy-clipboard"</code> signal</h3>
|
3017
3106
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry,
|
3018
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3107
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
|
3019
3108
|
<p>
|
3020
3109
|
The ::copy-clipboard signal is a
|
3021
3110
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -3030,7 +3119,8 @@ Ctrl-c and Ctrl-Insert.
|
|
3030
3119
|
<tbody>
|
3031
3120
|
<tr>
|
3032
3121
|
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
|
3033
|
-
<td>the object which received the signal
|
3122
|
+
<td>the object which received the signal
|
3123
|
+
</td>
|
3034
3124
|
</tr>
|
3035
3125
|
<tr>
|
3036
3126
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3040,10 +3130,10 @@ Ctrl-c and Ctrl-Insert.
|
|
3040
3130
|
</table></div>
|
3041
3131
|
</div>
|
3042
3132
|
<hr>
|
3043
|
-
<div class="refsect2">
|
3133
|
+
<div class="refsect2" title='The "cut-clipboard" signal'>
|
3044
3134
|
<a name="GtkEntry-cut-clipboard"></a><h3>The <code class="literal">"cut-clipboard"</code> signal</h3>
|
3045
3135
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry,
|
3046
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3136
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
|
3047
3137
|
<p>
|
3048
3138
|
The ::cut-clipboard signal is a
|
3049
3139
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -3058,7 +3148,8 @@ Ctrl-x and Shift-Delete.
|
|
3058
3148
|
<tbody>
|
3059
3149
|
<tr>
|
3060
3150
|
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
|
3061
|
-
<td>the object which received the signal
|
3151
|
+
<td>the object which received the signal
|
3152
|
+
</td>
|
3062
3153
|
</tr>
|
3063
3154
|
<tr>
|
3064
3155
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3068,12 +3159,12 @@ Ctrl-x and Shift-Delete.
|
|
3068
3159
|
</table></div>
|
3069
3160
|
</div>
|
3070
3161
|
<hr>
|
3071
|
-
<div class="refsect2">
|
3162
|
+
<div class="refsect2" title='The "delete-from-cursor" signal'>
|
3072
3163
|
<a name="GtkEntry-delete-from-cursor"></a><h3>The <code class="literal">"delete-from-cursor"</code> signal</h3>
|
3073
3164
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry,
|
3074
3165
|
<a class="link" href="gtk-Standard-Enumerations.html#GtkDeleteType" title="enum GtkDeleteType"><span class="type">GtkDeleteType</span></a> type,
|
3075
3166
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
|
3076
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3167
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
|
3077
3168
|
<p>
|
3078
3169
|
The ::delete-from-cursor signal is a
|
3079
3170
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -3094,7 +3185,8 @@ deleting a word.
|
|
3094
3185
|
<tbody>
|
3095
3186
|
<tr>
|
3096
3187
|
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
|
3097
|
-
<td>the object which received the signal
|
3188
|
+
<td>the object which received the signal
|
3189
|
+
</td>
|
3098
3190
|
</tr>
|
3099
3191
|
<tr>
|
3100
3192
|
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
|
@@ -3103,7 +3195,8 @@ deleting a word.
|
|
3103
3195
|
</tr>
|
3104
3196
|
<tr>
|
3105
3197
|
<td><p><span class="term"><em class="parameter"><code>count</code></em> :</span></p></td>
|
3106
|
-
<td>the number of <em class="parameter"><code>type</code></em> units to delete
|
3198
|
+
<td>the number of <em class="parameter"><code>type</code></em> units to delete
|
3199
|
+
</td>
|
3107
3200
|
</tr>
|
3108
3201
|
<tr>
|
3109
3202
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3113,12 +3206,12 @@ deleting a word.
|
|
3113
3206
|
</table></div>
|
3114
3207
|
</div>
|
3115
3208
|
<hr>
|
3116
|
-
<div class="refsect2">
|
3209
|
+
<div class="refsect2" title='The "icon-press" signal'>
|
3117
3210
|
<a name="GtkEntry-icon-press"></a><h3>The <code class="literal">"icon-press"</code> signal</h3>
|
3118
3211
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry,
|
3119
3212
|
<a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos,
|
3120
3213
|
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
3121
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3214
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
3122
3215
|
<p>
|
3123
3216
|
The ::icon-press signal is emitted when an activatable icon
|
3124
3217
|
is clicked.
|
@@ -3128,15 +3221,18 @@ is clicked.
|
|
3128
3221
|
<tbody>
|
3129
3222
|
<tr>
|
3130
3223
|
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
|
3131
|
-
<td>The entry on which the signal is emitted
|
3224
|
+
<td>The entry on which the signal is emitted
|
3225
|
+
</td>
|
3132
3226
|
</tr>
|
3133
3227
|
<tr>
|
3134
3228
|
<td><p><span class="term"><em class="parameter"><code>icon_pos</code></em> :</span></p></td>
|
3135
|
-
<td>The position of the clicked icon
|
3229
|
+
<td>The position of the clicked icon
|
3230
|
+
</td>
|
3136
3231
|
</tr>
|
3137
3232
|
<tr>
|
3138
3233
|
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
|
3139
|
-
<td>the button press event
|
3234
|
+
<td>the button press event
|
3235
|
+
</td>
|
3140
3236
|
</tr>
|
3141
3237
|
<tr>
|
3142
3238
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3147,12 +3243,12 @@ is clicked.
|
|
3147
3243
|
<p class="since">Since 2.16</p>
|
3148
3244
|
</div>
|
3149
3245
|
<hr>
|
3150
|
-
<div class="refsect2">
|
3246
|
+
<div class="refsect2" title='The "icon-release" signal'>
|
3151
3247
|
<a name="GtkEntry-icon-release"></a><h3>The <code class="literal">"icon-release"</code> signal</h3>
|
3152
3248
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry,
|
3153
3249
|
<a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos,
|
3154
3250
|
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
3155
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3251
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
3156
3252
|
<p>
|
3157
3253
|
The ::icon-release signal is emitted on the button release from a
|
3158
3254
|
mouse click over an activatable icon.
|
@@ -3162,15 +3258,18 @@ mouse click over an activatable icon.
|
|
3162
3258
|
<tbody>
|
3163
3259
|
<tr>
|
3164
3260
|
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
|
3165
|
-
<td>The entry on which the signal is emitted
|
3261
|
+
<td>The entry on which the signal is emitted
|
3262
|
+
</td>
|
3166
3263
|
</tr>
|
3167
3264
|
<tr>
|
3168
3265
|
<td><p><span class="term"><em class="parameter"><code>icon_pos</code></em> :</span></p></td>
|
3169
|
-
<td>The position of the clicked icon
|
3266
|
+
<td>The position of the clicked icon
|
3267
|
+
</td>
|
3170
3268
|
</tr>
|
3171
3269
|
<tr>
|
3172
3270
|
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
|
3173
|
-
<td>the button release event
|
3271
|
+
<td>the button release event
|
3272
|
+
</td>
|
3174
3273
|
</tr>
|
3175
3274
|
<tr>
|
3176
3275
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3181,11 +3280,11 @@ mouse click over an activatable icon.
|
|
3181
3280
|
<p class="since">Since 2.16</p>
|
3182
3281
|
</div>
|
3183
3282
|
<hr>
|
3184
|
-
<div class="refsect2">
|
3283
|
+
<div class="refsect2" title='The "insert-at-cursor" signal'>
|
3185
3284
|
<a name="GtkEntry-insert-at-cursor"></a><h3>The <code class="literal">"insert-at-cursor"</code> signal</h3>
|
3186
3285
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry,
|
3187
3286
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *string,
|
3188
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3287
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
|
3189
3288
|
<p>
|
3190
3289
|
The ::insert-at-cursor signal is a
|
3191
3290
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -3200,11 +3299,13 @@ This signal has no default bindings.
|
|
3200
3299
|
<tbody>
|
3201
3300
|
<tr>
|
3202
3301
|
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
|
3203
|
-
<td>the object which received the signal
|
3302
|
+
<td>the object which received the signal
|
3303
|
+
</td>
|
3204
3304
|
</tr>
|
3205
3305
|
<tr>
|
3206
3306
|
<td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
|
3207
|
-
<td>the string to insert
|
3307
|
+
<td>the string to insert
|
3308
|
+
</td>
|
3208
3309
|
</tr>
|
3209
3310
|
<tr>
|
3210
3311
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3214,13 +3315,13 @@ This signal has no default bindings.
|
|
3214
3315
|
</table></div>
|
3215
3316
|
</div>
|
3216
3317
|
<hr>
|
3217
|
-
<div class="refsect2">
|
3318
|
+
<div class="refsect2" title='The "move-cursor" signal'>
|
3218
3319
|
<a name="GtkEntry-move-cursor"></a><h3>The <code class="literal">"move-cursor"</code> signal</h3>
|
3219
3320
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry,
|
3220
3321
|
<a class="link" href="gtk-Standard-Enumerations.html#GtkMovementStep" title="enum GtkMovementStep"><span class="type">GtkMovementStep</span></a> step,
|
3221
3322
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
|
3222
3323
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> extend_selection,
|
3223
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3324
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
|
3224
3325
|
<p>
|
3225
3326
|
The ::move-cursor signal is a
|
3226
3327
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -3251,7 +3352,8 @@ There are too many key combinations to list them all here.
|
|
3251
3352
|
<tbody>
|
3252
3353
|
<tr>
|
3253
3354
|
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
|
3254
|
-
<td>the object which received the signal
|
3355
|
+
<td>the object which received the signal
|
3356
|
+
</td>
|
3255
3357
|
</tr>
|
3256
3358
|
<tr>
|
3257
3359
|
<td><p><span class="term"><em class="parameter"><code>step</code></em> :</span></p></td>
|
@@ -3260,12 +3362,14 @@ There are too many key combinations to list them all here.
|
|
3260
3362
|
</tr>
|
3261
3363
|
<tr>
|
3262
3364
|
<td><p><span class="term"><em class="parameter"><code>count</code></em> :</span></p></td>
|
3263
|
-
<td>the number of <em class="parameter"><code>step</code></em> units to move
|
3365
|
+
<td>the number of <em class="parameter"><code>step</code></em> units to move
|
3366
|
+
</td>
|
3264
3367
|
</tr>
|
3265
3368
|
<tr>
|
3266
3369
|
<td><p><span class="term"><em class="parameter"><code>extend_selection</code></em> :</span></p></td>
|
3267
3370
|
<td>
|
3268
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the move should extend the selection
|
3371
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the move should extend the selection
|
3372
|
+
</td>
|
3269
3373
|
</tr>
|
3270
3374
|
<tr>
|
3271
3375
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3275,10 +3379,10 @@ There are too many key combinations to list them all here.
|
|
3275
3379
|
</table></div>
|
3276
3380
|
</div>
|
3277
3381
|
<hr>
|
3278
|
-
<div class="refsect2">
|
3382
|
+
<div class="refsect2" title='The "paste-clipboard" signal'>
|
3279
3383
|
<a name="GtkEntry-paste-clipboard"></a><h3>The <code class="literal">"paste-clipboard"</code> signal</h3>
|
3280
3384
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry,
|
3281
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3385
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
|
3282
3386
|
<p>
|
3283
3387
|
The ::paste-clipboard signal is a
|
3284
3388
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -3294,7 +3398,8 @@ Ctrl-v and Shift-Insert.
|
|
3294
3398
|
<tbody>
|
3295
3399
|
<tr>
|
3296
3400
|
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
|
3297
|
-
<td>the object which received the signal
|
3401
|
+
<td>the object which received the signal
|
3402
|
+
</td>
|
3298
3403
|
</tr>
|
3299
3404
|
<tr>
|
3300
3405
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3304,11 +3409,11 @@ Ctrl-v and Shift-Insert.
|
|
3304
3409
|
</table></div>
|
3305
3410
|
</div>
|
3306
3411
|
<hr>
|
3307
|
-
<div class="refsect2">
|
3412
|
+
<div class="refsect2" title='The "populate-popup" signal'>
|
3308
3413
|
<a name="GtkEntry-populate-popup"></a><h3>The <code class="literal">"populate-popup"</code> signal</h3>
|
3309
3414
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry,
|
3310
3415
|
<a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu,
|
3311
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3416
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
3312
3417
|
<p>
|
3313
3418
|
The ::populate-popup signal gets emitted before showing the
|
3314
3419
|
context menu of the entry.
|
@@ -3322,11 +3427,13 @@ to this signal and append your menuitems to the <em class="parameter"><code>menu
|
|
3322
3427
|
<tbody>
|
3323
3428
|
<tr>
|
3324
3429
|
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
|
3325
|
-
<td>The entry on which the signal is emitted
|
3430
|
+
<td>The entry on which the signal is emitted
|
3431
|
+
</td>
|
3326
3432
|
</tr>
|
3327
3433
|
<tr>
|
3328
3434
|
<td><p><span class="term"><em class="parameter"><code>menu</code></em> :</span></p></td>
|
3329
|
-
<td>the menu that is being populated
|
3435
|
+
<td>the menu that is being populated
|
3436
|
+
</td>
|
3330
3437
|
</tr>
|
3331
3438
|
<tr>
|
3332
3439
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3336,11 +3443,11 @@ to this signal and append your menuitems to the <em class="parameter"><code>menu
|
|
3336
3443
|
</table></div>
|
3337
3444
|
</div>
|
3338
3445
|
<hr>
|
3339
|
-
<div class="refsect2">
|
3446
|
+
<div class="refsect2" title='The "preedit-changed" signal'>
|
3340
3447
|
<a name="GtkEntry-preedit-changed"></a><h3>The <code class="literal">"preedit-changed"</code> signal</h3>
|
3341
3448
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry,
|
3342
3449
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *preedit,
|
3343
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3450
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
|
3344
3451
|
<p>
|
3345
3452
|
If an input method is used, the typed text will not immediately
|
3346
3453
|
be committed to the buffer. So if you are interested in the text,
|
@@ -3351,11 +3458,13 @@ connect to this signal.
|
|
3351
3458
|
<tbody>
|
3352
3459
|
<tr>
|
3353
3460
|
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
|
3354
|
-
<td>the object which received the signal
|
3461
|
+
<td>the object which received the signal
|
3462
|
+
</td>
|
3355
3463
|
</tr>
|
3356
3464
|
<tr>
|
3357
3465
|
<td><p><span class="term"><em class="parameter"><code>preedit</code></em> :</span></p></td>
|
3358
|
-
<td>the current preedit string
|
3466
|
+
<td>the current preedit string
|
3467
|
+
</td>
|
3359
3468
|
</tr>
|
3360
3469
|
<tr>
|
3361
3470
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3366,10 +3475,10 @@ connect to this signal.
|
|
3366
3475
|
<p class="since">Since 2.20</p>
|
3367
3476
|
</div>
|
3368
3477
|
<hr>
|
3369
|
-
<div class="refsect2">
|
3478
|
+
<div class="refsect2" title='The "toggle-overwrite" signal'>
|
3370
3479
|
<a name="GtkEntry-toggle-overwrite"></a><h3>The <code class="literal">"toggle-overwrite"</code> signal</h3>
|
3371
3480
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry,
|
3372
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3481
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
|
3373
3482
|
<p>
|
3374
3483
|
The ::toggle-overwrite signal is a
|
3375
3484
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -3383,7 +3492,8 @@ The default bindings for this signal is Insert.
|
|
3383
3492
|
<tbody>
|
3384
3493
|
<tr>
|
3385
3494
|
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
|
3386
|
-
<td>the object which received the signal
|
3495
|
+
<td>the object which received the signal
|
3496
|
+
</td>
|
3387
3497
|
</tr>
|
3388
3498
|
<tr>
|
3389
3499
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3393,7 +3503,7 @@ The default bindings for this signal is Insert.
|
|
3393
3503
|
</table></div>
|
3394
3504
|
</div>
|
3395
3505
|
</div>
|
3396
|
-
<div class="refsect1">
|
3506
|
+
<div class="refsect1" title="See Also">
|
3397
3507
|
<a name="GtkEntry.see-also"></a><h2>See Also</h2>
|
3398
3508
|
<p>
|
3399
3509
|
</p>
|
@@ -3416,6 +3526,6 @@ The default bindings for this signal is Insert.
|
|
3416
3526
|
</div>
|
3417
3527
|
<div class="footer">
|
3418
3528
|
<hr>
|
3419
|
-
Generated by GTK-Doc V1.
|
3529
|
+
Generated by GTK-Doc V1.15</div>
|
3420
3530
|
</body>
|
3421
3531
|
</html>
|