SATGUI Examples - setItem |
setItem {button_1 disabled}
setItem {example underline}
setItem {example -underline}
Note: This would be the result if the check buttons were set as in the previous example.
setItem {example_data "Example value"}
Note: The Data item must be created before it is set.
setItem {field_1 "Example value"}
setItem {label_1 "This is some example text"}
setItem {list_1 {Fred\tMale\t20}{Mary\tFemale\t23}}
Note: \t represents a TAB character.
setItem {example begining}