Name
XtPopupSpringLoaded — map a spring-loaded pop-up from within an application.
Synopsis
void XtPopupSpringLoaded(popup_shell)
Widget popup_shell;
Arguments
popup_shell
Specifies the shell widget to be popped up.
Description
XtPopupSpringLoaded performs exactly like XtPopup, except that XtPopupSpringLoaded does the following:
•Sets the shell spring_loaded field to True.
•Always calls XtAddGrab with exclusive set to True and spring_loaded set to True.
See Also
XtAddGrab(1), XtCallbackExclusive(1), XtCallbackNone(1), XtCallbackNonexclusive(1), XtCallbackPopdown(1), XtCreatePopupShell(1), XtMenuPopdown, XtMenuPopup, XtPopdown(1), XtPopup(1), XtRemoveGrab(1), XtVaCreatePopupShell(1).