• 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

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

Efl.Ui.Image_Zoomable.elm_actions

Values

  • actions - NULL-terminated array of Efl.Access.Action_Data.


Overridden from Efl.Access.Widget.Action.elm_actions (get).

Signature

@property elm_actions @beta @pure_virtual {
    get @protected {}
    values {
        actions: ptr(const(Efl.Access.Action_Data));
    }
}

C signature

const Efl_Access_Action_Data *efl_access_widget_action_elm_actions_get(const Eo *obj);

Implemented by

  • Efl.Access.Widget.Action.elm_actions
  • Efl.Ui.Slider.elm_actions
  • Efl.Ui.Check.elm_actions
  • Efl.Ui.Radio.elm_actions
  • Efl.Ui.Win.elm_actions
  • Efl.Ui.Spin_Button.elm_actions
  • Efl.Ui.Panel.elm_actions
  • Efl.Ui.Slider_Interval.elm_actions
  • Efl.Ui.Image.elm_actions
  • Efl.Ui.Image_Zoomable.elm_actions
  • Efl.Ui.Calendar.elm_actions
  • Efl.Ui.Video.elm_actions
  • Efl.Ui.Button.elm_actions