Lines Matching defs:popdown
427 * 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;
440 popdown = True;
442 if (DoSearch(tw->text.search) && popdown)
452 * will popdown the search widget.
940 Bool popdown = False;
943 popdown = True;
945 if (Replace( ctx->text.search, True, popdown) && popdown)