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

Unified 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, 2 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « examples/ui/tile/BUILD.gn ('k') | examples/ui/tile/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/ui/tile/README.md
diff --git a/examples/ui/tile/README.md b/examples/ui/tile/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..a6afbfa32e14b08a3dd4e644249b3cefc23c6830
--- /dev/null
+++ b/examples/ui/tile/README.md
@@ -0,0 +1,15 @@
+# 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?<app1>[,<app2>[,...]]"
+
+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"
« 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