April 19, 2024

Dynamic Windows Function [dw_signal_disconnect_by_name]

Syntax

void dw_signal_disconnect_by_name(HWND window, char *signame)

Parameters

HWND window: Window handle of callback to be removed.
char *signame: Signal to be matched on window such as DW_SIGNAL_CONFIGURE.

Description

Removes callbacks for a given window with given name.