XmGetPostedFromWidget (3) Linux Manual Page
XmGetPostedFromWidget — A RowColumn function that returns the widget from which a menu was posted
Synopsis
#include <Xm/RowColumn.h>
Widget XmGetPostedFromWidget(
Widget menu);
Description
XmGetPostedFromWidget returns the widget from which a menu was posted. For torn-off menus, this function returns the widget from which the menu was originally torn. An application can use this routine during the activate callback to determine the context in which the menu callback should be interpreted.- menu
- Specifies the widget ID of the menu
For a complete definition of RowColumn and its associated resources, see XmRowColumn(3).
