In article <[EMAIL PROTECTED]>,
Ambigioz <[EMAIL PROTECTED]> wrote:
> Hello,
> I'm trying to do a notepad with tkinter in windows (well also for linux),and
> i'd like to create a popup with 'copy' , 'paste', 'cut', bla bla,on right
> click.
> My only problem it's to create that popup,because it's
Here is tooltips implementation for Tkinter/ttk based on Toplevel class:
http://sk1.svn.sourceforge.net/viewvc/sk1/trunk/sK1/src/app/UI/lib-ttk/tooltips.py?view=markup
On Tue, Jul 29, 2008 at 1:06 AM, Ambigioz <[EMAIL PROTECTED]> wrote:
>
>
> Because toplevel has got the windows manager butto
On Mon, Jul 28, 2008 at 03:06:29PM -0700, Ambigioz wrote:
.
.
.
> Because toplevel has got the windows manager buttons (close,expand,hide) and
> on right click i want only a rectangle with those commands..
Because toplevel has got the windows manager buttons (close,expand,hide) and
on right click i want only a rectangle with those commands..
--
View this message in context:
http://www.nabble.com/-Tkinter-Right-click-popup-tp18686679p18700817.html
Sent from the Python - tkinter-discuss mailing lis
On Mon, Jul 28, 2008 at 02:14:05AM -0700, Ambigioz wrote:
.
.
.
> I'm trying to do a notepad with tkinter in windows (well also for linux),and
> i'd like to create a popup with 'copy' , 'paste', 'cut', bla bla,on right
> click.
Hello,
I'm trying to do a notepad with tkinter in windows (well also for linux),and
i'd like to create a popup with 'copy' , 'paste', 'cut', bla bla,on right
click.
My only problem it's to create that popup,because it's not neither toplevel
nor alerts dialogs...can you help me?:p
--
View this mes