LiVES 1.4.9

src/rte_window.h

Go to the documentation of this file.
00001 // rte_window.h
00002 // LiVES (lives-exe)
00003 // (c) G. Finch 2005 - 2010
00004 // released under the GNU GPL 3 or later
00005 // see file ../COPYING or www.gnu.org for licensing details
00006 
00007 void on_assign_rte_keys_activate (GtkMenuItem *, gpointer);
00008 void on_rte_info_clicked (GtkButton *, gpointer data);
00009 void load_default_keymap(void);
00010 void rtew_set_keych (gint key, gboolean on);
00011 void rtew_set_keygr (gint key);
00012 void rtew_set_mode_radio (gint key, gint mode);
00013 void rtew_set_grab_button (gboolean on);
00014 void redraw_pwindow (gint key, gint mode);
00015 void restore_pwindow (lives_rfx_t *);
00016 void update_pwindow (gint key, gint i, GList *list);
00017 
00018 GtkWidget *rte_window;
00019 
00020 
00021 void rte_set_defs_activate (GtkMenuItem *m, gpointer user_data);
00022 void rte_set_defs_cancel (GtkButton *, lives_rfx_t *);
00023 void rte_set_defs_ok (GtkButton *, lives_rfx_t *);
00024 void rte_set_key_defs (GtkButton *, lives_rfx_t *);
00025 void on_save_rte_defs_activate (GtkMenuItem *, gpointer);
00026 gboolean on_clear_all_clicked (GtkButton *, gpointer user_data);
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines