RADLib
RADical C++ application framework
RADWeb::RADWebWindowOptions Struct Reference

Creation options for RADWebBrowserWindow. More...

#include <RADWeb.h>

Public Attributes

int width = 1200
 Initial window width. More...
 
int height = 800
 Initial window height. More...
 
std::string title = "RADWeb Browser"
 Initial window title. More...
 
std::string profileDirectory
 Persistent profile directory; empty selects a default. More...
 
bool ephemeralProfile = false
 Use a non-persistent WebKit profile. More...
 
bool navigationBarVisible = true
 Show the built-in navigation bar. More...
 
bool sessionRestoreEnabled = true
 Enable session restore for this window. More...
 

Detailed Description

Creation options for RADWebBrowserWindow.

Member Data Documentation

◆ ephemeralProfile

bool RADWeb::RADWebWindowOptions::ephemeralProfile = false

Use a non-persistent WebKit profile.

◆ height

int RADWeb::RADWebWindowOptions::height = 800

Initial window height.

◆ navigationBarVisible

bool RADWeb::RADWebWindowOptions::navigationBarVisible = true

Show the built-in navigation bar.

◆ profileDirectory

std::string RADWeb::RADWebWindowOptions::profileDirectory

Persistent profile directory; empty selects a default.

◆ sessionRestoreEnabled

bool RADWeb::RADWebWindowOptions::sessionRestoreEnabled = true

Enable session restore for this window.

◆ title

std::string RADWeb::RADWebWindowOptions::title = "RADWeb Browser"

Initial window title.

◆ width

int RADWeb::RADWebWindowOptions::width = 1200

Initial window width.


The documentation for this struct was generated from the following file: