[Gtk-sharp-list] Making containers with Glade

mikeflippin@blindmindseye.com mikeflippin@blindmindseye.com
Thu, 17 Mar 2005 10:55:04 -0800 (PST)


Thanks, I'll try that. I had thought about actually removing the window's
xml from the glade file altogether, but that works just fine for me.

> Create the window and load only the container?
>
> I havent done it, but I've thought about it.
> For example if the window is named window1.. and it has a table named
> table1...
> Glade.XML gxml = new Glade.XML("project.glade", "table1");
>
>
> On Thu, 17 Mar 2005 10:22:38 -0800 (PST),
> mikeflippin@blindmindseye.com <mikeflippin@blindmindseye.com> wrote:
>> Is it possible to create just a container, like a panel with GUI
>> elements
>> in it without using a window?
>>
>> Mike
>> _______________________________________________
>> Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
>>
>