LiVES  2.8.9
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:2556
void redraw_pwindow(int key, int mode)
Definition: rte_window.c:2415
void on_clear_clicked(LiVESButton *button, livespointer user_data)
Definition: rte_window.c:1721
void rtew_set_key_check_state(void)
Definition: rte_window.c:103
void on_rte_info_clicked(LiVESButton *, livespointer data)
Definition: rte_window.c:1549
LiVESWidget * refresh_rte_window(void)
Definition: rte_window.c:2359
void rtew_combo_set_text(int key, int mode, const char *txt)
Definition: rte_window.c:1897
void rtew_set_keygr(int key)
Definition: rte_window.c:2396
LiVESWidget * rte_window
Definition: rte_window.h:41
void rte_window_set_interactive(boolean interactive)
Definition: rte_window.c:68
void update_pwindow(int key, int i, LiVESList *list)
Definition: rte_window.c:2458
boolean on_clear_all_clicked(LiVESButton *, livespointer user_data)
Definition: rte_window.c:138
void rte_set_defs_activate(LiVESMenuItem *, livespointer user_data)
Definition: rte_window.c:2478
void rte_reset_defs_clicked(LiVESButton *, lives_rfx_t *rfx)
Definition: rte_window.c:2562
void load_default_keymap(void)
Definition: rte_window.c:2685
void rte_set_defs_ok(LiVESButton *, lives_rfx_t *)
Definition: rte_window.c:2510
Definition: plugins.h:458
void rtew_set_mode_radio(int key, int mode)
Definition: rte_window.c:2407
void on_assign_rte_keys_activate(LiVESMenuItem *, livespointer)
Definition: rte_window.c:2373
void restore_pwindow(lives_rfx_t *)
Definition: rte_window.c:2449
void on_save_rte_defs_activate(LiVESMenuItem *, livespointer)
Definition: rte_window.c:516
void rte_set_key_defs(LiVESButton *, lives_rfx_t *)
Definition: rte_window.c:2495
void rtew_set_keych(int key, boolean on)
Definition: rte_window.c:2385
void rtew_set_grab_button(boolean on)