You misunderstood my question:

> Also, is it legal to have more than one child of a particular direction?

It is indeed legal to have more than one widget in a direction, in
any order.


What I meant to ask was what happens in this case:

<g:DockLayoutPanel>
  <g:north>
    <g:Label>Feeling northern.</g:Label>
  </g:north>
  <g:north>
    <g:Label>Me too.</g:Label>
  </g:north>
</g:DockLayoutPanel>

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to