DXmFormSpaceButtonsEqually(3X)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
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 applica-
tion must call this routine after the dialog box is managed.
DXmFormSpaceButtonsEqually(3X)
Check Out this Related Man Page
DtCreateHelpDialog(library call) DtCreateHelpDialog(library call)
NAME
DtCreateHelpDialog -- create a general DtHelpDialog widget
SYNOPSIS
#include <Dt/HelpDialog.h>
Widget DtCreateHelpDialog(
Widget parent,
String name,
ArgList arglist,
Cardinal argcount);
DESCRIPTION
The DtCreateHelpDialog function is a convenience function that creates a DtHelpDialog widget.
The parent argument specifies the parent widget ID.
The name argument specifies the name of the created widget.
The arglist argument specifies the argument list.
The argcount argument specifies the number of attribute and value pairs in the argument list (arglist).
RETURN VALUE
Upon successful completion, the DtCreateHelpDialog function returns an XmBulletinBoard widget whose parent is a dialog shell widget; other-
wise, it returns an undefined widget value. The dialog shell is the DtHelpDialog widget's top level. Refer to the Motif documentation for
more information on the dialog shell widget and applicable resources.
SEE ALSO
Dt/HelpDialog.h - DtHelpDialog(5), Dt/Help.h - DtHelp(5), DtCreateHelpQuickDialog(3), DtHelpSetCatalogName(3), XmBulletinBoard(3).
DtCreateHelpDialog(library call)
Hi Folks,
Today hasn't been the best one of my career in IT.
I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them.
At the... (3 Replies)