Manual Page Result
0
Command: DXmActivateWidget | Section: 3 | Source: Digital UNIX | File: DXmActivateWidget.3X.gz
DXmActivateWidget(3X) DXmActivateWidget(3X)
NAME
DXmActivateWidget - Allows the application to simulate push button ac-
tivation.
SYNOPSIS
void DXmActivateWidget (widget)
Widget widget;
PARAMETERS
A pointer to the widget data structure.
DESCRIPTION
The DXmActivateWidget routine allows an application to generate the
same highlighting and callbacks that would occur if the user clicked on
a push button. Using this routine in your application enables you to
maintain a consistent user interface. For example, your application
could allow a user to choose a function by either pressing a push but-
ton or, if the DXmActivateWidget routine has been called, by selecting
a menu option that activates the corresponding push button.
The DXmActivateWidget routine only supports push buttons. delim off
DXmActivateWidget(3X)