On Wed, 11 Jun 1997, Alex Ant�o wrote:

>    I'd like to put in my buttons an image followed by a test, explaining
> what it does, like Windows does.
>    How can I do that, without having to create an image that contains
> the text and the image ???

 The standard Tk button does not allow this: only text or an image.
 You can try packing two labels into the button, one with text and
 the other an image.

 -stewart-

Reply via email to