Re: implementing a collapsable/expandable widget

2006-09-27 Thread Jim George
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

Re: implementing a collapsable/expandable widget

2006-09-27 Thread Reed Hedges
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

Re: implementing a collapsable/expandable widget

2006-09-27 Thread Neil Roberts
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

Re: implementing a collapsable/expandable widget

2006-09-26 Thread Samuel Cormier-Iijima
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