ags_ffplayer_callbacks

ags_ffplayer_callbacks

Synopsis

gboolean            ags_ffplayer_drawing_area_button_press_callback
                                                        (GtkWidget *widget,
                                                         AgsFFPlayer *ffplayer);
gboolean            ags_ffplayer_drawing_area_configure_callback
                                                        (GtkWidget *widget,
                                                         GdkEventConfigure *event,
                                                         AgsFFPlayer *ffplayer);
gboolean            ags_ffplayer_drawing_area_expose_callback
                                                        (GtkWidget *widget,
                                                         GdkEventExpose *event,
                                                         AgsFFPlayer *ffplayer);
void                ags_ffplayer_hscrollbar_value_changed
                                                        (GtkAdjustment *adjustment,
                                                         AgsFFPlayer *ffplayers);
void                ags_ffplayer_instrument_changed_callback
                                                        (GtkComboBox *instrument,
                                                         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_parent_set_callback    (GtkWidget *widget,
                                                         GtkObject *old_parent,
                                                         AgsFFPlayer *ffplayer);
void                ags_ffplayer_preset_changed_callback
                                                        (GtkComboBox *preset,
                                                         AgsFFPlayer *ffplayer);

Description

Details

ags_ffplayer_drawing_area_button_press_callback ()

gboolean            ags_ffplayer_drawing_area_button_press_callback
                                                        (GtkWidget *widget,
                                                         AgsFFPlayer *ffplayer);

ags_ffplayer_drawing_area_configure_callback ()

gboolean            ags_ffplayer_drawing_area_configure_callback
                                                        (GtkWidget *widget,
                                                         GdkEventConfigure *event,
                                                         AgsFFPlayer *ffplayer);

ags_ffplayer_drawing_area_expose_callback ()

gboolean            ags_ffplayer_drawing_area_expose_callback
                                                        (GtkWidget *widget,
                                                         GdkEventExpose *event,
                                                         AgsFFPlayer *ffplayer);

ags_ffplayer_hscrollbar_value_changed ()

void                ags_ffplayer_hscrollbar_value_changed
                                                        (GtkAdjustment *adjustment,
                                                         AgsFFPlayer *ffplayers);

ags_ffplayer_instrument_changed_callback ()

void                ags_ffplayer_instrument_changed_callback
                                                        (GtkComboBox *instrument,
                                                         AgsFFPlayer *ffplayer);

ags_ffplayer_open_clicked_callback ()

void                ags_ffplayer_open_clicked_callback  (GtkWidget *widget,
                                                         AgsFFPlayer *ffplayer);

ags_ffplayer_open_dialog_response_callback ()

void                ags_ffplayer_open_dialog_response_callback
                                                        (GtkWidget *widget,
                                                         gint response,
                                                         AgsMachine *machine);

ags_ffplayer_parent_set_callback ()

void                ags_ffplayer_parent_set_callback    (GtkWidget *widget,
                                                         GtkObject *old_parent,
                                                         AgsFFPlayer *ffplayer);

ags_ffplayer_preset_changed_callback ()

void                ags_ffplayer_preset_changed_callback
                                                        (GtkComboBox *preset,
                                                         AgsFFPlayer *ffplayer);