Related Pages
Here is a list of all related documentation pages:
| The Ecore library includes a wrapper for handling the X window system | |
| Here is a page with some Ecore examples explained: | |
| This example shows the difference between calling ecore_time_get(), ecore_loop_time_get() and ecore_time_unix_get() | |
| This example demonstrates how to manage the idle state of the main loop | |
| This example shows how an Ecore_Job can be added, how it can be deleted, and that they always execute in the added order | |
| This example shows the simplest possible way to register a handler for an ecore event, this way we can focus on the important aspects | |
| This example shows how to create a new type of event, setup some event handlers to it, fire the event and have the callbacks called | |
| This is a very simple example that shows how to make a simple DNS lookup using ecore_con_lookup() | |
| This is a simple example that shows how to download a file using Ecore_Con_Url | |
| This example shows how to use an Ecore_Con_Url and enable it to receive/send cookies | |
| This is a simple example that shows how to make a custom request using Ecore_Con_Url | |
| In this example we are going to create a server that listens for connections from clients through a TCP port | |
| Following the same idea as the Ecore_Con - Creating a server , this example will demonstrate how to create a client that connects to a specified server through a TCP port | |
| Here is an example that uses the pipe wrapper with a Gstreamer pipeline | |
| Working with threads is hard | |
On this example, we show you how to deal with Ecore_Evas window size hints, which are implemented per Evas engine | |
| Between the Evas examples, there is one in which one creates a canvas bound to the Evas buffer engine and uses its pixel contents to create an PPM image on disk | |
| In this example, we'll demonstrate the use of ecore_evas_object_image_new() | |
| Creating a processes and IPC (Inter process communication) | |
| This example demonstrates how to connect input method framework and handle preedit and commit string from input method framework | |