ags_toolbar_callbacks

ags_toolbar_callbacks

Synopsis

void                ags_toolbar_clear_callback          (GtkToggleButton *toggle_button,
                                                         AgsToolbar *toolbar);
void                ags_toolbar_copy_or_cut_callback    (GtkWidget *widget,
                                                         AgsToolbar *toolbar);
gboolean            ags_toolbar_destroy_callback        (GtkObject *object,
                                                         AgsToolbar *toolbar);
void                ags_toolbar_edit_callback           (GtkToggleButton *toggle_button,
                                                         AgsToolbar *toolbar);
void                ags_toolbar_mode_callback           (GtkWidget *widget,
                                                         AgsToolbar *toolbar);
void                ags_toolbar_paste_callback          (GtkWidget *widget,
                                                         AgsToolbar *toolbar);
void                ags_toolbar_position_callback       (GtkToggleButton *toggle_button,
                                                         AgsToolbar *toolbar);
void                ags_toolbar_select_callback         (GtkToggleButton *toggle_button,
                                                         AgsToolbar *toolbar);
void                ags_toolbar_show_callback           (GtkWidget *widget,
                                                         AgsToolbar *toolbar);
void                ags_toolbar_zoom_callback           (GtkComboBox *combo_box,
                                                         AgsToolbar *toolbar);

Description

Details

ags_toolbar_clear_callback ()

void                ags_toolbar_clear_callback          (GtkToggleButton *toggle_button,
                                                         AgsToolbar *toolbar);

ags_toolbar_copy_or_cut_callback ()

void                ags_toolbar_copy_or_cut_callback    (GtkWidget *widget,
                                                         AgsToolbar *toolbar);

ags_toolbar_destroy_callback ()

gboolean            ags_toolbar_destroy_callback        (GtkObject *object,
                                                         AgsToolbar *toolbar);

ags_toolbar_edit_callback ()

void                ags_toolbar_edit_callback           (GtkToggleButton *toggle_button,
                                                         AgsToolbar *toolbar);

ags_toolbar_mode_callback ()

void                ags_toolbar_mode_callback           (GtkWidget *widget,
                                                         AgsToolbar *toolbar);

ags_toolbar_paste_callback ()

void                ags_toolbar_paste_callback          (GtkWidget *widget,
                                                         AgsToolbar *toolbar);

ags_toolbar_position_callback ()

void                ags_toolbar_position_callback       (GtkToggleButton *toggle_button,
                                                         AgsToolbar *toolbar);

ags_toolbar_select_callback ()

void                ags_toolbar_select_callback         (GtkToggleButton *toggle_button,
                                                         AgsToolbar *toolbar);

ags_toolbar_show_callback ()

void                ags_toolbar_show_callback           (GtkWidget *widget,
                                                         AgsToolbar *toolbar);

ags_toolbar_zoom_callback ()

void                ags_toolbar_zoom_callback           (GtkComboBox *combo_box,
                                                         AgsToolbar *toolbar);