Lines Matching defs:property_list
510 XawTextPropertyList *property_list;
522 XtSetArg(arg[0], XawNtextProperties, &property_list);
524 item->properties = property_list;
980 XawTextPropertyList *property_list;
991 property_list = XawTextSinkConvertPropertyList(THESTR(name),
997 if (property_list) {
1002 if (property_lists[i]->identifier == property_list->identifier)
1011 property_lists[num_property_lists++] = property_list;
1013 result = INTEGER(property_list->identifier);
1288 XawTextPropertyList *property_list;
1299 property_list = NULL;
1303 property_list = property_lists[i];
1307 if (property_list) {
1308 XtSetArg(arg[0], XawNtextProperties, property_list);
1316 XtSetArg(arg[0], XawNtextProperties, &property_list);
1318 if (property_list)
1319 value = INTEGER(property_list->identifier);