1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
<?xml version="1.0"?>
<!DOCTYPE gsmarkup>
<gsmarkup>
<objects>
<window title="Text Field Test" closable="no">
<vbox>
<box title="Text Fields">
<vbox>
<textField editable="no" selectable="no"><textField editable="no" selectable="no"></textField>
<textField editable="no"><textField editable="no"></textField>
<textField><textField></textField>
<textField allowsEditingTextAttributes="yes"><textField allowsEditingTextAttributes="yes"></textField>
<textField allowsEditingTextAttributes="yes" importsGraphics="yes"><textField allowsEditingTextAttributes="yes" importsGraphics="yes"></textField>
<textField textColor="white" backgroundColor="black" drawsBackground="yes"><textField textColor="white" backgroundColor="black" drawsBackground="yes"></textField>
</vbox>
</box>
</vbox>
</window>
</objects>
</gsmarkup>
|