[wx-dev] Re[2]: wxFoldBar (was: GSoC 2008)

Jorgen Bodde jorgen.maillist at gmail.com
Thu Mar 6 05:59:33 PST 2008


AFAIK you can set the background on wxTreeMultiCtrl. I 'forced' it to
white in the example. What it does though is export the
SetBackgroundColour and propagates that to the children to make it
look more integrated. If you do not use that method, the background
will be grey as all windows are.

For wxFoldBar / wxFoldPanelBar I am not sure, I think it can be set
independently also. But if this is an issue it can be added to the
wishlist of stuff to be fixed.

- Jorgen

On Thu, Mar 6, 2008 at 2:49 PM, Robert Roebling <robert at roebling.de> wrote:
>
>
>  Jorgen Bodde wrote:
>
>  > I am still considering imprioving this class. The problem is that I
>  > have so many problems on mind that id on't mind coaching anybody who
>  > wants to improve it. There are some questions from the wxPython camp
>  > like integrating the following items:
>  >
>  > - Scrollable wxFoldPanelBar, instead of constraining
>  > - Usage of sizers should be better managed
>  > - A grow factor for individual panels where 0 means no grow, and 1, 2
>  > etc will become a factor where if two or more panels with a grow
>  > factor are collapsed by this ratio that is specified
>  > - Icons in front of the wxCaptionBar next to the text
>  > - Functionality to show all icons at the bottom so that people can
>  > quickly open a panel by clicking on a panel which can also allow
>  > panels to be hidden
>  > - Also a small revision of the code might be nice as it is touched by
>  > a lot of people in the meantime ;-)
>  >
>  > Also wxTreeMultiCtrl gets a revision change to include some extra
>  > methods and scrolling code that is not working well under the latest
>  > wxWidgets version
>  >
>  > regards,
>  > - Jorgen
>  >
>  > On Wed, Mar 5, 2008 at 1:52 AM, Vadim Zeitlin <vadim at wxwidgets.org> wrote:
>  > > On Tue, 4 Mar 2008 17:47:15 -0700 Bryan Petty <bryan at ibaku.net> wrote:
>  > >
>  > >  BP> On 3/4/08, Vadim Zeitlin <vadim at wxwidgets.org> wrote:
>  > >  BP> >   And I thought there was another one written by one of the regular
>  > >  BP> >  contributors but I can't find it.
>  > >  BP>
>  > >  BP> Maybe you're thinking of one of these two, both by Jorgen Bodde:
>  > >  BP>
>  > >  BP> wxFoldPanelBar: http://wastebucket.solidsteel.nl/?page_id=8
>  > >
>  > >   Yes, thanks, this was the one I had in mind. And, incidentally, also the
>  > >  reason I didn't suggest integrating Vaclav's class into wx as I didn't
>  > >  really know which one was better...
>  > >
>
>  I just looked at the page and both the screenshots from the wxFoldBar
>  as well as from the wxTreeMultiCtrl seem to enforce the background,
>  which looks wrong on most screenshots, in particalar OS X and also
>  the sliders under GTK+.
>
>   Robert
>
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: wx-dev-unsubscribe at lists.wxwidgets.org
>  For additional commands, e-mail: wx-dev-help at lists.wxwidgets.org
>
>




More information about the wx-dev mailing list