• Main
  • About
  • Download
  • Contact
  • Docs
  • News
  • Develop
  • Contribute
  • Options
    • Show pagesource
    • Backlinks
    • Media Manager
    • Sitemap
  • Login / Register

Navigation

  • Developing with EFL
  • Setting Up EFL
  • Tutorials: Legacy API
  • Tutorials: Unified C API
  • Tutorials: Unified C# API
  • Programming Guides: Legacy API
  • Programming Guides: Unified C API
  • Programming Guides: Unified C# API
  • Reference Guide: Legacy API
  • Reference Guide: Unified C API
  • Reference Guide: Unified C# API 🌐

Page Contents

  • Description
  • Signature
  • C signature
  • Parameters
  • Implemented by
  • Top of Page

Efl.Ui.Widget_Factory.part_get

Description

Get a proxy object referring to a part of an object.

Since 1.22

Overridden from Efl.Part.part_get.

Signature

part_get @protected @const @pure_virtual {
    params {
        @in name: string;
    }
    return: Efl.Object;
}

C signature

Efl_Object *efl_part_get(const Eo *obj, const char *name);

Parameters

  • name (in) - The part name.

Implemented by

  • Efl.Part.part_get
  • Efl.Canvas.Layout.part_get
  • Efl.Ui.Widget.part_get
  • Efl.Ui.Win.part_get
  • Efl.Ui.Flip.part_get
  • Efl.Ui.Layout_Base.part_get
  • Efl.Ui.Text.part_get
  • Efl.Ui.Default_Item.part_get
  • Efl.Ui.List_Placeholder_Item.part_get
  • Efl.Ui.Textpath.part_get
  • Efl.Ui.Panes.part_get
  • Efl.Ui.Progressbar.part_get
  • Efl.Ui.Popup.part_get
  • Efl.Ui.Alert_Popup.part_get
  • Efl.Ui.Navigation_Bar.part_get
  • Efl.Ui.Widget_Factory.part_get