LiVES  3.0.2
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 boolean rte_window_hidden(void);
40 
41 LiVESWidget *refresh_rte_window(void);
42 
43 LiVESWidget *rte_window;
44 
45 
46 #endif // HAS_LIVES_RTE_WINDOW_H
void rte_set_defs_cancel(LiVESButton *, lives_rfx_t *)
Definition: rte_window.c:2589
boolean rte_window_hidden(void)
Definition: rte_window.c:70
void redraw_pwindow(int key, int mode)
Definition: rte_window.c:2441
void on_clear_clicked(LiVESButton *button, livespointer user_data)
Definition: rte_window.c:1732
void rtew_set_key_check_state(void)
Definition: rte_window.c:110
void on_rte_info_clicked(LiVESButton *, livespointer data)
Definition: rte_window.c:1554
LiVESWidget * refresh_rte_window(void)
Definition: rte_window.c:2387
void rtew_combo_set_text(int key, int mode, const char *txt)
Definition: rte_window.c:1906
void rtew_set_keygr(int key)
Definition: rte_window.c:2422
LiVESWidget * rte_window
Definition: rte_window.h:43
void rte_window_set_interactive(boolean interactive)
Definition: rte_window.c:75
void update_pwindow(int key, int i, LiVESList *list)
Definition: rte_window.c:2489
boolean on_clear_all_clicked(LiVESButton *, livespointer user_data)
Definition: rte_window.c:145
void rte_set_defs_activate(LiVESMenuItem *, livespointer user_data)
Definition: rte_window.c:2511
void rte_reset_defs_clicked(LiVESButton *, lives_rfx_t *rfx)
Definition: rte_window.c:2595
void load_default_keymap(void)
Definition: rte_window.c:2718
void rte_set_defs_ok(LiVESButton *, lives_rfx_t *)
Definition: rte_window.c:2543
Definition: plugins.h:459
void rtew_set_mode_radio(int key, int mode)
Definition: rte_window.c:2433
void on_assign_rte_keys_activate(LiVESMenuItem *, livespointer)
Definition: rte_window.c:2401
void restore_pwindow(lives_rfx_t *)
Definition: rte_window.c:2480
void on_save_rte_defs_activate(LiVESMenuItem *, livespointer)
Definition: rte_window.c:520
void rte_set_key_defs(LiVESButton *, lives_rfx_t *)
Definition: rte_window.c:2528
void rtew_set_keych(int key, boolean on)
Definition: rte_window.c:2411
void rtew_set_grab_button(boolean on)