apidocs
svn path=/trunk/KDE/kdelibs/; revision=1003110
This commit is contained in:
parent
c7be859522
commit
4063ccde6a
@ -38,9 +38,18 @@ namespace Plasma
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Namespace for all window effects for Plasma/KWin interaction
|
* Namespace for all window effects for Plasma/KWin interaction
|
||||||
|
* @since 4.4
|
||||||
*/
|
*/
|
||||||
namespace WindowEffects
|
namespace WindowEffects
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* Mark a window as sliding from screen edge
|
||||||
|
*
|
||||||
|
* @arg id of the window on which we want to apply the effect
|
||||||
|
* @arg location edge of the screen from which we want the slifing effect.
|
||||||
|
* Desktop and FLoating won't have effect.
|
||||||
|
* @since 4.4
|
||||||
|
*/
|
||||||
PLASMA_EXPORT void setSlidingWindow(WId id, Plasma::Location location);
|
PLASMA_EXPORT void setSlidingWindow(WId id, Plasma::Location location);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user