mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
23 lines
318 B
Plaintext
23 lines
318 B
Plaintext
{
|
|
CHShrinkWrapView = {
|
|
SuperClass = NSView;
|
|
Attributes = {
|
|
};
|
|
};
|
|
CHFlippedShrinkWrapView = {
|
|
SuperClass = CHShrinkWrapView;
|
|
Attributes = {
|
|
};
|
|
};
|
|
CHStackView = {
|
|
SuperClass = CHShrinkWrapView;
|
|
Attributes = {
|
|
};
|
|
};
|
|
AutoSizingTextField = {
|
|
SuperClass = NSTextField;
|
|
Attributes = {
|
|
};
|
|
};
|
|
}
|