Hi,
For the right-click event, you should use a bind to
. If you have a new version of Python,
chances are that you already have Tix installed. Tix,
like Pmw, is an extension package for Tkinter, and it
also offers a Balloon widget.
See the following example:
from Tix import *
r=Tk()
l=Label(r
groves schrieb:
> Thanks a lot Ill have a look
> and try solving my problem
Ah, the summer ends and all of a sudden punctuation symbols are short.
Diez
--
http://mail.python.org/mailman/listinfo/python-list
Thanks a lot Ill have a look
and try solving my problem
--
http://mail.python.org/mailman/listinfo/python-list
Thanks a lot Ill have a look
and try solving my problem
--
http://mail.python.org/mailman/listinfo/python-list
SuperHik wrote:
> groves wrote:
> > Simon Forman wrote:
> >> groves wrote:
> >>> Sorry, as I am new to python so couldn't understand what yu were
> >>> asking.
> >>> Now the problem is that i annot use pmw in my project..is thre anyother
> >>> alternative by which I can have a rollover mouse effec
SuperHik wrote:
> groves wrote:
> > Simon Forman wrote:
> >> groves wrote:
> >>> Sorry, as I am new to python so couldn't understand what yu were
> >>> asking.
> >>> Now the problem is that i annot use pmw in my project..is thre anyother
> >>> alternative by which I can have a rollover mouse effect
groves wrote:
> Simon Forman wrote:
>> groves wrote:
>>> Sorry, as I am new to python so couldn't understand what yu were
>>> asking.
>>> Now the problem is that i annot use pmw in my project..is thre anyother
>>> alternative by which I can have a rollover mouse effect on the canvas.
>>> thanks
>>
Simon Forman wrote:
> groves wrote:
> > Sorry, as I am new to python so couldn't understand what yu were
> > asking.
> > Now the problem is that i annot use pmw in my project..is thre anyother
> > alternative by which I can have a rollover mouse effect on the canvas.
> > thanks
>
> Not a problem.
Simon Forman wrote:
> groves wrote:
> > Sorry, as I am new to python so couldn't understand what yu were
> > asking.
> > Now the problem is that i annot use pmw in my project..is thre anyother
> > alternative by which I can have a rollover mouse effect on the canvas.
> > thanks
>
> Not a problem.
groves wrote:
> Sorry, as I am new to python so couldn't understand what yu were
> asking.
> Now the problem is that i annot use pmw in my project..is thre anyother
> alternative by which I can have a rollover mouse effect on the canvas.
> thanks
Not a problem. Although "IDE" and "GUI" are terms
Sorry, as I am new to python so couldn't understand what yu were
asking.
Now the problem is that i annot use pmw in my project..is thre anyother
alternative by which I can have a rollover mouse effect on the canvas.
thanks
--
http://mail.python.org/mailman/listinfo/python-list
groves wrote:
> Simon Forman wrote:
> > groves wrote:
> > > hi
> > > I am trying to get a roll over effect on my canvas.(this is a virtual
> > > program which will eventually fit into my final program)
> > >
> > > Exactly i have a text on my screen and I want to have a brief
> > > discription acros
Simon Forman wrote:
> groves wrote:
> > hi
> > I am trying to get a roll over effect on my canvas.(this is a virtual
> > program which will eventually fit into my final program)
> >
> > Exactly i have a text on my screen and I want to have a brief
> > discription across it whenever the user takes
groves wrote:
> hi
> I am trying to get a roll over effect on my canvas.(this is a virtual
> program which will eventually fit into my final program)
>
> Exactly i have a text on my screen and I want to have a brief
> discription across it whenever the user takes the mouse on it n hence
> giving in
hi
I am trying to get a roll over effect on my canvas.(this is a virtual
program which will eventually fit into my final program)
Exactly i have a text on my screen and I want to have a brief
discription across it whenever the user takes the mouse on it n hence
giving information about the type of
15 matches
Mail list logo