Go to the source code of this file.
Functions | |
void | find_window_show (GtkWidget *widget, gpointer data) |
Show find window. | |
void | find_window_init_interface (heraia_struct_t *main_struct) |
Inits all the things in the find window (signal and such). | |
void | fr_window_show (GtkWidget *widget, gpointer data) |
Show find and replace window. | |
void | fr_window_init_interface (heraia_struct_t *main_struct) |
Inits all the things in the find and replace window (signal and such). | |
void | fdft_window_show (GtkWidget *widget, gpointer data) |
Show find data from type window. | |
void | fdft_window_init_interface (heraia_struct_t *main_struct) |
Inits all the things in the find data from type window (signal and such). |
void fdft_window_init_interface | ( | heraia_struct_t * | main_struct | ) |
Inits all the things in the find data from type window (signal and such).
main_struct | : heraia's main structure |
Definition at line 1024 of file find_replace_window.c.
References heraia_struct_t::fdft, fdft_window_connect_signal(), fdft_window_init_widgets(), fdft_window_populate_category_cb(), xml_t::main, and heraia_struct_t::xmls.
Referenced by load_heraia_ui().
void fdft_window_show | ( | GtkWidget * | widget, | |
gpointer | data | |||
) |
Show find data from type window.
widget | : the widget that issued the signal | |
data | : user data MUST be heraia_struct_t *main_struct main structure |
< find data from type window
Definition at line 661 of file find_replace_window.c.
References heraia_struct_t::current_doc, all_window_prop_t::fdft_window, heraia_get_widget(), xml_t::main, show_hide_widget(), heraia_struct_t::win_prop, and heraia_struct_t::xmls.
Referenced by on_fdft_activate().
void find_window_init_interface | ( | heraia_struct_t * | main_struct | ) |
Inits all the things in the find window (signal and such).
main_struct | : heraia's main structure |
Definition at line 258 of file find_replace_window.c.
References create_find_or_replace_doc_t(), heraia_struct_t::find_doc, find_replace_add_ghex_widget(), find_window_connect_signal(), xml_t::main, and heraia_struct_t::xmls.
Referenced by load_heraia_ui().
void find_window_show | ( | GtkWidget * | widget, | |
gpointer | data | |||
) |
Show find window.
widget | : the widget that issued the signal | |
data | : user data MUST be heraia_struct_t *main_struct main structure |
< find window
Definition at line 71 of file find_replace_window.c.
References heraia_struct_t::current_doc, all_window_prop_t::find_window, heraia_get_widget(), xml_t::main, show_hide_widget(), heraia_struct_t::win_prop, and heraia_struct_t::xmls.
Referenced by on_find_activate().
void fr_window_init_interface | ( | heraia_struct_t * | main_struct | ) |
Inits all the things in the find and replace window (signal and such).
main_struct | : heraia's main structure |
Definition at line 602 of file find_replace_window.c.
References create_find_or_replace_doc_t(), find_replace_add_ghex_widget(), heraia_struct_t::fr_find_doc, heraia_struct_t::fr_replace_doc, fr_window_connect_signal(), xml_t::main, and heraia_struct_t::xmls.
Referenced by load_heraia_ui().
void fr_window_show | ( | GtkWidget * | widget, | |
gpointer | data | |||
) |
Show find and replace window.
widget | : the widget that issued the signal | |
data | : user data MUST be heraia_struct_t *main_struct main structure |
< find window
Definition at line 416 of file find_replace_window.c.
References heraia_struct_t::current_doc, all_window_prop_t::fr_window, heraia_get_widget(), xml_t::main, show_hide_widget(), heraia_struct_t::win_prop, and heraia_struct_t::xmls.
Referenced by on_fr_activate().