Searched refs:attrMsg (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/locale/
H A DInitLocaleKit.cpp65 BMessage attrMsg; local
67 attrMsg.AddString("attr:public_name", "Signature");
68 attrMsg.AddString("attr:name", BLocaleRoster::kCatSigAttr);
69 attrMsg.AddInt32("attr:type", B_STRING_TYPE);
70 attrMsg.AddBool("attr:editable", false);
71 attrMsg.AddBool("attr:viewable", true);
72 attrMsg.AddBool("attr:extra", false);
73 attrMsg.AddInt32("attr:alignment", 0);
74 attrMsg.AddInt32("attr:width", 140);
76 attrMsg
[all...]

Completed in 41 milliseconds