|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Single chord pad. More...
#include "gui/backend/gtk_widgets/gtk_wrapper.h"
Go to the source code of this file.
Macros | |
| #define | CHORD_PAD_WIDGET_TYPE (chord_pad_widget_get_type ()) |
Functions | |
| G_DECLARE_FINAL_TYPE (ChordPadWidget, chord_pad_widget, Z, CHORD_PAD_WIDGET, GtkWidget) typedef struct _ChordPadWidget | |
| Single chord pad. | |
| ChordPadWidget * | chord_pad_widget_new (void) |
| Creates a chord widget. | |
| void | chord_pad_widget_refresh (ChordPadWidget *self, int idx) |
| Sets the chord index on the chord widget. | |
Variables | |
| ChordPadWidget | |
Single chord pad.
Definition in file chord_pad.h.