|
EWebKit
1.0
|
Access to the features of window. More...
#include <Eina.h>#include <Evas.h>Go to the source code of this file.
Typedefs | |
| typedef struct EwkObject | Ewk_Window_Features |
Functions | |
| EAPI Eina_Bool | ewk_window_features_toolbar_visible_get (const Ewk_Window_Features *window_features) |
| EAPI Eina_Bool | ewk_window_features_statusbar_visible_get (const Ewk_Window_Features *window_features) |
| EAPI Eina_Bool | ewk_window_features_scrollbars_visible_get (const Ewk_Window_Features *window_features) |
| EAPI Eina_Bool | ewk_window_features_menubar_visible_get (const Ewk_Window_Features *window_features) |
| EAPI Eina_Bool | ewk_window_features_locationbar_visible_get (const Ewk_Window_Features *window_features) |
| EAPI Eina_Bool | ewk_window_features_resizable_get (const Ewk_Window_Features *window_features) |
| EAPI Eina_Bool | ewk_window_features_fullscreen_get (const Ewk_Window_Features *window_features) |
| EAPI void | ewk_window_features_geometry_get (const Ewk_Window_Features *window_features, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h) |
Access to the features of window.
| typedef struct EwkObject Ewk_Window_Features |
Declare Ewk_Window_Features as Ewk_Object.
| EAPI Eina_Bool ewk_window_features_fullscreen_get | ( | const Ewk_Window_Features * | window_features | ) |
Queries the the window is fullscreen
| window_features | the object to get properties |
EINA_TRUE is the window should be fullscreen, EINA_FALSE otherwise | EAPI void ewk_window_features_geometry_get | ( | const Ewk_Window_Features * | window_features, |
| Evas_Coord * | x, | ||
| Evas_Coord * | y, | ||
| Evas_Coord * | w, | ||
| Evas_Coord * | h | ||
| ) |
Gets geometry properties of an Ewk_Window_Features.
Properties are returned in the respective pointers. Passing NULL to any of these pointers will cause that property to not be returned.
| window_features | the window's features |
| x | the pointer to store x position |
| y | the pointer to store y position |
| w | the pointer to store width |
| h | the pointer to store height |
| EAPI Eina_Bool ewk_window_features_locationbar_visible_get | ( | const Ewk_Window_Features * | window_features | ) |
Queries the locationbar visibility of the window feature.
| window_features | the object to get properties |
EINA_TRUE is the locationbar should be visible, EINA_FALSE otherwise | EAPI Eina_Bool ewk_window_features_menubar_visible_get | ( | const Ewk_Window_Features * | window_features | ) |
Queries the menubar visibility of the window feature.
| window_features | the object to get properties |
EINA_TRUE is the menubar should be visible, EINA_FALSE otherwise | EAPI Eina_Bool ewk_window_features_resizable_get | ( | const Ewk_Window_Features * | window_features | ) |
Queries if the window is resizable.
| window_features | the object to get properties |
EINA_TRUE is the window should be resizable, EINA_FALSE otherwise | EAPI Eina_Bool ewk_window_features_scrollbars_visible_get | ( | const Ewk_Window_Features * | window_features | ) |
Queries the scrollbar visibility of the window feature.
| window_features | the object to get properties |
EINA_TRUE is the scrollbars should be visible, EINA_FALSE otherwise | EAPI Eina_Bool ewk_window_features_statusbar_visible_get | ( | const Ewk_Window_Features * | window_features | ) |
Queries the statusbar visibility of the window feature.
| window_features | the object to get properties |
EINA_TRUE is the statusbar should be visible, EINA_FALSE otherwise | EAPI Eina_Bool ewk_window_features_toolbar_visible_get | ( | const Ewk_Window_Features * | window_features | ) |
Queries the toolbar visibility of the window feature.
| window_features | the object to get properties |
EINA_TRUE is the toolbar should be visible, EINA_FALSE otherwise
1.8.11