No, there's no way to create a custom layout (easily). Layout management
which you can build.
layout manager. Within this container you can then control the layout
inside it by providing a 'wtResize' function. Your own layout manager then
does not inherit from WLayout but could still act like one.
Post by Tolga HOÅGÃRHello,
Despite my research, I couldn't manage to create a custom WLayout. I tried
using wtResize on the container object but there is not way to block layout
behavior (such as returning false from the function maybe). Instead, I
naturally get a mixed result that uses both i.e. WHBoxLayout modifications
and my vertical modifications on the child widgets. I guess there is no way
to implement a custom WLayout as WContainerWidget uses some dynamic_cast
(which is a very bad way to do it) to decide which layout item impl class
it will create and use based on the given layout.
Somehow getting wtResize event in JS without using WLayout would also be
fine.
Is there a way to do this?
Regards.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is
your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
witty-interest mailing list
https://lists.sourceforge.net/lists/listinfo/witty-interest