Index: doc/Class.3 =================================================================== diff -u -rbaee0c34119f4b237787204b8c3e64bc04c05782 -rfc11b2380eef48346410636908936e9468c74807 --- doc/Class.3 (.../Class.3) (revision baee0c34119f4b237787204b8c3e64bc04c05782) +++ doc/Class.3 (.../Class.3) (revision fc11b2380eef48346410636908936e9468c74807) @@ -2,7 +2,7 @@ '\" Generated from file 'Class\&.man' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2014-2016 Stefan Sobernig , Gustaf Neumann ; available under the Creative Commons Attribution 3\&.0 Austria license (CC BY 3\&.0 AT)\&. '\" -.TH "nx::Class" 3 2\&.3a0 Class "NX API" +.TH "nx::Class" 3 2\&.3 Class "NX API" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" @@ -955,10 +955,14 @@ which become assigned to the property\&. The second, optional element sets a \fIdefaultValue\fR for this property\&. .sp -If \fB-accessor\fR is set, a property will provide for -a pair of getter and setter methods: +If \fB-accessor\fR is set, a property will provide for different +getter and setter methods: .RS .TP +\fIobj\fR \fIpropertyName\fR \fBexists\fR +Returns 1 if the value store of \fIpropertyName\fR (e\&.g\&., an object +variable) exists and has been given a value, returns 0 otherwise\&. +.TP \fIobj\fR \fIpropertyName\fR \fBset\fR \fIvalue\fR Sets the property \fIpropertyName\fR to \fIvalue\fR\&. .TP @@ -1063,10 +1067,14 @@ managed by the variable\&. Optionally, a \fIdefaultValue\fR can be defined\&. .sp -If \fB-accessor\fR is set explicitly, a variable will provide for a pair of -getter and setter methods: +If \fB-accessor\fR is set explicitly, a variable will +provide for getter and setter methods: .RS .TP +\fIobj\fR \fIvariableName\fR \fBexists\fR +Returns 1 if the value store of \fIvariableName\fR (e\&.g\&., an object +variable) exists and has been given a value, returns 0 otherwise\&. +.TP \fIobj\fR \fIvariableName\fR \fBset\fR \fIvarValue\fR Sets \fIvariableName\fR to \fIvarValue\fR\&. .TP