First off, thanks for the help on GtkTree. I switched to a 1 column GtkCTree
and made it work well.

On to the new problem:

glib 1.2.8
gtk 1.2.8
python 1.5.2

I am trying to figure how to check if the right mouse button is pressed
using:
GdkEvent.type

here is what I get:
left mouse button pressed = 4
left mouse button released = 7
right mouse button pressed = 4
right mouse button released = 7
(whick in GDK.py means button pressed and released)

I am trying to make a popup menu activate when the right mouse button is
pressed, as of right now it activates on either button.

The project I am working on is more of a test of skills. I am designing a
newsgroup reader that used a postgresql database to store all groups and
program data. The reason: I was 50% complete on another project, a cgi +
postresql accounting program for my wifes business until she bought
Peachtree Accounting. That struck a nerve so I discontinued it, but I
rather enjoyed tinkering with sql.  Anyways....

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to