From f9b0c626ecec3ae00eaa04083e6acf384771dd93 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 8 Jan 2007 21:32:19 +0000 Subject: [PATCH] Insert some text in bandmap. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@324 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- map65.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/map65.py b/map65.py index 8a09ed699..856700d16 100644 --- a/map65.py +++ b/map65.py @@ -1160,12 +1160,13 @@ def bandmap(event=NONE): bm.geometry(bm_geom) if g.Win32: bm.iconbitmap("wsjt.ico") iframe_bm1 = Frame(bm, bd=1, relief=SUNKEN) - text=Text(iframe_bm1, height=35, width=30, bg="Navy") - text.pack(side=LEFT, fill=X, padx=1) + text=Text(iframe_bm1, height=35, width=30, bg="Navy", fg="yellow") text.pack(side=LEFT, fill=X, padx=1) sb = Scrollbar(iframe_bm1, orient=VERTICAL, command=text.yview) sb.pack(side=RIGHT, fill=Y) text.configure(yscrollcommand=sb.set) + text.insert(END,'144.118 K1JT\n') + text.insert(END,'144.127 KB8RQ') iframe_bm1.pack(expand=1, fill=X, padx=4) #------------------------------------------------------ update