aboutsummaryrefslogtreecommitdiff
path: root/include/adwaitamm/private/alertdialog_p.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/adwaitamm/private/alertdialog_p.hpp')
-rw-r--r--include/adwaitamm/private/alertdialog_p.hpp33
1 files changed, 33 insertions, 0 deletions
diff --git a/include/adwaitamm/private/alertdialog_p.hpp b/include/adwaitamm/private/alertdialog_p.hpp
new file mode 100644
index 0000000..949b4b8
--- /dev/null
+++ b/include/adwaitamm/private/alertdialog_p.hpp
@@ -0,0 +1,33 @@
+#ifndef LIBADWAITAMM_PRIVATE_ALERT_DIALOG_P_HPP
+#define LIBADWAITAMM_PRIVATE_ALERT_DIALOG_P_HPP
+
+#include "adwaitamm/private/dialog_p.hpp"
+
+#include <glibmm/class.h>
+#include <glibmm/objectbase.h>
+
+#include <gtkmm/widget.h>
+
+#include <gtk/gtk.h>
+
+#define _ADWAITA_INSIDE
+#include <adw-alert-dialog.h>
+#undef _ADWAITA_INSIDE
+
+namespace Adwaita
+{
+ struct AlertDialog_Class : Glib::Class
+ {
+ using BaseClassParent = AdwDialogClass;
+ using BaseClassType = AdwAlertDialogClass;
+ using BaseObjectType = AdwAlertDialog;
+ using CppClassParent = Dialog_Class;
+ using CppObjectType = struct AlertDialog;
+
+ 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