DXmFormSpaceButtonsEqually(3X) — Subroutines
Digital
NAME
DXmFormSpaceButtonsEqually − Sets push buttons in a form widget to be equally spaced and sized.
SYNOPSIS
void DXmFormSpaceButtonsEqually (parent, widget_list, num_widgets)
Widget parent;
Widget ∗widget_list;
Cardinal num_widgets;
DESCRIPTION
DXmFormSpaceButtonsEqually enables you to set the push buttons in a form widget to be equally spaced and sized. Your application must call this routine after the dialog box is managed.
Arguments
parentThe identifier (widget ID) of the form widget containing the buttons.
widget_listArray of widget IDs of the push buttons to be changed. Note that you must list the widget IDs in the same order as they are displayed in the dialog box and that you should not specify left or right attachments for the push buttons.
num_widgets
The number of widgets in the widget_list.