Efl.Ui.Widget_* (from Efl.Ui.Widget.*)

Ref https://phab.enlightenment.org/T6847

Reviewed-by: Cedric Bail <cedric@osg.samsung.com>
This commit is contained in:
Xavi Artigas 2018-04-13 11:35:39 +02:00 committed by Cedric Bail
parent 3ba0b394b5
commit 147403d56b
12 changed files with 17 additions and 17 deletions

View File

@ -1,4 +1,4 @@
class Efl.Ui.Flip_Part (Efl.Ui.Widget.Part, Efl.Content)
class Efl.Ui.Flip_Part (Efl.Ui.Widget_Part, Efl.Content)
{
[[Efl UI flip internal class]]
data: null;

View File

@ -1,4 +1,4 @@
class Efl.Ui.Layout.Part (Efl.Ui.Widget.Part, Efl.Ui.Cursor)
class Efl.Ui.Layout.Part (Efl.Ui.Widget_Part, Efl.Ui.Cursor)
{
[[Elementary layout internal part class]]
data: null;

View File

@ -1,4 +1,4 @@
class Efl.Ui.Layout.Part_Bg (Efl.Ui.Widget.Part_Bg)
class Efl.Ui.Layout.Part_Bg (Efl.Ui.Widget_Part_Bg)
{
[[Elementary layout internal part background class]]
data: null;

View File

@ -1,4 +1,4 @@
class Efl.Ui.Navigation_Bar.Part_Back_Button (Efl.Ui.Widget.Part, Efl.Ui.Button)
class Efl.Ui.Navigation_Bar.Part_Back_Button (Efl.Ui.Widget_Part, Efl.Ui.Button)
{
[[Efl Ui Navigation_Bar internal part back button class]]
data: null;

View File

@ -6,7 +6,7 @@ function Efl.Ui.Scrollable_On_Show_Region {
}
};
struct Efl.Ui.Widget.Focus_State {
struct Efl.Ui.Widget_Focus_State {
[[All relevant fields needed for the current state of focus registeration]]
manager : Efl.Ui.Focus.Manager; [[The manager where the widget is registered in]]
parent : Efl.Ui.Focus.Object; [[The parent the widget is using as logical parent]]
@ -542,9 +542,9 @@ abstract Efl.Ui.Widget (Efl.Canvas.Group, Efl.Access.Object,
not registered.
]]
params {
@in current_state : Efl.Ui.Widget.Focus_State;
@in current_state : Efl.Ui.Widget_Focus_State;
[[The focus manager to register with.]]
@inout configured_state : Efl.Ui.Widget.Focus_State;
@inout configured_state : Efl.Ui.Widget_Focus_State;
[[The evalulated Focus state that should be used.]]
@in redirect : Efl.Ui.Widget;
[[A redirect that will be set by the elm.widget implementation.]]
@ -564,8 +564,8 @@ abstract Efl.Ui.Widget (Efl.Canvas.Group, Efl.Access.Object,
}
}
parts {
shadow: Efl.Ui.Widget.Part_Shadow;
background: Efl.Ui.Widget.Part_Bg;
shadow: Efl.Ui.Widget_Part_Shadow;
background: Efl.Ui.Widget_Part_Bg;
}
implements {
class.constructor;
@ -601,7 +601,7 @@ abstract Efl.Ui.Widget (Efl.Canvas.Group, Efl.Access.Object,
Efl.Ui.Cursor.cursor_theme_search_enabled { get; set; }
Efl.Ui.Focus.Object.on_focus_update;
Efl.Ui.Translatable.translation_update; [[This implements the calls to $gettext() and $text_set().]]
Efl.Part.part; [[Returns @Efl.Ui.Widget.Part.]]
Efl.Part.part; [[Returns @Efl.Ui.Widget_Part.]]
}
events {
moved; [[Called when widget moved]]

View File

@ -1,4 +1,4 @@
class Efl.Ui.Widget.Part (Efl.Object)
class Efl.Ui.Widget_Part (Efl.Object)
{
[[This is the base class for all "Part" handles in Efl.Ui widgets.

View File

@ -1,4 +1,4 @@
class Efl.Ui.Widget.Part_Bg (Efl.Ui.Widget.Part, Efl.Gfx.Color, Efl.Ui.Bg)
class Efl.Ui.Widget_Part_Bg (Efl.Ui.Widget_Part, Efl.Gfx.Color, Efl.Ui.Bg)
{
[[Elementary widget internal part background class]]
data: null;

View File

@ -1,4 +1,4 @@
class Efl.Ui.Widget.Part_Shadow (Efl.Ui.Widget.Part, Efl.Gfx.Entity, Efl.Gfx.Color,
class Efl.Ui.Widget_Part_Shadow (Efl.Ui.Widget_Part, Efl.Gfx.Entity, Efl.Gfx.Color,
Efl.Gfx.Blur, Efl.Gfx.Filter)
{
[[A drop-shadow or glow effect around any widget.

View File

@ -1,4 +1,4 @@
class Efl.Ui.Win.Part (Efl.Ui.Widget.Part, Efl.Content, Efl.Gfx.Entity, Efl.Gfx.Color,
class Efl.Ui.Win.Part (Efl.Ui.Widget_Part, Efl.Content, Efl.Gfx.Entity, Efl.Gfx.Color,
Efl.File)
{
[[Efl UI window interal part class]]

View File

@ -1,4 +1,4 @@
class Elm.Mapbuf.Part (Efl.Ui.Widget.Part, Efl.Content)
class Elm.Mapbuf.Part (Efl.Ui.Widget_Part, Efl.Content)
{
[[Elementary mapbuf internal part class]]
data: null;

View File

@ -1,4 +1,4 @@
class Elm.Notify.Part (Efl.Ui.Widget.Part, Efl.Content, Efl.Text,
class Elm.Notify.Part (Efl.Ui.Widget_Part, Efl.Content, Efl.Text,
Efl.Ui.Translatable)
{
[[Elementary notification internel part class]]

View File

@ -1,4 +1,4 @@
class Elm.Panel.Part (Efl.Ui.Widget.Part, Efl.Content)
class Elm.Panel.Part (Efl.Ui.Widget_Part, Efl.Content)
{
[[Elementary panel internal part class]]
data: null;