Steven Sproat
2009-04-29 16:30:25 UTC
Hi wxWidgeters.
I'm searching for a slide in / slide out panel for wxWidgets (collapse
pane).
An example: The panel is visible...now i click on the arrow and the
panel slides out to the left and is hided, the arrow is visible shows
to the right. After clicking the arrow the panel slides in and is
visible.
Is there already a control?
I attached two screenshots from PhotoImpact (attached). The first
shows the content as normal, the second the behaviour after clicking
the arrow. The content disappears. If the content is hided and the
arrow was clicked the content shows up. Like the collapsable Pane.
Hope this helps.
I would be nice if a control like that already exists.
Thank you!
------------------------------------------------------------------------
------------------------------------------------------------------------
------------------------------------------------------------------------
_______________________________________________
wx-users mailing list
http://lists.wxwidgets.org/mailman/listinfo/wx-users
Yes, and surprisingly it is called "CollapsiblePane". You can see anI'm searching for a slide in / slide out panel for wxWidgets (collapse
pane).
An example: The panel is visible...now i click on the arrow and the
panel slides out to the left and is hided, the arrow is visible shows
to the right. After clicking the arrow the panel slides in and is
visible.
Is there already a control?
I attached two screenshots from PhotoImpact (attached). The first
shows the content as normal, the second the behaviour after clicking
the arrow. The content disappears. If the content is hided and the
arrow was clicked the content shows up. Like the collapsable Pane.
Hope this helps.
I would be nice if a control like that already exists.
Thank you!
------------------------------------------------------------------------
------------------------------------------------------------------------
------------------------------------------------------------------------
_______________________________________________
wx-users mailing list
http://lists.wxwidgets.org/mailman/listinfo/wx-users
example in both my side panels of my application:
Loading Image...
Docs:
http://www.wxpython.org/docs/api/wx.CollapsiblePane-class.html
http://docs.wxwidgets.org/trunk/classwx_collapsible_pane.html
- Steve