Push button groups

image0

Push-type buttons may be grouped together for convenience, for purposes such as display or input. However, unlike checkbox and radio buttons, push buttons need not be grouped.

Push buttons, or ordinary buttons, are momentarily selected when pressed, and then immediately revert to the unselected state. They may have an image assigned to them for use in addition to or instead of a label.

Push buttons may be used as table column headings. See heading_type under Table cell properties.

A push button group is defined within the braces of its parent window, using the following form:

button group group_id {
      group clauses
      +|– button button_id at x, y {clauses}
      … other buttons
}

See Defining a window object.


RELATED TOPICS

Buttons

Button types