Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Related Pages

Ewl_Window Struct Reference
[Window: A Container for Displaying in a New WindowWindow: A Container for Displaying in a New Window]

Extends the Ewl_Embed class to create it's own window and evas for drawing, sizing and positioning. More...


Data Fields

Ewl_Embed embed
 Inherits from the Ewl_Embed class.

void * window
 Provides a window for drawing.

char * title
 The current title on the provided window.

char * name
 Current name on the provided window.

char * classname
 Current class on the provided window.

Ewl_Window_Flags flags
 Flags indicating window properties.

int x
 Screen relative horizontal position of window.

int y
 Screen relative vertical position of window.

char * render
 The render engine in use.


Detailed Description

Extends the Ewl_Embed class to create it's own window and evas for drawing, sizing and positioning.