lcdui.stringitem — Creates a string item that can be added to a form.
lcdui.stringitem
-label label
-text text
[cget
-appearance
| -text
| -font
]
[configure
-appearance
plain
| button
| hyperlink
| -text $stringitemcmd
text
| -font font
]
Note | |
---|---|
String items also utilize the common "item" options, described here: lcdui item options |
The lcdui.stringitem command creates a string item (label + text) that can be attached to a form. Normally, the label is bold, and the text is in the default font. For an in-depth look at the Java code that this command is based on, see: javax.microedition.lcdui.StringItem