Manual Page Result
0
Command: XmMenuPosition | Section: 3 | Source: Digital UNIX | File: XmMenuPosition.3X.gz
XmMenuPosition(3X) XmMenuPosition(3X)
NAME
XmMenuPosition - A RowColumn function that positions a Popup MenuPane
SYNOPSIS
#include <Xm/RowColumn.h>
void XmMenuPosition (menu, event)
Widget menu;
XButtonPressedEvent * event;
DESCRIPTION
XmMenuPosition positions a Popup MenuPane using the information in the
specified event. Unless an application is positioning the MenuPane it-
self, it must first invoke this function before managing the PopupMenu.
The x_root and y_root values in the specified event are used to deter-
mine the menu position. Specifies the PopupMenu to be positioned Spec-
ifies the event passed to the action procedure which manages the Popup-
Menu
For a complete definition of RowColumn and its associated resources,
see XmRowColumn(3X).
SEE ALSO
XmRowColumn(3X)
XmMenuPosition(3X)