efl_ui_mutli_selectable: stabelize interfaces

these classes are after a long naming discussion stable.

fixes T7871
fixes T8265
fixes T7922

Reviewed-by: Daniel Kolesa <daniel@octaforge.org>
Differential Revision: https://phab.enlightenment.org/D10734
This commit is contained in:
Marcel Hollerbach 2019-11-25 13:33:44 +01:00
parent a6c102df1f
commit 655472d9c9
4 changed files with 4 additions and 4 deletions

View File

@ -88,7 +88,7 @@ enum @beta Efl.Ui.Widget_Orientation_Mode
not change according to the window or screen orientation.]] not change according to the window or screen orientation.]]
} }
enum @beta Efl.Ui.Select_Mode { enum Efl.Ui.Select_Mode {
[[Type of multi selectable object.]] [[Type of multi selectable object.]]
single, [[Only single child is selected. If a child is selected, single, [[Only single child is selected. If a child is selected,
previous selected child will be unselected.]] previous selected child will be unselected.]]

View File

@ -1,6 +1,6 @@
import efl_ui; import efl_ui;
interface @beta Efl.Ui.Multi_Selectable extends Efl.Ui.Single_Selectable interface Efl.Ui.Multi_Selectable extends Efl.Ui.Single_Selectable
{ {
[[Interface for getting access to a range of selected items. [[Interface for getting access to a range of selected items.

View File

@ -1,6 +1,6 @@
import efl_ui; import efl_ui;
interface @beta Efl.Ui.Multi_Selectable_Index_Range extends Efl.Ui.Multi_Selectable interface Efl.Ui.Multi_Selectable_Index_Range extends Efl.Ui.Multi_Selectable
{ {
[[Interface for getting access to a range of selected items through their indices. [[Interface for getting access to a range of selected items through their indices.

View File

@ -1,6 +1,6 @@
import efl_ui; import efl_ui;
interface @beta Efl.Ui.Multi_Selectable_Object_Range extends Efl.Ui.Multi_Selectable interface Efl.Ui.Multi_Selectable_Object_Range extends Efl.Ui.Multi_Selectable
{ {
[[Interface for getting access to a range of selected items. [[Interface for getting access to a range of selected items.