GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmMenuPosition(3) FreeBSD Library Functions Manual XmMenuPosition(3)

XmMenuPosition — A RowColumn function that positions a Popup menu pane

#include <Xm/RowColumn.h>
void XmMenuPosition(
Widget menu,
XButtonPressedEvent * event);

XmMenuPosition positions a Popup menu pane using the information in the specified event. Unless an application is positioning the menu pane itself, it must first invoke this function before managing the PopupMenu. The x_root and y_root fields in the specified X event are used to determine the menu position.
menu
Specifies the PopupMenu to be positioned
event
Specifies the event passed to the action procedure which manages the PopupMenu

Which corner of the PopupMenu is positioned at the x_root and y_root depends on the XmNlayoutDirection resource of the widget from which popup occurs.

For a complete definition of RowColumn and its associated resources, see XmRowColumn(3).

XmRowColumn(3).

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.