|
| GtkWidget * | calf_keyboard_new () |
| | Create new keyboard object;.
|
| static gboolean | calf_keyboard_expose (GtkWidget *widget, GdkEventExpose *event) |
| static void | calf_keyboard_realize (GtkWidget *widget) |
| static void | calf_keyboard_size_request (GtkWidget *widget, GtkRequisition *requisition) |
| static void | calf_keyboard_size_allocate (GtkWidget *widget, GtkAllocation *allocation) |
| static gboolean | calf_keyboard_key_press (GtkWidget *widget, GdkEventKey *event) |
| int | calf_keyboard_pos_to_note (CalfKeyboard *kb, int x, int y, int *vel=NULL) |
| static gboolean | calf_keyboard_button_press (GtkWidget *widget, GdkEventButton *event) |
| static gboolean | calf_keyboard_button_release (GtkWidget *widget, GdkEventButton *event) |
| static gboolean | calf_keyboard_pointer_motion (GtkWidget *widget, GdkEventMotion *event) |
| static void | calf_keyboard_class_init (CalfKeyboardClass *klass) |
| static void | calf_keyboard_init (CalfKeyboard *self) |
| GType | calf_keyboard_get_type (void) |
| | Return a GType for CalfKeyboard.
|