I
On 6/28/07, senthil arasu <[EMAIL PROTECTED]> wrote:
Hi,
Iam creating tab pages using pmw
nb = Pmw.NoteBook(master)
p1 = nb.add('Page 1')
p2 = nb.add('Page 2')
p3 = nb.add('Page 3')
created button control for every tabe page to open HTML
Button(p1, fg='blue',co
On 6/28/07, senthil arasu <[EMAIL PROTECTED]> wrote:
> Is it possible to integrate the functionalities of libraries WxPython and
> pmw.?
>
No.
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
Iam creating tab pages using pmw
nb = Pmw.NoteBook(master)
p1 = nb.add('Page 1')
p2 = nb.add('Page 2')
p3 = nb.add('Page 3')
created button control for every tabe page to open HTML
Button(p1, fg='blue',command=f.call,command=call1).pack(pady=40)
Button(p2, fg='blue'