EWebKit  1.0
Typedefs | Functions
ewk_window_features.h File Reference

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)
 

Detailed Description

Access to the features of window.

Typedef Documentation

Declare Ewk_Window_Features as Ewk_Object.

See also
Ewk_Object

Function Documentation

EAPI Eina_Bool ewk_window_features_fullscreen_get ( const Ewk_Window_Features window_features)

Queries the the window is fullscreen

Parameters
window_featuresthe object to get properties
Returns
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.

Parameters
window_featuresthe window's features
xthe pointer to store x position
ythe pointer to store y position
wthe pointer to store width
hthe 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.

Parameters
window_featuresthe object to get properties
Returns
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.

Parameters
window_featuresthe object to get properties
Returns
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.

Parameters
window_featuresthe object to get properties
Returns
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.

Parameters
window_featuresthe object to get properties
Returns
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.

Parameters
window_featuresthe object to get properties
Returns
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.

Parameters
window_featuresthe object to get properties
Returns
EINA_TRUE is the toolbar should be visible, EINA_FALSE otherwise