Home | History | Annotate | Download | only in wx

Lines Matching refs:Settings

57 #include "Settings.h"
393 // Default settings - we should have wxWebViewSettings class for this
395 WebCore::Settings* settings = m_impl->page->settings();
396 settings->setLoadsImagesAutomatically(true);
397 settings->setDefaultFixedFontSize(13);
398 settings->setDefaultFontSize(16);
399 settings->setSerifFontFamily("Times New Roman");
400 settings->setFixedFontFamily("Courier New");
401 settings->setSansSerifFontFamily("Arial");
402 settings->setStandardFontFamily("Times New Roman");
403 settings->setJavaScriptEnabled(true);
1138 return wxWebSettings(m_impl->page->settings());