| Did you know ... | Search Documentation: |
| text_item->enter |
->enter
is by default bound the the RETURN key. It's behaviour is rather
complicated to get proper default action both if the dialog window in
which the text_item resides has a‘dialog
text_item<-default_button’and if
this is not the case.
->typed
to the graphical<-window
of the text_item. If the window has an accelerator for RET this
will be activated. If this message returns successfully the text_item
considers the RETURN handled.->apply
the text_item. If this succeeds and
text_item<-advance
= clear, clear the text_item using text_item->selection ” .
Otherwise proceed to the next text_item using text_item->next.