RADIO:
Attributes


ACTIVE

Controls whether the radio button is active by default. Only one radio button of a group may be active, so this should only be defined once. If defined more than once, the behaviour is undefined.

Value(s)

Default Value

false

AUTO-GEN

This is internal code used by glade2bond conversion programme to figure out which tags are hand made and which are generated. Any XML you write should have auto-gen set to false. This maybe replaced with namespace at some point.

Value(s)

Default Value

#IMPLIED

CONFIGVAR

Value(s)

CDATA

Default Value

#IMPLIED

CUSTOMLABEL

Value(s)

CDATA

Default Value

#IMPLIED

GROUP

The group that the radio buttons belong to. Only one radio button may be selected from a given group.

Value(s)

CDATA

Default Value

#IMPLIED

HTMLHEIGHT

Value(s)

CDATA

Default Value

#IMPLIED

HTMLLEFT

Value(s)

CDATA

Default Value

#IMPLIED

HTMLTOP

Value(s)

CDATA

Default Value

#IMPLIED

HTMLWIDTH

Value(s)

CDATA

Default Value

#IMPLIED

LABEL

Value(s)

CDATA

Default Value

#IMPLIED

LONGNAME

Value(s)

CDATA

Default Value

#IMPLIED

MINHEIGHT

This is useful for forcing widgets to be a minimum certain size.

Value(s)

CDATA

Default Value

-1

MINWIDTH

This is useful for forcing widgets to be a minimum certain size.

Value(s)

CDATA

Default Value

-1

NAME

Name of the widget that will be used in bond for api calls.

Value(s)

CDATA

Default Value

#IMPLIED

RELIEF

Value(s)

Default Value

normal

TABINDEX

Specify the order in which interactive widgets will be tabbed through. This may be any natural integer value (negative values should not be used). For purposes of tabbing, all widgets with an order specified will preceed any without an order specified. The lowest tabindex values will preceed higher values.

Value(s)

CDATA

Default Value

#IMPLIED

USE_UNDERLINE

Value(s)

Default Value

false

XPOS

Value(s)

CDATA

Default Value

#IMPLIED

YPOS

Value(s)

CDATA

Default Value

#IMPLIED
Back to RADIO


bond-2.1 DTD