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 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 251 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 64 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 594 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 409 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().