I am slowly progressing with my python app.

I have got to the point where I would like to place images onto my buttons. 
I use Tkinter as my GUI libary.

The following is how I understand I place an image onto a button - but I am
not having much success with it all.

Any ideas ?

Pete

b=Button(ToolBar,padx=1,pady=1,width=2,height=1,command=callquit,)
b.bitmap="@button_cancel.xbm"
b.place(x=0,y=0)

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to