LiVES  2.4.1-svn
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
rte_window.h
Go to the documentation of this file.
1 // rte_window.h
2 // LiVES (lives-exe)
3 // (c) G. Finch 2005 - 2013
4 // released under the GNU GPL 3 or later
5 // see file ../COPYING or www.gnu.org for licensing details
6 
7 #ifndef HAS_LIVES_RTE_WINDOW_H
8 #define HAS_LIVES_RTE_WINDOW_H
9 
10 
11 #define RTE_INFO_WIDTH ((int)(350.*widget_opts.scale))
12 #define RTE_INFO_HEIGHT ((int)(200.*widget_opts.scale))
13 
14 void rte_window_set_interactive(boolean interactive);
15 
16 void on_assign_rte_keys_activate(LiVESMenuItem *, livespointer);
17 void on_rte_info_clicked(LiVESButton *, livespointer data);
18 void load_default_keymap(void);
19 void rtew_set_keych(int key, boolean on);
20 void ret_set_key_check_state(void);
21 void rtew_set_keygr(int key);
22 void rtew_set_mode_radio(int key, int mode);
23 void rtew_set_grab_button(boolean on);
24 void redraw_pwindow(int key, int mode);
26 void update_pwindow(int key, int i, LiVESList *list);
27 
28 void rte_set_defs_activate(LiVESMenuItem *, livespointer user_data);
29 void rte_set_defs_cancel(LiVESButton *, lives_rfx_t *);
30 void rte_set_defs_ok(LiVESButton *, lives_rfx_t *);
31 void rte_reset_defs_clicked(LiVESButton *, lives_rfx_t *rfx);
32 void rte_set_key_defs(LiVESButton *, lives_rfx_t *);
33 void on_save_rte_defs_activate(LiVESMenuItem *, livespointer);
34 boolean on_clear_all_clicked(LiVESButton *, livespointer user_data);
35 
36 void on_clear_clicked(LiVESButton *button, livespointer user_data);
37 
38 LiVESWidget *rte_window;
39 
40 
41 #endif // HAS_LIVES_RTE_WINDOW_H
void rte_set_defs_cancel(LiVESButton *, lives_rfx_t *)
Definition: rte_window.c:2662
void redraw_pwindow(int key, int mode)
Definition: rte_window.c:2509
void on_clear_clicked(LiVESButton *button, livespointer user_data)
Definition: rte_window.c:1782
void on_rte_info_clicked(LiVESButton *, livespointer data)
Definition: rte_window.c:1642
void rtew_set_keygr(int key)
Definition: rte_window.c:2490
LiVESWidget * rte_window
Definition: rte_window.h:38
void rte_window_set_interactive(boolean interactive)
Definition: rte_window.c:70
void update_pwindow(int key, int i, LiVESList *list)
Definition: rte_window.c:2559
boolean on_clear_all_clicked(LiVESButton *, livespointer user_data)
Definition: rte_window.c:142
void rte_set_defs_activate(LiVESMenuItem *, livespointer user_data)
Definition: rte_window.c:2579
void ret_set_key_check_state(void)
Definition: rte_window.c:106
void rte_reset_defs_clicked(LiVESButton *, lives_rfx_t *rfx)
Definition: rte_window.c:2670
void load_default_keymap(void)
Definition: rte_window.c:2800
void rte_set_defs_ok(LiVESButton *, lives_rfx_t *)
Definition: rte_window.c:2615
Definition: plugins.h:481
void rtew_set_mode_radio(int key, int mode)
Definition: rte_window.c:2500
void on_assign_rte_keys_activate(LiVESMenuItem *, livespointer)
Definition: rte_window.c:2467
void restore_pwindow(lives_rfx_t *)
Definition: rte_window.c:2550
void on_save_rte_defs_activate(LiVESMenuItem *, livespointer)
Definition: rte_window.c:539
void rte_set_key_defs(LiVESButton *, lives_rfx_t *)
Definition: rte_window.c:2598
void rtew_set_keych(int key, boolean on)
Definition: rte_window.c:2479
void rtew_set_grab_button(boolean on)