summaryrefslogtreecommitdiff
path: root/plugins/gtkui/callbacks.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-10 19:36:10 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-10 19:36:10 +0100
commitaa30e6b53816629d2fd4cb4dbd1f9a35b1473563 (patch)
treeb8486438045e3022a8178e9d8c535481bd7a7441 /plugins/gtkui/callbacks.h
parent18b350cc0ee0c53d5ae93384576146a064bb5372 (diff)
custom widget colors WIP
Diffstat (limited to 'plugins/gtkui/callbacks.h')
-rw-r--r--plugins/gtkui/callbacks.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/gtkui/callbacks.h b/plugins/gtkui/callbacks.h
index 7a02aa43..4a2ff4d8 100644
--- a/plugins/gtkui/callbacks.h
+++ b/plugins/gtkui/callbacks.h
@@ -717,3 +717,31 @@ create_tabstrip_widget (gchar *widget_name, gchar *string1, gchar *string2,
GtkWidget*
create_volumebar_widget (gchar *widget_name, gchar *string1, gchar *string2,
gint int1, gint int2);
+
+void
+on_color_light_color_set (GtkColorButton *colorbutton,
+ gpointer user_data);
+
+void
+on_color_mid_color_set (GtkColorButton *colorbutton,
+ gpointer user_data);
+
+void
+on_color_dark_color_set (GtkColorButton *colorbutton,
+ gpointer user_data);
+
+void
+on_color_selection_color_set (GtkColorButton *colorbutton,
+ gpointer user_data);
+
+void
+on_color_back_color_set (GtkColorButton *colorbutton,
+ gpointer user_data);
+
+void
+on_override_gtk_colors_toggled (GtkToggleButton *togglebutton,
+ gpointer user_data);
+
+void
+on_mainwin_realize (GtkWidget *widget,
+ gpointer user_data);