Go to the source code of this file.
Enumerations | |
enum | { LDT_TV_COLUMN_NAME, LDT_TV_N_COLUMNS } |
Functions | |
void | on_ldt_menu_activate (GtkWidget *widget, gpointer data) |
void | list_data_types_init_interface (heraia_window_t *main_window) |
void | add_data_type_name_to_treeview (heraia_window_t *main_window, gchar *name) |
anonymous enum |
void add_data_type_name_to_treeview | ( | heraia_window_t * | main_window, | |
gchar * | name | |||
) |
Adds the data type name to the treeview
Definition at line 63 of file list_data_types.c.
References heraia_get_widget(), LDT_TV_COLUMN_NAME, LDT_TV_N_COLUMNS, xml_t::main, and heraia_window_t::xmls.
Referenced by dt_ok_button_clicked().
void list_data_types_init_interface | ( | heraia_window_t * | main_window | ) |
Inits the list data type window with default values Should be called only once
Definition at line 275 of file list_data_types.c.
References connect_list_data_types_signals().
Referenced by load_heraia_ui().
void on_ldt_menu_activate | ( | GtkWidget * | widget, | |
gpointer | data | |||
) |
Shows or hide the list data type window
Definition at line 39 of file list_data_types.c.
References heraia_get_widget(), is_cmi_checked(), all_window_prop_t::ldt, xml_t::main, move_and_show_dialog_box(), record_and_hide_dialog_box(), heraia_window_t::win_prop, and heraia_window_t::xmls.
Referenced by connect_list_data_types_signals().