slide protocol

org_kde_kwin_slide_manager interface version 1

Requests

create since version 0

create(id new_id[org_kde_kwin_slide], surface object[wl_surface])
Arguments
Name Type Description
id new_id[org_kde_kwin_slide]
surface object[wl_surface]

unset since version 0

unset(surface object[wl_surface])
Arguments
Name Type Description
surface object[wl_surface]


org_kde_kwin_slide interface version 1

Ask the compositor to move the surface from a location to another with a slide animation. The from argument provides a clue about where the slide animation begins, offset is the distance from screen edge to begin the animation.

Requests

commit since version 0

commit()

set_location since version 0

set_location(location uint)
Arguments
Name Type Description
location uint

set_offset since version 0

set_offset(offset int)
Arguments
Name Type Description
offset int

release (destructor) since version 0

~release()

Enums

location since version 0

enum location {
left = 0,
top = 1,
right = 2,
bottom = 3,
}
Entries
Name Value Description
left 0
top 1
right 2
bottom 3

SPDX-FileCopyrightText: 2015 Martin Gräßlin SPDX-FileCopyrightText: 2015 Marco Martin SPDX-License-Identifier: LGPL-2.1-or-later