|
BEAST/BSE - Better Audio System and Sound Engine
0.8.2
|
#include <gtk/gtkalignment.h>#include <gtk/gtkrange.h>Go to the source code of this file.
Classes | |
| struct | BstGrowBar |
| struct | BstGrowBarClass |
Defines | |
| #define | BST_TYPE_GROW_BAR |
| #define | BST_GROW_BAR(object) |
| #define | BST_GROW_BAR_CLASS(klass) |
| #define | BST_IS_GROW_BAR(object) |
| #define | BST_IS_GROW_BAR_CLASS(klass) |
| #define | BST_GROW_BAR_GET_CLASS(object) |
| #define | BST_TYPE_HGROW_BAR |
| #define | BST_HGROW_BAR(object) |
| #define | BST_HGROW_BAR_CLASS(klass) |
| #define | BST_IS_HGROW_BAR(object) |
| #define | BST_IS_HGROW_BAR_CLASS(klass) |
| #define | BST_HGROW_BAR_GET_CLASS(object) |
| #define | BST_TYPE_VGROW_BAR |
| #define | BST_VGROW_BAR(object) |
| #define | BST_VGROW_BAR_CLASS(klass) |
| #define | BST_IS_VGROW_BAR(object) |
| #define | BST_IS_VGROW_BAR_CLASS(klass) |
| #define | BST_VGROW_BAR_GET_CLASS(object) |
Typedefs | |
| typedef BstGrowBar | BstHGrowBar |
| typedef BstGrowBar | BstVGrowBar |
| typedef BstGrowBarClass | BstHGrowBarClass |
| typedef BstGrowBarClass | BstVGrowBarClass |
Functions | |
| GType | bst_hgrow_bar_get_type (void) |
| GType | bst_vgrow_bar_get_type (void) |
| GType | bst_grow_bar_get_type (void) |
| void | bst_grow_bar_set_max_upper (BstGrowBar *self, gdouble maxupper) |
| void | bst_grow_bar_set_adjustment (BstGrowBar *self, GtkAdjustment *adj) |
| GtkAdjustment * | bst_grow_bar_get_adjustment (BstGrowBar *self) |
| void | bst_grow_bar_set_tooltips (BstGrowBar *self, const gchar *shrink_tip, const gchar *scroll_tip, const gchar *grow_tip) |
1.7.6.1