• 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

  • Keys
  • Values
  • Signature
  • C signature
  • Implemented by
  • Top of Page

Efl.Layout.Group.part_exist

Keys

  • part - The part name to check.

Values

  • exists - true if the part exists, false otherwise.


Signature

@property part_exist @pure_virtual {
    get {
        keys {
            part: string;
        }
    }
    values {
        exists: bool;
    }
}

C signature

Eina_Bool efl_layout_group_part_exist_get(const Eo *obj, const char *part);

Implemented by

  • Efl.Layout.Group.part_exist
  • Efl.Canvas.Layout.part_exist
  • Efl.Ui.Image.part_exist
  • Efl.Ui.Layout_Base.part_exist