Index Index for
Section 3X
Index Alphabetical
listing for D
Bottom of page Bottom of
page

DXmFormSpaceButtonsEqually(3X)

NAME

DXmFormSpaceButtonsEqually - Sets push buttons in a form widget to be equally spaced and sized.

SYNOPSIS

void DXmFormSpaceButtonsEqually( Widget parent, Widget *widget_list, Cardinal num_widgets );

PARAMETERS

parent The identifier (widget ID) of the form widget containing the buttons. widget_list 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. num_widgets The number of widgets in the widget_list.

DESCRIPTION

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.

Index Index for
Section 3X
Index Alphabetical
listing for D
Top of page Top of
page