Please wrap lines at 74 columns.
On Mon, Jan 17, 2000 at 03:04:49AM -0600,
CountZero <[EMAIL PROTECTED]> wrote:
> Anyway, the short question is: how do I determine what row in a GtkCList
> was the target of a
> button_press_event (more specifically, of a 2button_press event)?
Don't connect to button_press_event; connect to select_row. Now your
signal handler looks like this:
void
on_RemoteClist_select_row (GtkCList *clist,
gint row,
gint column,
GdkEvent *event,
gpointer user_data);
--
Eric Gillespie, Jr. <*> [EMAIL PROTECTED]
All hail the Dollar, King of the Earth.
PGP signature