|
Zrythm
a highly automated and intuitive digital audio workstation
|
#include "gtk_wrapper.h"
Go to the source code of this file.
Data Structures | |
| struct | FaderWidget |
| A FaderWidget reflects a Fader object's state. More... | |
Macros | |
| #define | FADER_WIDGET_TYPE (fader_widget_get_type ()) |
Functions | |
| void | fader_widget_setup (FaderWidget *self, Fader *fader, int height) |
| Creates a new Fader widget and binds it to the given Fader. | |