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
range_action_buttons.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: © 2020-2021 Alexandros Theodotou <alex@zrythm.org>
3
*
4
* SPDX-License-Identifier: LicenseRef-ZrythmLicense
5
*/
6
11
#ifndef __GUI_WIDGETS_RANGE_ACTION_BUTTONS_H__
12
#define __GUI_WIDGETS_RANGE_ACTION_BUTTONS_H__
13
14
#include "gtk_wrapper.h"
15
22
#define RANGE_ACTION_BUTTONS_WIDGET_TYPE \
23
(range_action_buttons_widget_get_type ())
24
G_DECLARE_FINAL_TYPE (
25
RangeActionButtonsWidget
,
26
range_action_buttons_widget,
27
Z,
28
RANGE_ACTION_BUTTONS_WIDGET,
29
GtkBox)
30
31
typedef
struct
_SnapGridWidget
SnapGridWidget
;
32
typedef
struct
SnapGrid
SnapGrid
;
33
34
typedef
struct
_RangeActionButtonsWidget
35
{
36
GtkBox parent_instance;
37
GtkButton * insert_silence;
38
GtkButton * remove;
39
}
RangeActionButtonsWidget
;
34
typedef
struct
_RangeActionButtonsWidget {
…
};
40
45
#endif
RangeActionButtonsWidget
Definition
range_action_buttons.h:35
SnapGridWidget
Definition
snap_grid.h:23
SnapGrid
Definition
snap_grid.h:86
gui
widgets
range_action_buttons.h
Generated by
1.11.0