Re: Pulling my hair out:-)
- From: Miguel de Icaza <miguel nuclecu unam mx>
- To: gnome-devel-list gnome org
- Subject: Re: Pulling my hair out:-)
- Date: Sat, 27 Feb 1999 18:16:23 -0600
> 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]