summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hirt <hirt.danny@gmail.com>2017-06-05 02:04:20 +0300
committerDaniel Hirt <hirt.danny@gmail.com>2017-06-05 02:04:20 +0300
commit311c17d9ef9bee97a190712c55da8e81ffc737b7 (patch)
treee7095c091fd648d2bf8e45aa5b9a9634bc73735e
parent14360b6f399dfe971880605417522291bf81d517 (diff)
downloadefl-devs/herdsman/elm_layout_work.tar.gz
Elm layout: remove 'text' propertydevs/herdsman/elm_layout_work
-rw-r--r--src/lib/elementary/elm_layout.eo17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/lib/elementary/elm_layout.eo b/src/lib/elementary/elm_layout.eo
index 3cf88a13c3..48ce1d51ab 100644
--- a/src/lib/elementary/elm_layout.eo
+++ b/src/lib/elementary/elm_layout.eo
@@ -196,23 +196,6 @@ class Elm.Layout (Elm.Widget, Efl.Part, Efl.Container, Efl.File,
@in part_name: string; [[A part from loaded edje group.]]
}
}
- @property text {
- set {
- [[Set the text of the given part.]]
- legacy: null;
- return: bool; [[$true on success, $false otherwise]]
- }
- get {
- [[Get the text set in the given part.]]
- legacy: null;
- }
- keys {
- part: string @nullable; [[The TEXT part where to set the text.]]
- }
- values {
- text: string @nullable; [[The text to set.]]
- }
- }
signal_callback_add {
[[Add a callback for a (Edje) signal emitted by a layout widget's
underlying Edje object.