Sunday, May 19, 2013
download
|
documentation
|
applications
|
faq
|
changelog
|
resources
search for
in the
PHP-GTK 2 manual
PHP-GTK 1 manual
whole site
general mailing list
development mailing list
documentation mailing list
lookup:
PHP-GTK 2 Manual
GtkEntry
append_text
get_activates_default
get_alignment
get_completion
get_has_frame
get_layout
get_layout_offsets
get_max_length
get_text
get_visibility
get_width_chars
prepend_text
set_activates_default
set_alignment
set_completion
set_has_frame
set_max_length
set_text
set_visibility
set_width_chars
activates-default
cursor-position
editable
has-frame
invisible-char
max-length
scroll-offset
selection-bound
text
visibility
width-chars
xalign
activate
backspace
copy-clipboard
cut-clipboard
delete-from-cursor
insert-at-cursor
move-cursor
paste-clipboard
populate-popup
toggle-overwrite
delete-from-cursor
move-cursor
Last updated: Sun, 12 May 2013
view this page in
English
insert-at-cursor
The "insert-at-cursor" signal is emitted when text is being inserted in the entry.
Callback function
void callback(
GtkEntry
entry
, string
string
);
User Contributed Notes
gtk.gtkentry.signal.insert-at-cursor.php
There are no user contributed notes for this page.
delete-from-cursor
move-cursor
Last updated: Sun, 12 May 2013
view this page in
English
credits
Copyright © 2001-2013 The PHP Group
All rights reserved.
Last updated: Sun May 12 18:50:57 2013 UTC