Query: xtmenupopdown
OS: hpux
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XtMenuPopdown() XtMenuPopdown() Name XtMenuPopdown - built-in action for popping down a widget. Synopsis (Translation Table) <Event sequence>: XtMenuPopdown([shell]) Inputs shell An optional argument which specifies the name of the shell to pop down. Availability This action is named MenuPopdown prior to Release 4. Description XtMenuPopdown is a predefined action procedure which does not have a corresponding public C routine. It can only be invoked from a trans- lation table. If passed an argument, that argument is interpreted as a shell name, and XtMenuPopdown tries to find the named shell by looking up the widget tree starting at the parent of the widget in which it is invoked. If it finds a shell with the specified name in the popup children of that parent, it pops down the shell by calling XtPopdown(); otherwise, it moves up the parent chain as needed. If XtMenuPopdown gets to the application top-level shell widget and cannot find a matching shell, it generates a warning and returns immedi- ately. If XtMenuPopdown is called with no argument, it calls XtPopdown() on the widget for which the translation is specified. Usage Note that XtMenuPopdown is an action procedure; you cannot call it from C code. The action name MenuPopdown is a synonym for XtMenuPopdown. Either action can be used to pop down menus or other popup shells. Popup shells can also be popped down by calling XtPopdown() explicitly, or by using the predefined callback procedure XtCallbackPopdown(). The action XtMenuPopup can be used to pop up a spring-loaded popup from a translation table. See Also XtCallbackPopdown(1), XtMenuPopup(1), XtPopDown(1), XtPopup(1), XtPopupSpringLoaded(1). Xt - Pop Ups XtMenuPopdown()
Related Man Pages |
---|
xtcallbacka(3) - hpux |
xtmenupopup(3) - hpux |
xtmenupopup(1) - hpux |
xtpopupspringloaded(1) - hpux |
xtmenupopdown(1) - hpux |
Similar Topics in the Unix Linux Community |
---|
how to pass the values to unix shell from the oracle stored procedure. |
input stored procedure to shell program |
awk and sed problem |
Extracting and printing data |
Find missed numbers |