|
DXmFormSpaceButtonsEqually(3X)
Contents
|
DXmFormSpaceButtonsEqually - Sets push buttons in a form
widget to be equally spaced and sized.
void DXmFormSpaceButtonsEqually(
Widget parent,
Widget *widget_list,
Cardinal num_widgets );
The identifier (widget ID) of the form widget containing
the buttons. Array 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. The number of widgets
in the widget_list.
The DXmFormSpaceButtonsEqually routine 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.
DXmFormSpaceButtonsEqually(3X)
[ Back ] |