diff options
Diffstat (limited to 'Frameworks/BWToolkitFramework.framework/BWTransparentPopUpButton.classdescription')
-rw-r--r-- | Frameworks/BWToolkitFramework.framework/BWTransparentPopUpButton.classdescription | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Frameworks/BWToolkitFramework.framework/BWTransparentPopUpButton.classdescription b/Frameworks/BWToolkitFramework.framework/BWTransparentPopUpButton.classdescription new file mode 100644 index 00000000..2d8850a5 --- /dev/null +++ b/Frameworks/BWToolkitFramework.framework/BWTransparentPopUpButton.classdescription @@ -0,0 +1,12 @@ +{ + Actions = { + // Define action descriptions here, for example + // "myAction:" = id; + }; + Outlets = { + // Define outlet descriptions here, for example + // myOutlet = NSView; + }; + ClassName = BWTransparentPopUpButton; + SuperClass = NSPopUpButton; +} |