Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
fader_controls_expander.h File Reference

Fader controls expander. More...

#include "gui/widgets/expander_box.h"
#include <gtk/gtk.h>
Include dependency graph for fader_controls_expander.h:

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.
 

Detailed Description

Fader controls expander.

Definition in file fader_controls_expander.h.

Macro Definition Documentation

◆ FADER_CONTROLS_EXPANDER_WIDGET_TYPE

#define FADER_CONTROLS_EXPANDER_WIDGET_TYPE    (fader_controls_expander_widget_get_type ())

Definition at line 20 of file fader_controls_expander.h.

Typedef Documentation

◆ FaderControlsGridWidget

typedef struct _FaderControlsGridWidget FaderControlsGridWidget

Definition at line 30 of file fader_controls_expander.h.