tree: 45525ba50c6941fe8a891c55b9461af8b749e7de [path history] [tgz]
  1. BUILD.gn
  2. main.cc
  3. README.md
  4. tile_app.cc
  5. tile_app.h
  6. tile_view.cc
  7. tile_view.h
examples/ui/tile/README.md

Mozart View Tiling Example

This directory contains a simple application which embeds any number of views from other applications all tiled in a row.

The applications must implement the ViewProvider interface and register their Views with the ViewManager for this to work.

USAGE

out/Debug/mojo_shell “mojo:launcher mojo:tile_view?[,[,...]]”

Specify the urls of the views to embed as a comma-delimited query parameter.

eg. out/Debug/mojo_shell “mojo:launcher mojo:tile_view?mojo:spinning_cube,mojo:moterm_example_app”