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

Channel send widget. More...

#include <gtk/gtk.h>
Include dependency graph for channel_send.h:

Go to the source code of this file.

Data Structures

struct  ChannelSendWidget
 

Macros

#define CHANNEL_SEND_WIDGET_TYPE   (channel_send_widget_get_type ())
 

Typedefs

typedef struct _ChannelSendSelectorWidget ChannelSendSelectorWidget
 

Functions

 G_DECLARE_FINAL_TYPE (ChannelSendWidget, channel_send_widget, Z, CHANNEL_SEND_WIDGET, GtkWidget) typedef struct ChannelSend ChannelSend
 
ChannelSendWidgetchannel_send_widget_new (ChannelSend *send)
 Creates a new ChannelSend widget and binds it to the given value.
 

Detailed Description

Channel send widget.

Definition in file channel_send.h.

Macro Definition Documentation

◆ CHANNEL_SEND_WIDGET_TYPE

#define CHANNEL_SEND_WIDGET_TYPE   (channel_send_widget_get_type ())

Definition at line 15 of file channel_send.h.

Typedef Documentation

◆ ChannelSendSelectorWidget

typedef struct _ChannelSendSelectorWidget ChannelSendSelectorWidget

Definition at line 24 of file channel_send.h.