Heraia  0.1.8
goto_dialog.h File Reference

Header file for the goto dialog window. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Header file for the goto dialog window.

Definition in file goto_dialog.h.

Function Documentation

void goto_dialog_init_interface ( heraia_struct_t main_struct)

Inits all the things in the goto dialog window (signal and such)

Parameters
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().

Here is the call graph for this function:

Here is the caller graph for this function:

void on_goto_activate ( GtkWidget *  widget,
gpointer  data 
)

Go to..., edit menu.

Parameters
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().

Here is the call graph for this function:

Here is the caller graph for this function: