Re: CList manipulation
- From: Andreas Scherf <scherfa fh-trier de>
- To: Carl Seleborg <carl seleborg ifrance com>
- Cc: gtk-list gnome org
- Subject: Re: CList manipulation
- Date: Tue, 24 Oct 2000 22:45:33 +0000
Carl Seleborg wrote:
>
> Hi all,
>
> I am very new to GTK, so if my questions are too basic, please point me to a
> good FAQ. :-)
>
> I'm fooling around with the CList widget, and after having gone though the
> header file for the widget, there seems (to me) to exist no simple way to
> determine the selected row of a single-selection list, or at least to know if a
> row is selected. Is there something I have missed? Should I look somewhere else?
>
> Thanks in advance for your answers.
> -- Carl
>
I think this must work :
while(clist->selection)
{
... code ...
clist->selection =clist->selection->next;
}
MfG
Andreas Scherf
--
Andreas Scherf
scherfa fh-trier de
scherfa users sourceforge net
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]