ags_cell_pattern_callbacks

ags_cell_pattern_callbacks

Stability Level

Stable, unless otherwise indicated

Functions

Description

Functions

ags_cell_pattern_gesture_click_pressed_callback ()

gboolean
ags_cell_pattern_gesture_click_pressed_callback
                               (GtkGestureClick *event_controller,
                                gint n_press,
                                gdouble x,
                                gdouble y,
                                AgsCellPattern *cell_pattern);

ags_cell_pattern_gesture_click_released_callback ()

gboolean
ags_cell_pattern_gesture_click_released_callback
                               (GtkGestureClick *event_controller,
                                gint n_press,
                                gdouble x,
                                gdouble y,
                                AgsCellPattern *cell_pattern);

ags_cell_pattern_key_pressed_callback ()

gboolean
ags_cell_pattern_key_pressed_callback (GtkEventControllerKey *event_controller,
                                       guint keyval,
                                       guint keycode,
                                       GdkModifierType state,
                                       AgsCellPattern *cell_pattern);

ags_cell_pattern_key_released_callback ()

gboolean
ags_cell_pattern_key_released_callback
                               (GtkEventControllerKey *event_controller,
                                guint keyval,
                                guint keycode,
                                GdkModifierType state,
                                AgsCellPattern *cell_pattern);

ags_cell_pattern_modifiers_callback ()

gboolean
ags_cell_pattern_modifiers_callback (GtkEventControllerKey *event_controller,
                                     GdkModifierType keyval,
                                     AgsCellPattern *cell_pattern);

ags_cell_pattern_adjustment_value_changed_callback ()

void
ags_cell_pattern_adjustment_value_changed_callback
                               (GtkWidget *widget,
                                AgsCellPattern *cell_pattern);