LiVES  2.4.1-svn
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions | Variables
rte_window.h File Reference

Go to the source code of this file.

Macros

#define RTE_INFO_WIDTH   ((int)(350.*widget_opts.scale))
 
#define RTE_INFO_HEIGHT   ((int)(200.*widget_opts.scale))
 

Functions

void rte_window_set_interactive (boolean interactive)
 
void on_assign_rte_keys_activate (LiVESMenuItem *, livespointer)
 
void on_rte_info_clicked (LiVESButton *, livespointer data)
 
void load_default_keymap (void)
 
void rtew_set_keych (int key, boolean on)
 
void ret_set_key_check_state (void)
 
void rtew_set_keygr (int key)
 
void rtew_set_mode_radio (int key, int mode)
 
void rtew_set_grab_button (boolean on)
 
void redraw_pwindow (int key, int mode)
 
void restore_pwindow (lives_rfx_t *)
 
void update_pwindow (int key, int i, LiVESList *list)
 
void rte_set_defs_activate (LiVESMenuItem *, livespointer user_data)
 
void rte_set_defs_cancel (LiVESButton *, lives_rfx_t *)
 
void rte_set_defs_ok (LiVESButton *, lives_rfx_t *)
 
void rte_reset_defs_clicked (LiVESButton *, lives_rfx_t *rfx)
 
void rte_set_key_defs (LiVESButton *, lives_rfx_t *)
 
void on_save_rte_defs_activate (LiVESMenuItem *, livespointer)
 
boolean on_clear_all_clicked (LiVESButton *, livespointer user_data)
 
void on_clear_clicked (LiVESButton *button, livespointer user_data)
 

Variables

LiVESWidget * rte_window
 

Macro Definition Documentation

#define RTE_INFO_HEIGHT   ((int)(200.*widget_opts.scale))
#define RTE_INFO_WIDTH   ((int)(350.*widget_opts.scale))

Function Documentation

void load_default_keymap ( void  )
void on_assign_rte_keys_activate ( LiVESMenuItem *  ,
livespointer   
)
boolean on_clear_all_clicked ( LiVESButton *  ,
livespointer  user_data 
)
void on_clear_clicked ( LiVESButton *  button,
livespointer  user_data 
)
void on_rte_info_clicked ( LiVESButton *  ,
livespointer  data 
)
void on_save_rte_defs_activate ( LiVESMenuItem *  ,
livespointer   
)
void redraw_pwindow ( int  key,
int  mode 
)
void restore_pwindow ( lives_rfx_t )
void ret_set_key_check_state ( void  )
void rte_reset_defs_clicked ( LiVESButton *  ,
lives_rfx_t rfx 
)
void rte_set_defs_activate ( LiVESMenuItem *  ,
livespointer  user_data 
)
void rte_set_defs_cancel ( LiVESButton *  ,
lives_rfx_t  
)
void rte_set_defs_ok ( LiVESButton *  ,
lives_rfx_t  
)
void rte_set_key_defs ( LiVESButton *  ,
lives_rfx_t  
)
void rte_window_set_interactive ( boolean  interactive)
void rtew_set_grab_button ( boolean  on)
void rtew_set_keych ( int  key,
boolean  on 
)
void rtew_set_keygr ( int  key)
void rtew_set_mode_radio ( int  key,
int  mode 
)
void update_pwindow ( int  key,
int  i,
LiVESList *  list 
)

Variable Documentation

LiVESWidget* rte_window