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
top_bar.h
1
// SPDX-FileCopyrightText: © 2018-2019, 2021 Alexandros Theodotou <alex@zrythm.org>
2
// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
4
#ifndef __GUI_WIDGETS_TOP_BAR_H__
5
#define __GUI_WIDGETS_TOP_BAR_H__
6
7
#include <gtk/gtk.h>
8
9
#define TOP_BAR_WIDGET_TYPE (top_bar_widget_get_type ())
10
G_DECLARE_FINAL_TYPE (
TopBarWidget
, top_bar_widget, Z, TOP_BAR_WIDGET, GtkBox)
11
12
#define TOP_BAR MW->top_bar
13
14
typedef
struct
_DigitalMeterWidget
DigitalMeterWidget
;
15
typedef
struct
_TransportControlsWidget
TransportControlsWidget
;
16
typedef
struct
_CpuWidget
CpuWidget
;
17
typedef
struct
_MidiActivityBarWidget
MidiActivityBarWidget
;
18
19
typedef
struct
_TopBarWidget
20
{
21
GtkBox parent_instance;
22
GtkBox * top_bar_left;
23
}
TopBarWidget
;
24
25
void
26
top_bar_widget_refresh (
TopBarWidget
* self);
27
28
#endif
CpuWidget
Definition
cpu.h:27
DigitalMeterWidget
Definition
digital_meter.h:51
MidiActivityBarWidget
Definition
midi_activity_bar.h:62
TopBarWidget
Definition
top_bar.h:20
TransportControlsWidget
Transport controls.
Definition
transport_controls.h:37
gui
widgets
top_bar.h
Generated by
1.9.8