Zrythm
a highly automated and intuitive digital audio workstation
|
#include "gtk_wrapper.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 | |
ChannelSendWidget * | channel_send_widget_new (ChannelSend *send) |
Creates a new ChannelSend widget and binds it to the given value. | |
Channel send widget.
Definition in file channel_send.h.
#define CHANNEL_SEND_WIDGET_TYPE (channel_send_widget_get_type ()) |
Definition at line 15 of file channel_send.h.
typedef struct _ChannelSendSelectorWidget ChannelSendSelectorWidget |
Definition at line 24 of file channel_send.h.