Advertisement
C0BRA

Untitled

Feb 13th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.51 KB | None | 0 0
  1.  
  2. \textit{Abc} = Focusable
  3.  
  4. \textbf{Abc} = Owns focusable child
  5.  
  6. {Abc} = Not Focusable
  7.  
  8.  
  9. \Tree[.\textbf{\textit{WindowContainer}}
  10.  [.\textbf{FlowContainer (Vertical)}
  11.    Label
  12.    \textit{HScrollBar}
  13.    [.\textbf{AlignContainer}
  14.      [.\textbf{FlowContainer (Horizontal)}
  15.        [.\textit{Button}
  16.          [.AlignContainer
  17.            {Label (Cancel)}
  18.          ]
  19.        ]
  20.        [.\textit{Button}
  21.          [.AlignContainer
  22.            {Label (OK)}
  23.          ]
  24.         ]
  25.       ]
  26.     ]
  27.   ]
  28. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement