Re: [gtk-list] CList titles are buttons?



> 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]