summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/elementary/efl_ui_text_interactive.eo3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_text_interactive.eo b/src/lib/elementary/efl_ui_text_interactive.eo
index a52a6d9807..de0017edbf 100644
--- a/src/lib/elementary/efl_ui_text_interactive.eo
+++ b/src/lib/elementary/efl_ui_text_interactive.eo
@@ -10,7 +10,8 @@ struct Efl.Ui.Text.Interactive.Change_Info {
merge: bool; [[$true if can be merged with the previous one. Used for example with insertion when something is already selected]]
}
-interface Efl.Ui.Text.Interactive (Efl.Text, Efl.Text.Properties)
+interface Efl.Ui.Text.Interactive (Efl.Text, Efl.Text.Font,
+ Efl.Text.Format, Efl.Text.Style)
{
[[This is an interface interactive text inputs should implement]]
methods {