Add the modal dialog example.

New component: clear_under.
This commit is contained in:
ArthurSonzogni
2020-08-26 17:58:18 +02:00
committed by Arthur Sonzogni
parent 5a8ed208da
commit 4ad4946de3
5 changed files with 170 additions and 1 deletions

View File

@@ -94,6 +94,10 @@ Element center(Element);
Element align_right(Element);
Element nothing(Element element);
// Before drawing the |element| clear the pixel below. This is useful in
// combinaison with dbox.
Element clear_under(Element element);
// Make container able to take any number of children as input.
#include "take_any_args.hpp"
TAKE_ANY_ARGS(vbox)