This function is for changing the visible state of the tooltip.
Copy Code
|
|
---|---|
UINT IG_ARTX_GUI_tooltips_visible_set( BOOL bVisibleState ); |
Name | Type | Description |
---|---|---|
bVisibleState | BOOL | TRUE - GUI tooltips are visible; FALSE - otherwise. |
0 if the function is successful, -1 otherwise.
This function does not process image pixels.