class ServerWindow(Gtk.Window): (source)
Undocumented
Method | __init__ |
No summary |
Method | do_serve_on_io |
Undocumented |
Method | do_serve_on_poll |
Undocumented |
Method | open_notebook |
Sets the notebook in the combobox |
Method | start |
Undocumented |
Method | stop |
Undocumented |
Instance Variable | auth_checkbox |
Undocumented |
Instance Variable | httpd |
Undocumented |
Instance Variable | interface_opts |
Undocumented |
Instance Variable | link_button |
Undocumented |
Instance Variable | notebookcombobox |
Undocumented |
Instance Variable | open_button |
Undocumented |
Instance Variable | password_input |
Undocumented |
Instance Variable | portentry |
Undocumented |
Instance Variable | public_checkbox |
Undocumented |
Instance Variable | start_button |
Undocumented |
Instance Variable | status_label |
Undocumented |
Instance Variable | stop_button |
Undocumented |
Instance Variable | templatecombobox |
Undocumented |
Instance Variable | username_input |
Undocumented |
Instance Variable | _source_id |
Undocumented |
Parameters | |
notebookinfo | the notebook location |
port | the http port to serve on |
public | allow connections to the server from other computers - if False can only connect from localhost |
**opts | options for WWWInterface.__init__() |