Searched defs:_sdlAttribute (Results 1 – 1 of 1) sorted by relevance
241 struct _sdlAttribute { struct242 char *name;243 char *namens;244 char *ref;245 char *def;246 char *fixed;247 sdlForm form;248 sdlUse use;249 HashTable *extraAttributes; /* array of sdlExtraAttribute */250 encodePtr encode;
Completed in 7 milliseconds