widget Module

This file is part of the web2py Web Framework
Copyrighted by Massimo Di Pierro <mdipierro@cs.depaul.edu>

The widget is called from web2py

class gluon.widget.IO[source]

Bases: object

write(data)[source]
gluon.widget.check_existent_app(options, appname)[source]
gluon.widget.console()[source]

Defines the behavior of the console web2py execution

gluon.widget.get_code_for_scheduler(app, options)[source]
gluon.widget.get_url(host, path='/', proto='http', port=80)[source]
gluon.widget.run_system_tests(options)[source]

Runs unittests for gluon.tests

gluon.widget.start(cron=True)[source]

Starts server

gluon.widget.start_browser(url, startup=False)[source]
gluon.widget.start_schedulers(options)[source]
class gluon.widget.web2pyDialog(root, options)[source]

Bases: object

Main window dialog

checkTaskBar()[source]

Checks taskbar status

connect_pages()[source]

Connects pages

error(message)[source]

Shows error message

quit(justHide=False)[source]

Finishes the program execution

server_ready()[source]
start()[source]

Starts web2py server

start_schedulers(app)[source]
stop()[source]

Stops web2py server

try_start_scheduler(app)[source]
try_stop_scheduler(app)[source]
update(text)[source]

Updates app text

update_canvas()[source]

Updates canvas

update_schedulers(start=False)[source]