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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextPop.c376 * If the search was sucessful and the argument popdown is passed to
377 * this action routine then the widget will automatically popdown the
390 Boolean popdown = FALSE; local
394 popdown = TRUE;
396 if (DoSearch(tw->text.search) && popdown)
402 * Text Widget that will popdown the search widget.
834 Boolean popdown = FALSE; local
838 popdown = TRUE;
840 if (Replace( ctx->text.search, TRUE, popdown) && popdown)
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextPop.c404 * If the search was sucessful and the argument popdown is passed to
405 * this action routine then the widget will automatically popdown the
418 Boolean popdown = FALSE; local
422 popdown = TRUE;
424 if (DoSearch(tw->text.search) && popdown)
430 * Text Widget that will popdown the search widget.
886 Boolean popdown = FALSE; local
890 popdown = TRUE;
892 if (Replace( ctx->text.search, TRUE, popdown) && popdown)
[all...]

Completed in 45 milliseconds