March 28, 2024

Dynamic Windows Function [dw_splitbar_set]

Syntax

void dw_splitbar_set(HWND handle, float percent)

Parameters

HWND handle: The handle to the splitbar returned by dw_splitbar_new().
float percent: The position of the splitbar.

Description

Sets the position of a splitbar (pecentage).