Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Side by Side Diff: examples/ui/tile/README.md

Issue 1425543002: mozart: Add a simple tiling view manager. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « examples/ui/tile/BUILD.gn ('k') | examples/ui/tile/main.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Mozart View Tiling Example
2
3 This directory contains a simple application which embeds any number of
4 views from other applications all tiled in a row.
5
6 The applications must implement the ViewProvider interface and register
7 their Views with the ViewManager for this to work.
8
9 ## USAGE
10
11 out/Debug/mojo_shell "mojo:launcher mojo:tile_view?<app1>[,<app2>[,...]]"
12
13 Specify the urls of the views to embed as a comma-delimited query parameter.
14
15 eg. out/Debug/mojo_shell "mojo:launcher mojo:tile_view?mojo:spinning_cube,mojo :moterm_example_app"
OLDNEW
« no previous file with comments | « examples/ui/tile/BUILD.gn ('k') | examples/ui/tile/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698