diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2013-04-26 00:04:53 +0900 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2013-04-26 17:38:42 +0900 |
commit | ad2322babc659df57c759fe9a5b325f64151f08c (patch) | |
tree | 222f74299bb6be3b9697ab36aa0f512b279d0c70 /data | |
parent | 4db472aa3aa0c7958b3da20dea1b694219afc4f0 (diff) | |
download | elementary-ad2322babc659df57c759fe9a5b325f64151f08c.tar.gz |
toolbar: updated documentations.
1. elm/toolbar/more/default edc.
2. elm_toolbar_more_item_get() API
Diffstat (limited to 'data')
-rw-r--r-- | data/themes/widgets/toolbar.edc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/themes/widgets/toolbar.edc b/data/themes/widgets/toolbar.edc index 3b612e481..fbf963cb7 100644 --- a/data/themes/widgets/toolbar.edc +++ b/data/themes/widgets/toolbar.edc @@ -213,6 +213,11 @@ group { name: "elm/toolbar/base/default"; } } +/* this style is used for toolbar more layout background. + * how to test: + * elementary_test -> toolbar 8 -> click 'open' + * the whole expanded layout is elm/toolbar/more/default layout. + */ group { name: "elm/toolbar/more/default"; images { image: "toolbar_separator_h.png" COMP; |