| Did you know ... | Search Documentation: |
| Get methods |
|tuple -> chain->complete.
The argument is the return-value of text_item<-split_completion.
If the argument is a char_array the text_item completes from a plain
list. It should return a chain of objects that match the indicated start
of their object<-print_name.
The chain may contain objects whose name does
->complete.
If the argument is a tuple the text_item is used for a hierarchical
structure. This method should return a chain of
files matching tuple<-second
in the directory tuple<-first.
The default implementation exploits text_item<-value_set.
<-split_completion -value_set<-string
of text_item<-value_text.->style:
@default to
see whether the item should appear as a normal entry-field or as a
combo-box.<-print_name.
-print_name<-selection
into a textual format. It attempts the following conversions:
<-print_nametype(char_array) text_item<-check
(calling char_array<-convert).pretty printing format used by the debugger.
@see text_item-type<-print_name.
May be redefined. See also -print_name.<-selection
from the entered value. Performs the following steps:
->enter_completer<-modified
equals @on,
convert the text<-string
of the text_item<-value_text
(i.e. the displayed value) using
type<-check
to the requested type. If this succeed assign text_item<-selection
and object<-print_name.
If it fails generate a connot_convert_text error.<-selection
slot value|tuple<-displayed_value
(passed as argument) into a directory- and a file-part
to deal with hierarchically organised data. This method should return:
directory and file component if the
text_item is used to select from a hierarchical structure.
Note that the return-value of this message is passed to
text_item<-completions.
<-completions