class documentation

class ServerWindow(Gtk.Window): (source)

View In Hierarchy

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
def __init__(self, notebookinfo=None, port=8080, public=True, **opts): (source)
Constructor
Parameters
notebookinfothe notebook location
portthe http port to serve on
publicallow connections to the server from other computers - if False can only connect from localhost
**optsoptions for WWWInterface.__init__()
def do_serve_on_io(self, fd, event): (source)

Undocumented

def do_serve_on_poll(self): (source)

Undocumented

def open_notebook(self, notebook): (source)

Sets the notebook in the combobox

This method is called by the NotebookDialog when a notebook is opened.

def start(self): (source)

Undocumented

def stop(self): (source)

Undocumented

auth_checkbox = (source)

Undocumented

httpd = (source)

Undocumented

interface_opts = (source)

Undocumented

link_button = (source)

Undocumented

notebookcombobox = (source)

Undocumented

open_button = (source)

Undocumented

password_input = (source)

Undocumented

portentry = (source)

Undocumented

public_checkbox = (source)

Undocumented

start_button = (source)

Undocumented

status_label = (source)

Undocumented

stop_button = (source)

Undocumented

templatecombobox = (source)

Undocumented

username_input = (source)

Undocumented

_source_id = (source)

Undocumented