Query: xmreptypevalidvalue
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmRepTypeValidValue(library call) XmRepTypeValidValue(library call)NAMEXmRepTypeValidValue -- A representation type manager function that tests the validity of a numerical value of a representation type resourceSYNOPSIS#include <Xm/RepType.h> Boolean XmRepTypeValidValue( XmRepTypeId rep_type_id, unsigned char test_value, Widget enable_default_warning);DESCRIPTIONXmRepTypeValidValue 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.RETURNReturns True if the specified value is valid; otherwise, returns False.RELATEDXmRepTypeGetId(3) and XmRepTypeRegister(3). XmRepTypeValidValue(library call)
| Related Man Pages | 
|---|
| xmreptypegetrecord(3) - redhat | 
| xmreptypegetregistered(3) - centos | 
| xmreptyperegister(3) - centos | 
| xmreptypegetregistered(3) - hpux | 
| xmreptypeaddreverse(3x) - osf1 | 
| Similar Topics in the Unix Linux Community | 
|---|
| How to capture ^x,^y via bash script? | 
| Docker learning Phase-I | 
| Issue with "rsh" on RedHat | 
| About TODO | 
| Shopt -s histappend |