summaryrefslogtreecommitdiff
path: root/plugins/gtkui/callbacks.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-12-06 22:28:55 +0100
committerGravatar waker <wakeroid@gmail.com>2010-12-06 22:28:55 +0100
commit8ce409b4e3d731a984505fe5d26f9a9c6771ba95 (patch)
tree2ae3de2d3c157c4f93249af90347e5cce6cec86f /plugins/gtkui/callbacks.h
parentcc7a3786ef2f4a610f4f4634df691b33509ece03 (diff)
implemented converter encoder presets
Diffstat (limited to 'plugins/gtkui/callbacks.h')
-rw-r--r--plugins/gtkui/callbacks.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/gtkui/callbacks.h b/plugins/gtkui/callbacks.h
index a4d852d2..7ea048a5 100644
--- a/plugins/gtkui/callbacks.h
+++ b/plugins/gtkui/callbacks.h
@@ -1049,3 +1049,15 @@ on_edit_channel_maps_clicked (GtkButton *button,
GtkWidget*
encoder_cmdline_help_link_create (gchar *widget_name, gchar *string1, gchar *string2,
gint int1, gint int2);
+
+void
+gtkui_dialog_response_ok (GtkEntry *entry,
+ gpointer user_data);
+
+void
+on_converter_encoder_changed (GtkComboBox *combobox,
+ gpointer user_data);
+
+void
+on_presets_cursor_changed (GtkTreeView *treeview,
+ gpointer user_data);