class Conversation: (source)
| Method | __init__ |
|
| Method | contactChangedNick |
Change a person's name. |
| Method | hide |
Hide the ConversationWindow. |
| Method | sendText |
Send text to the person with whom the user is conversing. |
| Method | show |
Display the ConversationWindow. |
| Method | showMessage |
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. |
| Parameters | |
person:IPerson provider | The person whose nickname is changing. |
| newnick:str | The new nickname for this person. |