LiVES  2.8.3
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)(550.*widget_opts.scale))
12 #define RTE_INFO_HEIGHT ((int)(400.*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_combo_set_text(int key, int mode, const char *txt);
20 void rtew_set_keych(int key, boolean on);
21 void rtew_set_key_check_state(void);
22 void rtew_set_keygr(int key);
23 void rtew_set_mode_radio(int key, int mode);
24 void rtew_set_grab_button(boolean on);
25 void redraw_pwindow(int key, int mode);
27 void update_pwindow(int key, int i, LiVESList *list);
28 
29 void rte_set_defs_activate(LiVESMenuItem *, livespointer user_data);
30 void rte_set_defs_cancel(LiVESButton *, lives_rfx_t *);
31 void rte_set_defs_ok(LiVESButton *, lives_rfx_t *);
32 void rte_reset_defs_clicked(LiVESButton *, lives_rfx_t *rfx);
33 void rte_set_key_defs(LiVESButton *, lives_rfx_t *);
34 void on_save_rte_defs_activate(LiVESMenuItem *, livespointer);
35 boolean on_clear_all_clicked(LiVESButton *, livespointer user_data);
36 
37 void on_clear_clicked(LiVESButton *button, livespointer user_data);
38 
39 LiVESWidget *refresh_rte_window(void);
40 
41 LiVESWidget *rte_window;
42 
43 
44 #endif // HAS_LIVES_RTE_WINDOW_H
void rte_set_defs_cancel(LiVESButton *, lives_rfx_t *)
Definition: rte_window.c:2677
void redraw_pwindow(int key, int mode)
Definition: rte_window.c:2528
void on_clear_clicked(LiVESButton *button, livespointer user_data)
Definition: rte_window.c:1796
void rtew_set_key_check_state(void)
Definition: rte_window.c:106
void on_rte_info_clicked(LiVESButton *, livespointer data)
Definition: rte_window.c:1618
LiVESWidget * refresh_rte_window(void)
Definition: rte_window.c:2472
void rtew_combo_set_text(int key, int mode, const char *txt)
Definition: rte_window.c:1978
void rtew_set_keygr(int key)
Definition: rte_window.c:2509
LiVESWidget * rte_window
Definition: rte_window.h:41
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:2573
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:2593
void rte_reset_defs_clicked(LiVESButton *, lives_rfx_t *rfx)
Definition: rte_window.c:2685
void load_default_keymap(void)
Definition: rte_window.c:2811
void rte_set_defs_ok(LiVESButton *, lives_rfx_t *)
Definition: rte_window.c:2629
Definition: plugins.h:491
void rtew_set_mode_radio(int key, int mode)
Definition: rte_window.c:2519
void on_assign_rte_keys_activate(LiVESMenuItem *, livespointer)
Definition: rte_window.c:2486
void restore_pwindow(lives_rfx_t *)
Definition: rte_window.c:2564
void on_save_rte_defs_activate(LiVESMenuItem *, livespointer)
Definition: rte_window.c:538
void rte_set_key_defs(LiVESButton *, lives_rfx_t *)
Definition: rte_window.c:2612
void rtew_set_keych(int key, boolean on)
Definition: rte_window.c:2498
void rtew_set_grab_button(boolean on)