Re: [gtk-list] CList titles are buttons?
- From: Jan Sochman <jena artax karlin mff cuni cz>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] CList titles are buttons?
- Date: Wed, 22 Jul 1998 17:10:10 +0200 (MET DST)
> Assuming that the GtkCList titles are actually buttons, how can I attach a
> signal to them? I looked in the CList source, and found that each column
> has a button widget, but I'm still not clear on how to address each title.
It si signal "click_column" for clist. Then the signal function should
look like this:
void signal_catch(GtkCList *cl, gint col)
{
...
}
where col is clicked column title :-).
Jen~a
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]