On 9/27/06, Reed Hedges <[EMAIL PROTECTED]> wrote:
> Neil Roberts wrote:
> > On Tue, Sep 26, 2006 at 05:33:07PM +0200, Michael 'Mickey' Lauer wrote:
> >
> >> Hi, for one project I need to implement a widget container that can
> >> be collapsed/expanded to show its containment.
> >
> > Have you look
Neil Roberts wrote:
> On Tue, Sep 26, 2006 at 05:33:07PM +0200, Michael 'Mickey' Lauer wrote:
>
>> Hi, for one project I need to implement a widget container that can
>> be collapsed/expanded to show its containment.
>
> Have you looked at GtkExpander? That's what it basically does. You can
> see
On Tue, Sep 26, 2006 at 05:33:07PM +0200, Michael 'Mickey' Lauer wrote:
> Hi, for one project I need to implement a widget container that can
> be collapsed/expanded to show its containment.
Have you looked at GtkExpander? That's what it basically does. You can
see a demo of it in the gtk-demo pr
On 9/26/06, Michael 'Mickey' Lauer
<[EMAIL PROTECTED]> wrote:
> Hi, for one project I need to implement a widget container that can
> be collapsed/expanded to show its containment. It should look
> like the mockup from http://vanille.de/temp/preview-widget-mockup.jpg
>
> Is there something like tha