"activates-default" | Read/Write | If True activate the default widget
(such as the default button in a dialog) when Enter is
pressed. Default value: False . |
"caps-lock-warning" | Read/Write | Whether password entries will show a warning when Caps Lock is on.
Note that the warning is shown using a secondary icon, and thus does not work
if you are using the secondary icon position for some other purpose. Default value: True .
This property is available in GTK+ 2.16 and above.
|
"cursor-position" | Read | The current position of the insertion cursor as a
character index. Allowed values: [0,65535]. Default value:
0 |
"editable" | Read/Write | If True the entry contents can be
edited. Default value: True . |
"has-frame" | Read/Write | If False removes outside bevel from
entry. Default value: True . |
"im-module" | Read/Write | Which IM (input method) module should be used for this entry. See
gtk.IMContext .
Setting this to a non-None value overrides the system-wide
IM module setting. See the gtk.Settings
"gtk-im-module" property. Default value: None .
This property is available in GTK+ 2.16 and above. |
"inner-border" | Read/Write | The text area's border between the text and the frame
as a gtkBorder. Available in GTK+ 2.10. |
"invisible-char" | Read/Write | The character to use when masking entry contents (when
"visibility" is False ). Default value:
'*'. |
"invisible-char-set" | Read/Write |
Whether the invisible char has been set for the GtkEntry.
Default value: False This property is available in GTK+ 2.16 and above.
|
"max-length" | Read/Write | The maximum number of characters for this entry. Zero
if no maximum. Allowed values: [0,65535] Default value:
0. |
"override-mode" | Read/Write | If text is overwritten when typing in the GtkEntry.
Default value: False .
Available in GTK+ 2.14 and above. |
"primary-icon-activatable" | Read/Write |
Whether the primary icon is activatable.
GTK+ emits the "icon-press" and "icon-release" signals only on sensitive, activatable icons.
Sensitive, but non-activatable icons can be used for purely informational purposes.
Default value: False
This property is available in GTK+ 2.16 and above.
|
"primary-icon-gicon" | Read/Write |
The gio.Icon
to use for the primary icon for the entry.
This property is available in GTK+ 2.16 and above.
|
"primary-icon-name" | Read/Write |
The icon name to use for the primary icon for the entry.
Default value: None
This property is available in GTK+ 2.16 and above.
|
"primary-icon-pixbuf" | Read/Write |
A pixbuf to use as the primary icon for the entry.
This property is available in GTK+ 2.16 and above.
|
"primary-icon-sensitive" | Read/Write |
Whether the primary icon is sensitive.
An insensitive icon appears grayed out. GTK+ does not emit the
"icon-press" and "icon-release" signals and does not allow DND from insensitive icons.
An icon should be set insensitive if the action that would trigger when
clicked is currently not available. Default value: True
This property is available in GTK+ 2.16 and above.
|
"primary-icon-stock" | Read/Write |
The stock id to use for the primary icon for the entry.
Default value: None
This property is available in GTK+ 2.16 and above.
|
"primary-icon-storage-type" | Read/Write |
The representation which is used for the primary icon of the entry.
Default value: gtk.IMAGE_EMPTY
This property is available in GTK+ 2.16 and above.
|
"primary-icon-tooltip-markup" | Read/Write |
The contents of the tooltip on the primary icon, which is marked
up with the Pango text markup language.
Also see gtk_entry_set_icon_tooltip_markup(). ##FIXME
Default value: None .
This property is available in GTK+ 2.16 and above.
|
"primary-icon-tooltip-text" | Read/Write |
The contents of the tooltip on the primary icon.
Also see gtk_entry_set_icon_tooltip_text(). ##FIXME
Default value: None .
This property is available in GTK+ 2.16 and above.
|
"progress-fraction" | Read/Write |
The current fraction of the task that's been completed.
Allowed values: [0,1] Default value: 0
This property is available in GTK+ 2.16 and above.
|
"progress-pulse-step" | Read/Write |
The fraction of total entry width to move the progress bouncing block
for each call to gtk_entry_progress_pulse(). ##FIXME
Allowed values: [0,1] Default value: 0.1
This property is available in GTK+ 2.16 and above.
|
"scroll-offset" | Read | The number of pixels of the entry scrolled off the
screen to the left. Allowed values: >= 0 Default value:
0. |
"secondary-icon-activatable" | Read/Write |
Whether the secondary icon is activatable.
GTK+ emits the "icon-press" and "icon-release" signals only on sensitive, activatable icons.
Sensitive, but non-activatable icons can be used for purely informational purposes.
Default value: False
This property is available in GTK+ 2.16 and above.
|
"secondary-icon-gicon" | Read/Write |
The gio.Icon
to use for the secondary icon for the entry.
This property is available in GTK+ 2.16 and above.
|
"secondary-icon-name" | Read/Write |
The icon name to use for the secondary icon for the entry.
Default value: None .
This property is available in GTK+ 2.16 and above.
|
"secondary-icon-pixbuf" | Read/Write |
A pixbuf to use as the secondary icon for the entry.
This property is available in GTK+ 2.16 and above.
|
"secondary-icon-sensitive" | Read/Write |
Whether the secondary icon is sensitive.
An insensitive icon appears grayed out. GTK+ does not emit the
"icon-press" and "icon-release" signals and does not allow DND from insensitive icons.
An icon should be set insensitive if the action that would trigger when
clicked is currently not available.
Default value: True .
This property is available in GTK+ 2.16 and above.
|
"secondary-icon-stock" | Read/Write |
The stock id to use for the secondary icon for the entry.
Default value: None .
This property is available in GTK+ 2.16 and above.
|
"secondary-icon-storage-type" | Read/Write |
The representation which is used for the secondary icon of the entry.
Default value: gtk.IMAGE_EMPTY
This property is available in GTK+ 2.16 and above.
|
"secondary-icon-tooltip-markup" | Read/Write |
The contents of the tooltip on the secondary icon, which is marked
up with the Pango text markup language.
Also see gtk_entry_set_icon_tooltip_markup(). ##FIXME
Default value: None .
This property is available in GTK+ 2.16 and above.
|
"secondary-icon-tooltip-text" | Read/Write |
The contents of the tooltip on the secondary icon.
Also see gtk_entry_set_icon_tooltip_text(). #àFIXME
Default value: None .
This property is available in GTK+ 2.16 and above.
|
"selection-bound" | Read | The position of the opposite end of the selection from
the cursor as a character index. Allowed values: [0,65535]
Default value: 0. |
"shadow-type" | Read/Write | Which kind of shadow to draw around the entry when
GtkEntry:has-frame is set to True .
Default value: gtk.SHADOW_IN
Available in GTK+ 2.12 and above. |
"text" | Read/Write | The contents of the entry. Default value: "". |
"text-length" | Read | The length of the text in the GtkEntry. Allowed values: [0,65535].
Default value: 0. Available in GTK+ 2.14 and above. |
"truncate-multiline" | Read/Write | If True , pasted multi-line text is
truncated to the first line. Default value:
False . Available in GTK+ 2.10 and
above. |
"visibility" | Read/Write | If False displays the "invisible
char" instead of the actual text (e.g. password mode). Default
value: True . |
"width-chars" | Read/Write | The number of characters to leave space for in the
entry. Allowed values: >= -1. Default value: -1. |
"xalign" | Read/Write | The horizontal alignment ranging from 0.0 to 1.0
representing the fraction of freespace to the left (right for
RTL layouts) of the text. Available in GTK+ 2.4 and
above. |