class Elm.Inwin (Efl.Ui.Layout, Efl.Ui.Focus.Layer, Efl.Container) { [[Elementary inwin class]] legacy_prefix: elm_inwin; eo_prefix: elm_obj_win_inwin; methods { activate { [[Activates an inwin object, ensuring its visibility This function will make sure that the inwin $obj is completely visible by calling evas_object_show() and evas_object_raise() on it, to bring it to the front. It also sets the keyboard focus to it, which will be passed onto its content. The object's theme will also receive the signal "elm,action,show" with source "elm".]] legacy: elm_win_inwin_activate; } } implements { class.constructor; Efl.Object.constructor; Elm.Widget.widget_parent { set; } Efl.Container.content { get; set; } Efl.Container.content_unset; } }