зеркало из https://github.com/mozilla/pjs.git
23 строки
318 B
Plaintext
23 строки
318 B
Plaintext
|
{
|
||
|
CHShrinkWrapView = {
|
||
|
SuperClass = NSView;
|
||
|
Attributes = {
|
||
|
};
|
||
|
};
|
||
|
CHFlippedShrinkWrapView = {
|
||
|
SuperClass = CHShrinkWrapView;
|
||
|
Attributes = {
|
||
|
};
|
||
|
};
|
||
|
CHStackView = {
|
||
|
SuperClass = CHShrinkWrapView;
|
||
|
Attributes = {
|
||
|
};
|
||
|
};
|
||
|
AutoSizingTextField = {
|
||
|
SuperClass = NSTextField;
|
||
|
Attributes = {
|
||
|
};
|
||
|
};
|
||
|
}
|