Searched refs:popdown (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DTextPop.c427 * If the search was successful and the argument popdown is passed to
428 * this action routine then the widget will automatically popdown the
437 Bool popdown = False; local in function:_XawTextDoSearchAction
440 popdown = True;
442 if (DoSearch(tw->text.search) && popdown)
452 * will popdown the search widget.
940 Bool popdown = False; local in function:_XawTextDoReplaceAction
943 popdown = True;
945 if (Replace( ctx->text.search, True, popdown) && popdown)
[all...]

Completed in 2 milliseconds