March 29, 2024

Dynamic Windows Function [dw_window_set_tooltip]

Syntax

void dw_window_set_tooltip(HWND handle, char * bubbletext)

Parameters

HWND handle: Handle to the window (widget).
char * bubbletext: The text in the floating bubble tooltip or NULL to remove an existing tooltip.

Description

Sets the text used for a given window's floating bubble help.

Remarks

The supported widgets may vary from platform to platform, but most platforms should support the following: Buttons, Bitmap Buttons, Radio buttons, Checkboxes, Spinbuttons, Entryfields, Comboboxes, Static text fields and MLEs.

Most platforms won't support: notebooks, top-level windows, boxes, scroll boxes, menus and menu items.

This API was introduced in version 2.3.