mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 20:11:20 +00:00
Added code to handle button style. * Palettes/2Controls/GormNSButtonInspector.gorm: Added button style popup to the inspector. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27761 72102866-910b-0410-8b05-ffd578937521
23 lines
No EOL
361 B
Text
23 lines
No EOL
361 B
Text
{
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
GormButtonInspector = {
|
|
Actions = (
|
|
);
|
|
Outlets = (
|
|
alignMatrix,
|
|
iconMatrix,
|
|
keyForm,
|
|
optionMatrix,
|
|
tagForm,
|
|
titleForm,
|
|
typeButton,
|
|
keyEquiv,
|
|
altMod,
|
|
ctrlMod,
|
|
shiftMod,
|
|
cmdMod,
|
|
bezelButton
|
|
);
|
|
Super = IBInspector;
|
|
};
|
|
} |