Tizen Native API  5.0

plug_inheritance_tree.png

An object that allows one to show an image which other process created. It can be used anywhere like any other elementary widget.

This widget emits the following signals:

  • "clicked": the user clicked the image (press/release). The event parameter of the callback will be NULL.
  • "image,deleted": the server side was deleted. The event parameter of the callback will be NULL.
  • "image,resized": the server side was resized. The event parameter of the callback will be Evas_Coord_Size (two integers).
Note:
the event "image,resized" will be sent whenever the server resized its image and this always happen on the first time. Then it can be used to track when the server-side image is fully known (client connected to server, retrieved its image buffer through shared memory and resized the evas object).

Functions

Evas_Objectelm_plug_add (Evas_Object *parent)

Function Documentation

Add a new plug image to the parent.

Parameters:
parentThe parent object
Returns:
The new plug image object or NULL if it cannot be created
Since :
2.3.1