Discussion:
Collapse pane (horiz.) with arrow
(too old to reply)
Steven Sproat
2009-04-29 16:30:25 UTC
Permalink
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 an
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
Dave Silvia
2009-04-29 17:27:26 UTC
Permalink
Hi!

Is this what you had in mind?

wxCollapsiblePane
A collapsible pane is a container with an embedded button-like control which can be used by the user to collapse or expand the pane's contents.

wxCollapsiblePane
A collapsible pane is a container with an embedded button-like control which can be used by the user to collapse or expand the pane's contents.

HTH"

thx,
Dave S.
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 collapsible Pane. Hope this helps.
I would be nice if a control like that already exists.
Thank you!
Jens Saathoff
2009-04-30 07:17:40 UTC
Permalink
No! I want it horizontal.
Yesterday i got it working by myself. Thank you!!
Post by Dave Silvia
Hi!
Is this what you had in mind?
wxCollapsiblePane
A collapsible pane is a container with an embedded button-like control
which can be used by the user to collapse or expand the pane's contents.
wxCollapsiblePane
A collapsible pane is a container with an embedded button-like control
which can be used by the user to collapse or expand the pane's contents.
HTH"
thx,
Dave S.
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 collapsible 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
Loading...