setOffscreenRender and api docs added

This commit is contained in:
gellert 2015-08-29 00:45:00 +02:00
parent e4c01f3187
commit 58081ca9e9
5 changed files with 65 additions and 19 deletions

View file

@ -138,6 +138,7 @@ class Window : public mate::TrackableObject<Window>,
void SetMenuBarVisibility(bool visible);
bool IsMenuBarVisible();
void SetAspectRatio(double aspect_ratio, mate::Arguments* args);
void SetOffscreenRender(bool isOffscreen);
#if defined(OS_MACOSX)
void ShowDefinitionForSelection();