Home
last modified time | relevance | path

Searched refs:withshadow (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/bsddialog/lib/
H A Dlib_util.h91 int hide_widget(int y, int x, int h, int w, bool withshadow);
H A Dlib_util.c147 int hide_widget(int y, int x, int h, int w, bool withshadow) in hide_widget() argument
155 if (withshadow) in hide_widget()