Content-type: text/html Man page of DXmActivateWidget

DXmActivateWidget

Section: Miscellaneous Library Functions (3X)
Index Return to Main Contents
 

NAME

DXmActivateWidget - Allows the application to simulate push button activation.  

SYNOPSIS

void DXmActivateWidget( 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 button 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.


 

Index

NAME
SYNOPSIS
PARAMETERS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 02:42:08 GMT, October 02, 2010