Mercurial > cropper
comparison callbacks.h @ 11:c18ba4ea1514
just cosmetic changes
author | meillo@marmaro.de |
---|---|
date | Thu, 04 Mar 2010 14:18:19 +0100 |
parents | ec2d11d96fb0 |
children | 13bc21684b8a |
comparison
equal
deleted
inserted
replaced
10:5e282003f0c1 | 11:c18ba4ea1514 |
---|---|
10 void on_ratio_square_activate(GtkMenuItem* menuitem, gpointer user_data); | 10 void on_ratio_square_activate(GtkMenuItem* menuitem, gpointer user_data); |
11 void on_ratio_4x3_activate(GtkMenuItem* menuitem, gpointer user_data); | 11 void on_ratio_4x3_activate(GtkMenuItem* menuitem, gpointer user_data); |
12 void on_ratio_3x2_activate(GtkMenuItem* menuitem, gpointer user_data); | 12 void on_ratio_3x2_activate(GtkMenuItem* menuitem, gpointer user_data); |
13 void on_ratio_custom_activate(GtkMenuItem* menuitem, gpointer user_data); | 13 void on_ratio_custom_activate(GtkMenuItem* menuitem, gpointer user_data); |
14 | 14 |
15 static void ratio_optionmenu_changed_cb (GtkOptionMenu* optionmenu, gpointer unser_data); | 15 static void ratio_optionmenu_changed_cb(GtkOptionMenu* optionmenu, gpointer unser_data); |
16 static void ratio_value_changed_cb (GtkSpinButton* spin, gpointer unser_data); | 16 static void ratio_value_changed_cb(GtkSpinButton* spin, gpointer unser_data); |
17 static void ratio_swap_button_cb (GtkButton* button, gpointer unser_data); | 17 static void ratio_swap_button_cb(GtkButton* button, gpointer unser_data); |
18 | 18 |
19 void on_ratio_w_spinbutton_value_changed(GtkSpinButton* spinbutton, gpointer user_data); | 19 void on_ratio_w_spinbutton_value_changed(GtkSpinButton* spinbutton, gpointer user_data); |
20 void on_ratio_w_spinbutton_change_value(GtkSpinButton* spinbutton, GtkScrollType scroll, gpointer user_data); | 20 void on_ratio_w_spinbutton_change_value(GtkSpinButton* spinbutton, GtkScrollType scroll, gpointer user_data); |
21 void on_ratio_h_spinbutton_change_value(GtkSpinButton* spinbutton, GtkScrollType scroll, gpointer user_data); | 21 void on_ratio_h_spinbutton_change_value(GtkSpinButton* spinbutton, GtkScrollType scroll, gpointer user_data); |
22 void on_ratio_h_spinbutton_value_changed(GtkSpinButton* spinbutton, gpointer user_data); | 22 void on_ratio_h_spinbutton_value_changed(GtkSpinButton* spinbutton, gpointer user_data); |