Re: list of all child widgets
- From: Tristan Van Berkom <tvb gnome org>
- To: William Park <opengeometry yahoo ca>
- Cc: gtk-list gnome org
- Subject: Re: list of all child widgets
- Date: Mon, 11 Jul 2005 17:42:01 -0400
William Park wrote:
[...]
Ahh, thanks. I take it that 'list' should be '&list' in the internal
gtk_container_foreach().
Nope,
`foreach_func()'s list paramater shadows the global list pointer,
so it should be fine as is (/me chockes on his inflated ego). Anyway;
it was just a blurb, it wasn't really meant to compile.
The reason why I asked is that I was looking to trigger 'activate'
signal on all Entry widgets when I exit the dialog window. I can use
'changed' signal, but it seems a little strange to save on every
character edit. Though, computer is fast enough and won't make a
difference in my case.
Hmm,
I think I've used "activate" & "focus-out-event" for that, although
I seem to remember reading lengthly arguments on the net about why I
shouldn't use "focus-out-event" (although I think that was in
conjunction with input validation callbacks).
Cheers,
-Tristan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]