wxGrid
From: Gensek (fusionary_2000_at_yahoo.com)
Date: 02/28/05
- Next message: Steven Bethard: "Re: Working with dbase files"
- Previous message: Paul Rubin: "Re: Working with dbase files"
- Next in thread: Michalis Kabrianis: "Re: wxGrid"
- Reply: Michalis Kabrianis: "Re: wxGrid"
- Reply: Paul McNett: "Re: wxGrid"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Feb 2005 23:01:05 -0800
I have a grid. I want to sort it when a column label is clicked. I know
about the EVT_GRID_LABEL_LEFT_DCLICK event, but that is not enough. I
do not merely need to know that a label was clicked. I need to know
which label was clicked. I do not know how to do that. I suspect you
might know. I request that you tell me.
I also wish to know some other things: how to find out the location of
a mouse pointer in a wxWindow (or at least the frame), and how to
change the color of a single specified pixel in a bitmap.
I use Python 2.3, wxPython 2.4.2.
- Next message: Steven Bethard: "Re: Working with dbase files"
- Previous message: Paul Rubin: "Re: Working with dbase files"
- Next in thread: Michalis Kabrianis: "Re: wxGrid"
- Reply: Michalis Kabrianis: "Re: wxGrid"
- Reply: Paul McNett: "Re: wxGrid"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|