Languages

Menu
Sites
Language
Make a control within the Window fullscreen

How do i make a control within a window or naviframe, to display as in FullScreen ? And toggle back to normal again ?

If not fullscreen upto the size of the Window.

 

Aashish

Responses

1 Replies
Shaswati Saha

You may use elm_win_fullscreen_set() function to set the window to fullscreen and elm_win_fullscreen_get() to get the state of the window. 

Go through this link for details.