return unit_type from verify_function, so that it can modify the context
[ajla.git] / stdlib / ui / widget.ajla
blob7a1c4cbab74e5c46d9f85a4c246af1dd7a2ef910
1 {*
2  * Copyright (C) 2024 Mikulas Patocka
3  *
4  * This file is part of Ajla.
5  *
6  * Ajla is free software: you can redistribute it and/or modify it under the
7  * terms of the GNU General Public License as published by the Free Software
8  * Foundation, either version 3 of the License, or (at your option) any later
9  * version.
10  *
11  * Ajla is distributed in the hope that it will be useful, but WITHOUT ANY
12  * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13  * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License along with
16  * Ajla. If not, see <https://www.gnu.org/licenses/>.
17  *}
19 unit ui.widget;
21 uses ui.widget.common;
22 uses ui.widget.fkeys;
23 uses ui.widget.mainmenu;
24 uses ui.widget.menu;
25 uses ui.widget.text;
26 uses ui.widget.display;
27 uses ui.widget.progress;
28 uses ui.widget.checkbox;
29 uses ui.widget.input;
30 uses ui.widget.button;
31 uses ui.widget.dialog;
32 uses ui.widget.msgbox;
33 uses ui.widget.vselect;