Messaging dialog.
Imported modules
|
|
import GuiAppD
import Pmw
import Table
from Tkinter import *
import os
import re
import socket
import string
import sys
import time
import tkMessageBox
import wcc_protocol
|
Functions
|
|
getMessageDialog
getMessageDialogIDFromUsers
getRangeAndText
updateDialogSettings
|
|
getMessageDialog
|
getMessageDialog (
parent,
uid,
uname,
dialogID,
addressees,
addressee_ids,
app,
**kw,
)
Find a dialog using the given id, or create a new
one and assign the id to it.
|
|
getMessageDialogIDFromUsers
|
getMessageDialogIDFromUsers ( users )
|
|
getRangeAndText
|
getRangeAndText (
w,
x,
y,
tag_name,
)
Given the x,y coordinates on a text widget,
and the name of a face type or tag, returns
the range of text with that tag in which
the x,y point occurs.
|
|
updateDialogSettings
|
updateDialogSettings ( **kw )
Works for:
title
ringbell
<tag style attrs>
|
Classes
|
|
|
|