Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / offapi / com / sun / star / awt / XToolkitExperimental.idl
blob89828b2864e1fe68dcd5106a0304aa006863b75b
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
10 #ifndef __com_sun_star_awt_XToolkitExperimental_idl__
11 #define __com_sun_star_awt_XToolkitExperimental_idl__
13 #include <com/sun/star/awt/XToolkit2.idl>
15 module com { module sun { module star { module awt {
17 /** Work in progress, don't use unless you know what you are doing.
20 interface XToolkitExperimental : XToolkit2
22 /** Process all pending idle events
24 void processEventsToIdle();
27 /** Get the number of OpenGL buffer swaps.
29 hyper getOpenGLBufferSwapCounter();
31 /** Turn on or off deterministic scheduling (off is the default).
33 void setDeterministicScheduling([in] boolean bDeterministicMode);
36 }; }; }; };
38 #endif
40 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */