From 6378909a3d85f7f65b5ba5c116d950f96342fed4 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 28 Apr 2025 12:11:23 +0200 Subject: adw: implement ComboRow --- adw/include/adwaitamm/private/comborow_p.hpp | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 adw/include/adwaitamm/private/comborow_p.hpp (limited to 'adw/include/adwaitamm/private') diff --git a/adw/include/adwaitamm/private/comborow_p.hpp b/adw/include/adwaitamm/private/comborow_p.hpp new file mode 100644 index 0000000..e8c3683 --- /dev/null +++ b/adw/include/adwaitamm/private/comborow_p.hpp @@ -0,0 +1,35 @@ +/** + * @author Felix Morgner (felix.morgner@gmail.com) + * @copyright Copyright (c) 2025 + * SPDX-License-Identifier: LGPL-2.1-or-later + */ + +#ifndef LIBADWAITAMM_PRIVATE_COMBO_ROW_P_HPP +#define LIBADWAITAMM_PRIVATE_COMBO_ROW_P_HPP + +#include "adwaitamm/private/actionrow_p.hpp" + +#include +#include + +#define _ADWAITA_INSIDE +#include +#undef _ADWAITA_INSIDE + +namespace Adwaita +{ + struct ComboRow_Class : Glib::Class + { + using BaseClassParent = AdwActionRowClass; + using BaseClassType = AdwComboRowClass; + using BaseObjectType = AdwComboRow; + using CppClassParent = ActionRow_Class; + using CppObjectType = struct ComboRow; + + auto init() -> Glib::Class const &; + auto static class_init_function(void * gclass, void * data) -> void; + auto static wrap_new(GObject * object) -> Glib::ObjectBase *; + }; +} // namespace Adwaita + +#endif \ No newline at end of file -- cgit v1.2.3