BEAST/BSE - Better Audio System and Sound Engine  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Functions
bstdial.hh File Reference
#include <gtk/gtkadjustment.h>
#include <gtk/gtkwidget.h>

Go to the source code of this file.

Classes

struct  BstDial
 
struct  BstDialClass
 

Macros

#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)
 

Functions

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)