|
| void | calf_fader_set_layout (GtkWidget *widget) |
| GtkWidget * | calf_fader_new (const int horiz=0, const int size=2, const double min=0, const double max=1, const double step=0.1) |
| static bool | calf_fader_hover (GtkWidget *widget) |
| static void | calf_fader_check_hover_change (GtkWidget *widget) |
| static gboolean | calf_fader_motion (GtkWidget *widget, GdkEventMotion *event) |
| static gboolean | calf_fader_enter (GtkWidget *widget, GdkEventCrossing *event) |
| static gboolean | calf_fader_leave (GtkWidget *widget, GdkEventCrossing *event) |
| static void | calf_fader_allocate (GtkWidget *widget, GtkAllocation *allocation) |
| static void | calf_fader_request (GtkWidget *widget, GtkAllocation *request) |
| static gboolean | calf_fader_expose (GtkWidget *widget, GdkEventExpose *event) |
| void | calf_fader_set_pixbuf (CalfFader *self, GdkPixbuf *image) |
| static void | calf_fader_class_init (CalfFaderClass *klass) |
| static void | calf_fader_init (CalfFader *self) |
| GType | calf_fader_get_type (void) |