BrowserSettings

Defines settings for a browser widget. Not all backends will respect all settings.

The order of members of this struct may change at any time. Refer to its members by name.

struct BrowserSettings {
string standardFontFamily;
string fixedFontFamily;
string serifFontFamily;
string sansSerifFontFamily;
string cursiveFontFamily;
string fantasyFontFamily;
int defaultFontSize;
int defaultFixedFontSize;
int minimumFontSize;
SettingValue remoteFontsEnabled;
SettingValue javascriptEnabled;
SettingValue imagesEnabled;
SettingValue clipboardAccessEnabled;
SettingValue localStorageEnabled;
}

Constructors

this
this(typeof(null) )

This is just disabling the automatic positional constructor, since that is not stable here.

Suggestion Box / Bug Report