/* * \brief Widget types * \author Norman Feske * \date 2023-03-24 */ /* * Copyright (C) 2023 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__DIALOG__WIDGETS_H_ #define _INCLUDE__DIALOG__WIDGETS_H_ #include namespace Dialog { template struct Select_button; struct Toggle_button; struct Action_button; struct Deferred_action_button; } struct Dialog::Toggle_button : Widget