DwtActivateWidget(3Dwt) DwtActivateWidget(3Dwt)
Name
DwtActivateWidget - Allows the application to simulate push button activation.
Syntax
void DwtActivateWidget(widget)
Widget widget;
Arguments
widget Specifies a pointer to the widget data structure.
Description
The DwtActivateWidget function allows the application to simulate push button activation. DwtActivateWidget generates the same highlight-
ing and callbacks that would occur if the user clicks on a push button. For example, an application might contain functions that a user
could choose either by selecting a menu option or by activating a push button. If the user selected the menu option, the application could
activate the corresponding push button to maintain a consistent user interface. Only push buttons are currently supported by DwtActi-
vateWidget.
See Also
Guide to the XUI Toolkit: C Language Binding
Guide to the XUI Toolkit Intrinsics: C Language Binding
DwtActivateWidget(3Dwt)