DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

XmRepTypeValidValue(Xm)


XmRepTypeValidValue -- a representation type manager function that tests the validity of a numerical value of a representation type resource

Syntax

#include <Xm/RepType.h>

Boolean XmRepTypeValidValue (rep_type_id, test_value, enable_default_warning) XmRepTypeId rep_type_id; unsigned char test_value; Widget enable_default_warning;

Description

XmRepTypeValidValue tests the validity of a numerical value for a given representation type resource. The function generates a default warning message if the value is invalid and the enable_default_warning argument is non-NULL.

rep_type_id
Specifies the identification number of the representation type.

test_value
Specifies the numerical value to test.

enable_default_warning
Specifies the ID of the widget that contains a default warning message. If this parameter is NULL, no default warning message is generated and the application must provide its own error handling.

Return value

Returns True if the specified value is valid; otherwise, returns False.

See also

XmRepTypeGetId(Xm) and XmRepTypeRegister(Xm).
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 26 May 2005