#include "common/utils/color.h"
#include "common/utils/types.h"
#include "gui/backend/gtk_widgets/gtk_wrapper.h"
Go to the source code of this file.
|
|
| G_DECLARE_FINAL_TYPE (BalanceControlWidget, balance_control_widget, Z, BALANCE_CONTROL_WIDGET, GtkWidget) using BalanceControlWidget |
| BalanceControlWidget * | balance_control_widget_new (GenericFloatGetter getter, GenericFloatSetter setter, void *object, ControlPort *port, int height) |
| | Creates a new BalanceControl widget and binds it to the given value.
|
◆ BALANCE_CONTROL_WIDGET_TYPE
| #define BALANCE_CONTROL_WIDGET_TYPE (balance_control_widget_get_type ()) |
◆ balance_control_widget_new()
Creates a new BalanceControl widget and binds it to the given value.
- Parameters
-
| port | Optional port to use in MIDI CC binding dialog. |