NetSurf
|
Data Fields | |
GtkToolbar * | bar |
GtkEntry * | entry |
GtkToolButton * | back |
GtkToolButton * | forward |
GtkToolButton * | close |
GtkCheckButton * | checkAll |
GtkCheckButton * | caseSens |
struct browser_window * | bw |
GtkToolButton* gtk_search::back |
Definition at line 45 of file search.c.
Referenced by nsgtk_search_create(), and nsgtk_search_set_back_state().
GtkToolbar* gtk_search::bar |
Definition at line 43 of file search.c.
Referenced by nsgtk_search_create(), nsgtk_search_restyle(), and nsgtk_search_toggle_visibility().
struct browser_window* gtk_search::bw |
Definition at line 51 of file search.c.
Referenced by nsgtk_search_back_button_clicked(), nsgtk_search_create(), nsgtk_search_entry_activate(), nsgtk_search_entry_changed(), nsgtk_search_forward_button_clicked(), and nsgtk_search_toggle_visibility().
GtkCheckButton* gtk_search::caseSens |
Definition at line 49 of file search.c.
Referenced by nsgtk_search_back_button_clicked(), nsgtk_search_create(), nsgtk_search_entry_activate(), nsgtk_search_entry_changed(), and nsgtk_search_forward_button_clicked().
GtkCheckButton* gtk_search::checkAll |
Definition at line 48 of file search.c.
Referenced by nsgtk_search_back_button_clicked(), nsgtk_search_create(), nsgtk_search_entry_activate(), nsgtk_search_entry_changed(), and nsgtk_search_forward_button_clicked().
GtkToolButton* gtk_search::close |
Definition at line 47 of file search.c.
Referenced by nsgtk_search_create().
GtkEntry* gtk_search::entry |
Definition at line 44 of file search.c.
Referenced by nsgtk_search_back_button_clicked(), nsgtk_search_create(), nsgtk_search_entry_activate(), nsgtk_search_entry_changed(), nsgtk_search_forward_button_clicked(), and nsgtk_search_toggle_visibility().
GtkToolButton* gtk_search::forward |
Definition at line 46 of file search.c.
Referenced by nsgtk_search_create(), and nsgtk_search_set_forward_state().