BEAST/BSE - Better Audio System and Sound Engine
0.8.2
|
#include <gtk/gtkadjustment.h>
#include <gtk/gtkimage.h>
Go to the source code of this file.
Classes | |
struct | BstKnob |
struct | BstKnobClass |
Defines | |
#define | BST_TYPE_KNOB |
#define | BST_KNOB(object) |
#define | BST_KNOB_CLASS(klass) |
#define | BST_IS_KNOB(object) |
#define | BST_IS_KNOB_CLASS(klass) |
#define | BST_KNOB_GET_CLASS(object) |
Functions | |
GType | bst_knob_get_type (void) |
GtkWidget * | bst_knob_new (GtkAdjustment *adjustment) |
void | bst_knob_set_adjustment (BstKnob *knob, GtkAdjustment *adjustment) |
GtkAdjustment * | bst_knob_get_adjustment (BstKnob *knob) |
void | bst_knob_set_update_policy (BstKnob *knob, GtkUpdateType policy) |