Zrythm
a highly automated and intuitive digital audio workstation
|
Fader controls expander. More...
Go to the source code of this file.
Data Structures | |
struct | FaderControlsExpanderWidget |
A TwoColExpanderBoxWidget for showing the ports in the InspectorWidget. More... | |
Macros | |
#define | FADER_CONTROLS_EXPANDER_WIDGET_TYPE (fader_controls_expander_widget_get_type ()) |
Typedefs | |
typedef struct _FaderControlsGridWidget | FaderControlsGridWidget |
Functions | |
G_DECLARE_FINAL_TYPE (FaderControlsExpanderWidget, fader_controls_expander_widget, Z, FADER_CONTROLS_EXPANDER_WIDGET, ExpanderBoxWidget) | |
void | fader_controls_expander_widget_refresh (FaderControlsExpanderWidget *self) |
Refreshes each field. | |
void | fader_controls_expander_widget_setup (FaderControlsExpanderWidget *self, Track *track) |
Sets up the FaderControlsExpanderWidget. | |
void | fader_controls_expander_widget_tear_down (FaderControlsExpanderWidget *self) |
Prepare for finalization. | |
Fader controls expander.
Definition in file fader_controls_expander.h.
#define FADER_CONTROLS_EXPANDER_WIDGET_TYPE (fader_controls_expander_widget_get_type ()) |
Definition at line 20 of file fader_controls_expander.h.
typedef struct _FaderControlsGridWidget FaderControlsGridWidget |
Definition at line 30 of file fader_controls_expander.h.