class documentation
A GUI window of a conversation with a specific person.
Method | __init__ |
No summary |
Method | contact |
Change a person's name. |
Method | hide |
Hide the ConversationWindow. |
Method | send |
Send text to the person with whom the user is conversing. |
Method | show |
Display the ConversationWindow. |
Method | show |
Display a message sent from the person with whom the user is conversing. |
Instance Variable | chatui |
The GUI chat client associated with this conversation. |
Instance Variable | person |
The person who you're having this conversation with. |
Change a person's name.
Parameters | |
person:IPerson provider | The person whose nickname is changing. |
newnick:str | The new nickname for this person. |