XmVaCreateSimplePulldownMenu (3) Linux Manual Page
XmVaCreateSimplePulldownMenu — A RowColumn widget convenience creation function Synopsis#include <Xm/RowColumn.h> Widget XmVaCreateSimplePulldownMenu( Widget parent, String name, int post_from_button, XtCallbackProc callback);DescriptionXmVaCreateSimplePulldownMenu creates an instance of a RowColumn widget of type XmMENU_PULLDOWN and returns the associated widget ID. This routine uses the ANSI C variable-length argument list (varargs) calling convention. This routine creates a Pulldown menu pane…
