|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Bottomest bar. More...
#include "common/utils/types.h"#include "gui/backend/gtk_widgets/gtk_wrapper.h"#include "gui/backend/gtk_widgets/libpanel_wrapper.h"
Go to the source code of this file.
Macros | |
| #define | BOT_BAR_WIDGET_TYPE (bot_bar_widget_get_type ()) |
| #define | MW_BOT_BAR MW->bot_bar |
| #define | MW_DIGITAL_TRANSPORT MW_BOT_BAR->digital_transport |
| #define | MW_DIGITAL_BPM MW_BOT_BAR->digital_bpm |
| #define | MW_DIGITAL_TIME_SIG MW_BOT_BAR->digital_timesig |
Typedefs | |
| using | BotBarWidget |
| Bottom bar showing the engine status, etc. | |
Functions | |
| TYPEDEF_STRUCT_UNDERSCORED (MidiActivityBarWidget) | |
| TYPEDEF_STRUCT_UNDERSCORED (LiveWaveformWidget) | |
| TYPEDEF_STRUCT_UNDERSCORED (SpectrumAnalyzerWidget) | |
| TYPEDEF_STRUCT_UNDERSCORED (DigitalMeterWidget) | |
| TYPEDEF_STRUCT_UNDERSCORED (TransportControlsWidget) | |
| TYPEDEF_STRUCT_UNDERSCORED (CpuWidget) | |
| TYPEDEF_STRUCT_UNDERSCORED (ButtonWithMenuWidget) | |
| void | bot_bar_widget_refresh (BotBarWidget *self) |
| void | bot_bar_widget_update_status (BotBarWidget *self) |
| Updates the content of the status bar. | |
| void | bot_bar_widget_setup (BotBarWidget *self) |
| Sets up the bot bar. | |
Bottomest bar.
Definition in file bot_bar.h.