docs: elm_fileselector: fill gaps in fileselector eo file documentation

This commit is contained in:
Stefan Schmidt 2016-11-21 09:17:36 +01:00
parent bfea8c8fca
commit ba0d73cd77
4 changed files with 5 additions and 5 deletions

View File

@ -2,6 +2,7 @@ class Elm.Fileselector (Elm.Layout, Elm.Interface.Fileselector,
Elm.Interface.Atspi_Widget_Action,
Efl.Ui.Clickable, Efl.Ui.Selectable)
{
[[Elementary fileselector class]]
legacy_prefix: elm_fileselector;
eo_prefix: elm_obj_fileselector;
event_prefix: elm_fileselector;
@ -68,5 +69,4 @@ class Elm.Fileselector (Elm.Layout, Elm.Interface.Fileselector,
selected,invalid; [[Called when fileselector was selected]]
directory,open; [[Called when a directory was opened]]
}
}

View File

@ -1,5 +1,6 @@
class Elm.Fileselector_Button (Elm.Button, Elm.Interface.Fileselector)
{
[[Elementary fileselector button class]]
event_prefix: elm_fileselector_button;
implements {
Efl.Object.constructor;
@ -23,5 +24,4 @@ class Elm.Fileselector_Button (Elm.Button, Elm.Interface.Fileselector)
events {
file,chosen; [[Called when a file was chosen in the fileselector]]
}
}

View File

@ -1,7 +1,7 @@
class Elm.Fileselector_Entry (Elm.Layout, Elm.Interface.Fileselector,
Efl.Ui.Clickable, Efl.Ui.Selectable)
{
[[Not an EO API.]]
[[Elementary fileselector entry class]]
event_prefix: elm_fileselector_entry;
implements {
class.constructor;
@ -28,7 +28,6 @@ class Elm.Fileselector_Entry (Elm.Layout, Elm.Interface.Fileselector,
changed; [[Called when the entry changed]]
activated; [[Called when the entry was activated]]
file,chosen; [[Called when a file was chosen in the fileselector]]
press;
press; [[Called when entry was pressed]]
}
}

View File

@ -1,5 +1,6 @@
class Elm.Fileselector.Entry.Internal.Part (Elm.Layout.Internal.Part)
{
[[Elementary fileselector entry internal part class]]
data: null;
implements {
Efl.Container.content.set;