April 19, 2024

Dynamic Windows Function [dw_window_lower]

Syntax

int dw_window_lower(HWND handle)

Parameters

HWND handle: The window handle to make bottommost.

Returns

int DW_ERROR_NONE (0) on success.

Description

Makes the window bottommost.

Remarks

As of version 3.2, this function does nothing on iOS, Android and GTK3/4 using Wayland.