Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
welcome_message_dialog.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: © 2022 Alexandros Theodotou <alex@zrythm.org>
2// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
9
10#ifndef __GUI_WIDGETS_DIALOGS_WELCOME_MESSAGE_DIALOG_H__
11#define __GUI_WIDGETS_DIALOGS_WELCOME_MESSAGE_DIALOG_H__
12
13#include "gui/backend/gtk_widgets/libadwaita_wrapper.h"
14
20
24AdwMessageDialog *
25welcome_message_dialog_new (GtkWindow * parent);
26
30
31#endif /* __GUI_WIDGETS_DIALOGS_WELCOME_MESSAGE_DIALOG_H__ */
AdwMessageDialog * welcome_message_dialog_new(GtkWindow *parent)
Creates and returns the welcome dialog.