egueb  0.0.23.1
Modules | Functions
Window
Features

Node window features inherits from \1. More...

Modules

 Definitions

Functions

EAPI int egueb_dom_feature_window_hints_get (Egueb_Dom_Feature *f, Egueb_Dom_Feature_Window_Hint_Data *data)
EAPI Eina_Bool egueb_dom_feature_window_size_set (Egueb_Dom_Feature *f, int w, int h)
EAPI void egueb_dom_feature_window_view_set (Egueb_Dom_Feature *f, Egueb_Dom_Window *w)
EAPI Eina_Bool egueb_dom_feature_window_add (Egueb_Dom_Node *n, const Egueb_Dom_Feature_Window_Descriptor *d)

Detailed Description

Node window features inherits from \1.

For SVG we need to have a WINDOW_RELATIVE hint, that way the size of the svg depends on size of the window another case would be the CONTENT_RELATIVE hint, that way the size of the window depends on the size of the content


Function Documentation

EAPI int egueb_dom_feature_window_hints_get ( Egueb_Dom_Feature *  f,
Egueb_Dom_Feature_Window_Hint_Data data 
)

Get the hints of the window

Parameters:
[in]fThe window to get the hints from
[out]dataThe data to put the hints information
Returns:
The hints of the window
 All Data Structures