gtk2 2.2.0-x86-mingw32 → 2.2.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.
- checksums.yaml +4 -4
- data/ext/gtk2/rbgdkproperty.c +4 -4
- data/ext/gtk2/rbgtk.c +17 -0
- data/ext/gtk2/rbgtkdialog.c +26 -7
- data/ext/gtk2/rbgtkselectiondata.c +4 -5
- data/lib/2.0/gtk2.so +0 -0
- data/test/test_gdk_pixbuf.rb +34 -0
- 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/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.la +1 -1
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.la +1 -1
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.la +1 -1
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgailutil.la +1 -1
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.la +1 -1
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.la +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +46 -46
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +18 -18
- data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplay.html +93 -93
- data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplayManager.html +7 -7
- data/vendor/local/share/gtk-doc/html/gdk2/GdkScreen.html +159 -159
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Application-launching.html +13 -13
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Bitmaps-and-Pixmaps.html +53 -53
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Colormaps-and-Colors.html +85 -85
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Cursors.html +17 -17
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drag-and-Drop.html +45 -45
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drawing-Primitives.html +200 -200
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Event-Structures.html +102 -102
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Events.html +61 -61
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Fonts.html +117 -117
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-GdkRGB.html +110 -110
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-General.html +75 -75
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Graphics-Contexts.html +36 -36
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Images.html +52 -52
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input-Devices.html +55 -55
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input.html +23 -23
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Keyboard-Handling.html +99 -99
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pango-Interaction.html +32 -32
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pixbufs.html +20 -20
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Points-Rectangles-and-Regions.html +46 -46
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Properties-and-Atoms.html +125 -125
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Selections.html +36 -36
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Testing.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Threads.html +88 -88
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Visuals.html +56 -56
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Windows.html +395 -395
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-X-Window-System-Interaction.html +72 -72
- data/vendor/local/share/gtk-doc/html/gdk2/multihead.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAboutDialog.html +136 -136
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAccelLabel.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAccessible.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAction.html +133 -133
- data/vendor/local/share/gtk-doc/html/gtk2/GtkActionGroup.html +110 -110
- data/vendor/local/share/gtk-doc/html/gtk2/GtkActivatable.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAdjustment.html +78 -78
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAlignment.html +54 -54
- data/vendor/local/share/gtk-doc/html/gtk2/GtkArrow.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAspectFrame.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAssistant.html +59 -59
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBin.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBox.html +67 -67
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBuildable.html +52 -52
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBuilder.html +127 -127
- data/vendor/local/share/gtk-doc/html/gtk2/GtkButton.html +73 -73
- data/vendor/local/share/gtk-doc/html/gtk2/GtkButtonBox.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCList.html +294 -294
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCTree.html +212 -212
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCalendar.html +97 -97
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellEditable.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellLayout.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRenderer.html +100 -100
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererAccel.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererCombo.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererPixbuf.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererProgress.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpin.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpinner.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererText.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererToggle.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellView.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCheckButton.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkColorButton.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelection.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelectionDialog.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCombo.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBox.html +106 -106
- data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxEntry.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxText.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkContainer.html +92 -92
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCurve.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk2/GtkDialog.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtk2/GtkDrawingArea.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEditable.html +60 -60
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEntry.html +274 -274
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryBuffer.html +59 -59
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryCompletion.html +103 -103
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEventBox.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk2/GtkExpander.html +59 -59
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooser.html +217 -217
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserButton.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserDialog.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserWidget.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileSelection.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFixed.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFontButton.html +57 -57
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelection.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelectionDialog.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFrame.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk2/GtkGammaCurve.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHButtonBox.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHPaned.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHRuler.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHSV.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHScale.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHScrollbar.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHandleBox.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContext.html +65 -65
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContextSimple.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIMMulticontext.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIconTheme.html +99 -99
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIconView.html +214 -214
- data/vendor/local/share/gtk-doc/html/gtk2/GtkImage.html +73 -73
- data/vendor/local/share/gtk-doc/html/gtk2/GtkImageMenuItem.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk2/GtkInfoBar.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk2/GtkInputDialog.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkInvisible.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkItem.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkItemFactory.html +107 -107
- data/vendor/local/share/gtk-doc/html/gtk2/GtkLabel.html +158 -158
- data/vendor/local/share/gtk-doc/html/gtk2/GtkLayout.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk2/GtkLinkButton.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkList.html +40 -40
- data/vendor/local/share/gtk-doc/html/gtk2/GtkListItem.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk2/GtkListStore.html +64 -64
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenu.html +107 -107
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuBar.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuItem.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuShell.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuToolButton.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMessageDialog.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMisc.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkNotebook.html +225 -225
- data/vendor/local/share/gtk-doc/html/gtk2/GtkObject.html +117 -117
- data/vendor/local/share/gtk-doc/html/gtk2/GtkOffscreenWindow.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkOldEditable.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk2/GtkOptionMenu.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetup.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetupUnixDialog.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPaned.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPaperSize.html +68 -68
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPixmap.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPlug.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPreview.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintContext.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintJob.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintSettings.html +210 -210
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintUnixDialog.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrinter.html +96 -96
- data/vendor/local/share/gtk-doc/html/gtk2/GtkProgress.html +46 -46
- data/vendor/local/share/gtk-doc/html/gtk2/GtkProgressBar.html +49 -49
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioAction.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioButton.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioMenuItem.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioToolButton.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRange.html +110 -110
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentAction.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooser.html +114 -114
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserDialog.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserMenu.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserWidget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentFilter.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentManager.html +147 -147
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRuler.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScale.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScaleButton.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScrollbar.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScrolledWindow.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorMenuItem.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorToolItem.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSettings.html +213 -213
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSizeGroup.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSocket.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinButton.html +93 -93
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinner.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusIcon.html +164 -164
- data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusbar.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk2/GtkStyle.html +467 -467
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTable.html +93 -93
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTearoffMenuItem.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkText.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextBuffer.html +233 -233
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextIter.html +309 -309
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextMark.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTag.html +134 -134
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTagTable.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextView.html +237 -237
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTipsQuery.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleAction.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleButton.html +46 -46
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleToolButton.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolButton.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItem.html +70 -70
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItemGroup.html +46 -46
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolPalette.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolShell.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolbar.html +127 -127
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltip.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltips.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTree.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeItem.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModel.html +156 -156
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelFilter.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelSort.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSelection.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSortable.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeStore.html +74 -74
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeView.html +478 -478
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeViewColumn.html +175 -175
- data/vendor/local/share/gtk-doc/html/gtk2/GtkUIManager.html +64 -64
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVButtonBox.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVPaned.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVRuler.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVScale.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVScrollbar.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkViewport.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVolumeButton.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkWidget.html +769 -769
- data/vendor/local/share/gtk-doc/html/gtk2/GtkWindow.html +310 -310
- data/vendor/local/share/gtk-doc/html/gtk2/GtkWindowGroup.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/TextWidget.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk2/TreeWidget.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk2/ch01.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/chap-drawing-model.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAboutDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkComboBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkIconView.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkRecentChooser.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-checklist.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-entry-icons.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-tooltips.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-question-index.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Accelerator-Maps.html +52 -52
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Bindings.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Clipboards.html +115 -115
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Drag-and-Drop.html +80 -80
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Feature-Test-Macros.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Filesystem-utilities.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-General.html +173 -173
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Graphics-Contexts.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-GtkTreeView-drag-and-drop.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-High-level-Printing-API.html +168 -168
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Keyboard-Accelerators.html +100 -100
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Orientable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Resource-Files.html +70 -70
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Selections.html +149 -149
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Signals.html +95 -95
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Stock-Items.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Testing.html +52 -52
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Themeable-Stock-Images.html +69 -69
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Types.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkcheckmenuitem.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkfilefilter.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-selection-modes.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-advanced.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-chooser.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk2/migrating-GtkCombo.html +4 -4
- metadata +16 -17
- data/lib/1.9/gtk2.so +0 -0
- data/lib/2.1/gtk2.so +0 -0
@@ -47,15 +47,15 @@
|
|
47
47
|
struct <a class="link" href="GtkDrawingArea.html#GtkDrawingArea-struct" title="struct GtkDrawingArea">GtkDrawingArea</a>;
|
48
48
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkDrawingArea.html#gtk-drawing-area-new" title="gtk_drawing_area_new ()">gtk_drawing_area_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
49
49
|
<span class="returnvalue">void</span> <a class="link" href="GtkDrawingArea.html#gtk-drawing-area-size" title="gtk_drawing_area_size ()">gtk_drawing_area_size</a> (<em class="parameter"><code><a class="link" href="GtkDrawingArea.html" title="GtkDrawingArea"><span class="type">GtkDrawingArea</span></a> *darea</code></em>,
|
50
|
-
<em class="parameter"><code><a href="
|
51
|
-
<em class="parameter"><code><a href="
|
50
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
51
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);
|
52
52
|
</pre>
|
53
53
|
</div>
|
54
54
|
<div class="refsect1">
|
55
55
|
<a name="GtkDrawingArea.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
56
56
|
<pre class="synopsis">
|
57
|
-
<a href="
|
58
|
-
+----<a href="
|
57
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
58
|
+
+----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
59
59
|
+----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
|
60
60
|
+----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
61
61
|
+----GtkDrawingArea
|
@@ -128,21 +128,21 @@ that drawing is implicitly clipped to the exposed area.
|
|
128
128
|
13
|
129
129
|
14
|
130
130
|
15</pre></td>
|
131
|
-
<td class="listing_code"><pre class="programlisting"><span class="normal"><a href="
|
131
|
+
<td class="listing_code"><pre class="programlisting"><span class="normal"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean">gboolean</a></span>
|
132
132
|
<span class="function">expose_event_callback</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">widget</span><span class="symbol">,</span><span class="normal"> </span><span class="usertype">GdkEventExpose</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">event</span><span class="symbol">,</span><span class="normal"> </span><span class="usertype">gpointer</span><span class="normal"> data</span><span class="symbol">)</span>
|
133
133
|
<span class="cbracket">{</span>
|
134
134
|
<span class="normal"> </span><span class="function"><a href="../gdk2/gdk2-Drawing-Primitives.html#gdk-draw-arc">gdk_draw_arc</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">widget</span><span class="symbol">-></span><span class="normal">window</span><span class="symbol">,</span>
|
135
135
|
<span class="normal"> widget</span><span class="symbol">-></span><span class="normal">style</span><span class="symbol">-></span><span class="normal">fg_gc</span><span class="symbol">[</span><span class="function"><a href="GtkWidget.html#gtk-widget-get-state">gtk_widget_get_state</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">widget</span><span class="symbol">)],</span>
|
136
|
-
<span class="normal"> <a href="
|
136
|
+
<span class="normal"> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS">TRUE</a></span><span class="symbol">,</span>
|
137
137
|
<span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> widget</span><span class="symbol">-></span><span class="normal">allocation</span><span class="symbol">.</span><span class="normal">width</span><span class="symbol">,</span><span class="normal"> widget</span><span class="symbol">-></span><span class="normal">allocation</span><span class="symbol">.</span><span class="normal">height</span><span class="symbol">,</span>
|
138
138
|
<span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">64</span><span class="normal"> </span><span class="symbol">*</span><span class="normal"> </span><span class="number">360</span><span class="symbol">);</span>
|
139
|
-
<span class="normal"> </span><span class="keyword">return</span><span class="normal"> <a href="
|
139
|
+
<span class="normal"> </span><span class="keyword">return</span><span class="normal"> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS">TRUE</a></span><span class="symbol">;</span>
|
140
140
|
<span class="cbracket">}</span>
|
141
141
|
<span class="symbol">[...]</span>
|
142
142
|
<span class="normal"> </span><span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">drawing_area </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkDrawingArea.html#gtk-drawing-area-new">gtk_drawing_area_new</a></span><span class="normal"> </span><span class="symbol">();</span>
|
143
143
|
<span class="normal"> </span><span class="function"><a href="GtkWidget.html#gtk-widget-set-size-request">gtk_widget_set_size_request</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">drawing_area</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100</span><span class="symbol">);</span>
|
144
|
-
<span class="normal"> </span><span class="function"><a href="
|
145
|
-
<span class="normal"> </span><span class="function"><a href="
|
144
|
+
<span class="normal"> </span><span class="function"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#g-signal-connect">g_signal_connect</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#G-OBJECT:CAPS">G_OBJECT</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">drawing_area</span><span class="symbol">),</span><span class="normal"> </span><span class="string">"expose_event"</span><span class="symbol">,</span>
|
145
|
+
<span class="normal"> </span><span class="function"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Closures.html#G-CALLBACK:CAPS">G_CALLBACK</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">expose_event_callback</span><span class="symbol">),</span><span class="normal"> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span></pre></td>
|
146
146
|
</tr>
|
147
147
|
</tbody>
|
148
148
|
</table>
|
@@ -204,8 +204,8 @@ Creates a new drawing area.
|
|
204
204
|
<div class="refsect2">
|
205
205
|
<a name="gtk-drawing-area-size"></a><h3>gtk_drawing_area_size ()</h3>
|
206
206
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_drawing_area_size (<em class="parameter"><code><a class="link" href="GtkDrawingArea.html" title="GtkDrawingArea"><span class="type">GtkDrawingArea</span></a> *darea</code></em>,
|
207
|
-
<em class="parameter"><code><a href="
|
208
|
-
<em class="parameter"><code><a href="
|
207
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
208
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
|
209
209
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
210
210
|
<h3 class="title">Warning</h3>
|
211
211
|
<p><code class="literal">gtk_drawing_area_size</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkWidget.html#gtk-widget-set-size-request" title="gtk_widget_set_size_request ()"><code class="function">gtk_widget_set_size_request()</code></a> instead.</p>
|
@@ -48,31 +48,31 @@
|
|
48
48
|
|
49
49
|
<a class="link" href="GtkEditable.html#GtkEditable-struct" title="GtkEditable">GtkEditable</a>;
|
50
50
|
<span class="returnvalue">void</span> <a class="link" href="GtkEditable.html#gtk-editable-select-region" title="gtk_editable_select_region ()">gtk_editable_select_region</a> (<em class="parameter"><code><a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable</code></em>,
|
51
|
-
<em class="parameter"><code><a href="
|
52
|
-
<em class="parameter"><code><a href="
|
53
|
-
<a href="
|
54
|
-
<em class="parameter"><code><a href="
|
55
|
-
<em class="parameter"><code><a href="
|
51
|
+
<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_pos</code></em>,
|
52
|
+
<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_pos</code></em>);
|
53
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkEditable.html#gtk-editable-get-selection-bounds" title="gtk_editable_get_selection_bounds ()">gtk_editable_get_selection_bounds</a> (<em class="parameter"><code><a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable</code></em>,
|
54
|
+
<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_pos</code></em>,
|
55
|
+
<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_pos</code></em>);
|
56
56
|
<span class="returnvalue">void</span> <a class="link" href="GtkEditable.html#gtk-editable-insert-text" title="gtk_editable_insert_text ()">gtk_editable_insert_text</a> (<em class="parameter"><code><a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable</code></em>,
|
57
|
-
<em class="parameter"><code>const <a href="
|
58
|
-
<em class="parameter"><code><a href="
|
59
|
-
<em class="parameter"><code><a href="
|
57
|
+
<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> *new_text</code></em>,
|
58
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> new_text_length</code></em>,
|
59
|
+
<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>);
|
60
60
|
<span class="returnvalue">void</span> <a class="link" href="GtkEditable.html#gtk-editable-delete-text" title="gtk_editable_delete_text ()">gtk_editable_delete_text</a> (<em class="parameter"><code><a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable</code></em>,
|
61
|
-
<em class="parameter"><code><a href="
|
62
|
-
<em class="parameter"><code><a href="
|
63
|
-
<a href="
|
64
|
-
<em class="parameter"><code><a href="
|
65
|
-
<em class="parameter"><code><a href="
|
61
|
+
<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_pos</code></em>,
|
62
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> end_pos</code></em>);
|
63
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkEditable.html#gtk-editable-get-chars" title="gtk_editable_get_chars ()">gtk_editable_get_chars</a> (<em class="parameter"><code><a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable</code></em>,
|
64
|
+
<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_pos</code></em>,
|
65
|
+
<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_pos</code></em>);
|
66
66
|
<span class="returnvalue">void</span> <a class="link" href="GtkEditable.html#gtk-editable-cut-clipboard" title="gtk_editable_cut_clipboard ()">gtk_editable_cut_clipboard</a> (<em class="parameter"><code><a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable</code></em>);
|
67
67
|
<span class="returnvalue">void</span> <a class="link" href="GtkEditable.html#gtk-editable-copy-clipboard" title="gtk_editable_copy_clipboard ()">gtk_editable_copy_clipboard</a> (<em class="parameter"><code><a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable</code></em>);
|
68
68
|
<span class="returnvalue">void</span> <a class="link" href="GtkEditable.html#gtk-editable-paste-clipboard" title="gtk_editable_paste_clipboard ()">gtk_editable_paste_clipboard</a> (<em class="parameter"><code><a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable</code></em>);
|
69
69
|
<span class="returnvalue">void</span> <a class="link" href="GtkEditable.html#gtk-editable-delete-selection" title="gtk_editable_delete_selection ()">gtk_editable_delete_selection</a> (<em class="parameter"><code><a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable</code></em>);
|
70
70
|
<span class="returnvalue">void</span> <a class="link" href="GtkEditable.html#gtk-editable-set-position" title="gtk_editable_set_position ()">gtk_editable_set_position</a> (<em class="parameter"><code><a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable</code></em>,
|
71
|
-
<em class="parameter"><code><a href="
|
72
|
-
<a href="
|
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> position</code></em>);
|
72
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkEditable.html#gtk-editable-get-position" title="gtk_editable_get_position ()">gtk_editable_get_position</a> (<em class="parameter"><code><a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable</code></em>);
|
73
73
|
<span class="returnvalue">void</span> <a class="link" href="GtkEditable.html#gtk-editable-set-editable" title="gtk_editable_set_editable ()">gtk_editable_set_editable</a> (<em class="parameter"><code><a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable</code></em>,
|
74
|
-
<em class="parameter"><code><a href="
|
75
|
-
<a href="
|
74
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_editable</code></em>);
|
75
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkEditable.html#gtk-editable-get-editable" title="gtk_editable_get_editable ()">gtk_editable_get_editable</a> (<em class="parameter"><code><a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable</code></em>);
|
76
76
|
</pre>
|
77
77
|
</div>
|
78
78
|
<div class="refsect1">
|
@@ -91,9 +91,9 @@ GtkEditable is implemented by
|
|
91
91
|
<div class="refsect1">
|
92
92
|
<a name="GtkEditable.signals"></a><h2>Signals</h2>
|
93
93
|
<pre class="synopsis">
|
94
|
-
"<a class="link" href="GtkEditable.html#GtkEditable-changed" title='The "changed" signal'>changed</a>" : <a href="
|
95
|
-
"<a class="link" href="GtkEditable.html#GtkEditable-delete-text" title='The "delete-text" signal'>delete-text</a>" : <a href="
|
96
|
-
"<a class="link" href="GtkEditable.html#GtkEditable-insert-text" title='The "insert-text" signal'>insert-text</a>" : <a href="
|
94
|
+
"<a class="link" href="GtkEditable.html#GtkEditable-changed" title='The "changed" signal'>changed</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
95
|
+
"<a class="link" href="GtkEditable.html#GtkEditable-delete-text" title='The "delete-text" signal'>delete-text</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
96
|
+
"<a class="link" href="GtkEditable.html#GtkEditable-insert-text" title='The "insert-text" signal'>insert-text</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
97
97
|
</pre>
|
98
98
|
</div>
|
99
99
|
<div class="refsect1">
|
@@ -143,14 +143,14 @@ can convert all entry into a widget into uppercase.
|
|
143
143
|
<span class="normal"> </span><span class="usertype">gpointer</span><span class="normal"> data</span><span class="symbol">)</span>
|
144
144
|
<span class="cbracket">{</span>
|
145
145
|
<span class="normal"> </span><span class="type">int</span><span class="normal"> i</span><span class="symbol">;</span>
|
146
|
-
<span class="normal"> </span><span class="usertype">gchar</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">result </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="
|
147
|
-
<span class="normal"> </span><span class="function"><a href="
|
148
|
-
<span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="
|
146
|
+
<span class="normal"> </span><span class="usertype">gchar</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">result </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#g-utf8-strup">g_utf8_strup</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">text</span><span class="symbol">,</span><span class="normal"> length</span><span class="symbol">);</span>
|
147
|
+
<span class="normal"> </span><span class="function"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#g-signal-handlers-block-by-func">g_signal_handlers_block_by_func</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">editable</span><span class="symbol">,</span>
|
148
|
+
<span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer">gpointer</a></span><span class="symbol">)</span><span class="normal"> insert_text_handler</span><span class="symbol">,</span><span class="normal"> data</span><span class="symbol">);</span>
|
149
149
|
<span class="normal"> </span><span class="function"><a href="GtkEditable.html#gtk-editable-insert-text">gtk_editable_insert_text</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">editable</span><span class="symbol">,</span><span class="normal"> result</span><span class="symbol">,</span><span class="normal"> length</span><span class="symbol">,</span><span class="normal"> position</span><span class="symbol">);</span>
|
150
|
-
<span class="normal"> </span><span class="function"><a href="
|
151
|
-
<span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="
|
152
|
-
<span class="normal"> </span><span class="function"><a href="
|
153
|
-
<span class="normal"> </span><span class="function"><a href="
|
150
|
+
<span class="normal"> </span><span class="function"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#g-signal-handlers-unblock-by-func">g_signal_handlers_unblock_by_func</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">editable</span><span class="symbol">,</span>
|
151
|
+
<span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer">gpointer</a></span><span class="symbol">)</span><span class="normal"> insert_text_handler</span><span class="symbol">,</span><span class="normal"> data</span><span class="symbol">);</span>
|
152
|
+
<span class="normal"> </span><span class="function"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#g-signal-stop-emission-by-name">g_signal_stop_emission_by_name</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">editable</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"insert_text"</span><span class="symbol">);</span>
|
153
|
+
<span class="normal"> </span><span class="function"><a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free">g_free</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">result</span><span class="symbol">);</span>
|
154
154
|
<span class="cbracket">}</span></pre></td>
|
155
155
|
</tr>
|
156
156
|
</tbody>
|
@@ -175,8 +175,8 @@ cannot be directly accessed.
|
|
175
175
|
<div class="refsect2">
|
176
176
|
<a name="gtk-editable-select-region"></a><h3>gtk_editable_select_region ()</h3>
|
177
177
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_editable_select_region (<em class="parameter"><code><a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable</code></em>,
|
178
|
-
<em class="parameter"><code><a href="
|
179
|
-
<em class="parameter"><code><a href="
|
178
|
+
<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_pos</code></em>,
|
179
|
+
<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_pos</code></em>);</pre>
|
180
180
|
<p>
|
181
181
|
Selects a region of text. The characters that are selected are
|
182
182
|
those characters at positions from <em class="parameter"><code>start_pos</code></em> up to, but not
|
@@ -212,13 +212,13 @@ Note that positions are specified in characters, not bytes.
|
|
212
212
|
<hr>
|
213
213
|
<div class="refsect2">
|
214
214
|
<a name="gtk-editable-get-selection-bounds"></a><h3>gtk_editable_get_selection_bounds ()</h3>
|
215
|
-
<pre class="programlisting"><a href="
|
216
|
-
<em class="parameter"><code><a href="
|
217
|
-
<em class="parameter"><code><a href="
|
215
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_editable_get_selection_bounds (<em class="parameter"><code><a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable</code></em>,
|
216
|
+
<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_pos</code></em>,
|
217
|
+
<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_pos</code></em>);</pre>
|
218
218
|
<p>
|
219
219
|
Retrieves the selection bound of the editable. start_pos will be filled
|
220
220
|
with the start of the selection and <em class="parameter"><code>end_pos</code></em> with end. If no text was
|
221
|
-
selected both will be identical and <a href="
|
221
|
+
selected both will be identical and <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned.
|
222
222
|
</p>
|
223
223
|
<p>
|
224
224
|
Note that positions are specified in characters, not bytes.
|
@@ -236,18 +236,18 @@ Note that positions are specified in characters, not bytes.
|
|
236
236
|
</tr>
|
237
237
|
<tr>
|
238
238
|
<td><p><span class="term"><em class="parameter"><code>start_pos</code></em> :</span></p></td>
|
239
|
-
<td>location to store the starting position, or <a href="
|
239
|
+
<td>location to store the starting position, 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="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
240
240
|
</td>
|
241
241
|
</tr>
|
242
242
|
<tr>
|
243
243
|
<td><p><span class="term"><em class="parameter"><code>end_pos</code></em> :</span></p></td>
|
244
|
-
<td>location to store the end position, or <a href="
|
244
|
+
<td>location to store the end position, 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="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
245
245
|
</td>
|
246
246
|
</tr>
|
247
247
|
<tr>
|
248
248
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
249
249
|
<td>
|
250
|
-
<a href="
|
250
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if an area is selected, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</td>
|
251
251
|
</tr>
|
252
252
|
</tbody>
|
253
253
|
</table></div>
|
@@ -256,9 +256,9 @@ Note that positions are specified in characters, not bytes.
|
|
256
256
|
<div class="refsect2">
|
257
257
|
<a name="gtk-editable-insert-text"></a><h3>gtk_editable_insert_text ()</h3>
|
258
258
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_editable_insert_text (<em class="parameter"><code><a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable</code></em>,
|
259
|
-
<em class="parameter"><code>const <a href="
|
260
|
-
<em class="parameter"><code><a href="
|
261
|
-
<em class="parameter"><code><a href="
|
259
|
+
<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> *new_text</code></em>,
|
260
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> new_text_length</code></em>,
|
261
|
+
<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>
|
262
262
|
<p>
|
263
263
|
Inserts <em class="parameter"><code>new_text_length</code></em> bytes of <em class="parameter"><code>new_text</code></em> into the contents of the
|
264
264
|
widget, at position <em class="parameter"><code>position</code></em>.
|
@@ -298,8 +298,8 @@ The function updates <em class="parameter"><code>position</code></em> to point a
|
|
298
298
|
<div class="refsect2">
|
299
299
|
<a name="gtk-editable-delete-text"></a><h3>gtk_editable_delete_text ()</h3>
|
300
300
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_editable_delete_text (<em class="parameter"><code><a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable</code></em>,
|
301
|
-
<em class="parameter"><code><a href="
|
302
|
-
<em class="parameter"><code><a href="
|
301
|
+
<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_pos</code></em>,
|
302
|
+
<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_pos</code></em>);</pre>
|
303
303
|
<p>
|
304
304
|
Deletes a sequence of characters. The characters that are deleted are
|
305
305
|
those characters at positions from <em class="parameter"><code>start_pos</code></em> up to, but not including
|
@@ -334,9 +334,9 @@ Note that the positions are specified in characters, not bytes.
|
|
334
334
|
<hr>
|
335
335
|
<div class="refsect2">
|
336
336
|
<a name="gtk-editable-get-chars"></a><h3>gtk_editable_get_chars ()</h3>
|
337
|
-
<pre class="programlisting"><a href="
|
338
|
-
<em class="parameter"><code><a href="
|
339
|
-
<em class="parameter"><code><a href="
|
337
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_editable_get_chars (<em class="parameter"><code><a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable</code></em>,
|
338
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> start_pos</code></em>,
|
339
|
+
<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_pos</code></em>);</pre>
|
340
340
|
<p>
|
341
341
|
Retrieves a sequence of characters. The characters that are retrieved
|
342
342
|
are those characters at positions from <em class="parameter"><code>start_pos</code></em> up to, but not
|
@@ -458,7 +458,7 @@ This call doesn't do anything if there is no selected text.
|
|
458
458
|
<div class="refsect2">
|
459
459
|
<a name="gtk-editable-set-position"></a><h3>gtk_editable_set_position ()</h3>
|
460
460
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_editable_set_position (<em class="parameter"><code><a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable</code></em>,
|
461
|
-
<em class="parameter"><code><a href="
|
461
|
+
<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>
|
462
462
|
<p>
|
463
463
|
Sets the cursor position in the editable to the given value.
|
464
464
|
</p>
|
@@ -490,7 +490,7 @@ of the editable. Note that <em class="parameter"><code>position</code></em> is i
|
|
490
490
|
<hr>
|
491
491
|
<div class="refsect2">
|
492
492
|
<a name="gtk-editable-get-position"></a><h3>gtk_editable_get_position ()</h3>
|
493
|
-
<pre class="programlisting"><a href="
|
493
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_editable_get_position (<em class="parameter"><code><a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable</code></em>);</pre>
|
494
494
|
<p>
|
495
495
|
Retrieves the current position of the cursor relative to the start
|
496
496
|
of the content of the editable.
|
@@ -520,7 +520,7 @@ Note that this position is in characters, not in bytes.
|
|
520
520
|
<div class="refsect2">
|
521
521
|
<a name="gtk-editable-set-editable"></a><h3>gtk_editable_set_editable ()</h3>
|
522
522
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_editable_set_editable (<em class="parameter"><code><a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable</code></em>,
|
523
|
-
<em class="parameter"><code><a href="
|
523
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_editable</code></em>);</pre>
|
524
524
|
<p>
|
525
525
|
Determines if the user can edit the text in the editable
|
526
526
|
widget or not.
|
@@ -539,7 +539,7 @@ widget or not.
|
|
539
539
|
<tr>
|
540
540
|
<td><p><span class="term"><em class="parameter"><code>is_editable</code></em> :</span></p></td>
|
541
541
|
<td>
|
542
|
-
<a href="
|
542
|
+
<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
|
543
543
|
in the widget</td>
|
544
544
|
</tr>
|
545
545
|
</tbody>
|
@@ -548,7 +548,7 @@ in the widget</td>
|
|
548
548
|
<hr>
|
549
549
|
<div class="refsect2">
|
550
550
|
<a name="gtk-editable-get-editable"></a><h3>gtk_editable_get_editable ()</h3>
|
551
|
-
<pre class="programlisting"><a href="
|
551
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_editable_get_editable (<em class="parameter"><code><a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable</code></em>);</pre>
|
552
552
|
<p>
|
553
553
|
Retrieves whether <em class="parameter"><code>editable</code></em> is editable. See
|
554
554
|
<a class="link" href="GtkEditable.html#gtk-editable-set-editable" title="gtk_editable_set_editable ()"><code class="function">gtk_editable_set_editable()</code></a>.
|
@@ -567,7 +567,7 @@ Retrieves whether <em class="parameter"><code>editable</code></em> is editable.
|
|
567
567
|
<tr>
|
568
568
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
569
569
|
<td>
|
570
|
-
<a href="
|
570
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>editable</code></em> is editable.</td>
|
571
571
|
</tr>
|
572
572
|
</tbody>
|
573
573
|
</table></div>
|
@@ -578,7 +578,7 @@ Retrieves whether <em class="parameter"><code>editable</code></em> is editable.
|
|
578
578
|
<div class="refsect2">
|
579
579
|
<a name="GtkEditable-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
|
580
580
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable,
|
581
|
-
<a href="
|
581
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
582
582
|
<p>
|
583
583
|
The ::changed signal is emitted at the end of a single
|
584
584
|
user-visible operation on the contents of the <a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a>.
|
@@ -611,15 +611,15 @@ to be emitted).
|
|
611
611
|
<div class="refsect2">
|
612
612
|
<a name="GtkEditable-delete-text"></a><h3>The <code class="literal">"delete-text"</code> signal</h3>
|
613
613
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable,
|
614
|
-
<a href="
|
615
|
-
<a href="
|
616
|
-
<a href="
|
614
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> start_pos,
|
615
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> end_pos,
|
616
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
617
617
|
<p>
|
618
618
|
This signal is emitted when text is deleted from
|
619
619
|
the widget by the user. The default handler for
|
620
620
|
this signal will normally be responsible for deleting
|
621
621
|
the text, so by connecting to this signal and then
|
622
|
-
stopping the signal with <a href="
|
622
|
+
stopping the signal with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#g-signal-stop-emission"><code class="function">g_signal_stop_emission()</code></a>, it
|
623
623
|
is possible to modify the range of deleted text, or
|
624
624
|
prevent it from being deleted entirely. The <em class="parameter"><code>start_pos</code></em>
|
625
625
|
and <em class="parameter"><code>end_pos</code></em> parameters are interpreted as for
|
@@ -654,16 +654,16 @@ and <em class="parameter"><code>end_pos</code></em> parameters are interpreted a
|
|
654
654
|
<div class="refsect2">
|
655
655
|
<a name="GtkEditable-insert-text"></a><h3>The <code class="literal">"insert-text"</code> signal</h3>
|
656
656
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEditable.html" title="GtkEditable"><span class="type">GtkEditable</span></a> *editable,
|
657
|
-
<a href="
|
658
|
-
<a href="
|
659
|
-
<a href="
|
660
|
-
<a href="
|
657
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *new_text,
|
658
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> new_text_length,
|
659
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> position,
|
660
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
661
661
|
<p>
|
662
662
|
This signal is emitted when text is inserted into
|
663
663
|
the widget by the user. The default handler for
|
664
664
|
this signal will normally be responsible for inserting
|
665
665
|
the text, so by connecting to this signal and then
|
666
|
-
stopping the signal with <a href="
|
666
|
+
stopping the signal with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#g-signal-stop-emission"><code class="function">g_signal_stop_emission()</code></a>, it
|
667
667
|
is possible to modify the inserted text, or prevent
|
668
668
|
it from being inserted entirely.
|
669
669
|
</p>
|
@@ -53,63 +53,63 @@
|
|
53
53
|
struct <a class="link" href="GtkEntry.html#GtkEntry-struct" title="struct GtkEntry">GtkEntry</a>;
|
54
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
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="
|
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
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>,
|
61
|
-
<em class="parameter"><code>const <a href="
|
61
|
+
<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>);
|
62
62
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-append-text" title="gtk_entry_append_text ()">gtk_entry_append_text</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
63
|
-
<em class="parameter"><code>const <a href="
|
63
|
+
<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>);
|
64
64
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-prepend-text" title="gtk_entry_prepend_text ()">gtk_entry_prepend_text</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
65
|
-
<em class="parameter"><code>const <a href="
|
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
|
-
<em class="parameter"><code><a href="
|
68
|
-
const <a href="
|
69
|
-
<a href="
|
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> * <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
|
+
<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
|
-
<em class="parameter"><code><a href="
|
72
|
-
<em class="parameter"><code><a href="
|
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>,
|
72
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> end</code></em>);
|
73
73
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-visibility" title="gtk_entry_set_visibility ()">gtk_entry_set_visibility</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
74
|
-
<em class="parameter"><code><a href="
|
74
|
+
<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>);
|
75
75
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-invisible-char" title="gtk_entry_set_invisible_char ()">gtk_entry_set_invisible_char</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
76
|
-
<em class="parameter"><code><a href="
|
76
|
+
<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>);
|
77
77
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-unset-invisible-char" title="gtk_entry_unset_invisible_char ()">gtk_entry_unset_invisible_char</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
78
78
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-editable" title="gtk_entry_set_editable ()">gtk_entry_set_editable</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
79
|
-
<em class="parameter"><code><a href="
|
79
|
+
<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>);
|
80
80
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-max-length" title="gtk_entry_set_max_length ()">gtk_entry_set_max_length</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
81
|
-
<em class="parameter"><code><a href="
|
82
|
-
<a href="
|
83
|
-
<a href="
|
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
|
+
<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
|
+
<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
84
|
const <a class="link" href="GtkStyle.html#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
|
-
<a href="
|
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
|
-
<em class="parameter"><code><a href="
|
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
|
-
<em class="parameter"><code><a href="
|
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
91
|
<em class="parameter"><code>const <a class="link" href="GtkStyle.html#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
|
-
<em class="parameter"><code><a href="
|
94
|
-
<a href="
|
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
|
+
<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>);
|
95
95
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-alignment" title="gtk_entry_set_alignment ()">gtk_entry_set_alignment</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
96
|
-
<em class="parameter"><code><a href="
|
97
|
-
<a href="
|
96
|
+
<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>);
|
97
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a> <a class="link" href="GtkEntry.html#gtk-entry-get-alignment" title="gtk_entry_get_alignment ()">gtk_entry_get_alignment</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
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
|
-
<em class="parameter"><code><a href="
|
100
|
-
<a href="
|
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
|
+
<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
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
|
-
<em class="parameter"><code><a href="
|
104
|
-
<em class="parameter"><code><a href="
|
105
|
-
<a href="
|
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
|
+
<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>);
|
105
|
+
<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-layout-index-to-text-index" title="gtk_entry_layout_index_to_text_index ()">gtk_entry_layout_index_to_text_index</a>
|
106
106
|
(<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
107
|
-
<em class="parameter"><code><a href="
|
108
|
-
<a href="
|
107
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> layout_index</code></em>);
|
108
|
+
<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-text-index-to-layout-index" title="gtk_entry_text_index_to_layout_index ()">gtk_entry_text_index_to_layout_index</a>
|
109
109
|
(<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
110
|
-
<em class="parameter"><code><a href="
|
111
|
-
<a href="
|
112
|
-
<a href="
|
110
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> text_index</code></em>);
|
111
|
+
<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-max-length" title="gtk_entry_get_max_length ()">gtk_entry_get_max_length</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
112
|
+
<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-visibility" title="gtk_entry_get_visibility ()">gtk_entry_get_visibility</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
113
113
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-completion" title="gtk_entry_set_completion ()">gtk_entry_set_completion</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
114
114
|
<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>);
|
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>);
|
@@ -117,13 +117,13 @@ const <a class="link" href="GtkStyle.html#GtkBorder"><span class="returnvalue">G
|
|
117
117
|
<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);
|
118
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
|
-
<em class="parameter"><code><a href="
|
121
|
-
<a href="
|
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
|
+
<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>);
|
122
122
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-progress-pulse-step" title="gtk_entry_set_progress_pulse_step ()">gtk_entry_set_progress_pulse_step</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
123
|
-
<em class="parameter"><code><a href="
|
124
|
-
<a href="
|
123
|
+
<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>);
|
124
|
+
<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-pulse-step" title="gtk_entry_get_progress_pulse_step ()">gtk_entry_get_progress_pulse_step</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
125
125
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-progress-pulse" title="gtk_entry_progress_pulse ()">gtk_entry_progress_pulse</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
126
|
-
<a href="
|
126
|
+
<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-im-context-filter-keypress" title="gtk_entry_im_context_filter_keypress ()">gtk_entry_im_context_filter_keypress</a>
|
127
127
|
(<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
128
128
|
<em class="parameter"><code><a href="../gdk2/gdk2-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);
|
129
129
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-reset-im-context" title="gtk_entry_reset_im_context ()">gtk_entry_reset_im_context</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
@@ -133,51 +133,51 @@ enum <a class="link" href="GtkEntry.html#GtkEntryIconPosition" ti
|
|
133
133
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);
|
134
134
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-icon-from-stock" title="gtk_entry_set_icon_from_stock ()">gtk_entry_set_icon_from_stock</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
135
135
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
136
|
-
<em class="parameter"><code>const <a href="
|
136
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);
|
137
137
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-icon-from-icon-name" title="gtk_entry_set_icon_from_icon_name ()">gtk_entry_set_icon_from_icon_name</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
138
138
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
139
|
-
<em class="parameter"><code>const <a href="
|
139
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *icon_name</code></em>);
|
140
140
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-icon-from-gicon" title="gtk_entry_set_icon_from_gicon ()">gtk_entry_set_icon_from_gicon</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
141
141
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
142
|
-
<em class="parameter"><code><a href="
|
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
145
|
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.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="
|
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="
|
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="
|
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>,
|
155
|
-
<em class="parameter"><code><a href="
|
156
|
-
<a href="
|
155
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> activatable</code></em>);
|
156
|
+
<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-icon-activatable" title="gtk_entry_get_icon_activatable ()">gtk_entry_get_icon_activatable</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
157
157
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);
|
158
158
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-icon-sensitive" title="gtk_entry_set_icon_sensitive ()">gtk_entry_set_icon_sensitive</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
159
159
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
160
|
-
<em class="parameter"><code><a href="
|
161
|
-
<a href="
|
160
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> sensitive</code></em>);
|
161
|
+
<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-icon-sensitive" title="gtk_entry_get_icon_sensitive ()">gtk_entry_get_icon_sensitive</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
162
162
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);
|
163
|
-
<a href="
|
164
|
-
<em class="parameter"><code><a href="
|
165
|
-
<em class="parameter"><code><a href="
|
163
|
+
<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-icon-at-pos" title="gtk_entry_get_icon_at_pos ()">gtk_entry_get_icon_at_pos</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
164
|
+
<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>,
|
165
|
+
<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>);
|
166
166
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-icon-tooltip-text" title="gtk_entry_set_icon_tooltip_text ()">gtk_entry_set_icon_tooltip_text</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
167
167
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
168
|
-
<em class="parameter"><code>const <a href="
|
169
|
-
<a href="
|
168
|
+
<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> *tooltip</code></em>);
|
169
|
+
<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-tooltip-text" title="gtk_entry_get_icon_tooltip_text ()">gtk_entry_get_icon_tooltip_text</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
170
170
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);
|
171
171
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-icon-tooltip-markup" title="gtk_entry_set_icon_tooltip_markup ()">gtk_entry_set_icon_tooltip_markup</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
172
172
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
173
|
-
<em class="parameter"><code>const <a href="
|
174
|
-
<a href="
|
173
|
+
<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> *tooltip</code></em>);
|
174
|
+
<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-tooltip-markup" title="gtk_entry_get_icon_tooltip_markup ()">gtk_entry_get_icon_tooltip_markup</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
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
178
|
<em class="parameter"><code><a class="link" href="gtk2-Selections.html#GtkTargetList"><span class="type">GtkTargetList</span></a> *target_list</code></em>,
|
179
179
|
<em class="parameter"><code><a href="../gdk2/gdk2-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);
|
180
|
-
<a href="
|
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>);
|
182
182
|
<a href="../gdk2/gdk2-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * <a class="link" href="GtkEntry.html#gtk-entry-get-icon-window" title="gtk_entry_get_icon_window ()">gtk_entry_get_icon_window</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
183
183
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);
|
@@ -187,8 +187,8 @@ const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gt
|
|
187
187
|
<div class="refsect1">
|
188
188
|
<a name="GtkEntry.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
189
189
|
<pre class="synopsis">
|
190
|
-
<a href="
|
191
|
-
+----<a href="
|
190
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
191
|
+
+----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
192
192
|
+----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
|
193
193
|
+----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
194
194
|
+----GtkEntry
|
@@ -204,75 +204,75 @@ GtkEntry implements
|
|
204
204
|
<div class="refsect1">
|
205
205
|
<a name="GtkEntry.properties"></a><h2>Properties</h2>
|
206
206
|
<pre class="synopsis">
|
207
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--activates-default" title='The "activates-default" property'>activates-default</a>" <a href="
|
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
|
208
208
|
"<a class="link" href="GtkEntry.html#GtkEntry--buffer" title='The "buffer" property'>buffer</a>" <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a>* : Read / Write / Construct
|
209
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--caps-lock-warning" title='The "caps-lock-warning" property'>caps-lock-warning</a>" <a href="
|
210
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--cursor-position" title='The "cursor-position" property'>cursor-position</a>" <a href="
|
211
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--editable" title='The "editable" property'>editable</a>" <a href="
|
212
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--has-frame" title='The "has-frame" property'>has-frame</a>" <a href="
|
213
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--im-module" title='The "im-module" property'>im-module</a>" <a href="
|
209
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--caps-lock-warning" title='The "caps-lock-warning" property'>caps-lock-warning</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
210
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--cursor-position" title='The "cursor-position" property'>cursor-position</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
|
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
|
+
"<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
|
+
"<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
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
|
215
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--invisible-char" title='The "invisible-char" property'>invisible-char</a>" <a href="
|
216
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--invisible-char-set" title='The "invisible-char-set" property'>invisible-char-set</a>" <a href="
|
217
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--max-length" title='The "max-length" property'>max-length</a>" <a href="
|
218
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--overwrite-mode" title='The "overwrite-mode" property'>overwrite-mode</a>" <a href="
|
219
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--primary-icon-activatable" title='The "primary-icon-activatable" property'>primary-icon-activatable</a>" <a href="
|
220
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--primary-icon-gicon" title='The "primary-icon-gicon" property'>primary-icon-gicon</a>" <a href="
|
221
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--primary-icon-name" title='The "primary-icon-name" property'>primary-icon-name</a>" <a href="
|
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
|
+
"<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
|
+
"<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
|
218
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--overwrite-mode" title='The "overwrite-mode" property'>overwrite-mode</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
219
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--primary-icon-activatable" title='The "primary-icon-activatable" property'>primary-icon-activatable</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
220
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--primary-icon-gicon" title='The "primary-icon-gicon" property'>primary-icon-gicon</a>" <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a>* : Read / Write
|
221
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--primary-icon-name" title='The "primary-icon-name" property'>primary-icon-name</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
222
222
|
"<a class="link" href="GtkEntry.html#GtkEntry--primary-icon-pixbuf" title='The "primary-icon-pixbuf" property'>primary-icon-pixbuf</a>" <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>* : Read / Write
|
223
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--primary-icon-sensitive" title='The "primary-icon-sensitive" property'>primary-icon-sensitive</a>" <a href="
|
224
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--primary-icon-stock" title='The "primary-icon-stock" property'>primary-icon-stock</a>" <a href="
|
223
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--primary-icon-sensitive" title='The "primary-icon-sensitive" property'>primary-icon-sensitive</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
224
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--primary-icon-stock" title='The "primary-icon-stock" property'>primary-icon-stock</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
225
225
|
"<a class="link" href="GtkEntry.html#GtkEntry--primary-icon-storage-type" title='The "primary-icon-storage-type" property'>primary-icon-storage-type</a>" <a class="link" href="GtkImage.html#GtkImageType" title="enum GtkImageType"><span class="type">GtkImageType</span></a> : Read
|
226
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--primary-icon-tooltip-markup" title='The "primary-icon-tooltip-markup" property'>primary-icon-tooltip-markup</a>" <a href="
|
227
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--primary-icon-tooltip-text" title='The "primary-icon-tooltip-text" property'>primary-icon-tooltip-text</a>" <a href="
|
228
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--progress-fraction" title='The "progress-fraction" property'>progress-fraction</a>" <a href="
|
229
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--progress-pulse-step" title='The "progress-pulse-step" property'>progress-pulse-step</a>" <a href="
|
230
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--scroll-offset" title='The "scroll-offset" property'>scroll-offset</a>" <a href="
|
231
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--secondary-icon-activatable" title='The "secondary-icon-activatable" property'>secondary-icon-activatable</a>" <a href="
|
232
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--secondary-icon-gicon" title='The "secondary-icon-gicon" property'>secondary-icon-gicon</a>" <a href="
|
233
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--secondary-icon-name" title='The "secondary-icon-name" property'>secondary-icon-name</a>" <a href="
|
226
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--primary-icon-tooltip-markup" title='The "primary-icon-tooltip-markup" property'>primary-icon-tooltip-markup</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
227
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--primary-icon-tooltip-text" title='The "primary-icon-tooltip-text" property'>primary-icon-tooltip-text</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
228
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--progress-fraction" title='The "progress-fraction" property'>progress-fraction</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : Read / Write
|
229
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--progress-pulse-step" title='The "progress-pulse-step" property'>progress-pulse-step</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : Read / Write
|
230
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--scroll-offset" title='The "scroll-offset" property'>scroll-offset</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
|
231
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--secondary-icon-activatable" title='The "secondary-icon-activatable" property'>secondary-icon-activatable</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
232
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--secondary-icon-gicon" title='The "secondary-icon-gicon" property'>secondary-icon-gicon</a>" <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a>* : Read / Write
|
233
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--secondary-icon-name" title='The "secondary-icon-name" property'>secondary-icon-name</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
234
234
|
"<a class="link" href="GtkEntry.html#GtkEntry--secondary-icon-pixbuf" title='The "secondary-icon-pixbuf" property'>secondary-icon-pixbuf</a>" <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>* : Read / Write
|
235
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--secondary-icon-sensitive" title='The "secondary-icon-sensitive" property'>secondary-icon-sensitive</a>" <a href="
|
236
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--secondary-icon-stock" title='The "secondary-icon-stock" property'>secondary-icon-stock</a>" <a href="
|
235
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--secondary-icon-sensitive" title='The "secondary-icon-sensitive" property'>secondary-icon-sensitive</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
236
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--secondary-icon-stock" title='The "secondary-icon-stock" property'>secondary-icon-stock</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
237
237
|
"<a class="link" href="GtkEntry.html#GtkEntry--secondary-icon-storage-type" title='The "secondary-icon-storage-type" property'>secondary-icon-storage-type</a>" <a class="link" href="GtkImage.html#GtkImageType" title="enum GtkImageType"><span class="type">GtkImageType</span></a> : Read
|
238
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--secondary-icon-tooltip-markup" title='The "secondary-icon-tooltip-markup" property'>secondary-icon-tooltip-markup</a>" <a href="
|
239
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--secondary-icon-tooltip-text" title='The "secondary-icon-tooltip-text" property'>secondary-icon-tooltip-text</a>" <a href="
|
240
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--selection-bound" title='The "selection-bound" property'>selection-bound</a>" <a href="
|
238
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--secondary-icon-tooltip-markup" title='The "secondary-icon-tooltip-markup" property'>secondary-icon-tooltip-markup</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
239
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--secondary-icon-tooltip-text" title='The "secondary-icon-tooltip-text" property'>secondary-icon-tooltip-text</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
240
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--selection-bound" title='The "selection-bound" property'>selection-bound</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
|
241
241
|
"<a class="link" href="GtkEntry.html#GtkEntry--shadow-type" title='The "shadow-type" property'>shadow-type</a>" <a class="link" href="gtk2-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a> : Read / Write
|
242
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--text" title='The "text" property'>text</a>" <a href="
|
243
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--text-length" title='The "text-length" property'>text-length</a>" <a href="
|
244
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--truncate-multiline" title='The "truncate-multiline" property'>truncate-multiline</a>" <a href="
|
245
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--visibility" title='The "visibility" property'>visibility</a>" <a href="
|
246
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--width-chars" title='The "width-chars" property'>width-chars</a>" <a href="
|
247
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--xalign" title='The "xalign" property'>xalign</a>" <a href="
|
242
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--text" title='The "text" property'>text</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
243
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--text-length" title='The "text-length" property'>text-length</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read
|
244
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--truncate-multiline" title='The "truncate-multiline" property'>truncate-multiline</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
245
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--visibility" title='The "visibility" property'>visibility</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
246
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--width-chars" title='The "width-chars" property'>width-chars</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
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
250
|
<div class="refsect1">
|
251
251
|
<a name="GtkEntry.style-properties"></a><h2>Style Properties</h2>
|
252
252
|
<pre class="synopsis">
|
253
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--s-icon-prelight" title='The "icon-prelight" style property'>icon-prelight</a>" <a href="
|
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
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
|
255
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--s-invisible-char" title='The "invisible-char" style property'>invisible-char</a>" <a href="
|
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
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
|
257
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--s-state-hint" title='The "state-hint" style property'>state-hint</a>" <a href="
|
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
260
|
<div class="refsect1">
|
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>" : <a href="
|
264
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-backspace" title='The "backspace" signal'>backspace</a>" : <a href="
|
265
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-copy-clipboard" title='The "copy-clipboard" signal'>copy-clipboard</a>" : <a href="
|
266
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-cut-clipboard" title='The "cut-clipboard" signal'>cut-clipboard</a>" : <a href="
|
267
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-delete-from-cursor" title='The "delete-from-cursor" signal'>delete-from-cursor</a>" : <a href="
|
268
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-icon-press" title='The "icon-press" signal'>icon-press</a>" : <a href="
|
269
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-icon-release" title='The "icon-release" signal'>icon-release</a>" : <a href="
|
270
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-insert-at-cursor" title='The "insert-at-cursor" signal'>insert-at-cursor</a>" : <a href="
|
271
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-move-cursor" title='The "move-cursor" signal'>move-cursor</a>" : <a href="
|
272
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-paste-clipboard" title='The "paste-clipboard" signal'>paste-clipboard</a>" : <a href="
|
273
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-populate-popup" title='The "populate-popup" signal'>populate-popup</a>" : <a href="
|
274
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-preedit-changed" title='The "preedit-changed" signal'>preedit-changed</a>" : <a href="
|
275
|
-
"<a class="link" href="GtkEntry.html#GtkEntry-toggle-overwrite" title='The "toggle-overwrite" signal'>toggle-overwrite</a>" : <a href="
|
263
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-activate" title='The "activate" signal'>activate</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
264
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-backspace" title='The "backspace" signal'>backspace</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
265
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-copy-clipboard" title='The "copy-clipboard" signal'>copy-clipboard</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
266
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-cut-clipboard" title='The "cut-clipboard" signal'>cut-clipboard</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
267
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-delete-from-cursor" title='The "delete-from-cursor" signal'>delete-from-cursor</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
268
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-icon-press" title='The "icon-press" signal'>icon-press</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
269
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-icon-release" title='The "icon-release" signal'>icon-release</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
270
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-insert-at-cursor" title='The "insert-at-cursor" signal'>insert-at-cursor</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
271
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-move-cursor" title='The "move-cursor" signal'>move-cursor</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
272
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-paste-clipboard" title='The "paste-clipboard" signal'>paste-clipboard</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
273
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-populate-popup" title='The "populate-popup" signal'>populate-popup</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
274
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-preedit-changed" title='The "preedit-changed" signal'>preedit-changed</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
275
|
+
"<a class="link" href="GtkEntry.html#GtkEntry-toggle-overwrite" title='The "toggle-overwrite" signal'>toggle-overwrite</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
276
276
|
</pre>
|
277
277
|
</div>
|
278
278
|
<div class="refsect1">
|
@@ -375,7 +375,7 @@ Creates a new entry with the specified text buffer.
|
|
375
375
|
<hr>
|
376
376
|
<div class="refsect2">
|
377
377
|
<a name="gtk-entry-new-with-max-length"></a><h3>gtk_entry_new_with_max_length ()</h3>
|
378
|
-
<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="
|
378
|
+
<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>
|
379
379
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
380
380
|
<h3 class="title">Warning</h3>
|
381
381
|
<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>
|
@@ -464,7 +464,7 @@ this widget.
|
|
464
464
|
<div class="refsect2">
|
465
465
|
<a name="gtk-entry-set-text"></a><h3>gtk_entry_set_text ()</h3>
|
466
466
|
<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>,
|
467
|
-
<em class="parameter"><code>const <a href="
|
467
|
+
<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>
|
468
468
|
<p>
|
469
469
|
Sets the text in the widget to the given
|
470
470
|
value, replacing the current contents.
|
@@ -494,7 +494,7 @@ See <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-set-text" title="
|
|
494
494
|
<div class="refsect2">
|
495
495
|
<a name="gtk-entry-append-text"></a><h3>gtk_entry_append_text ()</h3>
|
496
496
|
<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>,
|
497
|
-
<em class="parameter"><code>const <a href="
|
497
|
+
<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>
|
498
498
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
499
499
|
<h3 class="title">Warning</h3>
|
500
500
|
<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>
|
@@ -524,7 +524,7 @@ Appends the given text to the contents of the widget.
|
|
524
524
|
<div class="refsect2">
|
525
525
|
<a name="gtk-entry-prepend-text"></a><h3>gtk_entry_prepend_text ()</h3>
|
526
526
|
<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>,
|
527
|
-
<em class="parameter"><code>const <a href="
|
527
|
+
<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>
|
528
528
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
529
529
|
<h3 class="title">Warning</h3>
|
530
530
|
<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>
|
@@ -554,7 +554,7 @@ Prepends the given text to the contents of the widget.
|
|
554
554
|
<div class="refsect2">
|
555
555
|
<a name="gtk-entry-set-position"></a><h3>gtk_entry_set_position ()</h3>
|
556
556
|
<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>,
|
557
|
-
<em class="parameter"><code><a href="
|
557
|
+
<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>
|
558
558
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
559
559
|
<h3 class="title">Warning</h3>
|
560
560
|
<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>
|
@@ -588,7 +588,7 @@ position is in characters, not in bytes.</td>
|
|
588
588
|
<hr>
|
589
589
|
<div class="refsect2">
|
590
590
|
<a name="gtk-entry-get-text"></a><h3>gtk_entry_get_text ()</h3>
|
591
|
-
<pre class="programlisting">const <a href="
|
591
|
+
<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>
|
592
592
|
<p>
|
593
593
|
Retrieves the contents of the entry widget.
|
594
594
|
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>.
|
@@ -635,7 +635,7 @@ stored.</td>
|
|
635
635
|
<hr>
|
636
636
|
<div class="refsect2">
|
637
637
|
<a name="gtk-entry-get-text-length"></a><h3>gtk_entry_get_text_length ()</h3>
|
638
|
-
<pre class="programlisting"><a href="
|
638
|
+
<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>
|
639
639
|
<p>
|
640
640
|
Retrieves the current length of the text in
|
641
641
|
<em class="parameter"><code>entry</code></em>.
|
@@ -682,8 +682,8 @@ in <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkE
|
|
682
682
|
<div class="refsect2">
|
683
683
|
<a name="gtk-entry-select-region"></a><h3>gtk_entry_select_region ()</h3>
|
684
684
|
<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>,
|
685
|
-
<em class="parameter"><code><a href="
|
686
|
-
<em class="parameter"><code><a href="
|
685
|
+
<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>,
|
686
|
+
<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>
|
687
687
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
688
688
|
<h3 class="title">Warning</h3>
|
689
689
|
<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>
|
@@ -721,10 +721,10 @@ the text.
|
|
721
721
|
<div class="refsect2">
|
722
722
|
<a name="gtk-entry-set-visibility"></a><h3>gtk_entry_set_visibility ()</h3>
|
723
723
|
<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>,
|
724
|
-
<em class="parameter"><code><a href="
|
724
|
+
<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>
|
725
725
|
<p>
|
726
726
|
Sets whether the contents of the entry are visible or not.
|
727
|
-
When visibility is set to <a href="
|
727
|
+
When visibility is set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, characters are displayed
|
728
728
|
as the invisible char, and will also appear that way when
|
729
729
|
the text in the entry widget is copied elsewhere.
|
730
730
|
</p>
|
@@ -747,7 +747,7 @@ in the current font, but it can be changed with
|
|
747
747
|
<tr>
|
748
748
|
<td><p><span class="term"><em class="parameter"><code>visible</code></em> :</span></p></td>
|
749
749
|
<td>
|
750
|
-
<a href="
|
750
|
+
<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
|
751
751
|
as plaintext</td>
|
752
752
|
</tr>
|
753
753
|
</tbody>
|
@@ -757,11 +757,11 @@ as plaintext</td>
|
|
757
757
|
<div class="refsect2">
|
758
758
|
<a name="gtk-entry-set-invisible-char"></a><h3>gtk_entry_set_invisible_char ()</h3>
|
759
759
|
<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>,
|
760
|
-
<em class="parameter"><code><a href="
|
760
|
+
<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>
|
761
761
|
<p>
|
762
762
|
Sets the character to use in place of the actual text when
|
763
763
|
<a class="link" href="GtkEntry.html#gtk-entry-set-visibility" title="gtk_entry_set_visibility ()"><code class="function">gtk_entry_set_visibility()</code></a> has been called to set text visibility
|
764
|
-
to <a href="
|
764
|
+
to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>. i.e. this is the character used in "password mode" to
|
765
765
|
show the user how many characters have been typed. By default, GTK+
|
766
766
|
picks the best invisible char available in the current font. If you
|
767
767
|
set the invisible char to 0, then the user will get no feedback
|
@@ -811,7 +811,7 @@ default invisible char is used again.
|
|
811
811
|
<div class="refsect2">
|
812
812
|
<a name="gtk-entry-set-editable"></a><h3>gtk_entry_set_editable ()</h3>
|
813
813
|
<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>,
|
814
|
-
<em class="parameter"><code><a href="
|
814
|
+
<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>
|
815
815
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
816
816
|
<h3 class="title">Warning</h3>
|
817
817
|
<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>
|
@@ -834,7 +834,7 @@ widget or not.
|
|
834
834
|
<tr>
|
835
835
|
<td><p><span class="term"><em class="parameter"><code>editable</code></em> :</span></p></td>
|
836
836
|
<td>
|
837
|
-
<a href="
|
837
|
+
<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
|
838
838
|
in the widget</td>
|
839
839
|
</tr>
|
840
840
|
</tbody>
|
@@ -844,7 +844,7 @@ in the widget</td>
|
|
844
844
|
<div class="refsect2">
|
845
845
|
<a name="gtk-entry-set-max-length"></a><h3>gtk_entry_set_max_length ()</h3>
|
846
846
|
<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>,
|
847
|
-
<em class="parameter"><code><a href="
|
847
|
+
<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>
|
848
848
|
<p>
|
849
849
|
Sets the maximum allowed length of the contents of the widget. If
|
850
850
|
the current contents are longer than the given length, then they
|
@@ -891,7 +891,7 @@ be clamped to the range 0-65536.</td>
|
|
891
891
|
<hr>
|
892
892
|
<div class="refsect2">
|
893
893
|
<a name="gtk-entry-get-activates-default"></a><h3>gtk_entry_get_activates_default ()</h3>
|
894
|
-
<pre class="programlisting"><a href="
|
894
|
+
<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>
|
895
895
|
<p>
|
896
896
|
Retrieves the value set by <a class="link" href="GtkEntry.html#gtk-entry-set-activates-default" title="gtk_entry_set_activates_default ()"><code class="function">gtk_entry_set_activates_default()</code></a>.
|
897
897
|
</p>
|
@@ -909,7 +909,7 @@ Retrieves the value set by <a class="link" href="GtkEntry.html#gtk-entry-set-act
|
|
909
909
|
<tr>
|
910
910
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
911
911
|
<td>
|
912
|
-
<a href="
|
912
|
+
<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</td>
|
913
913
|
</tr>
|
914
914
|
</tbody>
|
915
915
|
</table></div>
|
@@ -917,7 +917,7 @@ Retrieves the value set by <a class="link" href="GtkEntry.html#gtk-entry-set-act
|
|
917
917
|
<hr>
|
918
918
|
<div class="refsect2">
|
919
919
|
<a name="gtk-entry-get-has-frame"></a><h3>gtk_entry_get_has_frame ()</h3>
|
920
|
-
<pre class="programlisting"><a href="
|
920
|
+
<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>
|
921
921
|
<p>
|
922
922
|
Gets the value set by <a class="link" href="GtkEntry.html#gtk-entry-set-has-frame" title="gtk_entry_set_has_frame ()"><code class="function">gtk_entry_set_has_frame()</code></a>.
|
923
923
|
</p>
|
@@ -960,7 +960,7 @@ This function returns the entry's <a class="link" href="GtkEntry.html#GtkEntry--
|
|
960
960
|
</tr>
|
961
961
|
<tr>
|
962
962
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
963
|
-
<td>the entry's <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a>, or <a href="
|
963
|
+
<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>
|
964
964
|
</td>
|
965
965
|
</tr>
|
966
966
|
</tbody>
|
@@ -970,7 +970,7 @@ This function returns the entry's <a class="link" href="GtkEntry.html#GtkEntry--
|
|
970
970
|
<hr>
|
971
971
|
<div class="refsect2">
|
972
972
|
<a name="gtk-entry-get-width-chars"></a><h3>gtk_entry_get_width_chars ()</h3>
|
973
|
-
<pre class="programlisting"><a href="
|
973
|
+
<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>
|
974
974
|
<p>
|
975
975
|
Gets the value set by <a class="link" href="GtkEntry.html#gtk-entry-set-width-chars" title="gtk_entry_set_width_chars ()"><code class="function">gtk_entry_set_width_chars()</code></a>.
|
976
976
|
</p>
|
@@ -996,15 +996,15 @@ Gets the value set by <a class="link" href="GtkEntry.html#gtk-entry-set-width-ch
|
|
996
996
|
<div class="refsect2">
|
997
997
|
<a name="gtk-entry-set-activates-default"></a><h3>gtk_entry_set_activates_default ()</h3>
|
998
998
|
<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>,
|
999
|
-
<em class="parameter"><code><a href="
|
999
|
+
<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>
|
1000
1000
|
<p>
|
1001
|
-
If <em class="parameter"><code>setting</code></em> is <a href="
|
1001
|
+
If <em class="parameter"><code>setting</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, pressing Enter in the <em class="parameter"><code>entry</code></em> will activate the default
|
1002
1002
|
widget for the window containing the entry. This usually means that
|
1003
1003
|
the dialog box containing the entry will be closed, since the default
|
1004
1004
|
widget is usually one of the dialog buttons.
|
1005
1005
|
</p>
|
1006
1006
|
<p>
|
1007
|
-
(For experts: if <em class="parameter"><code>setting</code></em> is <a href="
|
1007
|
+
(For experts: if <em class="parameter"><code>setting</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the entry calls
|
1008
1008
|
<a class="link" href="GtkWindow.html#gtk-window-activate-default" title="gtk_window_activate_default ()"><code class="function">gtk_window_activate_default()</code></a> on the window containing the entry, in
|
1009
1009
|
the default handler for the <span class="type">"activate"</span> signal.)
|
1010
1010
|
</p>
|
@@ -1022,7 +1022,7 @@ the default handler for the <span class="type">"activate"</span> signal.)
|
|
1022
1022
|
<tr>
|
1023
1023
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
1024
1024
|
<td>
|
1025
|
-
<a href="
|
1025
|
+
<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</td>
|
1026
1026
|
</tr>
|
1027
1027
|
</tbody>
|
1028
1028
|
</table></div>
|
@@ -1031,7 +1031,7 @@ the default handler for the <span class="type">"activate"</span> signal.)
|
|
1031
1031
|
<div class="refsect2">
|
1032
1032
|
<a name="gtk-entry-set-has-frame"></a><h3>gtk_entry_set_has_frame ()</h3>
|
1033
1033
|
<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>,
|
1034
|
-
<em class="parameter"><code><a href="
|
1034
|
+
<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>
|
1035
1035
|
<p>
|
1036
1036
|
Sets whether the entry has a beveled frame around it.
|
1037
1037
|
</p>
|
@@ -1059,7 +1059,7 @@ Sets whether the entry has a beveled frame around it.
|
|
1059
1059
|
<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>,
|
1060
1060
|
<em class="parameter"><code>const <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a> *border</code></em>);</pre>
|
1061
1061
|
<p>
|
1062
|
-
Sets <code class="literal">entry</code>'s inner-border property to <code class="literal">border</code>, or clears it if <a href="
|
1062
|
+
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>
|
1063
1063
|
is passed. The inner-border is the area around the entry's text, but
|
1064
1064
|
inside its frame.
|
1065
1065
|
</p>
|
@@ -1082,7 +1082,7 @@ pixel-exact positioning of the entry is important.
|
|
1082
1082
|
</tr>
|
1083
1083
|
<tr>
|
1084
1084
|
<td><p><span class="term"><em class="parameter"><code>border</code></em> :</span></p></td>
|
1085
|
-
<td>a <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a>, or <a href="
|
1085
|
+
<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>
|
1086
1086
|
</td>
|
1087
1087
|
</tr>
|
1088
1088
|
</tbody>
|
@@ -1093,7 +1093,7 @@ pixel-exact positioning of the entry is important.
|
|
1093
1093
|
<div class="refsect2">
|
1094
1094
|
<a name="gtk-entry-set-width-chars"></a><h3>gtk_entry_set_width_chars ()</h3>
|
1095
1095
|
<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>,
|
1096
|
-
<em class="parameter"><code><a href="
|
1096
|
+
<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>
|
1097
1097
|
<p>
|
1098
1098
|
Changes the size request of the entry to be about the right size
|
1099
1099
|
for <em class="parameter"><code>n_chars</code></em> characters. Note that it changes the size
|
@@ -1122,7 +1122,7 @@ size reverts to the default entry size.
|
|
1122
1122
|
<hr>
|
1123
1123
|
<div class="refsect2">
|
1124
1124
|
<a name="gtk-entry-get-invisible-char"></a><h3>gtk_entry_get_invisible_char ()</h3>
|
1125
|
-
<pre class="programlisting"><a href="
|
1125
|
+
<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>
|
1126
1126
|
<p>
|
1127
1127
|
Retrieves the character displayed in place of the real characters
|
1128
1128
|
for entries with visibility set to false. See <a class="link" href="GtkEntry.html#gtk-entry-set-invisible-char" title="gtk_entry_set_invisible_char ()"><code class="function">gtk_entry_set_invisible_char()</code></a>.
|
@@ -1150,7 +1150,7 @@ show invisible text at all.</td>
|
|
1150
1150
|
<div class="refsect2">
|
1151
1151
|
<a name="gtk-entry-set-alignment"></a><h3>gtk_entry_set_alignment ()</h3>
|
1152
1152
|
<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>,
|
1153
|
-
<em class="parameter"><code><a href="
|
1153
|
+
<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>
|
1154
1154
|
<p>
|
1155
1155
|
Sets the alignment for the contents of the entry. This controls
|
1156
1156
|
the horizontal positioning of the contents when the displayed
|
@@ -1179,7 +1179,7 @@ Reversed for RTL layouts</td>
|
|
1179
1179
|
<hr>
|
1180
1180
|
<div class="refsect2">
|
1181
1181
|
<a name="gtk-entry-get-alignment"></a><h3>gtk_entry_get_alignment ()</h3>
|
1182
|
-
<pre class="programlisting"><a href="
|
1182
|
+
<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>
|
1183
1183
|
<p>
|
1184
1184
|
Gets the value set by <a class="link" href="GtkEntry.html#gtk-entry-set-alignment" title="gtk_entry_set_alignment ()"><code class="function">gtk_entry_set_alignment()</code></a>.
|
1185
1185
|
</p>
|
@@ -1206,7 +1206,7 @@ Gets the value set by <a class="link" href="GtkEntry.html#gtk-entry-set-alignmen
|
|
1206
1206
|
<div class="refsect2">
|
1207
1207
|
<a name="gtk-entry-set-overwrite-mode"></a><h3>gtk_entry_set_overwrite_mode ()</h3>
|
1208
1208
|
<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>,
|
1209
|
-
<em class="parameter"><code><a href="
|
1209
|
+
<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>
|
1210
1210
|
<p>
|
1211
1211
|
Sets whether the text is overwritten when typing in the <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>.
|
1212
1212
|
</p>
|
@@ -1232,7 +1232,7 @@ Sets whether the text is overwritten when typing in the <a class="link" href="Gt
|
|
1232
1232
|
<hr>
|
1233
1233
|
<div class="refsect2">
|
1234
1234
|
<a name="gtk-entry-get-overwrite-mode"></a><h3>gtk_entry_get_overwrite_mode ()</h3>
|
1235
|
-
<pre class="programlisting"><a href="
|
1235
|
+
<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>
|
1236
1236
|
<p>
|
1237
1237
|
Gets the value set by <a class="link" href="GtkEntry.html#gtk-entry-set-overwrite-mode" title="gtk_entry_set_overwrite_mode ()"><code class="function">gtk_entry_set_overwrite_mode()</code></a>.
|
1238
1238
|
</p>
|
@@ -1295,8 +1295,8 @@ indices in the layout to byte indices in the entry contents.
|
|
1295
1295
|
<div class="refsect2">
|
1296
1296
|
<a name="gtk-entry-get-layout-offsets"></a><h3>gtk_entry_get_layout_offsets ()</h3>
|
1297
1297
|
<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>,
|
1298
|
-
<em class="parameter"><code><a href="
|
1299
|
-
<em class="parameter"><code><a href="
|
1298
|
+
<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>,
|
1299
|
+
<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>);</pre>
|
1300
1300
|
<p>
|
1301
1301
|
Obtains the position of the <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> used to render text
|
1302
1302
|
in the entry, in widget coordinates. Useful if you want to line
|
@@ -1334,12 +1334,12 @@ indices in the layout to byte indices in the entry contents.
|
|
1334
1334
|
</tr>
|
1335
1335
|
<tr>
|
1336
1336
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1337
|
-
<td>location to store X offset of layout, or <a href="
|
1337
|
+
<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="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1338
1338
|
</td>
|
1339
1339
|
</tr>
|
1340
1340
|
<tr>
|
1341
1341
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1342
|
-
<td>location to store Y offset of layout, or <a href="
|
1342
|
+
<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="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1343
1343
|
</td>
|
1344
1344
|
</tr>
|
1345
1345
|
</tbody>
|
@@ -1348,9 +1348,9 @@ indices in the layout to byte indices in the entry contents.
|
|
1348
1348
|
<hr>
|
1349
1349
|
<div class="refsect2">
|
1350
1350
|
<a name="gtk-entry-layout-index-to-text-index"></a><h3>gtk_entry_layout_index_to_text_index ()</h3>
|
1351
|
-
<pre class="programlisting"><a href="
|
1351
|
+
<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
|
1352
1352
|
(<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1353
|
-
<em class="parameter"><code><a href="
|
1353
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> layout_index</code></em>);</pre>
|
1354
1354
|
<p>
|
1355
1355
|
Converts from a position in the entry contents (returned
|
1356
1356
|
by <a class="link" href="GtkEntry.html#gtk-entry-get-text" title="gtk_entry_get_text ()"><code class="function">gtk_entry_get_text()</code></a>) to a position in the
|
@@ -1382,9 +1382,9 @@ with text retrieved via <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Obje
|
|
1382
1382
|
<hr>
|
1383
1383
|
<div class="refsect2">
|
1384
1384
|
<a name="gtk-entry-text-index-to-layout-index"></a><h3>gtk_entry_text_index_to_layout_index ()</h3>
|
1385
|
-
<pre class="programlisting"><a href="
|
1385
|
+
<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
|
1386
1386
|
(<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1387
|
-
<em class="parameter"><code><a href="
|
1387
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> text_index</code></em>);</pre>
|
1388
1388
|
<p>
|
1389
1389
|
Converts from a position in the entry's <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> (returned by
|
1390
1390
|
<a class="link" href="GtkEntry.html#gtk-entry-get-layout" title="gtk_entry_get_layout ()"><code class="function">gtk_entry_get_layout()</code></a>) to a position in the entry contents
|
@@ -1415,7 +1415,7 @@ Converts from a position in the entry's <a href="/usr/share/gtk-doc/html/pango/p
|
|
1415
1415
|
<hr>
|
1416
1416
|
<div class="refsect2">
|
1417
1417
|
<a name="gtk-entry-get-max-length"></a><h3>gtk_entry_get_max_length ()</h3>
|
1418
|
-
<pre class="programlisting"><a href="
|
1418
|
+
<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>
|
1419
1419
|
<p>
|
1420
1420
|
Retrieves the maximum allowed length of the text in
|
1421
1421
|
<em class="parameter"><code>entry</code></em>. See <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>.
|
@@ -1460,7 +1460,7 @@ in <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkE
|
|
1460
1460
|
<hr>
|
1461
1461
|
<div class="refsect2">
|
1462
1462
|
<a name="gtk-entry-get-visibility"></a><h3>gtk_entry_get_visibility ()</h3>
|
1463
|
-
<pre class="programlisting"><a href="
|
1463
|
+
<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>
|
1464
1464
|
<p>
|
1465
1465
|
Retrieves whether the text in <em class="parameter"><code>entry</code></em> is visible. See
|
1466
1466
|
<a class="link" href="GtkEntry.html#gtk-entry-set-visibility" title="gtk_entry_set_visibility ()"><code class="function">gtk_entry_set_visibility()</code></a>.
|
@@ -1479,7 +1479,7 @@ Retrieves whether the text in <em class="parameter"><code>entry</code></em> is v
|
|
1479
1479
|
<tr>
|
1480
1480
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1481
1481
|
<td>
|
1482
|
-
<a href="
|
1482
|
+
<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</td>
|
1483
1483
|
</tr>
|
1484
1484
|
</tbody>
|
1485
1485
|
</table></div>
|
@@ -1493,7 +1493,7 @@ Retrieves whether the text in <em class="parameter"><code>entry</code></em> is v
|
|
1493
1493
|
Sets <em class="parameter"><code>completion</code></em> to be the auxiliary completion object to use with <em class="parameter"><code>entry</code></em>.
|
1494
1494
|
All further configuration of the completion mechanism is done on
|
1495
1495
|
<em class="parameter"><code>completion</code></em> using the <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> API. Completion is disabled if
|
1496
|
-
<em class="parameter"><code>completion</code></em> is set to <a href="
|
1496
|
+
<em class="parameter"><code>completion</code></em> is set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
1497
1497
|
</p>
|
1498
1498
|
<div class="variablelist"><table border="0" class="variablelist">
|
1499
1499
|
<colgroup>
|
@@ -1508,7 +1508,7 @@ All further configuration of the completion mechanism is done on
|
|
1508
1508
|
</tr>
|
1509
1509
|
<tr>
|
1510
1510
|
<td><p><span class="term"><em class="parameter"><code>completion</code></em> :</span></p></td>
|
1511
|
-
<td>The <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> or <a href="
|
1511
|
+
<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>
|
1512
1512
|
</td>
|
1513
1513
|
</tr>
|
1514
1514
|
</tbody>
|
@@ -1572,7 +1572,7 @@ as the entry.
|
|
1572
1572
|
<tr>
|
1573
1573
|
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
|
1574
1574
|
<td>an adjustment which should be adjusted when the cursor
|
1575
|
-
is moved, or <a href="
|
1575
|
+
is moved, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1576
1576
|
</td>
|
1577
1577
|
</tr>
|
1578
1578
|
</tbody>
|
@@ -1600,7 +1600,7 @@ See <a class="link" href="GtkEntry.html#gtk-entry-set-cursor-hadjustment" title=
|
|
1600
1600
|
</tr>
|
1601
1601
|
<tr>
|
1602
1602
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1603
|
-
<td>the horizontal cursor adjustment, or <a href="
|
1603
|
+
<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>
|
1604
1604
|
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>
|
1605
1605
|
</td>
|
1606
1606
|
</tr>
|
@@ -1612,7 +1612,7 @@ if none has been set. <span class="annotation">[<acronym title="Don't free data
|
|
1612
1612
|
<div class="refsect2">
|
1613
1613
|
<a name="gtk-entry-set-progress-fraction"></a><h3>gtk_entry_set_progress_fraction ()</h3>
|
1614
1614
|
<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>,
|
1615
|
-
<em class="parameter"><code><a href="
|
1615
|
+
<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>
|
1616
1616
|
<p>
|
1617
1617
|
Causes the entry's progress indicator to "fill in" the given
|
1618
1618
|
fraction of the bar. The fraction should be between 0.0 and 1.0,
|
@@ -1640,7 +1640,7 @@ inclusive.
|
|
1640
1640
|
<hr>
|
1641
1641
|
<div class="refsect2">
|
1642
1642
|
<a name="gtk-entry-get-progress-fraction"></a><h3>gtk_entry_get_progress_fraction ()</h3>
|
1643
|
-
<pre class="programlisting"><a href="
|
1643
|
+
<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>
|
1644
1644
|
<p>
|
1645
1645
|
Returns the current fraction of the task that's been completed.
|
1646
1646
|
See <a class="link" href="GtkEntry.html#gtk-entry-set-progress-fraction" title="gtk_entry_set_progress_fraction ()"><code class="function">gtk_entry_set_progress_fraction()</code></a>.
|
@@ -1668,7 +1668,7 @@ See <a class="link" href="GtkEntry.html#gtk-entry-set-progress-fraction" title="
|
|
1668
1668
|
<div class="refsect2">
|
1669
1669
|
<a name="gtk-entry-set-progress-pulse-step"></a><h3>gtk_entry_set_progress_pulse_step ()</h3>
|
1670
1670
|
<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>,
|
1671
|
-
<em class="parameter"><code><a href="
|
1671
|
+
<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>
|
1672
1672
|
<p>
|
1673
1673
|
Sets the fraction of total entry width to move the progress
|
1674
1674
|
bouncing block for each call to <a class="link" href="GtkEntry.html#gtk-entry-progress-pulse" title="gtk_entry_progress_pulse ()"><code class="function">gtk_entry_progress_pulse()</code></a>.
|
@@ -1695,7 +1695,7 @@ bouncing block for each call to <a class="link" href="GtkEntry.html#gtk-entry-pr
|
|
1695
1695
|
<hr>
|
1696
1696
|
<div class="refsect2">
|
1697
1697
|
<a name="gtk-entry-get-progress-pulse-step"></a><h3>gtk_entry_get_progress_pulse_step ()</h3>
|
1698
|
-
<pre class="programlisting"><a href="
|
1698
|
+
<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>
|
1699
1699
|
<p>
|
1700
1700
|
Retrieves the pulse step set with <a class="link" href="GtkEntry.html#gtk-entry-set-progress-pulse-step" title="gtk_entry_set_progress_pulse_step ()"><code class="function">gtk_entry_set_progress_pulse_step()</code></a>.
|
1701
1701
|
</p>
|
@@ -1746,12 +1746,12 @@ where a block bounces back and forth. Each call to
|
|
1746
1746
|
<hr>
|
1747
1747
|
<div class="refsect2">
|
1748
1748
|
<a name="gtk-entry-im-context-filter-keypress"></a><h3>gtk_entry_im_context_filter_keypress ()</h3>
|
1749
|
-
<pre class="programlisting"><a href="
|
1749
|
+
<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
|
1750
1750
|
(<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1751
1751
|
<em class="parameter"><code><a href="../gdk2/gdk2-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);</pre>
|
1752
1752
|
<p>
|
1753
1753
|
Allow the <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> input method to internally handle key press
|
1754
|
-
and release events. If this function returns <a href="
|
1754
|
+
and release events. If this function returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then no further
|
1755
1755
|
processing should be done for this key event. See
|
1756
1756
|
<a class="link" href="GtkIMContext.html#gtk-im-context-filter-keypress" title="gtk_im_context_filter_keypress ()"><code class="function">gtk_im_context_filter_keypress()</code></a>.
|
1757
1757
|
</p>
|
@@ -1780,7 +1780,7 @@ See <a class="link" href="GtkTextView.html#gtk-text-view-reset-im-context" title
|
|
1780
1780
|
<tr>
|
1781
1781
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1782
1782
|
<td>
|
1783
|
-
<a href="
|
1783
|
+
<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.</td>
|
1784
1784
|
</tr>
|
1785
1785
|
</tbody>
|
1786
1786
|
</table></div>
|
@@ -1851,7 +1851,7 @@ Specifies the side of the entry at which an icon is placed.
|
|
1851
1851
|
Sets the icon shown in the specified position using a pixbuf.
|
1852
1852
|
</p>
|
1853
1853
|
<p>
|
1854
|
-
If <em class="parameter"><code>pixbuf</code></em> is <a href="
|
1854
|
+
If <em class="parameter"><code>pixbuf</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, no icon will be shown in the specified position.
|
1855
1855
|
</p>
|
1856
1856
|
<div class="variablelist"><table border="0" class="variablelist">
|
1857
1857
|
<colgroup>
|
@@ -1870,7 +1870,7 @@ If <em class="parameter"><code>pixbuf</code></em> is <a href="/home/kou/work/rub
|
|
1870
1870
|
</tr>
|
1871
1871
|
<tr>
|
1872
1872
|
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
1873
|
-
<td>A <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <a href="
|
1873
|
+
<td>A <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.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>
|
1874
1874
|
</td>
|
1875
1875
|
</tr>
|
1876
1876
|
</tbody>
|
@@ -1882,13 +1882,13 @@ If <em class="parameter"><code>pixbuf</code></em> is <a href="/home/kou/work/rub
|
|
1882
1882
|
<a name="gtk-entry-set-icon-from-stock"></a><h3>gtk_entry_set_icon_from_stock ()</h3>
|
1883
1883
|
<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>,
|
1884
1884
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
1885
|
-
<em class="parameter"><code>const <a href="
|
1885
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);</pre>
|
1886
1886
|
<p>
|
1887
1887
|
Sets the icon shown in the entry at the specified position from
|
1888
1888
|
a stock image.
|
1889
1889
|
</p>
|
1890
1890
|
<p>
|
1891
|
-
If <em class="parameter"><code>stock_id</code></em> is <a href="
|
1891
|
+
If <em class="parameter"><code>stock_id</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, no icon will be shown in the specified position.
|
1892
1892
|
</p>
|
1893
1893
|
<div class="variablelist"><table border="0" class="variablelist">
|
1894
1894
|
<colgroup>
|
@@ -1907,7 +1907,7 @@ If <em class="parameter"><code>stock_id</code></em> is <a href="/home/kou/work/r
|
|
1907
1907
|
</tr>
|
1908
1908
|
<tr>
|
1909
1909
|
<td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
|
1910
|
-
<td>The name of the stock item, or <a href="
|
1910
|
+
<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>
|
1911
1911
|
</td>
|
1912
1912
|
</tr>
|
1913
1913
|
</tbody>
|
@@ -1919,7 +1919,7 @@ If <em class="parameter"><code>stock_id</code></em> is <a href="/home/kou/work/r
|
|
1919
1919
|
<a name="gtk-entry-set-icon-from-icon-name"></a><h3>gtk_entry_set_icon_from_icon_name ()</h3>
|
1920
1920
|
<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>,
|
1921
1921
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
1922
|
-
<em class="parameter"><code>const <a href="
|
1922
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *icon_name</code></em>);</pre>
|
1923
1923
|
<p>
|
1924
1924
|
Sets the icon shown in the entry at the specified position
|
1925
1925
|
from the current icon theme.
|
@@ -1929,7 +1929,7 @@ If the icon name isn't known, a "broken image" icon will be displayed
|
|
1929
1929
|
instead.
|
1930
1930
|
</p>
|
1931
1931
|
<p>
|
1932
|
-
If <em class="parameter"><code>icon_name</code></em> is <a href="
|
1932
|
+
If <em class="parameter"><code>icon_name</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, no icon will be shown in the specified position.
|
1933
1933
|
</p>
|
1934
1934
|
<div class="variablelist"><table border="0" class="variablelist">
|
1935
1935
|
<colgroup>
|
@@ -1948,7 +1948,7 @@ If <em class="parameter"><code>icon_name</code></em> is <a href="/home/kou/work/
|
|
1948
1948
|
</tr>
|
1949
1949
|
<tr>
|
1950
1950
|
<td><p><span class="term"><em class="parameter"><code>icon_name</code></em> :</span></p></td>
|
1951
|
-
<td>An icon name, or <a href="
|
1951
|
+
<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>
|
1952
1952
|
</td>
|
1953
1953
|
</tr>
|
1954
1954
|
</tbody>
|
@@ -1960,7 +1960,7 @@ If <em class="parameter"><code>icon_name</code></em> is <a href="/home/kou/work/
|
|
1960
1960
|
<a name="gtk-entry-set-icon-from-gicon"></a><h3>gtk_entry_set_icon_from_gicon ()</h3>
|
1961
1961
|
<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>,
|
1962
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>,
|
1963
|
-
<em class="parameter"><code><a href="
|
1963
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a> *icon</code></em>);</pre>
|
1964
1964
|
<p>
|
1965
1965
|
Sets the icon shown in the entry at the specified position
|
1966
1966
|
from the current icon theme.
|
@@ -1968,7 +1968,7 @@ If the icon isn't known, a "broken image" icon will be displayed
|
|
1968
1968
|
instead.
|
1969
1969
|
</p>
|
1970
1970
|
<p>
|
1971
|
-
If <em class="parameter"><code>icon</code></em> is <a href="
|
1971
|
+
If <em class="parameter"><code>icon</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, no icon will be shown in the specified position.
|
1972
1972
|
</p>
|
1973
1973
|
<div class="variablelist"><table border="0" class="variablelist">
|
1974
1974
|
<colgroup>
|
@@ -1987,7 +1987,7 @@ If <em class="parameter"><code>icon</code></em> is <a href="/home/kou/work/ruby/
|
|
1987
1987
|
</tr>
|
1988
1988
|
<tr>
|
1989
1989
|
<td><p><span class="term"><em class="parameter"><code>icon</code></em> :</span></p></td>
|
1990
|
-
<td>The icon to set, or <a href="
|
1990
|
+
<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>
|
1991
1991
|
</td>
|
1992
1992
|
</tr>
|
1993
1993
|
</tbody>
|
@@ -2038,7 +2038,7 @@ Retrieves the image used for the icon.
|
|
2038
2038
|
<p>
|
2039
2039
|
Unlike the other methods of setting and getting icon data, this
|
2040
2040
|
method will work regardless of whether the icon was set using a
|
2041
|
-
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, a <a href="
|
2041
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, a <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a>, a stock item, or an icon name.
|
2042
2042
|
</p>
|
2043
2043
|
<div class="variablelist"><table border="0" class="variablelist">
|
2044
2044
|
<colgroup>
|
@@ -2057,7 +2057,7 @@ method will work regardless of whether the icon was set using a
|
|
2057
2057
|
</tr>
|
2058
2058
|
<tr>
|
2059
2059
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2060
|
-
<td>A <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <a href="
|
2060
|
+
<td>A <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.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
|
2061
2061
|
set for this position. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
2062
2062
|
</td>
|
2063
2063
|
</tr>
|
@@ -2068,10 +2068,10 @@ set for this position. <span class="annotation">[<acronym title="Don't free data
|
|
2068
2068
|
<hr>
|
2069
2069
|
<div class="refsect2">
|
2070
2070
|
<a name="gtk-entry-get-icon-stock"></a><h3>gtk_entry_get_icon_stock ()</h3>
|
2071
|
-
<pre class="programlisting">const <a href="
|
2071
|
+
<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>,
|
2072
2072
|
<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>
|
2073
2073
|
<p>
|
2074
|
-
Retrieves the stock id used for the icon, or <a href="
|
2074
|
+
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
|
2075
2075
|
no icon or if the icon was set by some other method (e.g., by
|
2076
2076
|
pixbuf, icon name or gicon).
|
2077
2077
|
</p>
|
@@ -2092,7 +2092,7 @@ pixbuf, icon name or gicon).
|
|
2092
2092
|
</tr>
|
2093
2093
|
<tr>
|
2094
2094
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2095
|
-
<td>A stock id, or <a href="
|
2095
|
+
<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
|
2096
2096
|
wasn't set from a stock id</td>
|
2097
2097
|
</tr>
|
2098
2098
|
</tbody>
|
@@ -2102,10 +2102,10 @@ wasn't set from a stock id</td>
|
|
2102
2102
|
<hr>
|
2103
2103
|
<div class="refsect2">
|
2104
2104
|
<a name="gtk-entry-get-icon-name"></a><h3>gtk_entry_get_icon_name ()</h3>
|
2105
|
-
<pre class="programlisting">const <a href="
|
2105
|
+
<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>,
|
2106
2106
|
<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>
|
2107
2107
|
<p>
|
2108
|
-
Retrieves the icon name used for the icon, or <a href="
|
2108
|
+
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
|
2109
2109
|
no icon or if the icon was set by some other method (e.g., by
|
2110
2110
|
pixbuf, stock or gicon).
|
2111
2111
|
</p>
|
@@ -2126,7 +2126,7 @@ pixbuf, stock or gicon).
|
|
2126
2126
|
</tr>
|
2127
2127
|
<tr>
|
2128
2128
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2129
|
-
<td>An icon name, or <a href="
|
2129
|
+
<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
|
2130
2130
|
wasn't set from an icon name</td>
|
2131
2131
|
</tr>
|
2132
2132
|
</tbody>
|
@@ -2136,10 +2136,10 @@ wasn't set from an icon name</td>
|
|
2136
2136
|
<hr>
|
2137
2137
|
<div class="refsect2">
|
2138
2138
|
<a name="gtk-entry-get-icon-gicon"></a><h3>gtk_entry_get_icon_gicon ()</h3>
|
2139
|
-
<pre class="programlisting"><a href="
|
2139
|
+
<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>,
|
2140
2140
|
<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>
|
2141
2141
|
<p>
|
2142
|
-
Retrieves the <a href="
|
2142
|
+
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
|
2143
2143
|
no icon or if the icon was set by some other method (e.g., by
|
2144
2144
|
stock, pixbuf, or icon name).
|
2145
2145
|
</p>
|
@@ -2160,8 +2160,8 @@ stock, pixbuf, or icon name).
|
|
2160
2160
|
</tr>
|
2161
2161
|
<tr>
|
2162
2162
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2163
|
-
<td>A <a href="
|
2164
|
-
or if the icon is not a <a href="
|
2163
|
+
<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
|
2164
|
+
or if the icon is not a <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
2165
2165
|
</td>
|
2166
2166
|
</tr>
|
2167
2167
|
</tbody>
|
@@ -2173,7 +2173,7 @@ or if the icon is not a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/ven
|
|
2173
2173
|
<a name="gtk-entry-set-icon-activatable"></a><h3>gtk_entry_set_icon_activatable ()</h3>
|
2174
2174
|
<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>,
|
2175
2175
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
2176
|
-
<em class="parameter"><code><a href="
|
2176
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> activatable</code></em>);</pre>
|
2177
2177
|
<p>
|
2178
2178
|
Sets whether the icon is activatable.
|
2179
2179
|
</p>
|
@@ -2195,7 +2195,7 @@ Sets whether the icon is activatable.
|
|
2195
2195
|
<tr>
|
2196
2196
|
<td><p><span class="term"><em class="parameter"><code>activatable</code></em> :</span></p></td>
|
2197
2197
|
<td>
|
2198
|
-
<a href="
|
2198
|
+
<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</td>
|
2199
2199
|
</tr>
|
2200
2200
|
</tbody>
|
2201
2201
|
</table></div>
|
@@ -2204,7 +2204,7 @@ Sets whether the icon is activatable.
|
|
2204
2204
|
<hr>
|
2205
2205
|
<div class="refsect2">
|
2206
2206
|
<a name="gtk-entry-get-icon-activatable"></a><h3>gtk_entry_get_icon_activatable ()</h3>
|
2207
|
-
<pre class="programlisting"><a href="
|
2207
|
+
<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>,
|
2208
2208
|
<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
2209
|
<p>
|
2210
2210
|
Returns whether the icon is activatable.
|
@@ -2227,7 +2227,7 @@ Returns whether the icon is activatable.
|
|
2227
2227
|
<tr>
|
2228
2228
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2229
2229
|
<td>
|
2230
|
-
<a href="
|
2230
|
+
<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.</td>
|
2231
2231
|
</tr>
|
2232
2232
|
</tbody>
|
2233
2233
|
</table></div>
|
@@ -2238,7 +2238,7 @@ Returns whether the icon is activatable.
|
|
2238
2238
|
<a name="gtk-entry-set-icon-sensitive"></a><h3>gtk_entry_set_icon_sensitive ()</h3>
|
2239
2239
|
<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>,
|
2240
2240
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
2241
|
-
<em class="parameter"><code><a href="
|
2241
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> sensitive</code></em>);</pre>
|
2242
2242
|
<p>
|
2243
2243
|
Sets the sensitivity for the specified icon.
|
2244
2244
|
</p>
|
@@ -2269,7 +2269,7 @@ sensitive or insensitive</td>
|
|
2269
2269
|
<hr>
|
2270
2270
|
<div class="refsect2">
|
2271
2271
|
<a name="gtk-entry-get-icon-sensitive"></a><h3>gtk_entry_get_icon_sensitive ()</h3>
|
2272
|
-
<pre class="programlisting"><a href="
|
2272
|
+
<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>,
|
2273
2273
|
<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>
|
2274
2274
|
<p>
|
2275
2275
|
Returns whether the icon appears sensitive or insensitive.
|
@@ -2292,7 +2292,7 @@ Returns whether the icon appears sensitive or insensitive.
|
|
2292
2292
|
<tr>
|
2293
2293
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2294
2294
|
<td>
|
2295
|
-
<a href="
|
2295
|
+
<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.</td>
|
2296
2296
|
</tr>
|
2297
2297
|
</tbody>
|
2298
2298
|
</table></div>
|
@@ -2301,9 +2301,9 @@ Returns whether the icon appears sensitive or insensitive.
|
|
2301
2301
|
<hr>
|
2302
2302
|
<div class="refsect2">
|
2303
2303
|
<a name="gtk-entry-get-icon-at-pos"></a><h3>gtk_entry_get_icon_at_pos ()</h3>
|
2304
|
-
<pre class="programlisting"><a href="
|
2305
|
-
<em class="parameter"><code><a href="
|
2306
|
-
<em class="parameter"><code><a href="
|
2304
|
+
<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>,
|
2305
|
+
<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>,
|
2306
|
+
<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>);</pre>
|
2307
2307
|
<p>
|
2308
2308
|
Finds the icon at the given position and return its index.
|
2309
2309
|
If <em class="parameter"><code>x</code></em>, <em class="parameter"><code>y</code></em> doesn't lie inside an icon, -1 is returned.
|
@@ -2342,13 +2342,13 @@ signal handler.
|
|
2342
2342
|
<a name="gtk-entry-set-icon-tooltip-text"></a><h3>gtk_entry_set_icon_tooltip_text ()</h3>
|
2343
2343
|
<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>,
|
2344
2344
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
2345
|
-
<em class="parameter"><code>const <a href="
|
2345
|
+
<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> *tooltip</code></em>);</pre>
|
2346
2346
|
<p>
|
2347
2347
|
Sets <em class="parameter"><code>tooltip</code></em> as the contents of the tooltip for the icon
|
2348
2348
|
at the specified position.
|
2349
2349
|
</p>
|
2350
2350
|
<p>
|
2351
|
-
Use <a href="
|
2351
|
+
Use <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>tooltip</code></em> to remove an existing tooltip.
|
2352
2352
|
</p>
|
2353
2353
|
<p>
|
2354
2354
|
See also <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-text" title="gtk_widget_set_tooltip_text ()"><code class="function">gtk_widget_set_tooltip_text()</code></a> and
|
@@ -2371,7 +2371,7 @@ See also <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-text" title
|
|
2371
2371
|
</tr>
|
2372
2372
|
<tr>
|
2373
2373
|
<td><p><span class="term"><em class="parameter"><code>tooltip</code></em> :</span></p></td>
|
2374
|
-
<td>the contents of the tooltip for the icon, or <a href="
|
2374
|
+
<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>
|
2375
2375
|
</td>
|
2376
2376
|
</tr>
|
2377
2377
|
</tbody>
|
@@ -2381,7 +2381,7 @@ See also <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-text" title
|
|
2381
2381
|
<hr>
|
2382
2382
|
<div class="refsect2">
|
2383
2383
|
<a name="gtk-entry-get-icon-tooltip-text"></a><h3>gtk_entry_get_icon_tooltip_text ()</h3>
|
2384
|
-
<pre class="programlisting"><a href="
|
2384
|
+
<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>,
|
2385
2385
|
<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>
|
2386
2386
|
<p>
|
2387
2387
|
Gets the contents of the tooltip on the icon at the specified
|
@@ -2404,8 +2404,8 @@ position in <em class="parameter"><code>entry</code></em>.
|
|
2404
2404
|
</tr>
|
2405
2405
|
<tr>
|
2406
2406
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2407
|
-
<td>the tooltip text, or <a href="
|
2408
|
-
with <a href="
|
2407
|
+
<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
|
2408
|
+
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.</td>
|
2409
2409
|
</tr>
|
2410
2410
|
</tbody>
|
2411
2411
|
</table></div>
|
@@ -2416,14 +2416,14 @@ with <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk
|
|
2416
2416
|
<a name="gtk-entry-set-icon-tooltip-markup"></a><h3>gtk_entry_set_icon_tooltip_markup ()</h3>
|
2417
2417
|
<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>,
|
2418
2418
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
2419
|
-
<em class="parameter"><code>const <a href="
|
2419
|
+
<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> *tooltip</code></em>);</pre>
|
2420
2420
|
<p>
|
2421
2421
|
Sets <em class="parameter"><code>tooltip</code></em> as the contents of the tooltip for the icon at
|
2422
2422
|
the specified position. <em class="parameter"><code>tooltip</code></em> is assumed to be marked up with
|
2423
2423
|
the <a href="/usr/share/gtk-doc/html/pango/PangoMarkupFormat.html">Pango text markup language</a>.
|
2424
2424
|
</p>
|
2425
2425
|
<p>
|
2426
|
-
Use <a href="
|
2426
|
+
Use <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>tooltip</code></em> to remove an existing tooltip.
|
2427
2427
|
</p>
|
2428
2428
|
<p>
|
2429
2429
|
See also <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-markup" title="gtk_widget_set_tooltip_markup ()"><code class="function">gtk_widget_set_tooltip_markup()</code></a> and
|
@@ -2446,7 +2446,7 @@ See also <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-markup" tit
|
|
2446
2446
|
</tr>
|
2447
2447
|
<tr>
|
2448
2448
|
<td><p><span class="term"><em class="parameter"><code>tooltip</code></em> :</span></p></td>
|
2449
|
-
<td>the contents of the tooltip for the icon, or <a href="
|
2449
|
+
<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>
|
2450
2450
|
</td>
|
2451
2451
|
</tr>
|
2452
2452
|
</tbody>
|
@@ -2456,7 +2456,7 @@ See also <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-markup" tit
|
|
2456
2456
|
<hr>
|
2457
2457
|
<div class="refsect2">
|
2458
2458
|
<a name="gtk-entry-get-icon-tooltip-markup"></a><h3>gtk_entry_get_icon_tooltip_markup ()</h3>
|
2459
|
-
<pre class="programlisting"><a href="
|
2459
|
+
<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>,
|
2460
2460
|
<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>
|
2461
2461
|
<p>
|
2462
2462
|
Gets the contents of the tooltip on the icon at the specified
|
@@ -2479,8 +2479,8 @@ position in <em class="parameter"><code>entry</code></em>.
|
|
2479
2479
|
</tr>
|
2480
2480
|
<tr>
|
2481
2481
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2482
|
-
<td>the tooltip text, or <a href="
|
2483
|
-
with <a href="
|
2482
|
+
<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
|
2483
|
+
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.</td>
|
2484
2484
|
</tr>
|
2485
2485
|
</tbody>
|
2486
2486
|
</table></div>
|
@@ -2507,7 +2507,7 @@ an icon.
|
|
2507
2507
|
<p>
|
2508
2508
|
By default, GTK+ uses the icon as the drag icon. You can use the
|
2509
2509
|
<a class="link" href="GtkWidget.html#GtkWidget-drag-begin" title='The "drag-begin" signal'><span class="type">"drag-begin"</span></a> signal to set a different icon. Note that you
|
2510
|
-
have to use <a href="
|
2510
|
+
have to use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#g-signal-connect-after"><code class="function">g_signal_connect_after()</code></a> to ensure that your signal handler
|
2511
2511
|
gets executed after the default handler.
|
2512
2512
|
</p>
|
2513
2513
|
<div class="variablelist"><table border="0" class="variablelist">
|
@@ -2540,7 +2540,7 @@ gets executed after the default handler.
|
|
2540
2540
|
<hr>
|
2541
2541
|
<div class="refsect2">
|
2542
2542
|
<a name="gtk-entry-get-current-icon-drag-source"></a><h3>gtk_entry_get_current_icon_drag_source ()</h3>
|
2543
|
-
<pre class="programlisting"><a href="
|
2543
|
+
<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
|
2544
2544
|
(<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
2545
2545
|
<p>
|
2546
2546
|
Returns the index of the icon which is the source of the current
|
@@ -2654,7 +2654,7 @@ been replaced by <a href="http://developer.gnome.org/gtk2/GtkEntry.html#gtk-entr
|
|
2654
2654
|
<a name="GtkEntry.property-details"></a><h2>Property Details</h2>
|
2655
2655
|
<div class="refsect2">
|
2656
2656
|
<a name="GtkEntry--activates-default"></a><h3>The <code class="literal">"activates-default"</code> property</h3>
|
2657
|
-
<pre class="programlisting"> "activates-default" <a href="
|
2657
|
+
<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>
|
2658
2658
|
<p>Whether to activate the default widget (such as the default button in a dialog) when Enter is pressed.</p>
|
2659
2659
|
<p>Default value: FALSE</p>
|
2660
2660
|
</div>
|
@@ -2667,7 +2667,7 @@ been replaced by <a href="http://developer.gnome.org/gtk2/GtkEntry.html#gtk-entr
|
|
2667
2667
|
<hr>
|
2668
2668
|
<div class="refsect2">
|
2669
2669
|
<a name="GtkEntry--caps-lock-warning"></a><h3>The <code class="literal">"caps-lock-warning"</code> property</h3>
|
2670
|
-
<pre class="programlisting"> "caps-lock-warning" <a href="
|
2670
|
+
<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>
|
2671
2671
|
<p>
|
2672
2672
|
Whether password entries will show a warning when Caps Lock is on.
|
2673
2673
|
</p>
|
@@ -2683,7 +2683,7 @@ other purpose.
|
|
2683
2683
|
<hr>
|
2684
2684
|
<div class="refsect2">
|
2685
2685
|
<a name="GtkEntry--cursor-position"></a><h3>The <code class="literal">"cursor-position"</code> property</h3>
|
2686
|
-
<pre class="programlisting"> "cursor-position" <a href="
|
2686
|
+
<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>
|
2687
2687
|
<p>The current position of the insertion cursor in chars.</p>
|
2688
2688
|
<p>Allowed values: [0,65535]</p>
|
2689
2689
|
<p>Default value: 0</p>
|
@@ -2691,28 +2691,28 @@ other purpose.
|
|
2691
2691
|
<hr>
|
2692
2692
|
<div class="refsect2">
|
2693
2693
|
<a name="GtkEntry--editable"></a><h3>The <code class="literal">"editable"</code> property</h3>
|
2694
|
-
<pre class="programlisting"> "editable" <a href="
|
2694
|
+
<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>
|
2695
2695
|
<p>Whether the entry contents can be edited.</p>
|
2696
2696
|
<p>Default value: TRUE</p>
|
2697
2697
|
</div>
|
2698
2698
|
<hr>
|
2699
2699
|
<div class="refsect2">
|
2700
2700
|
<a name="GtkEntry--has-frame"></a><h3>The <code class="literal">"has-frame"</code> property</h3>
|
2701
|
-
<pre class="programlisting"> "has-frame" <a href="
|
2701
|
+
<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>
|
2702
2702
|
<p>FALSE removes outside bevel from entry.</p>
|
2703
2703
|
<p>Default value: TRUE</p>
|
2704
2704
|
</div>
|
2705
2705
|
<hr>
|
2706
2706
|
<div class="refsect2">
|
2707
2707
|
<a name="GtkEntry--im-module"></a><h3>The <code class="literal">"im-module"</code> property</h3>
|
2708
|
-
<pre class="programlisting"> "im-module" <a href="
|
2708
|
+
<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>
|
2709
2709
|
<p>
|
2710
2710
|
Which IM (input method) module should be used for this entry.
|
2711
2711
|
|
2712
2712
|
See <a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a>.
|
2713
2713
|
</p>
|
2714
2714
|
<p>
|
2715
|
-
Setting this to a non-<a href="
|
2715
|
+
Setting this to a non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> value overrides the
|
2716
2716
|
system-wide IM module setting. See the GtkSettings
|
2717
2717
|
|
2718
2718
|
<a class="link" href="GtkSettings.html#GtkSettings--gtk-im-module" title='The "gtk-im-module" property'><span class="type">"gtk-im-module"</span></a> property.
|
@@ -2732,7 +2732,7 @@ Sets the text area's border between the text and the frame.
|
|
2732
2732
|
<hr>
|
2733
2733
|
<div class="refsect2">
|
2734
2734
|
<a name="GtkEntry--invisible-char"></a><h3>The <code class="literal">"invisible-char"</code> property</h3>
|
2735
|
-
<pre class="programlisting"> "invisible-char" <a href="
|
2735
|
+
<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>
|
2736
2736
|
<p>
|
2737
2737
|
The invisible character is used when masking entry contents (in
|
2738
2738
|
\"password mode\")"). When it is not explicitly set with the
|
@@ -2750,7 +2750,7 @@ to the list of candidates.
|
|
2750
2750
|
<hr>
|
2751
2751
|
<div class="refsect2">
|
2752
2752
|
<a name="GtkEntry--invisible-char-set"></a><h3>The <code class="literal">"invisible-char-set"</code> property</h3>
|
2753
|
-
<pre class="programlisting"> "invisible-char-set" <a href="
|
2753
|
+
<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>
|
2754
2754
|
<p>
|
2755
2755
|
Whether the invisible char has been set for the <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>.
|
2756
2756
|
</p>
|
@@ -2760,7 +2760,7 @@ Whether the invisible char has been set for the <a class="link" href="GtkEntry.h
|
|
2760
2760
|
<hr>
|
2761
2761
|
<div class="refsect2">
|
2762
2762
|
<a name="GtkEntry--max-length"></a><h3>The <code class="literal">"max-length"</code> property</h3>
|
2763
|
-
<pre class="programlisting"> "max-length" <a href="
|
2763
|
+
<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>
|
2764
2764
|
<p>Maximum number of characters for this entry. Zero if no maximum.</p>
|
2765
2765
|
<p>Allowed values: [0,65535]</p>
|
2766
2766
|
<p>Default value: 0</p>
|
@@ -2768,7 +2768,7 @@ Whether the invisible char has been set for the <a class="link" href="GtkEntry.h
|
|
2768
2768
|
<hr>
|
2769
2769
|
<div class="refsect2">
|
2770
2770
|
<a name="GtkEntry--overwrite-mode"></a><h3>The <code class="literal">"overwrite-mode"</code> property</h3>
|
2771
|
-
<pre class="programlisting"> "overwrite-mode" <a href="
|
2771
|
+
<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>
|
2772
2772
|
<p>
|
2773
2773
|
If text is overwritten when typing in the <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>.
|
2774
2774
|
</p>
|
@@ -2778,7 +2778,7 @@ If text is overwritten when typing in the <a class="link" href="GtkEntry.html" t
|
|
2778
2778
|
<hr>
|
2779
2779
|
<div class="refsect2">
|
2780
2780
|
<a name="GtkEntry--primary-icon-activatable"></a><h3>The <code class="literal">"primary-icon-activatable"</code> property</h3>
|
2781
|
-
<pre class="programlisting"> "primary-icon-activatable" <a href="
|
2781
|
+
<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>
|
2782
2782
|
<p>
|
2783
2783
|
Whether the primary icon is activatable.
|
2784
2784
|
</p>
|
@@ -2799,16 +2799,16 @@ informational purposes.
|
|
2799
2799
|
<hr>
|
2800
2800
|
<div class="refsect2">
|
2801
2801
|
<a name="GtkEntry--primary-icon-gicon"></a><h3>The <code class="literal">"primary-icon-gicon"</code> property</h3>
|
2802
|
-
<pre class="programlisting"> "primary-icon-gicon" <a href="
|
2802
|
+
<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>
|
2803
2803
|
<p>
|
2804
|
-
The <a href="
|
2804
|
+
The <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a> to use for the primary icon for the entry.
|
2805
2805
|
</p>
|
2806
2806
|
<p class="since">Since 2.16</p>
|
2807
2807
|
</div>
|
2808
2808
|
<hr>
|
2809
2809
|
<div class="refsect2">
|
2810
2810
|
<a name="GtkEntry--primary-icon-name"></a><h3>The <code class="literal">"primary-icon-name"</code> property</h3>
|
2811
|
-
<pre class="programlisting"> "primary-icon-name" <a href="
|
2811
|
+
<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>
|
2812
2812
|
<p>
|
2813
2813
|
The icon name to use for the primary icon for the entry.
|
2814
2814
|
</p>
|
@@ -2827,7 +2827,7 @@ A pixbuf to use as the primary icon for the entry.
|
|
2827
2827
|
<hr>
|
2828
2828
|
<div class="refsect2">
|
2829
2829
|
<a name="GtkEntry--primary-icon-sensitive"></a><h3>The <code class="literal">"primary-icon-sensitive"</code> property</h3>
|
2830
|
-
<pre class="programlisting"> "primary-icon-sensitive" <a href="
|
2830
|
+
<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>
|
2831
2831
|
<p>
|
2832
2832
|
Whether the primary icon is sensitive.
|
2833
2833
|
</p>
|
@@ -2848,7 +2848,7 @@ when clicked is currently not available.
|
|
2848
2848
|
<hr>
|
2849
2849
|
<div class="refsect2">
|
2850
2850
|
<a name="GtkEntry--primary-icon-stock"></a><h3>The <code class="literal">"primary-icon-stock"</code> property</h3>
|
2851
|
-
<pre class="programlisting"> "primary-icon-stock" <a href="
|
2851
|
+
<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>
|
2852
2852
|
<p>
|
2853
2853
|
The stock id to use for the primary icon for the entry.
|
2854
2854
|
</p>
|
@@ -2868,7 +2868,7 @@ The representation which is used for the primary icon of the entry.
|
|
2868
2868
|
<hr>
|
2869
2869
|
<div class="refsect2">
|
2870
2870
|
<a name="GtkEntry--primary-icon-tooltip-markup"></a><h3>The <code class="literal">"primary-icon-tooltip-markup"</code> property</h3>
|
2871
|
-
<pre class="programlisting"> "primary-icon-tooltip-markup" <a href="
|
2871
|
+
<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>
|
2872
2872
|
<p>
|
2873
2873
|
The contents of the tooltip on the primary icon, which is marked up
|
2874
2874
|
with the <GTKDOCLINK HREF="PangoMarkupFormat">Pango text markup
|
@@ -2884,7 +2884,7 @@ Also see <a class="link" href="GtkEntry.html#gtk-entry-set-icon-tooltip-markup"
|
|
2884
2884
|
<hr>
|
2885
2885
|
<div class="refsect2">
|
2886
2886
|
<a name="GtkEntry--primary-icon-tooltip-text"></a><h3>The <code class="literal">"primary-icon-tooltip-text"</code> property</h3>
|
2887
|
-
<pre class="programlisting"> "primary-icon-tooltip-text" <a href="
|
2887
|
+
<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>
|
2888
2888
|
<p>
|
2889
2889
|
The contents of the tooltip on the primary icon.
|
2890
2890
|
</p>
|
@@ -2897,7 +2897,7 @@ Also see <a class="link" href="GtkEntry.html#gtk-entry-set-icon-tooltip-text" ti
|
|
2897
2897
|
<hr>
|
2898
2898
|
<div class="refsect2">
|
2899
2899
|
<a name="GtkEntry--progress-fraction"></a><h3>The <code class="literal">"progress-fraction"</code> property</h3>
|
2900
|
-
<pre class="programlisting"> "progress-fraction" <a href="
|
2900
|
+
<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>
|
2901
2901
|
<p>
|
2902
2902
|
The current fraction of the task that's been completed.
|
2903
2903
|
</p>
|
@@ -2908,7 +2908,7 @@ The current fraction of the task that's been completed.
|
|
2908
2908
|
<hr>
|
2909
2909
|
<div class="refsect2">
|
2910
2910
|
<a name="GtkEntry--progress-pulse-step"></a><h3>The <code class="literal">"progress-pulse-step"</code> property</h3>
|
2911
|
-
<pre class="programlisting"> "progress-pulse-step" <a href="
|
2911
|
+
<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>
|
2912
2912
|
<p>
|
2913
2913
|
The fraction of total entry width to move the progress
|
2914
2914
|
bouncing block for each call to <a class="link" href="GtkEntry.html#gtk-entry-progress-pulse" title="gtk_entry_progress_pulse ()"><code class="function">gtk_entry_progress_pulse()</code></a>.
|
@@ -2920,7 +2920,7 @@ bouncing block for each call to <a class="link" href="GtkEntry.html#gtk-entry-pr
|
|
2920
2920
|
<hr>
|
2921
2921
|
<div class="refsect2">
|
2922
2922
|
<a name="GtkEntry--scroll-offset"></a><h3>The <code class="literal">"scroll-offset"</code> property</h3>
|
2923
|
-
<pre class="programlisting"> "scroll-offset" <a href="
|
2923
|
+
<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>
|
2924
2924
|
<p>Number of pixels of the entry scrolled off the screen to the left.</p>
|
2925
2925
|
<p>Allowed values: >= 0</p>
|
2926
2926
|
<p>Default value: 0</p>
|
@@ -2928,7 +2928,7 @@ bouncing block for each call to <a class="link" href="GtkEntry.html#gtk-entry-pr
|
|
2928
2928
|
<hr>
|
2929
2929
|
<div class="refsect2">
|
2930
2930
|
<a name="GtkEntry--secondary-icon-activatable"></a><h3>The <code class="literal">"secondary-icon-activatable"</code> property</h3>
|
2931
|
-
<pre class="programlisting"> "secondary-icon-activatable" <a href="
|
2931
|
+
<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>
|
2932
2932
|
<p>
|
2933
2933
|
Whether the secondary icon is activatable.
|
2934
2934
|
</p>
|
@@ -2948,16 +2948,16 @@ informational purposes.
|
|
2948
2948
|
<hr>
|
2949
2949
|
<div class="refsect2">
|
2950
2950
|
<a name="GtkEntry--secondary-icon-gicon"></a><h3>The <code class="literal">"secondary-icon-gicon"</code> property</h3>
|
2951
|
-
<pre class="programlisting"> "secondary-icon-gicon" <a href="
|
2951
|
+
<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>
|
2952
2952
|
<p>
|
2953
|
-
The <a href="
|
2953
|
+
The <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a> to use for the secondary icon for the entry.
|
2954
2954
|
</p>
|
2955
2955
|
<p class="since">Since 2.16</p>
|
2956
2956
|
</div>
|
2957
2957
|
<hr>
|
2958
2958
|
<div class="refsect2">
|
2959
2959
|
<a name="GtkEntry--secondary-icon-name"></a><h3>The <code class="literal">"secondary-icon-name"</code> property</h3>
|
2960
|
-
<pre class="programlisting"> "secondary-icon-name" <a href="
|
2960
|
+
<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>
|
2961
2961
|
<p>
|
2962
2962
|
The icon name to use for the secondary icon for the entry.
|
2963
2963
|
</p>
|
@@ -2976,7 +2976,7 @@ An pixbuf to use as the secondary icon for the entry.
|
|
2976
2976
|
<hr>
|
2977
2977
|
<div class="refsect2">
|
2978
2978
|
<a name="GtkEntry--secondary-icon-sensitive"></a><h3>The <code class="literal">"secondary-icon-sensitive"</code> property</h3>
|
2979
|
-
<pre class="programlisting"> "secondary-icon-sensitive" <a href="
|
2979
|
+
<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>
|
2980
2980
|
<p>
|
2981
2981
|
Whether the secondary icon is sensitive.
|
2982
2982
|
</p>
|
@@ -2997,7 +2997,7 @@ when clicked is currently not available.
|
|
2997
2997
|
<hr>
|
2998
2998
|
<div class="refsect2">
|
2999
2999
|
<a name="GtkEntry--secondary-icon-stock"></a><h3>The <code class="literal">"secondary-icon-stock"</code> property</h3>
|
3000
|
-
<pre class="programlisting"> "secondary-icon-stock" <a href="
|
3000
|
+
<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>
|
3001
3001
|
<p>
|
3002
3002
|
The stock id to use for the secondary icon for the entry.
|
3003
3003
|
</p>
|
@@ -3017,7 +3017,7 @@ The representation which is used for the secondary icon of the entry.
|
|
3017
3017
|
<hr>
|
3018
3018
|
<div class="refsect2">
|
3019
3019
|
<a name="GtkEntry--secondary-icon-tooltip-markup"></a><h3>The <code class="literal">"secondary-icon-tooltip-markup"</code> property</h3>
|
3020
|
-
<pre class="programlisting"> "secondary-icon-tooltip-markup" <a href="
|
3020
|
+
<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>
|
3021
3021
|
<p>
|
3022
3022
|
The contents of the tooltip on the secondary icon, which is marked up
|
3023
3023
|
with the <GTKDOCLINK HREF="PangoMarkupFormat">Pango text markup
|
@@ -3033,7 +3033,7 @@ Also see <a class="link" href="GtkEntry.html#gtk-entry-set-icon-tooltip-markup"
|
|
3033
3033
|
<hr>
|
3034
3034
|
<div class="refsect2">
|
3035
3035
|
<a name="GtkEntry--secondary-icon-tooltip-text"></a><h3>The <code class="literal">"secondary-icon-tooltip-text"</code> property</h3>
|
3036
|
-
<pre class="programlisting"> "secondary-icon-tooltip-text" <a href="
|
3036
|
+
<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>
|
3037
3037
|
<p>
|
3038
3038
|
The contents of the tooltip on the secondary icon.
|
3039
3039
|
</p>
|
@@ -3046,7 +3046,7 @@ Also see <a class="link" href="GtkEntry.html#gtk-entry-set-icon-tooltip-text" ti
|
|
3046
3046
|
<hr>
|
3047
3047
|
<div class="refsect2">
|
3048
3048
|
<a name="GtkEntry--selection-bound"></a><h3>The <code class="literal">"selection-bound"</code> property</h3>
|
3049
|
-
<pre class="programlisting"> "selection-bound" <a href="
|
3049
|
+
<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>
|
3050
3050
|
<p>The position of the opposite end of the selection from the cursor in chars.</p>
|
3051
3051
|
<p>Allowed values: [0,65535]</p>
|
3052
3052
|
<p>Default value: 0</p>
|
@@ -3058,7 +3058,7 @@ Also see <a class="link" href="GtkEntry.html#gtk-entry-set-icon-tooltip-text" ti
|
|
3058
3058
|
<p>
|
3059
3059
|
Which kind of shadow to draw around the entry when
|
3060
3060
|
|
3061
|
-
<a class="link" href="GtkEntry.html#GtkEntry--has-frame" title='The "has-frame" property'><span class="type">"has-frame"</span></a> is set to <a href="
|
3061
|
+
<a class="link" href="GtkEntry.html#GtkEntry--has-frame" title='The "has-frame" property'><span class="type">"has-frame"</span></a> is set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.
|
3062
3062
|
</p>
|
3063
3063
|
<p>Default value: GTK_SHADOW_IN</p>
|
3064
3064
|
<p class="since">Since 2.12</p>
|
@@ -3066,14 +3066,14 @@ Which kind of shadow to draw around the entry when
|
|
3066
3066
|
<hr>
|
3067
3067
|
<div class="refsect2">
|
3068
3068
|
<a name="GtkEntry--text"></a><h3>The <code class="literal">"text"</code> property</h3>
|
3069
|
-
<pre class="programlisting"> "text" <a href="
|
3069
|
+
<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>
|
3070
3070
|
<p>The contents of the entry.</p>
|
3071
3071
|
<p>Default value: ""</p>
|
3072
3072
|
</div>
|
3073
3073
|
<hr>
|
3074
3074
|
<div class="refsect2">
|
3075
3075
|
<a name="GtkEntry--text-length"></a><h3>The <code class="literal">"text-length"</code> property</h3>
|
3076
|
-
<pre class="programlisting"> "text-length" <a href="
|
3076
|
+
<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>
|
3077
3077
|
<p>
|
3078
3078
|
The length of the text in the <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>.
|
3079
3079
|
</p>
|
@@ -3084,9 +3084,9 @@ The length of the text in the <a class="link" href="GtkEntry.html" title="GtkEnt
|
|
3084
3084
|
<hr>
|
3085
3085
|
<div class="refsect2">
|
3086
3086
|
<a name="GtkEntry--truncate-multiline"></a><h3>The <code class="literal">"truncate-multiline"</code> property</h3>
|
3087
|
-
<pre class="programlisting"> "truncate-multiline" <a href="
|
3087
|
+
<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>
|
3088
3088
|
<p>
|
3089
|
-
When <a href="
|
3089
|
+
When <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, pasted multi-line text is truncated to the first line.
|
3090
3090
|
</p>
|
3091
3091
|
<p>Default value: FALSE</p>
|
3092
3092
|
<p class="since">Since 2.10</p>
|
@@ -3094,14 +3094,14 @@ When <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk
|
|
3094
3094
|
<hr>
|
3095
3095
|
<div class="refsect2">
|
3096
3096
|
<a name="GtkEntry--visibility"></a><h3>The <code class="literal">"visibility"</code> property</h3>
|
3097
|
-
<pre class="programlisting"> "visibility" <a href="
|
3097
|
+
<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>
|
3098
3098
|
<p>FALSE displays the "invisible char" instead of the actual text (password mode).</p>
|
3099
3099
|
<p>Default value: TRUE</p>
|
3100
3100
|
</div>
|
3101
3101
|
<hr>
|
3102
3102
|
<div class="refsect2">
|
3103
3103
|
<a name="GtkEntry--width-chars"></a><h3>The <code class="literal">"width-chars"</code> property</h3>
|
3104
|
-
<pre class="programlisting"> "width-chars" <a href="
|
3104
|
+
<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>
|
3105
3105
|
<p>Number of characters to leave space for in the entry.</p>
|
3106
3106
|
<p>Allowed values: >= -1</p>
|
3107
3107
|
<p>Default value: -1</p>
|
@@ -3109,7 +3109,7 @@ When <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk
|
|
3109
3109
|
<hr>
|
3110
3110
|
<div class="refsect2">
|
3111
3111
|
<a name="GtkEntry--xalign"></a><h3>The <code class="literal">"xalign"</code> property</h3>
|
3112
|
-
<pre class="programlisting"> "xalign" <a href="
|
3112
|
+
<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>
|
3113
3113
|
<p>
|
3114
3114
|
The horizontal alignment, from 0 (left) to 1 (right).
|
3115
3115
|
|
@@ -3124,7 +3124,7 @@ Reversed for RTL layouts.
|
|
3124
3124
|
<a name="GtkEntry.style-property-details"></a><h2>Style Property Details</h2>
|
3125
3125
|
<div class="refsect2">
|
3126
3126
|
<a name="GtkEntry--s-icon-prelight"></a><h3>The <code class="literal">"icon-prelight"</code> style property</h3>
|
3127
|
-
<pre class="programlisting"> "icon-prelight" <a href="
|
3127
|
+
<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>
|
3128
3128
|
<p>
|
3129
3129
|
The prelight style property determines whether activatable
|
3130
3130
|
icons prelight on mouseover.
|
@@ -3144,7 +3144,7 @@ Sets the text area's border between the text and the frame.
|
|
3144
3144
|
<hr>
|
3145
3145
|
<div class="refsect2">
|
3146
3146
|
<a name="GtkEntry--s-invisible-char"></a><h3>The <code class="literal">"invisible-char"</code> style property</h3>
|
3147
|
-
<pre class="programlisting"> "invisible-char" <a href="
|
3147
|
+
<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>
|
3148
3148
|
<p>
|
3149
3149
|
The invisible character is used when masking entry contents (in
|
3150
3150
|
\"password mode\")"). When it is not explicitly set with the
|
@@ -3171,7 +3171,7 @@ The border around the progress bar in the entry.
|
|
3171
3171
|
<hr>
|
3172
3172
|
<div class="refsect2">
|
3173
3173
|
<a name="GtkEntry--s-state-hint"></a><h3>The <code class="literal">"state-hint"</code> style property</h3>
|
3174
|
-
<pre class="programlisting"> "state-hint" <a href="
|
3174
|
+
<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>
|
3175
3175
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
3176
3176
|
<h3 class="title">Warning</h3>
|
3177
3177
|
<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>
|
@@ -3189,14 +3189,14 @@ drawing the shadow and the widget background.
|
|
3189
3189
|
<div class="refsect2">
|
3190
3190
|
<a name="GtkEntry-activate"></a><h3>The <code class="literal">"activate"</code> signal</h3>
|
3191
3191
|
<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,
|
3192
|
-
<a href="
|
3192
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
3193
3193
|
<p>
|
3194
3194
|
A <a class="link" href="gtk2-Bindings.html#keybinding-signals">keybinding signal</a>
|
3195
3195
|
which gets emitted when the user activates the entry.
|
3196
3196
|
</p>
|
3197
3197
|
<p>
|
3198
3198
|
Applications should not connect to it, but may emit it with
|
3199
|
-
<a href="
|
3199
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control activation
|
3200
3200
|
|
3201
3201
|
programmatically.
|
3202
3202
|
</p>
|
@@ -3224,7 +3224,7 @@ The default bindings for this signal are all forms of the Enter key.
|
|
3224
3224
|
<div class="refsect2">
|
3225
3225
|
<a name="GtkEntry-backspace"></a><h3>The <code class="literal">"backspace"</code> signal</h3>
|
3226
3226
|
<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,
|
3227
|
-
<a href="
|
3227
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
3228
3228
|
<p>
|
3229
3229
|
The ::backspace signal is a
|
3230
3230
|
<a class="link" href="gtk2-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -3255,7 +3255,7 @@ Backspace and Shift-Backspace.
|
|
3255
3255
|
<div class="refsect2">
|
3256
3256
|
<a name="GtkEntry-copy-clipboard"></a><h3>The <code class="literal">"copy-clipboard"</code> signal</h3>
|
3257
3257
|
<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,
|
3258
|
-
<a href="
|
3258
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
3259
3259
|
<p>
|
3260
3260
|
The ::copy-clipboard signal is a
|
3261
3261
|
<a class="link" href="gtk2-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -3286,7 +3286,7 @@ Ctrl-c and Ctrl-Insert.
|
|
3286
3286
|
<div class="refsect2">
|
3287
3287
|
<a name="GtkEntry-cut-clipboard"></a><h3>The <code class="literal">"cut-clipboard"</code> signal</h3>
|
3288
3288
|
<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,
|
3289
|
-
<a href="
|
3289
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
3290
3290
|
<p>
|
3291
3291
|
The ::cut-clipboard signal is a
|
3292
3292
|
<a class="link" href="gtk2-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -3318,8 +3318,8 @@ Ctrl-x and Shift-Delete.
|
|
3318
3318
|
<a name="GtkEntry-delete-from-cursor"></a><h3>The <code class="literal">"delete-from-cursor"</code> signal</h3>
|
3319
3319
|
<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,
|
3320
3320
|
<a class="link" href="gtk2-Standard-Enumerations.html#GtkDeleteType" title="enum GtkDeleteType"><span class="type">GtkDeleteType</span></a> type,
|
3321
|
-
<a href="
|
3322
|
-
<a href="
|
3321
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
|
3322
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
3323
3323
|
<p>
|
3324
3324
|
The ::delete-from-cursor signal is a
|
3325
3325
|
<a class="link" href="gtk2-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -3367,7 +3367,7 @@ deleting a word.
|
|
3367
3367
|
<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,
|
3368
3368
|
<a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos,
|
3369
3369
|
<a href="../gdk2/gdk2-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
3370
|
-
<a href="
|
3370
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
3371
3371
|
<p>
|
3372
3372
|
The ::icon-press signal is emitted when an activatable icon
|
3373
3373
|
is clicked.
|
@@ -3404,7 +3404,7 @@ is clicked.
|
|
3404
3404
|
<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,
|
3405
3405
|
<a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos,
|
3406
3406
|
<a href="../gdk2/gdk2-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
3407
|
-
<a href="
|
3407
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
3408
3408
|
<p>
|
3409
3409
|
The ::icon-release signal is emitted on the button release from a
|
3410
3410
|
mouse click over an activatable icon.
|
@@ -3439,8 +3439,8 @@ mouse click over an activatable icon.
|
|
3439
3439
|
<div class="refsect2">
|
3440
3440
|
<a name="GtkEntry-insert-at-cursor"></a><h3>The <code class="literal">"insert-at-cursor"</code> signal</h3>
|
3441
3441
|
<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,
|
3442
|
-
<a href="
|
3443
|
-
<a href="
|
3442
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *string,
|
3443
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
3444
3444
|
<p>
|
3445
3445
|
The ::insert-at-cursor signal is a
|
3446
3446
|
<a class="link" href="gtk2-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -3476,9 +3476,9 @@ This signal has no default bindings.
|
|
3476
3476
|
<a name="GtkEntry-move-cursor"></a><h3>The <code class="literal">"move-cursor"</code> signal</h3>
|
3477
3477
|
<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,
|
3478
3478
|
<a class="link" href="gtk2-Standard-Enumerations.html#GtkMovementStep" title="enum GtkMovementStep"><span class="type">GtkMovementStep</span></a> step,
|
3479
|
-
<a href="
|
3480
|
-
<a href="
|
3481
|
-
<a href="
|
3479
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
|
3480
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> extend_selection,
|
3481
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
3482
3482
|
<p>
|
3483
3483
|
The ::move-cursor signal is a
|
3484
3484
|
<a class="link" href="gtk2-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -3488,7 +3488,7 @@ the viewport to be moved instead.
|
|
3488
3488
|
</p>
|
3489
3489
|
<p>
|
3490
3490
|
Applications should not connect to it, but may emit it with
|
3491
|
-
<a href="
|
3491
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control the cursor
|
3492
3492
|
programmatically.
|
3493
3493
|
</p>
|
3494
3494
|
<p>
|
@@ -3526,7 +3526,7 @@ There are too many key combinations to list them all here.
|
|
3526
3526
|
<tr>
|
3527
3527
|
<td><p><span class="term"><em class="parameter"><code>extend_selection</code></em> :</span></p></td>
|
3528
3528
|
<td>
|
3529
|
-
<a href="
|
3529
|
+
<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</td>
|
3530
3530
|
</tr>
|
3531
3531
|
<tr>
|
3532
3532
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3539,7 +3539,7 @@ There are too many key combinations to list them all here.
|
|
3539
3539
|
<div class="refsect2">
|
3540
3540
|
<a name="GtkEntry-paste-clipboard"></a><h3>The <code class="literal">"paste-clipboard"</code> signal</h3>
|
3541
3541
|
<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,
|
3542
|
-
<a href="
|
3542
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
3543
3543
|
<p>
|
3544
3544
|
The ::paste-clipboard signal is a
|
3545
3545
|
<a class="link" href="gtk2-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -3572,7 +3572,7 @@ Ctrl-v and Shift-Insert.
|
|
3572
3572
|
<a name="GtkEntry-populate-popup"></a><h3>The <code class="literal">"populate-popup"</code> signal</h3>
|
3573
3573
|
<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,
|
3574
3574
|
<a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu,
|
3575
|
-
<a href="
|
3575
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
3576
3576
|
<p>
|
3577
3577
|
The ::populate-popup signal gets emitted before showing the
|
3578
3578
|
|
@@ -3608,8 +3608,8 @@ to this signal and append your menuitems to the <em class="parameter"><code>menu
|
|
3608
3608
|
<div class="refsect2">
|
3609
3609
|
<a name="GtkEntry-preedit-changed"></a><h3>The <code class="literal">"preedit-changed"</code> signal</h3>
|
3610
3610
|
<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,
|
3611
|
-
<a href="
|
3612
|
-
<a href="
|
3611
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *preedit,
|
3612
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
3613
3613
|
<p>
|
3614
3614
|
If an input method is used, the typed text will not immediately
|
3615
3615
|
be committed to the buffer. So if you are interested in the text,
|
@@ -3641,7 +3641,7 @@ connect to this signal.
|
|
3641
3641
|
<div class="refsect2">
|
3642
3642
|
<a name="GtkEntry-toggle-overwrite"></a><h3>The <code class="literal">"toggle-overwrite"</code> signal</h3>
|
3643
3643
|
<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,
|
3644
|
-
<a href="
|
3644
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
3645
3645
|
<p>
|
3646
3646
|
The ::toggle-overwrite signal is a
|
3647
3647
|
<a class="link" href="gtk2-Bindings.html#keybinding-signals">keybinding signal</a>
|