• 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
  • Implemented by
  • Top of Page

Efl.Canvas.Object.clipped_objects_count

Description

Returns the number of objects clipped by obj

Since 1.22

Signature

clipped_objects_count @const {
    return: uint @no_unused;
}

C signature

unsigned int efl_canvas_object_clipped_objects_count(const Eo *obj);

Implemented by

  • Efl.Canvas.Object.clipped_objects_count