Zrythm
a highly automated and intuitive digital audio workstation
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
e
f
g
i
m
p
r
t
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
Typedefs
Enumerations
a
b
c
e
f
g
i
k
m
n
p
r
s
t
u
z
Enumerator
a
u
z
Macros
_
a
b
c
d
e
f
h
i
k
m
p
r
s
t
u
v
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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_wrapper.h"
14
21
#define VELOCITY_SETTINGS_WIDGET_TYPE (velocity_settings_widget_get_type ())
22
G_DECLARE_FINAL_TYPE
(
23
VelocitySettingsWidget,
24
velocity_settings_widget,
25
Z,
26
VELOCITY_SETTINGS_WIDGET,
27
GtkWidget)
28
29
32
typedef
struct
_VelocitySettingsWidget
33
{
34
GtkWidget parent_instance;
35
36
GtkDropDown * default_velocity_dropdown;
37
} VelocitySettingsWidget;
22
G_DECLARE_FINAL_TYPE
( {
…
}
38
43
#endif
G_DECLARE_FINAL_TYPE
G_DECLARE_FINAL_TYPE(VelocitySettingsWidget, velocity_settings_widget, Z, VELOCITY_SETTINGS_WIDGET, GtkWidget) typedef struct _VelocitySettingsWidget
Velocity settings for toolbars.
Definition
velocity_settings.h:22
gui
widgets
velocity_settings.h
Generated by
1.11.0