NetSurf
|
Data Fields | |
GObject * | dialog |
dialog handle created when window first accessed More... | |
struct browser_window * | bw |
GtkEntry * | entryHomePageURL |
GtkEntry * | entryProxyHost |
GtkEntry * | entryProxyUser |
GtkEntry * | entryProxyPassword |
GtkEntry * | entryProxyNoproxy |
GtkSpinButton * | spinProxyPort |
GtkListStore * | content_language |
GtkListStore * | search_providers |
Definition at line 41 of file preferences.c.
struct browser_window* ppref::bw |
Definition at line 45 of file preferences.c.
Referenced by nsgtk_preferences(), and nsgtk_preferences_setCurrentPage_clicked().
GtkListStore* ppref::content_language |
Definition at line 56 of file preferences.c.
Referenced by nsgtk_preferences(), and nsgtk_preferences_comboboxLanguage_realize().
GObject* ppref::dialog |
dialog handle created when window first accessed
Definition at line 43 of file preferences.c.
Referenced by nsgtk_preferences().
GtkEntry* ppref::entryHomePageURL |
Definition at line 48 of file preferences.c.
Referenced by nsgtk_preferences(), nsgtk_preferences_setCurrentPage_clicked(), and nsgtk_preferences_setDefaultPage_clicked().
GtkEntry* ppref::entryProxyHost |
Definition at line 49 of file preferences.c.
Referenced by nsgtk_preferences().
GtkEntry* ppref::entryProxyNoproxy |
Definition at line 52 of file preferences.c.
Referenced by nsgtk_preferences().
GtkEntry* ppref::entryProxyPassword |
Definition at line 51 of file preferences.c.
Referenced by nsgtk_preferences().
GtkEntry* ppref::entryProxyUser |
Definition at line 50 of file preferences.c.
Referenced by nsgtk_preferences().
GtkListStore* ppref::search_providers |
Definition at line 57 of file preferences.c.
Referenced by nsgtk_preferences(), and nsgtk_preferences_comboSearch_realize().
GtkSpinButton* ppref::spinProxyPort |
Definition at line 53 of file preferences.c.
Referenced by nsgtk_preferences().