Mercurial > hg > xemacs-beta
comparison src/tooltalk.doc @ 444:576fb035e263 r21-2-37
Import from CVS: tag r21-2-37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:36:19 +0200 |
parents | 3ecd8885ac67 |
children | 365bc8cb5894 |
comparison
equal
deleted
inserted
replaced
443:a8296e22da4e | 444:576fb035e263 |
---|---|
273 (add-tooltalk-pattern-attribute value pat indicator) | 273 (add-tooltalk-pattern-attribute value pat indicator) |
274 | 274 |
275 Add one value to the indicated pattern attribute. The names of attributes | 275 Add one value to the indicated pattern attribute. The names of attributes |
276 are the same as the Tooltalk accessors used to set them less the | 276 are the same as the Tooltalk accessors used to set them less the |
277 "tooltalk_pattern_" prefix and the "_add" suffix). For example | 277 "tooltalk_pattern_" prefix and the "_add" suffix). For example |
278 the name of the attribute for tt_pattern_dispostion_add attribute | 278 the name of the attribute for tt_pattern_disposition_add attribute |
279 is 'disposition. The 'category attribute is handled specially, | 279 is 'disposition. The 'category attribute is handled specially, |
280 since a pattern can only be a member of one category (TT_OBSERVE | 280 since a pattern can only be a member of one category (TT_OBSERVE |
281 or TT_HANDLE. | 281 or TT_HANDLE. |
282 | 282 |
283 Callbacks are handled slightly differently than in the C Tooltalk API. | 283 Callbacks are handled slightly differently than in the C Tooltalk API. |