Re: [gtk-list] strange clist ??



On Thu, May 27, 1999 at 10:07:30AM +0200, Andreas Scherf wrote:
> Hello, whats that, to select a row in a clist i have to use the following :
> 
> gtk_clist_select_row (GtkClist *clist, int row,int column);
> 
> what to hell does this "column" there why and which column doas i need to select a row ??? 

The gtk_clist_select_row is a callback. It is called by the clist widget if a
row was selected. The column information give the column of the widget that was
clicked to select the row. If you don't need this information, just ignore it.

Friendly,

Sven LUTHER



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