Zrythm
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
10#ifndef __GUI_WIDGETS_DIALOGS_WELCOME_MESSAGE_DIALOG_H__
11#define __GUI_WIDGETS_DIALOGS_WELCOME_MESSAGE_DIALOG_H__
12
13#include <adwaita.h>
14
24AdwMessageDialog *
25welcome_message_dialog_new (GtkWindow * parent);
26
31#endif /* __GUI_WIDGETS_DIALOGS_WELCOME_MESSAGE_DIALOG_H__ */
AdwMessageDialog * welcome_message_dialog_new(GtkWindow *parent)
Creates and returns the welcome dialog.