On Sat, Nov 14, 2009 at 11:54 PM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
>  More panel work.


devilhorns, if you want an advice, change the whole panel thing to be
an edje part with two swallows, then the handle is a part that emits
signals "clicked". If you want it to be user configurable (ie: width)
then just make it a dragable and emit the value you get from "drag"
and "drag,set" messages as Edje Messages of type Float.

On the C side, just play with size hints and it should work, if not,
fix the C part.

For the "collapse" on "clicked", the C would listen for "clicked" and
if desired it would emit "collapse" that edje would catch and then
change the collapsed state. This state would NOT make the panel handle
relative to the left side swallow, and this that part would be hidden.

If you need more help, ask at IRC.

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to