wxWebPreferences - Kirix Documentation

Developer Resources

wxWebPreferences

Overview

The wxWebPreferences class is used for configuring the preferences of a web control.

Methods

wxWebPreferences::GetBoolPref
wxWebPreferences::GetIntPref
wxWebPreferences::GetStringPref
wxWebPreferences::SetBoolPref
wxWebPreferences::SetIntPref
wxWebPreferences::SetStringPref

wxWebPreferences::GetBoolPref

bool wxWebPreferences::GetBoolPref(const wxString& name)

wxWebPreferences::GetIntPref

int wxWebPreferences::GetIntPref(const wxString& name)

wxWebPreferences::GetStringPref

wxString wxWebPreferences::GetStringPref(const wxString& name)

wxWebPreferences::SetBoolPref

void wxWebPreferences::SetBoolPref(const wxString& name, bool value)

wxWebPreferences::SetIntPref

void wxWebPreferences::SetIntPref(const wxString& name, int value)

wxWebPreferences::SetStringPref

void wxWebPreferences::SetStringPref(const wxString& name, const wxString& value)