Zrythm
a highly automated and intuitive digital audio workstation
|
#include "gtk_wrapper.h"
Go to the source code of this file.
Data Structures | |
struct | FaderButtonsWidget |
Macros | |
#define | FADER_BUTTONS_WIDGET_TYPE (fader_buttons_widget_get_type ()) |
Functions | |
G_DECLARE_FINAL_TYPE (FaderButtonsWidget, fader_buttons_widget, Z, FADER_BUTTONS_WIDGET, GtkBox) typedef struct Track Track | |
void | fader_buttons_widget_block_signal_handlers (FaderButtonsWidget *self) |
void | fader_buttons_widget_unblock_signal_handlers (FaderButtonsWidget *self) |
void | fader_buttons_widget_refresh (FaderButtonsWidget *self, Track *track) |
FaderButtonsWidget * | fader_buttons_widget_new (Track *track) |
Channel slot.
Definition in file fader_buttons.h.
#define FADER_BUTTONS_WIDGET_TYPE (fader_buttons_widget_get_type ()) |
Definition at line 17 of file fader_buttons.h.