Public Member Functions | |
| def | __init__ |
| The constructor class. | |
| def | makeLabels |
| Adds a number of labels to the widget table. | |
| def | makeEntries |
| Adds a number of entries (textfields) to the widget table. | |
| def | makeButtons |
| Add and display Connect and Send buttons. | |
| def | makeTextArea |
| Add the chat text area. | |
| def | makeFrames |
| Adds a little layout frames. | |
| def | startService |
| Event function that's called when the client has clicked the connect button. | |
| def | sendMessage |
| Event function that gets called when the client has clicked the send button. | |
| def | close_application |
| Function that gets called when the GUI is exited. | |
Public Attributes | |
| messages | |
| window | |
| table | |
| hostText | |
| portText | |
| aliasText | |
| msgText | |
| textbuffer | |
| log | |
Definition at line 20 of file GUI.py.
| def GUI.GUI.__init__ | ( | self, | ||
| msgObject | ||||
| ) |
| def GUI.GUI.makeLabels | ( | self | ) |
| def GUI.GUI.makeEntries | ( | self | ) |
| def GUI.GUI.makeButtons | ( | self | ) |
| def GUI.GUI.startService | ( | self, | ||
| widget | ||||
| ) |
| def GUI.GUI.sendMessage | ( | self, | ||
| widget | ||||
| ) |
| def GUI.GUI.close_application | ( | self, | ||
| widget | ||||
| ) |
1.5.1