Re: Pulling my hair out:-)




> I've read the source, I've read the GTK tutorial but I'm afraid my 
> C skills just aren't up to that level.  All I want is a way to 
> retrieve the row and column data in the method "select_row".

Simple.  Your "select_row" callback routine is wrong.  The signature
for select_row signal is:

void select_row (GtkCList *clist, gint row, gint column, GdkEvent *event, void *data)

This is for C, dunno the details fro Obj-C though.

miguel.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]