egueb
0.0.23.1
|
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) |
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
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
[in] | f | The window to get the hints from |
[out] | data | The data to put the hints information |