XmStringIsVoid (3) Linux Manual Page
XmStringIsVoid — A compound string function that provides information on the existence of non-zero-length text components, tab components, or separator components
Synopsis
#include <Xm/Xm.h>
Boolean XmStringIsVoid(
XmString s1);
Description
XmStringIsVoid returns a Boolean value indicating whether or not string s1 is void.- s1
- Specifies the compound string
