Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
velocity_settings.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_VELOCITY_SETTINGS_H__
11#define __GUI_WIDGETS_VELOCITY_SETTINGS_H__
12
13#include <gtk/gtk.h>
14
21#define VELOCITY_SETTINGS_WIDGET_TYPE (velocity_settings_widget_get_type ())
23 VelocitySettingsWidget,
24 velocity_settings_widget,
25 Z,
26 VELOCITY_SETTINGS_WIDGET,
27 GtkWidget)
28
29
32typedef struct _VelocitySettingsWidget
33{
34 GtkWidget parent_instance;
35
36 GtkDropDown * default_velocity_dropdown;
37} VelocitySettingsWidget;
38
43#endif
G_DECLARE_FINAL_TYPE(VelocitySettingsWidget, velocity_settings_widget, Z, VELOCITY_SETTINGS_WIDGET, GtkWidget) typedef struct _VelocitySettingsWidget
Velocity settings for toolbars.