Table of Contents

Class: ChatGUI Collaboratory/Node.py

This class is resposible for displaying and updating the user-toggleable chat-box which allows for communication between users connected to the same collaboratoryHub. The ChatGUI can be toggled on/off via a checkbutton on the Collaboratory GUI

Base Classes   
Tkinter.Toplevel
Methods   
__init__
add_buttons
add_command
echo_text
insert_nln
processChat
processCommand
  __init__ 
__init__ ( self,  parent )

  add_buttons 
add_buttons ( self )

  add_command 
add_command (
        self,
        user=None,
        cmd=None,
        midas=0,
        color='black',
        )

  echo_text 
echo_text ( self,  event=None )

  insert_nln 
insert_nln ( self,  event=None )

  processChat 
processChat ( self,  event=None )

  processCommand 
processCommand ( self,  cmd )

helper function for processing a command - for now, this is a workaround because of a pesky newline that stays in the input box


Table of Contents

This document was automatically generated on Tue Nov 5 16:56:13 2002 by HappyDoc version 2.0.1