Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
about_dialog.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: © 2019, 2022 Alexandros Theodotou <alex@zrythm.org>
2// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
10#ifndef __GUI_WIDGETS_ABOUT_DIALOG_H__
11#define __GUI_WIDGETS_ABOUT_DIALOG_H__
12
13#include <gtk/gtk.h>
14
24GtkWindow *
25about_dialog_widget_new (GtkWindow * parent);
26
31#endif
GtkWindow * about_dialog_widget_new(GtkWindow *parent)
Creates and displays the about dialog.