Re: Accessing widgets using their parents/containers



On Tue, 14 Jan 2003 14:09:51 +0800
Lance Duivenbode <huku iinet net au> wrote:

I was just wondering if it was possible to access widgets when you
only have their parents. For example, if I add a checkbox to a window
that can only be enabled when I check another checkbox, can I then
activate the first checkbox from within the second checkbox's callback
function - without making both of them static and/or global?

using gtk_container_get_children() ?

bye



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