class Elm.Fileselector (Elm.Layout, Elm_Interface_Fileselector, Elm_Interface_Atspi_Widget_Action, Evas.Clickable_Interface, Evas.Selectable_Interface) { eo_prefix: elm_obj_fileselector; methods { @property buttons_ok_cancel { set { [[Enable/disable the "ok" and "cancel" buttons on a given file selector widget Note: A file selector without those buttons will never emit the "done" smart event, and is only usable if one is just hooking to the other two events. See also @.buttons_ok_cancel.get. ]] } get { [[Get whether the "ok" and "cancel" buttons on a given file selector widget are being shown. See also @.buttons_ok_cancel.set for more details. ]] } values { visible: bool; [[true to show buttons, false to hide.]] } } } implements { class.constructor; class.destructor; Eo.Base.constructor; Evas.Object_Smart.add; Evas.Object_Smart.del; Elm.Widget.focus_next; Elm.Widget.focus_direction_manager_is; Elm.Widget.focus_direction; Elm.Widget.event; Elm.Widget.theme_apply; Elm.Widget.focus_next_manager_is; Elm.Layout.sizing_eval; Elm.Layout.text_set; Elm_Interface_Fileselector.selected_paths.get; Elm_Interface_Fileselector.custom_filter_append; Elm_Interface_Fileselector.expandable; Elm_Interface_Fileselector.thumbnail_size; Elm_Interface_Fileselector.selected; Elm_Interface_Fileselector.mime_types_filter_append; Elm_Interface_Fileselector.hidden_visible; Elm_Interface_Fileselector.filters_clear; Elm_Interface_Fileselector.is_save; Elm_Interface_Fileselector.path; Elm_Interface_Fileselector.sort_method; Elm_Interface_Fileselector.multi_select; Elm_Interface_Fileselector.folder_only; Elm_Interface_Fileselector.mode; Elm_Interface_Fileselector.current_name; Elm_Interface_Atspi_Widget_Action.elm_actions.get; } events { done; activated; selected,invalid; directory,open; } }