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

Channel sends. More...

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

Go to the source code of this file.

Data Structures

struct  ChannelSendsExpanderWidget
 A TwoColExpanderBoxWidget for showing the ports in the InspectorWidget. More...
 

Macros

#define CHANNEL_SENDS_EXPANDER_WIDGET_TYPE    (channel_sends_expander_widget_get_type ())
 

Typedefs

typedef struct _ChannelSendWidget ChannelSendWidget
 

Enumerations

enum  ChannelSendsExpanderPosition { CSE_POSITION_CHANNEL , CSE_POSITION_INSPECTOR }
 

Functions

 G_DECLARE_FINAL_TYPE (ChannelSendsExpanderWidget, channel_sends_expander_widget, Z, CHANNEL_SENDS_EXPANDER_WIDGET, ExpanderBoxWidget)
 
void channel_sends_expander_widget_refresh (ChannelSendsExpanderWidget *self)
 Refreshes each field.
 
void channel_sends_expander_widget_setup (ChannelSendsExpanderWidget *self, ChannelSendsExpanderPosition position, Track *track)
 Sets up the ChannelSendsExpanderWidget.
 

Detailed Description

Channel sends.

Definition in file channel_sends_expander.h.

Macro Definition Documentation

◆ CHANNEL_SENDS_EXPANDER_WIDGET_TYPE

#define CHANNEL_SENDS_EXPANDER_WIDGET_TYPE    (channel_sends_expander_widget_get_type ())

Definition at line 20 of file channel_sends_expander.h.

Typedef Documentation

◆ ChannelSendWidget

typedef struct _ChannelSendWidget ChannelSendWidget

Definition at line 30 of file channel_sends_expander.h.