raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0f6ff82d2aba1bee7194488723c48b5f4cf1af4b
commit 0f6ff82d2aba1bee7194488723c48b5f4cf1af4b Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Sun Apr 18 20:42:12 2021 +0100 elm - frame - add new styles to docs --- src/lib/elementary/elm_frame.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib/elementary/elm_frame.h b/src/lib/elementary/elm_frame.h index f57ae667ba..291d2af5ff 100644 --- a/src/lib/elementary/elm_frame.h +++ b/src/lib/elementary/elm_frame.h @@ -19,6 +19,11 @@ * @li pad_huge * @li outdent_top * @li outdent_bottom + * @li overlay + * @li icon + * @li icon_overlay + * @li border + * @li border_overlay * * Of all this styles only default shows the title. * --