|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Folder channel widget. More...
#include "common/dsp/foldable_track.h"#include "common/utils/types.h"#include "gui/backend/gtk_widgets/gtk_wrapper.h"
Go to the source code of this file.
Macros | |
| #define | FOLDER_CHANNEL_WIDGET_TYPE (folder_channel_widget_get_type ()) |
Typedefs | |
| using | FolderChannelWidget |
Functions | |
| G_DECLARE_FINAL_TYPE (FolderChannelWidget, folder_channel_widget, Z, FOLDER_CHANNEL_WIDGET, GtkWidget) class Track | |
| TYPEDEF_STRUCT_UNDERSCORED (ColorAreaWidget) | |
| TYPEDEF_STRUCT_UNDERSCORED (FolderChannelSlotWidget) | |
| TYPEDEF_STRUCT_UNDERSCORED (EditableLabelWidget) | |
| TYPEDEF_STRUCT_UNDERSCORED (FaderButtonsWidget) | |
| FolderChannelWidget * | folder_channel_widget_new (FoldableTrack *track) |
| Creates a folder_channel widget using the given folder_channel data. | |
| void | folder_channel_widget_tear_down (FolderChannelWidget *self) |
| void | folder_channel_widget_refresh (FolderChannelWidget *self) |
| Updates everything on the widget. | |
| void | folder_channel_widget_show (FolderChannelWidget *self) |
| Displays the widget. | |
Folder channel widget.
Definition in file folder_channel.h.
| #define FOLDER_CHANNEL_WIDGET_TYPE (folder_channel_widget_get_type ()) |
Definition at line 17 of file folder_channel.h.