summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_multibuttonentry_part.eo
diff options
context:
space:
mode:
authorWoochan Lee <wc0917.lee@samsung.com>2017-09-15 17:13:30 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2017-10-24 16:20:09 +0900
commit6c3bc915dfcc638c34ee3c242d80702407b2b5bf (patch)
tree3e4d115abcb6790a29b626f57f1f0ce22d8d0259 /src/lib/elementary/elm_multibuttonentry_part.eo
parent98f81f5cbf951464046dd0db34665b230b2b6c55 (diff)
downloadefl-6c3bc915dfcc638c34ee3c242d80702407b2b5bf.tar.gz
elm: rename elm_multibuttonentry to Efl.Ui.Multibuttonentry
Summary: @ref T5358 Reviewers: woohyun, jpeg, cedric, Jaehyun_Cho Reviewed By: Jaehyun_Cho Subscribers: Jaehyun, bu5hm4n, cedric, jpeg Maniphest Tasks: T5358 Differential Revision: https://phab.enlightenment.org/D5169 JP's note: MBE currently has quite a few issues, probably related to focus handling. This needs to be fixed.
Diffstat (limited to 'src/lib/elementary/elm_multibuttonentry_part.eo')
-rw-r--r--src/lib/elementary/elm_multibuttonentry_part.eo9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/elementary/elm_multibuttonentry_part.eo b/src/lib/elementary/elm_multibuttonentry_part.eo
deleted file mode 100644
index cd2f84943e..0000000000
--- a/src/lib/elementary/elm_multibuttonentry_part.eo
+++ /dev/null
@@ -1,9 +0,0 @@
-class Elm.Multibuttonentry.Part (Efl.Ui.Layout.Part_Legacy)
-{
- [[Elementary multibuttonentry internal part class]]
- data: null;
- implements {
- Efl.Text.text { set; get; }
- }
-}
-