Heraia
0.1.8
|
Header file for the goto dialog window. More...
Go to the source code of this file.
Functions | |
void | on_goto_activate (GtkWidget *widget, gpointer data) |
Go to..., edit menu. More... | |
void | goto_dialog_init_interface (heraia_struct_t *main_struct) |
Inits all the things in the goto dialog window (signal and such) More... | |
Header file for the goto dialog window.
Definition in file goto_dialog.h.
void goto_dialog_init_interface | ( | heraia_struct_t * | main_struct | ) |
Inits all the things in the goto dialog window (signal and such)
main_struct | : heraia's main structure |
Definition at line 59 of file goto_dialog.c.
References goto_dialog_connect_signal(), xml_t::main, and heraia_struct_t::xmls.
Referenced by load_heraia_ui().
void on_goto_activate | ( | GtkWidget * | widget, |
gpointer | data | ||
) |
Go to..., edit menu.
widget | : the widget that issued the signal |
data | : user data MUST be heraia_struct_t *main_struct main structure |
< dialog window itself
Definition at line 42 of file goto_dialog.c.
References heraia_struct_t::current_doc, all_window_prop_t::goto_window, heraia_get_widget(), xml_t::main, show_hide_widget(), heraia_struct_t::win_prop, and heraia_struct_t::xmls.
Referenced by heraia_ui_connect_signals().