[ CCode ( type_id = "webkit_settings_get_type ()" ) ]
public sealed class Settings : Object
Control the behaviour of a WebView.
Settings can be applied to a WebView to control text charset, color, font sizes, printing mode, script support, loading of images and various other things on a WebView. After creation, a Settings object contains default settings.
```c // Disable JavaScript WebKitSettings *settings = webkit_web_view_group_get_settings (my_view_group); webkit_settings_set_enable_javascript (settings, FALSE); ```
points to the equivalent value in pixels.
pixels to the equivalent value in points.