string-snip%
Superclass: snip%
An instance of string-snip% is created automatically when
text is inserted into a text editor. See also
on-new-string-snip in text%.
(make-object string-snip% -> allocsize)string-snip% object
allocsize = : exact non-negative integer0
Creates an empty string snip. The allocsize argument is a hint
about how much storage space for text should be initially allocated
by the snip.
(make-object string-snip% -> s)string-snip% object
s : string
Creates a string snip with the given initial string.
All Methods
adjust-cursor from snip%
blink-caret from snip%
can-do-edit-operation? from snip%
copy from snip%
do-edit-operation from snip%
draw from snip%
find-scroll-step from snip%
get-admin from snip%
get-count from snip%
get-extent from snip%
get-flags from snip%
get-num-scroll-steps from snip%
get-scroll-step-offset from snip%
get-snipclass from snip%
get-style from snip%
get-text from snip%
get-text! from snip%
insert from string-snip%
is-owned? from snip%
match? from snip%
merge-with from snip%
next from snip%
on-char from snip%
on-event from snip%
own-caret from snip%
partial-offset from snip%
previous from snip%
read from string-snip%
release-from-owner from snip%
resize from snip%
set-admin from snip%
set-count from snip%
set-flags from snip%
set-snipclass from snip%
set-style from snip%
set-unmodified from snip%
size-cache-invalid from snip%
split from snip%
write from snip%