treewide: Parent from AdwBin where possible

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
Anton Lazarev
2024-04-06 08:15:28 -07:00
parent 4fc1374fe8
commit 001d599495
15 changed files with 24 additions and 28 deletions
+2 -1
View File
@@ -27,13 +27,14 @@
#include "calls-new-call-box.h"
#include <adwaita.h>
#include <gtk/gtk.h>
G_BEGIN_DECLS
#define CALLS_TYPE_HISTORY_BOX (calls_history_box_get_type ())
G_DECLARE_FINAL_TYPE (CallsHistoryBox, calls_history_box, CALLS, HISTORY_BOX, GtkWidget);
G_DECLARE_FINAL_TYPE (CallsHistoryBox, calls_history_box, CALLS, HISTORY_BOX, AdwBin);
CallsHistoryBox *calls_history_box_new (GListModel *model);