Mercurial > libervia-desktop-kivy
comparison src/cagou/plugins/plugin_wid_widget_selector.py @ 25:d09bd16dbbe2
code (cagou widget), selector: icons handling + use of new muchoslava icon set
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 10 Aug 2016 01:24:37 +0200 |
parents | 790dbc5c4e89 |
children | b9ee3bf81018 |
comparison
equal
deleted
inserted
replaced
24:bc15b55a4114 | 25:d09bd16dbbe2 |
---|---|
34 PLUGIN_INFO = { | 34 PLUGIN_INFO = { |
35 "name": _(u"widget selector"), | 35 "name": _(u"widget selector"), |
36 "import_name": C.WID_SELECTOR, | 36 "import_name": C.WID_SELECTOR, |
37 "main": "WidgetSelector", | 37 "main": "WidgetSelector", |
38 "description": _(u"show available widgets and allow to select one"), | 38 "description": _(u"show available widgets and allow to select one"), |
39 "icon_small": u"{media}/icons/muchoslava/png/selector_rouge_32.png", | |
40 "icon_medium": u"{media}/icons/muchoslava/png/selector_rouge_44.png" | |
39 } | 41 } |
40 | 42 |
41 | 43 |
42 class WidgetSelItem(ButtonBehavior, BoxLayout): | 44 class WidgetSelItem(ButtonBehavior, BoxLayout): |
43 plugin_info = properties.DictProperty() | 45 plugin_info = properties.DictProperty() |