Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
chord_pad_panel.h File Reference

Chord pad panel in the bottom panel. More...

#include "gui/backend/gtk_widgets/gtk_wrapper.h"
Include dependency graph for chord_pad_panel.h:

Go to the source code of this file.

Macros

#define CHORD_PAD_PANEL_WIDGET_TYPE   (chord_pad_panel_widget_get_type ())
#define MW_CHORD_PAD_PANEL   MW_BOT_DOCK_EDGE->chord_pad_panel
#define SHOW_CHORD_PAD_PANEL    gtk_notebook_set_current_page (MW_CHORD_PAD_PANEL->bot_notebook, 3)

Typedefs

typedef struct _ChordPadWidget ChordPadWidget

Functions

 G_DECLARE_FINAL_TYPE (ChordPadPanelWidget, chord_pad_panel_widget, Z, CHORD_PAD_PANEL_WIDGET, GtkGrid) typedef struct _ChordPadPanelWidget
 Brings up the ChordPadPanelWidget in the notebook.
void chord_pad_panel_widget_setup (ChordPadPanelWidget *self)
void chord_pad_panel_widget_refresh_load_preset_menu (ChordPadPanelWidget *self)
void chord_pad_panel_widget_refresh (ChordPadPanelWidget *self)
ChordPadPanelWidget * chord_pad_panel_widget_new (void)

Variables

 ChordPadPanelWidget

Detailed Description

Chord pad panel in the bottom panel.

Definition in file chord_pad_panel.h.

Typedef Documentation

◆ ChordPadWidget

typedef struct _ChordPadWidget ChordPadWidget

Definition at line 18 of file chord_pad_panel.h.