Top |
void ags_ffplayer_parent_set_callback (GtkWidget *widget
,GtkObject *old_parent
,AgsFFPlayer *ffplayer
);
void ags_ffplayer_destroy_callback (GtkWidget *widget
,AgsFFPlayer *ffplayer
);
void ags_ffplayer_open_clicked_callback (GtkWidget *widget
,AgsFFPlayer *ffplayer
);
void ags_ffplayer_open_dialog_response_callback (GtkWidget *widget
,gint response
,AgsMachine *machine
);
void ags_ffplayer_preset_changed_callback (GtkComboBox *preset
,AgsFFPlayer *ffplayer
);
void ags_ffplayer_instrument_changed_callback (GtkComboBox *instrument
,AgsFFPlayer *ffplayer
);
gboolean ags_ffplayer_drawing_area_expose_callback (GtkWidget *widget
,GdkEventExpose *event
,AgsFFPlayer *ffplayer
);
gboolean ags_ffplayer_drawing_area_configure_callback (GtkWidget *widget
,GdkEventConfigure *event
,AgsFFPlayer *ffplayer
);
gboolean ags_ffplayer_drawing_area_button_press_callback (GtkWidget *widget
,AgsFFPlayer *ffplayer
);
void ags_ffplayer_hscrollbar_value_changed (GtkAdjustment *adjustment
,AgsFFPlayer *ffplayer
);