Kondrakunta
Cc: gtk-app-devel-list@gnome.org
Subject: Re: Dynamically adding a wiget to a container created by glade
On Thu, 2008-12-11 at 03:52 +0530, Ravee Kondrakunta wrote:
> Hi,
>
> I created a dialog with glade. In this dialog, I have a HBox with two
> widgets, one is the label a
Hi,
I created a dialog with glade. In this dialog, I have a HBox with two widgets,
one is the label and the other widget will be determined at the runtime.
In the code I got the reference to the HBox using get_widget after loading the
glade file and then I am adding my widget to the HBox usin