Package web2py :: Package gluon :: Module widget :: Class web2pyDialog
[hide private]
[frames] | no frames]

Class web2pyDialog

source code

object --+
         |
        web2pyDialog

Main window dialog

Instance Methods [hide private]
 
__init__(self, root, options)
web2pyDialog constructor
source code
 
checkTaskBar(self)
Check taskbar status
source code
 
update(self, text)
Update app text
source code
 
connect_pages(self)
Connect pages
source code
 
quit(self, justHide=True)
Finish the program execution
source code
 
error(self, message)
Show error message
source code
 
start(self)
Start web2py server
source code
 
stop(self)
Stop web2py server
source code
 
update_canvas(self)
Update canvas
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, root, options)
(Constructor)

source code 
web2pyDialog constructor
Overrides: object.__init__