Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

DXmFormSpaceButtonsEqually(3X)

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;

PARAMETERS

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. 

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. 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026