#include <gtk/gtkadjustment.h>
#include <gtk/gtkwidget.h>
Go to the source code of this file.
|
#define | BST_TYPE_DIAL |
|
#define | BST_DIAL(object) |
|
#define | BST_DIAL_CLASS(klass) |
|
#define | BST_IS_DIAL(object) |
|
#define | BST_IS_DIAL_CLASS(klass) |
|
#define | BST_DIAL_GET_CLASS(object) |
|
|
GtkType | bst_dial_get_type (void) |
|
GtkWidget * | bst_dial_new (GtkAdjustment *adjustment) |
|
void | bst_dial_set_adjustment (BstDial *dial, GtkAdjustment *adjustment) |
|
GtkAdjustment * | bst_dial_get_adjustment (BstDial *dial) |
|
void | bst_dial_set_update_policy (BstDial *dial, GtkUpdateType policy) |
|
void | bst_dial_set_align_widget (BstDial *dial, GtkWidget *widget, gboolean width_align, gboolean height_align) |
|