Package gui :: Class WelcomeDialog
[hide private]
[frames] | no frames]

Class WelcomeDialog

source code

settingsDialogs.wx.Dialog --+
                            |
                           WelcomeDialog

The NVDA welcome dialog. This provides essential information for new users, such as a description of the NVDA key and instructions on how to activate the NVDA menu. It also provides quick access to some important configuration options. This dialog is displayed the first time NVDA is started with a new configuration.

Instance Methods [hide private]
 
__init__(self, parent) source code
 
onOk(self, evt) source code
Class Methods [hide private]
 
run(cls)
Prepare and display an instance of this dialog.
source code
Class Variables [hide private]
  WELCOME_MESSAGE = _("Welcome to NVDA!\n" "Most commands for co...
Method Details [hide private]

run(cls)
Class Method

source code 

Prepare and display an instance of this dialog. This does not require the dialog to be instantiated.


Class Variable Details [hide private]

WELCOME_MESSAGE

Value:
_("Welcome to NVDA!\n" "Most commands for controlling NVDA require you\
 to hold down the NVDA key while pressing other keys.\n" "By default, \
the numpad insert and main insert keys may both be used as the NVDA ke\
y.\n" "You can also configure NVDA to use the CapsLock as the NVDA key\
.\n" "Press NVDA+n at any time to activate the NVDA menu.\n" "From thi\
s menu, you can configure NVDA, get help and access other NVDA functio\
ns.\n")